[JBoss jBPM] - Re: Cannot deploy BPEL version of HelloWorld
by markld
Hello Alex
If I try browsing to the zip file from the web console and then pressing Deploy, I get the display shown below. The AS window shows the same stack trace.
regards
Mark
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
org.jbpm.bpel.tools.WscompileTool.getLocation(WscompileTool.java:240)
org.jbpm.bpel.tools.WscompileTool.formatClasspath(WscompileTool.java:227)
org.jbpm.bpel.tools.WscompileTool.callWscompile(WscompileTool.java:197)
org.jbpm.bpel.tools.WscompileTool.generateJavaMappingImpl(WscompileTool.java:156)
org.jbpm.bpel.tools.WscompileTool.generateJavaMapping(WscompileTool.java:143)
org.jbpm.bpel.tools.WebModuleBuilder.callJavaMappingTool(WebModuleBuilder.java:264)
org.jbpm.bpel.tools.WebModuleBuilder.buildModuleImpl(WebModuleBuilder.java:102)
org.jbpm.bpel.tools.WebModuleBuilder.buildModule(WebModuleBuilder.java:84)
org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:205)
org.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:99)
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
note The full stack trace of the root cause is available in the JBossWeb/2.0.1.GA logs.
--------------------------------------------------------------------------------
JBossWeb/2.0.1.GA
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134501#4134501
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134501
18 years, 1 month
[JBoss Tools (users)] - upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tools 2.
by erimag
I have verified this behaviour in two separate installations of Eclipse:
1. Install a fresh Eclipse Europa (eclipse-jee-europa-fall2-win32)
2. Install JBoss Tools 2.0.0GA via update site
3. Create Seam Web Project (deployed as EAR)
4. Verify that deployment to JBoss AS 4.2.2GA works
5. Run "Search for updates of the currently installed features"
-> upgrades Eclipse to WTP 2.0.2
6. Try to deploy same Seam Web Project as EAR to JBoss AS 4.2.2GA.
-> deployment fails.
Specifically, none of the JARs specified by "J2EE Module Dependencies" in the EAR-project's properties are included in the EAR. Prior to the update to WTP 2.0.2, they were included.
If someone else can please confirm this, I'll post an issue on JIRA.
Hypothesis: WTP 2.0.2 overrides some settings made by JBoss Tools regarding EAR deployment?
Test: I'll try doing the update before installing JBoss Tools.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134481#4134481
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134481
18 years, 1 month