Problem starting M5 [message #161004] |
Mon, 24 November 2003 10:32  |
Eclipse User |
|
|
|
Originally posted by: pazu.animegaiden.com.br
I'm not sure if this is the right newsgroup for this question. If it is
not, please direct me to the correct place to post this kind of question.
Here's the problem: I can't start M5. Plain, simple. I've just
downloaded and unpacked it, but when I try to run it just says it
couldn't be started and ask me to look in the .log file. Here's what's
in it:
> !ENTRY org.eclipse.core.launcher 4 0 Nov 24, 2003 10:36:44.672
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.reflect.InvocationTargetException
> at org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:861)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
> at org.eclipse.core.launcher.Main.run(Main.java:767)
> at org.eclipse.core.launcher.Main.main(Main.java:601)
> Caused by: java.lang.NullPointerException
> at org.eclipse.ui.keys.KeyStroke.hashCode(KeyStroke.java:517)
> at java.util.HashMap.hash(HashMap.java:250)
> at java.util.HashMap.get(HashMap.java:301)
> at org.eclipse.ui.internal.commands.KeySequenceBindingNode.add( KeySequenceBindingNode.java:174)
> at org.eclipse.ui.internal.commands.KeySequenceBindingMachine.v alidateTree(KeySequenceBindingMachine.java:223)
> at org.eclipse.ui.internal.commands.KeySequenceBindingMachine.v alidateSolution(KeySequenceBindingMachine.java:202)
> at org.eclipse.ui.internal.commands.KeySequenceBindingMachine.g etKeySequenceBindingsByCommandId(KeySequenceBindingMachine.j ava:72)
> at org.eclipse.ui.internal.commands.CommandManager.calculateKey SequenceBindings(CommandManager.java:270)
> at org.eclipse.ui.internal.commands.CommandManager.readRegistry (CommandManager.java:688)
> at org.eclipse.ui.internal.commands.CommandManager.<init>(CommandManager.java:229)
> at org.eclipse.ui.internal.commands.CommandManager.<init>(CommandManager.java:192)
> at org.eclipse.ui.commands.CommandManagerFactory.getCommandMana ger(CommandManagerFactory.java:41)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:736)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1358)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:237)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:47)
> at org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
> ... 8 more
What could be wrong, and what could I do to correct this kind of problem?
Kind regards,
--
Marcus Brito <pazu@animegaiden.com.br
|
|
|
Re: Problem starting M5 [message #163142 is a reply to message #161004] |
Thu, 27 November 2003 23:43  |
Eclipse User |
|
|
|
Originally posted by: chaves.inf.ufsc.br.REMOVE
You should open a problem report against Platform/UI:
https://bugs.eclipse.org/bugs/enter_bug.cgi
Marcus Brito wrote:
> I'm not sure if this is the right newsgroup for this question. If it is
> not, please direct me to the correct place to post this kind of question.
> Here's the problem: I can't start M5. Plain, simple. I've just
> downloaded and unpacked it, but when I try to run it just says it
> couldn't be started and ask me to look in the .log file. Here's what's
> in it:
> > !ENTRY org.eclipse.core.launcher 4 0 Nov 24, 2003 10:36:44.672
> > !MESSAGE Exception launching the Eclipse Platform:
> > !STACK
> > java.lang.reflect.InvocationTargetException
> > at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:861)
> > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> > at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:324)
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
> > at org.eclipse.core.launcher.Main.run(Main.java:767)
> > at org.eclipse.core.launcher.Main.main(Main.java:601)
> > Caused by: java.lang.NullPointerException
> > at org.eclipse.ui.keys.KeyStroke.hashCode(KeyStroke.java:517)
> > at java.util.HashMap.hash(HashMap.java:250)
> > at java.util.HashMap.get(HashMap.java:301)
> > at
org.eclipse.ui.internal.commands.KeySequenceBindingNode.add( KeySequenceBindingNode.java:174)
> > at
org.eclipse.ui.internal.commands.KeySequenceBindingMachine.v alidateTree(KeySequenceBindingMachine.java:223)
> > at
org.eclipse.ui.internal.commands.KeySequenceBindingMachine.v alidateSolution(KeySequenceBindingMachine.java:202)
> > at
org.eclipse.ui.internal.commands.KeySequenceBindingMachine.g etKeySequenceBindingsByCommandId(KeySequenceBindingMachine.j ava:72)
> > at
org.eclipse.ui.internal.commands.CommandManager.calculateKey SequenceBindings(CommandManager.java:270)
> > at
org.eclipse.ui.internal.commands.CommandManager.readRegistry (CommandManager.java:688)
> > at
org.eclipse.ui.internal.commands.CommandManager.<init>(CommandManager.java:229)
> > at
org.eclipse.ui.internal.commands.CommandManager.<init>(CommandManager.java:192)
> > at
org.eclipse.ui.commands.CommandManagerFactory.getCommandMana ger(CommandManagerFactory.java:41)
> > at org.eclipse.ui.internal.Workbench.init(Workbench.java:736)
> > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1358)
> > at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:237)
> > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
> > at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:47)
> > at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
> > ... 8 more
> What could be wrong, and what could I do to correct this kind of problem?
> Kind regards,
> --
> Marcus Brito <pazu@animegaiden.com.br
|
|
|
Powered by
FUDForum. Page generated in 0.04911 seconds