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 190276 - IllegalArgumentException: OBJECT_OR_ARRAY_EXPECTED
Summary: IllegalArgumentException: OBJECT_OR_ARRAY_EXPECTED
Status: RESOLVED WONTFIX
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 19:53 UTC by rodrigopim
Modified: 2014-05-02 11:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172455


Attachments
stacktrace (1.16 KB, text/plain)
2010-09-09 19:53 UTC, rodrigopim
Details
screenshot of Team view after exception (14.73 KB, image/png)
2012-09-19 13:33 UTC, Stepan Zebra
Details
stacktrace (1.12 KB, text/plain)
2013-03-25 18:24 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigopim 2010-09-09 19:53:02 UTC
This bug was originally marked as duplicate of bug 183599, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
rodrigopim: opening ide

GUEST: Started the IDE and closed two projects.  Appears one project had some errors, maybe lib ref errors




Stacktrace: 
java.lang.IllegalArgumentException: OBJECT_OR_ARRAY_EXPECTED
   at org.codeviation.pojson.Handlers$Generic.error(Handlers.java:122)
   at org.codeviation.pojson.Parser.parse(Parser.java:267)
   at org.codeviation.pojson.Parser.parse(Parser.java:95)
   at org.codeviation.pojson.Parser.parse(Parser.java:90)
   at org.codeviation.pojson.PojsonLoad.update(PojsonLoad.java:105)
   at org.codeviation.pojson.PojsonLoad.load(PojsonLoad.java:84)
Comment 1 rodrigopim 2010-09-09 19:53:06 UTC
Created attachment 101971 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-09-09 20:17:24 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=172455
Comment 3 Jan Becicka 2010-09-21 08:20:48 UTC
looks like malformed response from server.
Comment 4 Stepan Zebra 2012-09-19 13:33:58 UTC
Created attachment 124581 [details]
screenshot of Team view after exception

Just hit this exception with the latest Dev (201209190001). After clicking "retry" in the Team view, everything got fixed up and I haven't seen the exception ever since.
If it's caused by a bad java.net response, can the exception be suppressed? The message in the Team view seems informative enough.
Comment 5 javydreamercsw 2013-03-25 18:24:43 UTC
Created attachment 133052 [details]
stacktrace

Opening IDE
Comment 6 Tomas Stupka 2014-05-02 11:16:50 UTC
malformed response from server ... not much we can do at this place