Mule

JBpmFunctionalTestCase failing for me locally and on the build server

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 3.0.0-M1
  • Fix Version/s: ITR29, 3.0.0-M2
  • Component/s: Modules: BPM / Rules
  • Labels:
    None
  • User impact:
    High
  • Log Output:
    Hide
    ================================================================================
    = Testing: testSingleLoanRequest =
    ================================================================================
    [02-17 09:06:52] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.2]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null
    java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null
    at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205)
    at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178)
    at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220)
    at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36)
    at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122)
    at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54)
    at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615)
    at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35)
    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.executeInNewEnvironment(EnvironmentInterceptor.java:53)
    at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40)
    at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
    at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43)
    at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92)
    at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200)
    at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213)
    at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69)
    at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293)
    at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41)
    at org.mule.work.WorkerContext.run(WorkerContext.java:301)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
    at java.lang.Thread.run(Thread.java:637)
    [02-17 09:06:52] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.12]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null
    java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null
    at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205)
    at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178)
    at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220)
    at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36)
    at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122)
    at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54)
    at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615)
    at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35)
    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.executeInNewEnvironment(EnvironmentInterceptor.java:53)
    at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40)
    at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
    at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43)
    at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92)
    at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200)
    at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213)
    at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69)
    at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293)
    at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41)
    at org.mule.work.WorkerContext.run(WorkerContext.java:301)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
    at java.lang.Thread.run(Thread.java:637)
    [02-17 09:06:52] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.9]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null
    java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null
    at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205)
    at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178)
    at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220)
    at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36)
    at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122)
    at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54)
    at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615)
    at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35)
    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.executeInNewEnvironment(EnvironmentInterceptor.java:53)
    at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40)
    at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
    at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43)
    at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92)
    at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200)
    at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213)
    at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69)
    at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293)
    at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41)
    at org.mule.work.WorkerContext.run(WorkerContext.java:301)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
    at java.lang.Thread.run(Thread.java:637)
    [02-17 09:06:53] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.13]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null
    java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null
    at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205)
    at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178)
    at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220)
    at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36)
    at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122)
    at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54)
    at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655)
    at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615)
    at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61)
    at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35)
    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.executeInNewEnvironment(EnvironmentInterceptor.java:53)
    at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40)
    at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
    at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43)
    at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92)
    at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200)
    at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213)
    at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69)
    at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293)
    at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41)
    at org.mule.work.WorkerContext.run(WorkerContext.java:301)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
    at java.lang.Thread.run(Thread.java:637)
    [02-17 09:06:53] WARN VMConnector [main]: Attempting to stop a connector which is not started: connector.VM.0

    junit.framework.AssertionFailedError: Result should be LoanQuote but is org.mule.example.loanbroker.messages.CreditProfile
    at org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase.testSingleLoanRequest(AbstractAsynchronousLoanBrokerTestCase.java:67)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at org.mule.tck.AbstractMuleTestCase.runBare(AbstractMuleTestCase.java:284)
    at org.mule.tck.AbstractMuleTestCase.run(AbstractMuleTestCase.java:263)
    at com.intellij.junit3.JUnit3IdeaTestRunner.doRun(JUnit3IdeaTestRunner.java:108)
    at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:60)


    Process finished with exit code 255
    Show
    ================================================================================ = Testing: testSingleLoanRequest = ================================================================================ [02-17 09:06:52] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.2]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205) at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178) at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220) at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36) at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122) at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54) at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615) at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35) 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.executeInNewEnvironment(EnvironmentInterceptor.java:53) at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40) at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55) at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43) at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92) at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200) at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213) at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69) at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293) at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41) at org.mule.work.WorkerContext.run(WorkerContext.java:301) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) at java.lang.Thread.run(Thread.java:637) [02-17 09:06:52] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.12]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205) at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178) at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220) at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36) at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122) at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54) at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615) at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35) 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.executeInNewEnvironment(EnvironmentInterceptor.java:53) at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40) at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55) at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43) at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92) at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200) at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213) at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69) at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293) at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41) at org.mule.work.WorkerContext.run(WorkerContext.java:301) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) at java.lang.Thread.run(Thread.java:637) [02-17 09:06:52] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.9]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205) at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178) at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220) at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36) at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122) at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54) at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615) at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35) 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.executeInNewEnvironment(EnvironmentInterceptor.java:53) at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40) at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55) at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43) at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92) at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200) at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213) at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69) at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293) at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41) at org.mule.work.WorkerContext.run(WorkerContext.java:301) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) at java.lang.Thread.run(Thread.java:637) [02-17 09:06:53] ERROR DefaultExceptionStrategy [jBpmConnector.dispatcher.13]: Caught exception in Exception Strategy: No valid URL could be created for the given process name and ID: processName = null, processId = null java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:205) at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:178) at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:220) at org.mule.transport.jbpm.MuleMessageService.generateMessage(MuleMessageService.java:36) at org.mule.transport.jbpm.MuleActivity.perform(MuleActivity.java:122) at org.mule.transport.jbpm.MuleActivity.execute(MuleActivity.java:54) at org.jbpm.pvm.internal.model.op.ExecuteActivity.perform(ExecuteActivity.java:60) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:655) at org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperation(ExecutionImpl.java:615) at org.jbpm.pvm.internal.model.ExecutionImpl.signal(ExecutionImpl.java:416) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:61) at org.jbpm.pvm.internal.cmd.SignalCmd.execute(SignalCmd.java:35) 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.executeInNewEnvironment(EnvironmentInterceptor.java:53) at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40) at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55) at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43) at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.signalExecutionById(ExecutionServiceImpl.java:92) at org.mule.transport.jbpm.Jbpm.advanceProcess(Jbpm.java:200) at org.mule.transport.bpm.ProcessMessageDispatcher.processAction(ProcessMessageDispatcher.java:213) at org.mule.transport.bpm.ProcessMessageDispatcher.doDispatch(ProcessMessageDispatcher.java:69) at org.mule.transport.AbstractMessageDispatcher$Worker.doRun(AbstractMessageDispatcher.java:293) at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:41) at org.mule.work.WorkerContext.run(WorkerContext.java:301) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) at java.lang.Thread.run(Thread.java:637) [02-17 09:06:53] WARN VMConnector [main]: Attempting to stop a connector which is not started: connector.VM.0 junit.framework.AssertionFailedError: Result should be LoanQuote but is org.mule.example.loanbroker.messages.CreditProfile at org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase.testSingleLoanRequest(AbstractAsynchronousLoanBrokerTestCase.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.mule.tck.AbstractMuleTestCase.runBare(AbstractMuleTestCase.java:284) at org.mule.tck.AbstractMuleTestCase.run(AbstractMuleTestCase.java:263) at com.intellij.junit3.JUnit3IdeaTestRunner.doRun(JUnit3IdeaTestRunner.java:108) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:60) Process finished with exit code 255
  • Similar Issues:
    MULE-4972 THe VM Loan broker tests fail occasionally on the build server and for me locally
    MULE-3285 CxfConnectorHttpFunctionalTestCase.testRequest fails on build server
    MULE-4034 TimedSocketTestCase fails on build server
    MULE-3557 FileToTcpStreamingTestCase fails often on the build server
    MULE-4042 MulticastConnectorFunctionalTestCase fails on build server
    MULE-3054 ClientTestCase fails on CI Server
    MULE-2265 PropertiesUtilsTestCase.testRemoveNamespaces() fails on russian locale
    MULE-4984 DispatchTestCase fails randomly on the build server
    MULE-6030 Test from ExceptionStrategyCommonScenariosTestCase is failing in bamboo builds
    MULE-2090 Build with clean Maven repo fails assembly verifier plugin

Description

Need to check with Travis if his recent changes has caused this or something that I have done

Activity

Hide
Travis Carlson added a comment - 17/Feb/10 08:39 AM

Don't worry about it, that's all me. Will be fixed shortly.

Show
Travis Carlson added a comment - 17/Feb/10 08:39 AM Don't worry about it, that's all me. Will be fixed shortly.
Hide
Hashim sharif added a comment - 24/Nov/10 06:26 AM

I am still facing this error with Mul3 3.0.1 while calling mule fro JBPM 4.4 using <mule-send> tag in the JPDL file.

the exception is ass follows:
***************************************
java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null
at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:184)
at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:157)
at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:199)
+ 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
*****************************************
I have created a new issue with same "MULE-5208"

Show
Hashim sharif added a comment - 24/Nov/10 06:26 AM I am still facing this error with Mul3 3.0.1 while calling mule fro JBPM 4.4 using <mule-send> tag in the JPDL file. the exception is ass follows: *************************************** java.lang.IllegalArgumentException: No valid URL could be created for the given process name and ID: processName = null, processId = null at org.mule.transport.bpm.ProcessConnector.toUrl(ProcessConnector.java:184) at org.mule.transport.bpm.ProcessConnector.lookupReceiver(ProcessConnector.java:157) at org.mule.transport.bpm.ProcessConnector.generateMessage(ProcessConnector.java:199) + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything) ***************************************** I have created a new issue with same "MULE-5208"
Hide
Hashim sharif added a comment - 25/Nov/10 05:15 AM

solved

Show
Hashim sharif added a comment - 25/Nov/10 05:15 AM solved

People

Vote (0)
Watch (0)

Dates

  • Created:
    17/Feb/10 02:10 AM
    Updated:
    25/Nov/10 05:15 AM
    Resolved:
    05/Mar/10 09:13 AM