[
https://issues.jboss.org/browse/JBIDE-12079?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-12079:
-------------------------------------
After my patch, I do not get any NPE's with a php application.
NPE in
ExpressPublishMethod.publishStart(ExpressPublishMethod.java:71)
----------------------------------------------------------------------
Key: JBIDE-12079
URL:
https://issues.jboss.org/browse/JBIDE-12079
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.CR1
Reporter: Fred Bricon
Assignee: Max Rydahl Andersen
Fix For: 3.3.0.CR1, 3.4.0.M1
Attachments: ExpressPublishMethod.patch, JBIDE-12079.patch,
JBIDE-12079bettererror.patch
Messing around with some DIY app on openshift, after deployment, I got that nasty NPE
{noformat}
java.lang.NullPointerException
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod.publishStart(ExpressPublishMethod.java:71)
at
org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishStart(DeployableServerBehavior.java:66)
at
org.jboss.ide.eclipse.as.core.server.internal.DelegatingServerBehavior.publishStart(DelegatingServerBehavior.java:138)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:927)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressBehaviour.publish(ExpressBehaviour.java:27)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressBehaviour.publish(ExpressBehaviour.java:34)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3087)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira