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 164025 - RuntimeException: java.lang.reflect.InvocationTargetException
Summary: RuntimeException: java.lang.reflect.InvocationTargetException
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 10:14 UTC by kzmuhia
Modified: 2009-08-06 10:13 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149811


Attachments
stacktrace (2.49 KB, text/plain)
2009-04-29 10:14 UTC, kzmuhia
Details
stacktrace (2.49 KB, text/plain)
2009-05-03 05:16 UTC, azizi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kzmuhia 2009-04-29 10:14:24 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Linux, 2.6.27.21-170.2.56.fc10.i686, i386

User Comments:
pncblessed: Openning a page.



Stacktrace: 
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at org.netbeans.modules.visualweb.insync.ModelSet.createInstance(ModelSet.java:269)
        at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:250)
        at org.netbeans.modules.visualweb.insync.ModelSet$1.run(ModelSet.java:217)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 kzmuhia 2009-04-29 10:14:36 UTC
Created attachment 81175 [details]
stacktrace
Comment 2 azizi 2009-05-03 05:16:22 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-17-generic, i386

User Comments: 
in opening design page

Stacktrace: 
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at org.netbeans.modules.visualweb.insync.ModelSet.createInstance(ModelSet.java:269)
        at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:250)
        at org.netbeans.modules.visualweb.insync.ModelSet$1.run(ModelSet.java:217)
        at java.lang.Thread.run(Thread.java:619)
Comment 3 azizi 2009-05-03 05:16:38 UTC
Created attachment 81426 [details]
stacktrace
Comment 4 Exceptions Reporter 2009-05-08 15:19:24 UTC
This issue already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=149811
Comment 5 phwalls 2009-06-12 10:53:46 UTC
Please note that I was using the ICEFaces 1.8.0 library. Upgrading to the 1.8.1 version available on the ICEFaces site
cured this problem.