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 87388 - NoSuchMethodError: java.net.URL.toURI()Ljava/net/URI from com.itgp.modules.xtt.Utility.getThisModulesRootInstallDir
Summary: NoSuchMethodError: java.net.URL.toURI()Ljava/net/URI from com.itgp.modules.xt...
Status: RESOLVED DUPLICATE of bug 83667
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 10:35 UTC by dleery
Modified: 2008-12-22 18:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
my log file (162.48 KB, text/plain)
2006-10-18 10:37 UTC, dleery
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dleery 2006-10-18 10:35:39 UTC
java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
	at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:482)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:338)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:276)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:898)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:377)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:311)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:244)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:206)
	at org.netbeans.core.startup.Main.start(Main.java:377)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
	at
org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:605)
	at
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:974)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:479)
	... 10 more
Caused by: java.lang.NoSuchMethodError: java.net.URL.toURI()Ljava/net/URI;
	at com.itgp.modules.xtt.Utility.getThisModulesRootInstallDir(Utility.java:780)
	at com.itgp.modules.xtt.XTTModuleInstall.<init>(XTTModuleInstall.java:31)
	... 18 more
Comment 1 dleery 2006-10-18 10:37:30 UTC
Created attachment 35319 [details]
my log file
Comment 2 Marian Mirilovic 2006-10-18 12:27:56 UTC

*** This issue has been marked as a duplicate of 83667 ***