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 236342 - NPE when deploying Maven application after making changes externally
Summary: NPE when deploying Maven application after making changes externally
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.3.1
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 00:25 UTC by Petr Jiricka
Modified: 2013-09-25 11:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Portion of the output (1.20 KB, text/plain)
2013-09-25 00:25 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-09-25 00:25:44 UTC
Created attachment 140432 [details]
Portion of the output

I am not sure what exactly I did, I think I:
1. Deployed an application to GlassFish from the IDE
2. Undeployed it from the server using admin console (outside of the IDE)
3. Ran the application from IDE again

Attached exception was printed out in the build/deployment output window in the IDE.
Comment 1 Petr Jiricka 2013-09-25 00:37:49 UTC
A few more stack frames from IDE log:

...
[catch] at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:225)
	at org.netbeans.modules.maven.j2ee.ExecutionChecker.performDeploy(ExecutionChecker.java:205)
	at org.netbeans.modules.maven.j2ee.ExecutionChecker.executionResult(ExecutionChecker.java:123)
	at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:235)
	at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
Comment 2 Petr Hejl 2013-09-25 11:40:49 UTC
I'm not able to reproduce the issue in any way. Looks like there had to be some other exception from GF before this one. Please share a complete IDE log.