Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stardust-dev] NullPointerException during deployment

Hi Chris,

 

I’ve tried to reproduce this issue with help of Eclipse Neon and Stardust 4.1.0 RC3 but I haven’t observed such behavior. Please can you describe what exactly have you done on which environment? I mean which Stardust version have you used? Was it a dynamic web project with the Stardust facets installed? Or have you used the Maven Archetypes to get a deployment?

 

--

Sven

 

Von: stardust-dev-bounces@xxxxxxxxxxx [mailto:stardust-dev-bounces@xxxxxxxxxxx] Im Auftrag von chris suen
Gesendet: Donnerstag, 17. November 2016 09:46
An: stardust-dev@xxxxxxxxxxx
Betreff: [stardust-dev] NullPointerException during deployment

 


Hi I got the following exception when trying  to deploy the support case tutorial on tomcat 7 with eclipse-mars 2. can anyone  assist? thanks

java.lang.NullPointerException

at org.eclipse.stardust.common.config.Version.compareTo(Version.java:199)

at org.eclipse.stardust.common.config.Version.compareTo(Version.java:185)

at org.eclipse.stardust.common.config.Version.compareTo(Version.java:28)

at org.eclipse.stardust.common.CompareHelper.compare(CompareHelper.java:100)

at org.eclipse.stardust.engine.core.model.beans.ElementFactoryImpl.createModel(ElementFactoryImpl.java:1177)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader$InvocationManager.invoke(DefaultXMLReader.java:1792)

at com.sun.proxy.$Proxy8.createModel(Unknown Source)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.loadModel(DefaultXMLReader.java:613)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.loadModel(DefaultXMLReader.java:607)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.importFromXML(DefaultXMLReader.java:1630)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.importFromXML(DefaultXMLReader.java:1554)

at org.eclipse.stardust.modeling.deploy.ModelDeploymentTool.<init>(ModelDeploymentTool.java:209)

at org.eclipse.stardust.modeling.deploy.ModelDeploymentTool.main(ModelDeploymentTool.java:142)

16:34:08 WARN - [main ] DefaultXMLReader -

java.lang.NullPointerException

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.loadModel(DefaultXMLReader.java:615)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.loadModel(DefaultXMLReader.java:607)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.importFromXML(DefaultXMLReader.java:1630)

at org.eclipse.stardust.engine.core.model.beans.DefaultXMLReader.importFromXML(DefaultXMLReader.java:1554)

at org.eclipse.stardust.modeling.deploy.ModelDeploymentTool.<init>(ModelDeploymentTool.java:209)

at org.eclipse.stardust.modeling.deploy.ModelDeploymentTool.main(ModelDeploymentTool.java:142)

_____________
The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.

_____________
The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.

Back to the top