Bug 777818 (SOA-344) - bpm_orchestration1 quickstart does not deploy in beta2 build
Summary: bpm_orchestration1 quickstart does not deploy in beta2 build
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-344
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: JBossESB
Version: 4.2 Beta 2
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.2 CR1
Assignee: Mark Little
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks: SOA-249
TreeView+ depends on / blocked
 
Reported: 2008-01-18 18:35 UTC by Len DiMaggio
Modified: 2008-01-22 19:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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


Attachments (Terms of Use)
server.log.gz (325.17 KB, application/x-gzip)
2008-01-18 18:36 UTC, Len DiMaggio
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 777733 0 high CLOSED bpm_orchestration1 needs to be updated 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 777737 0 high CLOSED Error on Processing Image of an started process on the jBPM console 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 777817 0 high CLOSED Debug situation where process image is not available in jBPM console 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 777819 0 high CLOSED org.jbpm.JbpmException: setRollbackOnly was invoked while configuration specifies user managed transactions 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker JBESB-1503 0 None None None Never
Red Hat Issue Tracker SOA-344 0 None None None Never

Internal Links: 777733 777737 777817 777819

Description Len DiMaggio 2008-01-18 18:35:31 UTC
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>

Comment 1 Len DiMaggio 2008-01-18 18:36:08 UTC
Attachment: Added: server.log.gz


Comment 2 Len DiMaggio 2008-01-18 18:36:38 UTC
Link: Added: This issue is related to SOA-249


Comment 3 Len DiMaggio 2008-01-18 18:36:38 UTC
Link: Added: This issue is related to SOA-253


Comment 4 Len DiMaggio 2008-01-18 18:36:38 UTC
Link: Added: This issue is related to SOA-343


Comment 5 Len DiMaggio 2008-01-18 20:37:29 UTC
Link: Added: This issue related SOA-345


Comment 6 Mark Little 2008-01-19 11:15:06 UTC
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)


Comment 7 Mark Little 2008-01-19 21:29:59 UTC
Link: Added: This issue related JBESB-1503


Comment 10 Jiri Pechanec 2008-01-21 09:17:38 UTC
Link: Added: This issue is a dependency of SOA-249


Comment 11 Mark Little 2008-01-21 10:16:12 UTC
1503 was resolved for CR1 as the JIRA states.

Comment 12 Mark Little 2008-01-21 10:17:01 UTC
Create a separate issue in the jbpm space for TomB to look at. I didn't get round to that at the weekend.

Comment 13 Len DiMaggio 2008-01-21 15:23:23 UTC
Link: Added: This issue is a dependency of JBPM-1111


Comment 14 Len DiMaggio 2008-01-22 19:00:53 UTC
Verified in CR1 build.


Comment 15 Len DiMaggio 2008-01-22 19:06:48 UTC
Link: Added: This issue is a dependency of SOA-352



Note You need to log in before you can comment on or make changes to this bug.