Mule java.lang.NullPointerException problem
up vote
-1
down vote
favorite
I am trying to run a program I have in Mule, and i keep getting this error when I start it up
java.lang.NullPointerException
at org.mule.tooling.runtime.MuleServersStateManager.stopApplicationsStateManager(MuleServersStateManager.java:25)
at org.mule.tooling.runtime.ui.view.service.MuleRuntimeApplicationListener.launchesTerminated(MuleRuntimeApplicationListener.java:64)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run(LaunchManager.java:318)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify(LaunchManager.java:270)
at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:1059)
at org.eclipse.debug.core.Launch.fireTerminate(Launch.java:406)
at org.eclipse.debug.core.Launch.handleDebugEvents(Launch.java:578)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1161)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1197)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:441)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
java mule anypoint-studio
add a comment |
up vote
-1
down vote
favorite
I am trying to run a program I have in Mule, and i keep getting this error when I start it up
java.lang.NullPointerException
at org.mule.tooling.runtime.MuleServersStateManager.stopApplicationsStateManager(MuleServersStateManager.java:25)
at org.mule.tooling.runtime.ui.view.service.MuleRuntimeApplicationListener.launchesTerminated(MuleRuntimeApplicationListener.java:64)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run(LaunchManager.java:318)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify(LaunchManager.java:270)
at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:1059)
at org.eclipse.debug.core.Launch.fireTerminate(Launch.java:406)
at org.eclipse.debug.core.Launch.handleDebugEvents(Launch.java:578)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1161)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1197)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:441)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
java mule anypoint-studio
Please post a Minimal, Complete, and Verifiable example
– OldProgrammer
Nov 19 at 19:22
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am trying to run a program I have in Mule, and i keep getting this error when I start it up
java.lang.NullPointerException
at org.mule.tooling.runtime.MuleServersStateManager.stopApplicationsStateManager(MuleServersStateManager.java:25)
at org.mule.tooling.runtime.ui.view.service.MuleRuntimeApplicationListener.launchesTerminated(MuleRuntimeApplicationListener.java:64)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run(LaunchManager.java:318)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify(LaunchManager.java:270)
at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:1059)
at org.eclipse.debug.core.Launch.fireTerminate(Launch.java:406)
at org.eclipse.debug.core.Launch.handleDebugEvents(Launch.java:578)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1161)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1197)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:441)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
java mule anypoint-studio
I am trying to run a program I have in Mule, and i keep getting this error when I start it up
java.lang.NullPointerException
at org.mule.tooling.runtime.MuleServersStateManager.stopApplicationsStateManager(MuleServersStateManager.java:25)
at org.mule.tooling.runtime.ui.view.service.MuleRuntimeApplicationListener.launchesTerminated(MuleRuntimeApplicationListener.java:64)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run(LaunchManager.java:318)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify(LaunchManager.java:270)
at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:1059)
at org.eclipse.debug.core.Launch.fireTerminate(Launch.java:406)
at org.eclipse.debug.core.Launch.handleDebugEvents(Launch.java:578)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1161)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1197)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:441)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
java mule anypoint-studio
java mule anypoint-studio
asked Nov 19 at 19:19
Katie T
18214
18214
Please post a Minimal, Complete, and Verifiable example
– OldProgrammer
Nov 19 at 19:22
add a comment |
Please post a Minimal, Complete, and Verifiable example
– OldProgrammer
Nov 19 at 19:22
Please post a Minimal, Complete, and Verifiable example
– OldProgrammer
Nov 19 at 19:22
Please post a Minimal, Complete, and Verifiable example
– OldProgrammer
Nov 19 at 19:22
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53381251%2fmule-java-lang-nullpointerexception-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please post a Minimal, Complete, and Verifiable example
– OldProgrammer
Nov 19 at 19:22