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

Summary: org.netbeans.modules.kenai.api.KenaiErrorMessage: Internal Server Error
Product: connecteddeveloper Reporter: Jaromir Uhrik <juhrik>
Component: ChatAssignee: Jan Becicka <jbecicka>
Status: VERIFIED WORKSFORME    
Severity: blocker CC: juhrik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=146852
Issue Type: DEFECT Exception Reporter: 146852
Attachments: stacktrace
stacktrace
stacktrace

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.