Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse startup error
Eclipse startup error [message #265298] Tue, 03 August 2004 17:01
Eclipse UserFriend
Originally posted by: smallpocks.yahoo.com

Hello Eclipse people!
I have an eclipse RCP application which I am launch programmatically from
another application. When I launch it from a very simple application (IE an
application that does nothing but:
Main.main("-application cse.desi.plugin.RcpApplication"); )
It works just fine. However, when I launch it from my more complicated
launching program, I get this error, as described in the following bugzilla
report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=56601 (See full stack at the
end of this message.) After reading the bug report I find no applicable
solution. It just says that the problem is fixed. I have Eclipse Release 3.0
so this shouldn't be a problem. I'm afraid to say that I am finding myself
in rather dire straights. Does anyone have any ideas?
Thanks!
Nels

An exception occurred while writing to the platform log:
java.lang.NullPointerException
at org.eclipse.core.launcher.Main.openLogFile(Main.java:1460)
at org.eclipse.core.launcher.Main.log(Main.java:1316)
at org.eclipse.core.launcher.Main.run(Main.java:657)
at org.eclipse.core.launcher.Main.main(Main.java:628)
at org.eclipse.core.launcher.Main.main(Main.java:609)
at
archstudio.comp.desiwrapper.DESIWrapperC2Component.newWindow (DESIWrapperC2Co
mponent.java:94)
at
archstudio.comp.desiwrapper.DESIWrapperC2Component.invoke(DE SIWrapperC2Compo
nent.java:58)
at
archstudio.invoke.InvokeMessageProcessor.handle(InvokeMessag eProcessor.java:
66)
at
c2.pcwrap.ThreadMessageProcessor.run(ThreadMessageProcessor. java:81)
Logging to the console instead.
!ENTRY org.eclipse.core.launcher 4 0 Aug 03, 2004 13:48:03.471
!MESSAGE Exception launching the Eclipse Platform:
An exception occurred while writing to the platform log:
java.lang.NullPointerException
at org.eclipse.core.launcher.Main.openLogFile(Main.java:1460)
at org.eclipse.core.launcher.Main.log(Main.java:1316)
at org.eclipse.core.launcher.Main.run(Main.java:658)
at org.eclipse.core.launcher.Main.main(Main.java:628)
at org.eclipse.core.launcher.Main.main(Main.java:609)
at
archstudio.comp.desiwrapper.DESIWrapperC2Component.newWindow (DESIWrapperC2Co
mponent.java:94)
at
archstudio.comp.desiwrapper.DESIWrapperC2Component.invoke(DE SIWrapperC2Compo
nent.java:58)
at
archstudio.invoke.InvokeMessageProcessor.handle(InvokeMessag eProcessor.java:
66)
at
c2.pcwrap.ThreadMessageProcessor.run(ThreadMessageProcessor. java:81)
Logging to the console instead.
!STACK
java.lang.NullPointerException
at org.eclipse.core.launcher.Main.getInstallLocation(Main.java: 977)
at
org.eclipse.core.launcher.Main.processConfiguration(Main.jav a:887)
at org.eclipse.core.launcher.Main.basicRun(Main.java:165)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
at org.eclipse.core.launcher.Main.main(Main.java:609)
at
archstudio.comp.desiwrapper.DESIWrapperC2Component.newWindow (DESIWrapperC2Co
mponent.java:94)
at
archstudio.comp.desiwrapper.DESIWrapperC2Component.invoke(DE SIWrapperC2Compo
nent.java:58)
at
archstudio.invoke.InvokeMessageProcessor.handle(InvokeMessag eProcessor.java:
66)
at
c2.pcwrap.ThreadMessageProcessor.run(ThreadMessageProcessor. java:81)
Previous Topic:Questions about help system search pre-built indices and user optionally installing components
Next Topic:eclipse 3 frozen
Goto Forum:
  


Current Time: Tue Sep 16 10:43:45 EDT 2025

Powered by FUDForum. Page generated in 0.06101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top