| Summary: | bpm_orchestration1 quickstart does not deploy in beta2 build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> | ||||
| Component: | JBossESB | Assignee: | Mark Little <mark.little> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 4.2 Beta 2 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.2 CR1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/SOA-344 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
soa-4.2.0.beta2.zip, standalone-soa-4.2.0.beta2.zip
|
|||||
| Last Closed: | 2008-01-22 19:00:53 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 777733 | ||||||
| Attachments: |
|
||||||
Attachment: Added: server.log.gz Link: Added: This issue is related to SOA-249 Link: Added: This issue is related to SOA-253 Link: Added: This issue is related to SOA-343 Link: Added: This issue related SOA-345 Much earlier than that, this looks worrying:
2008-01-18 12:58:33,448 DEBUG [org.jbpm.jpdl.xml.JpdlParser] providing input source to local 'jpdl-3.2.xsd' resource
2008-01-18 12:58:33,513 DEBUG [org.jbpm.graph.node.NodeTypes] node 'page' will not be available. class 'org.jboss.seam.pageflow.Page' co\
uldn't be loaded
2008-01-18 12:58:33,513 DEBUG [org.jbpm.graph.node.NodeTypes] node 'start-page' will not be available. class 'org.jboss.seam.pageflow.Pa\
ge' couldn't be loaded
2008-01-18 12:58:33,529 DEBUG [org.jboss.soa.esb.listeners.config.JBoss4ESBDeployment] Starting failed jboss.esb:deployment=Quickstart_b\
pm_orchestration1.esb
org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleException: Error configuring action processing pipeline
at org.jboss.soa.esb.listeners.message.MessageAwareListener.doInitialise(MessageAwareListener.java:188)
at org.jboss.soa.esb.listeners.lifecycle.AbstractManagedLifecycle.initialise(AbstractManagedLifecycle.java:133)
at org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleController.initialiseInstances(ManagedLifecycleController.java:150)
at org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleController.start(ManagedLifecycleController.java:69)
at org.jboss.soa.esb.listeners.config.JBoss4ESBDeployment.startService(JBoss4ESBDeployment.java:83)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Link: Added: This issue related JBESB-1503 Link: Added: This issue is a dependency of SOA-249 1503 was resolved for CR1 as the JIRA states. Create a separate issue in the jbpm space for TomB to look at. I didn't get round to that at the weekend. Link: Added: This issue is a dependency of JBPM-1111 Verified in CR1 build. Link: Added: This issue is a dependency of SOA-352 |
Date of First Response: 2008-01-19 06:15:06 project_key: SOA Description of problem: The bpm_orchestraton1 quickstart fails to deploy on both the standalone and embedded beta2 build servers. Version-Release number of selected component (IR or RC #, component ver) soa-4.2.0.beta2.zip, standalone-soa-4.2.0.beta2.zip How reproducible: 100% Steps to Reproduce: 1. Start the server 2. in quickstarts/bmp_orchestration1, ant deploy Actual results: This exception is raised: Caused by: org.jbpm.jpdl.JpdlException: [[ERROR] line 57: cvc-complex-type.2.4.a: Invalid content was found starting with element 'action'. One of '{"urn:jbpm.org:jpdl-3.2":description, "urn:jbpm.org:jpdl-3.2":event, "urn:jbpm.org:jpdl-3.2":exception-handler, "urn:jbpm.org:jpdl-3.2":timer, "urn:jbpm.org:jpdl-3.2":transition}' is expected.] Expected results: No exceptions/errors. Additional info: (e.g., stack trace) (Complete server log is attached) Where - in which file - is the error at line 57 being seen? The processdefinition.xml file looks OK: 53 <node name="Send Results"> 54 <event type="node-enter"> 55 <action name="action1" class="org.jboss.soa.esb.samples.quickstarts.bpm_orchestration1.process_actions.MyBPMActionHandler" config-type="bean"></action> 56 </event> 57 <action name="action2" class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler"> 58 <esbCategoryName>BPM_Orchestration_ResultsService</esbCategoryName> 59 <esbServiceName>ResultsService</esbServiceName> 60 <bpmToEsbVars> 61 <mapping bpm="theBody" esb="BODY_CONTENT" /> 62 </bpmToEsbVars> 63 <esbToBpmVars> 64 <mapping esb="BODY_CONTENT" bpm="theBody"/> 65 </esbToBpmVars> 66 </action>