[jbpm-dev] Build failed in Hudson: jbpm4-base » java150_14,linux #189

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Mon May 4 11:55:32 EDT 2009


See http://hudson.qa.jboss.com/hudson/job/jbpm4-base/./jdk=java150_14,label=linux/189/changes

Changes:

[tom.baeyens at jboss.com] devguide updates and subprocess images in userguide and coordinates in example sources

[tom.baeyens at jboss.com] update the oracle qa lab username/password

[tom.baeyens at jboss.com] update the oracle qa lab username/password

------------------------------------------
[...truncated 4331 lines...]
11:55:21,538 FIN | [ProcessDefinitionImpl] creating new execution for process 'EndMultiple'
11:55:21,540 FIN | [DefaultIdGenerator] generated execution id EndMultiple.57
11:55:21,541 FIN | [TakeTransition] taking ---->(get return code)
11:55:21,548 FIN | [Signal] signalling activity(get return code), signal=500
11:55:21,550 FIN | [TakeTransition] taking (get return code)--500-->(internal server error)
11:55:21,551 FIN | [Execution] process-instance ends with state ended
11:55:21,556 FIN | [HibernatePvmDbSession] deleting process instance EndMultiple.57
11:55:21,583 SEV | [Db] FIXME: JBPM-2004 1 records left in table JBPM_HIST_ACTINST
11:55:21,584 SEV | [Db] FIXME: JBPM-2004 1 records left in table JBPM_HIST_PROCINST
11:55:21,595 FIN | [BaseJbpmTestCase] === ending testEndMultipleInternalServerError =============================

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
Running org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest
11:55:21,612 FIN | [BaseJbpmTestCase] === starting testSubProcessResultOk =============================
11:55:21,646 INF | [RepositorySessionImpl] errors during deployment of deployment(48): 
  xml validation error: Element type "end" must be followed by either attribute specifications, ">" or "/>". [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: couldn't parse xml document [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: attribute <transition to="nok" doesn't reference an existing activity name 
  error: attribute <transition to="reject" doesn't reference an existing activity name 
### EXCEPTION ###########################################
11:55:21,648 INF | [DefaultCommandService] exception while executing command org.jbpm.pvm.internal.cmd.DeployCmd at 11addf0
org.jbpm.api.JbpmException: 
  xml validation error: Element type "end" must be followed by either attribute specifications, ">" or "/>". [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: couldn't parse xml document [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: attribute <transition to="nok" doesn't reference an existing activity name 
  error: attribute <transition to="reject" doesn't reference an existing activity name 
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:169)
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:142)
	at org.jbpm.pvm.internal.repository.RepositorySessionImpl.deploy(RepositorySessionImpl.java:58)
	at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:47)
	at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:33)
	at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
	at org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)
	at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
	at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
	at org.jbpm.pvm.internal.repository.DeploymentImpl.deploy(DeploymentImpl.java:81)
	at org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest.setUp(SubProcessOutcomeActivityTest.java:42)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: org.jbpm.api.JbpmException
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:165)
	... 30 more
Caused by: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1269)
	at org.jbpm.pvm.internal.xml.Parser.buildDom(Parser.java:451)
	at org.jbpm.pvm.internal.xml.Parser.execute(Parser.java:387)
	at org.jbpm.pvm.internal.xml.Parse.execute(Parse.java:157)
	at org.jbpm.jpdl.internal.repository.JpdlDeployer.deploy(JpdlDeployer.java:62)
	at org.jbpm.pvm.internal.repository.DeployerManager.deploy(DeployerManager.java:36)
	at org.jbpm.pvm.internal.repository.RepositorySessionImpl.deploy(RepositorySessionImpl.java:55)
	... 28 more
### EXCEPTION ###########################################
11:55:21,665 FIN | [BaseJbpmTestCase] === starting testSubProcessResultNok =============================
11:55:21,696 INF | [RepositorySessionImpl] errors during deployment of deployment(49): 
  xml validation error: Element type "end" must be followed by either attribute specifications, ">" or "/>". [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: couldn't parse xml document [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: attribute <transition to="nok" doesn't reference an existing activity name 
  error: attribute <transition to="reject" doesn't reference an existing activity name 
### EXCEPTION ###########################################
11:55:21,698 INF | [DefaultCommandService] exception while executing command org.jbpm.pvm.internal.cmd.DeployCmd at f3bed9
org.jbpm.api.JbpmException: 
  xml validation error: Element type "end" must be followed by either attribute specifications, ">" or "/>". [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: couldn't parse xml document [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: attribute <transition to="nok" doesn't reference an existing activity name 
  error: attribute <transition to="reject" doesn't reference an existing activity name 
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:169)
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:142)
	at org.jbpm.pvm.internal.repository.RepositorySessionImpl.deploy(RepositorySessionImpl.java:58)
	at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:47)
	at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:33)
	at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
	at org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)
	at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
	at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
	at org.jbpm.pvm.internal.repository.DeploymentImpl.deploy(DeploymentImpl.java:81)
	at org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest.setUp(SubProcessOutcomeActivityTest.java:42)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: org.jbpm.api.JbpmException
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:165)
	... 30 more
Caused by: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1269)
	at org.jbpm.pvm.internal.xml.Parser.buildDom(Parser.java:451)
	at org.jbpm.pvm.internal.xml.Parser.execute(Parser.java:387)
	at org.jbpm.pvm.internal.xml.Parse.execute(Parse.java:157)
	at org.jbpm.jpdl.internal.repository.JpdlDeployer.deploy(JpdlDeployer.java:62)
	at org.jbpm.pvm.internal.repository.DeployerManager.deploy(DeployerManager.java:36)
	at org.jbpm.pvm.internal.repository.RepositorySessionImpl.deploy(RepositorySessionImpl.java:55)
	... 28 more
### EXCEPTION ###########################################
11:55:21,706 FIN | [BaseJbpmTestCase] === starting testSubProcessResultReject =============================
11:55:21,758 INF | [RepositorySessionImpl] errors during deployment of deployment(50): 
  xml validation error: Element type "end" must be followed by either attribute specifications, ">" or "/>". [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: couldn't parse xml document [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: attribute <transition to="nok" doesn't reference an existing activity name 
  error: attribute <transition to="reject" doesn't reference an existing activity name 
### EXCEPTION ###########################################
11:55:21,767 INF | [DefaultCommandService] exception while executing command org.jbpm.pvm.internal.cmd.DeployCmd at ec4462
org.jbpm.api.JbpmException: 
  xml validation error: Element type "end" must be followed by either attribute specifications, ">" or "/>". [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: couldn't parse xml document [line=19 column=19 ]: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
  error: attribute <transition to="nok" doesn't reference an existing activity name 
  error: attribute <transition to="reject" doesn't reference an existing activity name 
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:169)
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:142)
	at org.jbpm.pvm.internal.repository.RepositorySessionImpl.deploy(RepositorySessionImpl.java:58)
	at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:47)
	at org.jbpm.pvm.internal.cmd.DeployCmd.execute(DeployCmd.java:33)
	at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
	at org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)
	at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
	at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
	at org.jbpm.pvm.internal.repository.DeploymentImpl.deploy(DeploymentImpl.java:81)
	at org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest.setUp(SubProcessOutcomeActivityTest.java:42)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: org.jbpm.api.JbpmException
	at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:165)
	... 30 more
Caused by: org.xml.sax.SAXParseException: Element type "end" must be followed by either attribute specifications, ">" or "/>".
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1269)
	at org.jbpm.pvm.internal.xml.Parser.buildDom(Parser.java:451)
	at org.jbpm.pvm.internal.xml.Parser.execute(Parser.java:387)
	at org.jbpm.pvm.internal.xml.Parse.execute(Parse.java:157)
	at org.jbpm.jpdl.internal.repository.JpdlDeployer.deploy(JpdlDeployer.java:62)
	at org.jbpm.pvm.internal.repository.DeployerManager.deploy(DeployerManager.java:36)
	at org.jbpm.pvm.internal.repository.RepositorySessionImpl.deploy(RepositorySessionImpl.java:55)
	... 28 more
### EXCEPTION ###########################################
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.204 sec <<< FAILURE!
Running org.jbpm.examples.services.ServicesTest
11:55:21,858 INF | [Configuration] configuring from resource: jbpm.hibernate.cfg.xml
11:55:21,860 INF | [Configuration] Configuration resource: jbpm.hibernate.cfg.xml
11:55:21,872 INF | [Configuration] Reading mappings from resource : jbpm.repository.hbm.xml
11:55:21,906 INF | [Configuration] Reading mappings from resource : jbpm.execution.hbm.xml
11:55:21,971 INF | [Configuration] Reading mappings from resource : jbpm.history.hbm.xml
11:55:22,000 INF | [Configuration] Reading mappings from resource : jbpm.task.hbm.xml
11:55:22,043 INF | [Configuration] Reading mappings from resource : jbpm.jpdl.hbm.xml
11:55:22,060 INF | [Configuration] Reading mappings from resource : jbpm.identity.hbm.xml
11:55:22,295 INF | [Configuration] Configured SessionFactory: null
11:55:22,306 INF | [DriverManagerConnectionProvider] Using Hibernate built-in connection pool (not for production use!)
11:55:22,307 INF | [DriverManagerConnectionProvider] Hibernate connection pool size: 20
11:55:22,309 INF | [DriverManagerConnectionProvider] autocommit mode: false
11:55:22,311 INF | [DriverManagerConnectionProvider] using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:mem:.
11:55:22,313 INF | [DriverManagerConnectionProvider] connection properties: {user=sa, password=****}
11:55:22,316 INF | [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
11:55:22,319 INF | [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
11:55:22,320 INF | [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
11:55:22,322 INF | [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
11:55:22,335 INF | [SessionFactoryImpl] building session factory
11:55:22,655 INF | [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
11:55:22,662 INF | [SchemaExport] Running hbm2ddl schema export
11:55:22,664 INF | [SchemaExport] exporting generated schema to database
11:55:22,683 INF | [SchemaExport] schema export complete
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 sec
Running org.jbpm.examples.task.assignmenthandler.TaskAssignmentHandlerTest
11:55:22,876 FIN | [BaseJbpmTestCase] === starting testTaskAssignmentHandler =============================
11:55:22,986 FIN | [ProcessDefinitionImpl] creating new execution for process 'TaskAssignmentHandler'
11:55:22,988 FIN | [DefaultIdGenerator] generated execution id TaskAssignmentHandler.1
11:55:22,990 FIN | [TakeTransition] taking -->(review)
11:55:22,991 FIN | [ProcessDefinitionImpl] creating new execution for process 'TaskLifeCycle'
11:55:22,992 FIN | [ScopeInstanceImpl] create variable 'task' in 'process-instance' with value 'Task(null)'
11:55:23,000 FIN | [TaskQueryImpl] select distinct task from org.jbpm.pvm.internal.task.TaskImpl as task where task.assignee = :assignee order by task.priority desc 
11:55:23,002 FIN | [TaskQueryImpl] setting parameter assignee: johndoe
11:55:23,025 FIN | [HibernatePvmDbSession] deleting process instance TaskAssignmentHandler.1
11:55:23,037 SEV | [Db] FIXME: JBPM-2004 1 records left in table JBPM_HIST_ACTINST
11:55:23,039 SEV | [Db] FIXME: JBPM-2004 1 records left in table JBPM_HIST_PROCINST
11:55:23,050 FIN | [BaseJbpmTestCase] === ending testTaskAssignmentHandler =============================

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec

Results :

Tests in error: 
  testSubProcessResultOk(org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest)
  testSubProcessResultNok(org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest)
  testSubProcessResultReject(org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest)

Tests run: 48, Failures: 0, Errors: 3, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to http://hudson.qa.jboss.com/hudson/job/jbpm4-base/./jdk=java150_14,label=linux/ws/jbpm4/modules/examples/target/surefire-reports  for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 41 seconds
[INFO] Finished at: Mon May 04 11:55:23 EDT 2009
[INFO] Final Memory: 31M/62M
[INFO] ------------------------------------------------------------------------
Recording test results




More information about the jbpm-dev mailing list