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 159321 - org.netbeans.modules.kenai.api.KenaiErrorMessage: Internal Server Error
Summary: org.netbeans.modules.kenai.api.KenaiErrorMessage: Internal Server Error
Status: VERIFIED WORKSFORME
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Chat (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-02-27 14:02 UTC by Jaromir Uhrik
Modified: 2009-05-20 14:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146852


Attachments
stacktrace (613 bytes, text/plain)
2009-02-27 14:02 UTC, Jaromir Uhrik
Details
stacktrace (603 bytes, text/plain)
2009-02-27 14:16 UTC, Jaromir Uhrik
Details
stacktrace (613 bytes, text/plain)
2009-03-02 12:21 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-02-27 14:02:06 UTC
Build: NetBeans IDE Dev (Build 090226)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
juhrik: Restarted NetBeans. After the login the Internal Server Error appeared...



Stacktrace: 
org.netbeans.modules.kenai.api.KenaiErrorMessage: Internal Server Error
        at org.netbeans.modules.kenai.KenaiREST.getProject(KenaiREST.java:98)
        at org.netbeans.modules.kenai.api.Kenai.getProject(Kenai.java:218)
        at org.netbeans.modules.kenai.collab.chat.ChatNotifications.addGroupMessage(ChatNotifications.java:98)
        at org.netbeans.modules.kenai.collab.chat.KenaiConnection$MessageL$1$1.run(KenaiConnection.java:194)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 Jaromir Uhrik 2009-02-27 14:02:14 UTC
Created attachment 77467 [details]
stacktrace
Comment 2 Jaromir Uhrik 2009-02-27 14:16:37 UTC
Build: NetBeans IDE Dev (Build 090226)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 
The error message appeared suddenly when writing to conversation.

Stacktrace: 
org.netbeans.modules.kenai.api.KenaiErrorMessage: Proxy Error
        at org.netbeans.modules.kenai.KenaiREST.getProject(KenaiREST.java:98)
        at org.netbeans.modules.kenai.api.Kenai.getProject(Kenai.java:218)
        at org.netbeans.modules.kenai.collab.chat.ChatNotifications.addGroupMessage(ChatNotifications.java:98)
        at org.netbeans.modules.kenai.collab.chat.KenaiConnection$MessageL$1$1.run(KenaiConnection.java:194)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 3 Jaromir Uhrik 2009-02-27 14:16:45 UTC
Created attachment 77469 [details]
stacktrace
Comment 4 Jaromir Uhrik 2009-02-27 14:37:24 UTC
This seems like the error is at the side of the server. Anyway this should be caught and present to the user better way
than the exception dialog. I think that this is the task for UI-team to tell what UI should be presented in such a case.
Honzo, feel free to reassign to the proper person (if I am not wrong of course:-).
Comment 5 Jaromir Uhrik 2009-03-02 12:20:52 UTC
Build: NetBeans IDE Dev (Build 090302)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 
-Logout from testkenai
-login agai 
-->> The exception dialog appeared 

Stacktrace: 
org.netbeans.modules.kenai.api.KenaiErrorMessage: Internal Server Error
        at org.netbeans.modules.kenai.KenaiREST.getProject(KenaiREST.java:95)
        at org.netbeans.modules.kenai.api.Kenai.getProject(Kenai.java:223)
        at org.netbeans.modules.kenai.collab.chat.ChatNotifications.addGroupMessage(ChatNotifications.java:93)
        at org.netbeans.modules.kenai.collab.chat.KenaiConnection$MessageL$1$1.run(KenaiConnection.java:191)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 6 Jaromir Uhrik 2009-03-02 12:21:02 UTC
Created attachment 77557 [details]
stacktrace
Comment 7 Jan Becicka 2009-03-13 10:22:50 UTC
Ondro, any ideas how to present "internal server errors"?
Comment 8 Ondrej Langr 2009-03-16 13:04:53 UTC
Internal server errors impacting various parts of the IDE seem to me just like any other error messages .. IMHO they do
not require dedicated dialog. 

Whenever we are able to catch the error and act on it, we should do so, which should be the case of the chat window, I
guess. 

In any case, the error message should state what is the problem and what the user should do next to overcome it. What is
the way to overcome this particular problem? Log-in & log-out again? 
 



Comment 9 Jan Becicka 2009-04-22 10:35:24 UTC
Cannot reproduce in latest builds.
Comment 10 Jaromir Uhrik 2009-05-20 14:52:25 UTC
Verified. This issue didn't appear durink last weeks.