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

Summary: RuntimeException: java.lang.reflect.InvocationTargetException
Product: obsolete Reporter: kzmuhia <kzmuhia>
Component: visualwebAssignee: _ deva <deva>
Status: NEW ---    
Severity: blocker CC: aperezymadrid, asgard, azizi, davti, ecivil, liufuyang, pncblessed, rajeshbhatiya
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=149811
Issue Type: DEFECT Exception Reporter: 149811
Attachments: stacktrace
stacktrace

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.