Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] NumberFormatException while trying to run a new plugin.

Hello,
I read about a patch in the bugs report of Eclipse bugs:
Bug#:  107434
ReliableFile may throw NumberFormatException on some platforms

I have developed a plugin and I am trying to use it. I am using Eclipse 3.1.1 but I still get the NumberFormatException.
I get this exception:
!ENTRY org.eclipse.osgi 2005-11-11 11:39:49.132
!MESSAGE Startup error
!STACK 1
java.lang.NumberFormatException: For input string: ""
	at java.lang.NumberFormatException.forInputString(Unknown Source)
	at java.lang.Integer.parseInt(Unknown Source)
	at java.lang.Integer.parseInt(Unknown Source)
at org.eclipse.core.runtime.adaptor.FileManager.updateTable(FileManager.java:479)
	at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:665)
at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818) at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139) at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128) at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106) at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
	at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)


Any idea why?

Thanks
Deval




Back to the top