This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175144 - org.netbeans.modules.kenai.api.KenaiException: Internal Server Error. Server response={"status":"500 Internal Server Error","content_type":"application/vnd.com.kenai.status+json","message":"The id 30
Summary: org.netbeans.modules.kenai.api.KenaiException: Internal Server Error. Server ...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 18:28 UTC by Tomas Pavek
Modified: 2009-10-23 10:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160593


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2009-10-21 18:28:57 UTC
Build: NetBeans IDE Dev (Build cdev-1569-on-091021)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista, 6.0, x86
User comments: Got this when searching for a project on netbeans2.org. Server error, but should be handled better than 
throwing an exception on the user.

Stacktrace: 
org.netbeans.modules.kenai.api.KenaiException: Internal Server Error. Server response={"status":"500 Internal Server 
Error","content_type":"application/vnd.com.kenai.status+json","message":"The id 30 is in the Solr index but missing 
from the database!"}
        at org.netbeans.modules.kenai.KenaiREST.loadPage(KenaiREST.java:178)
        at org.netbeans.modules.kenai.KenaiREST.searchProjects(KenaiREST.java:143)
        at org.netbeans.modules.kenai.api.Kenai.searchProjects(Kenai.java:322)
        at org.netbeans.modules.kenai.ui.KenaiSearchPanel$12.run(KenaiSearchPanel.java:626)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 Quality Engineering 2009-10-23 10:00:12 UTC
Integrated into 'main-golden', will be available in build *200910230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5c53489b05bb
User: Jan Becicka <jbecicka@netbeans.org>
Log: #175144: org.netbeans.modules.kenai.api.KenaiException: Internal Server Error. Server response={"status":"500 Internal Server Error","content_type":"application/vnd.com.kenai.status+json","message":"The id 30
Comment 2 Jan Becicka 2009-10-23 10:07:45 UTC
fixed