On Mon, Sep 22, 2008 at 5:39 AM, Chris Taylor <[EMAIL PROTECTED]> wrote:
> I have a process deployment bundle which i'm attempting to deploy via the > DeploymentService in ODE 1.2. It seems that it picks up the bundle > correctly, and I end up with a physical process deployment folder in my > WEB-INF/processes folder. But it isn't actually deployed and errors with > the following (i've attached my deployment bundle): > Mmmh there's something rather strange here, it looks like the call stack isn't what it should be. Which JVM are you using? Can you tell me a bit more about your environment? Thanks, Matthieu > > > [9/22/08 6:42:16:624 CDT] 00000030 SystemOut O WARN - GeronimoLog.warn(96) > | Invocation of operation deploy failed > * > > java.lang.UnsupportedOperationException > *: unexpected caller method: formatCompilationMessage > > at > org.apache.ode.bpel.compiler.api.CompilationMessageBundle.formatCompilationMessage( > *CompilationMessageBundle.java:59*) > > at > org.apache.ode.bpel.compiler.CommonCompilationMessages.infCompilingProcess( > *CommonCompilationMessages.java:34*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:185*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:330*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:162*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:126*) > > at org.apache.ode.store.ProcessStoreImpl.deploy( > *ProcessStoreImpl.java:165*) > > at > org.apache.ode.axis2.service.DeploymentWebService$DeploymentMessageReceiver.invokeBusinessLogic( > *DeploymentWebService.java:144*) > > at org.apache.axis2.receivers.AbstractMessageReceiver.receive( > *AbstractMessageReceiver.java:96*) > > at org.apache.axis2.engine.AxisEngine.receive( > *AxisEngine.java:145*) > > at > org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest( > *HTTPTransportUtils.java:275*) > > at org.apache.axis2.transport.http.AxisServlet.doPost( > *AxisServlet.java:120*) > > at javax.servlet.http.HttpServlet.service( > *HttpServlet.java:763*) > > at javax.servlet.http.HttpServlet.service( > *HttpServlet.java:856*) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > *ServletWrapper.java:966*) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( > *ServletWrapper.java:478*) > > at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest( > *ServletWrapper.java:463*) > > at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest( > *WebApp.java:3129*) > > at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest( > *WebGroup.java:238*) > > at com.ibm.ws.webcontainer.WebContainer.handleRequest( > *WebContainer.java:811*) > > at com.ibm.ws.wswebcontainer.WebContainer.handleRequest( > *WebContainer.java:1433*) > > at com.ibm.ws.webcontainer.channel.WCChannelLink.ready( > *WCChannelLink.java:93*) > > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination( > *HttpInboundLink.java:465*) > > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation( > *HttpInboundLink.java:394*) > > at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready( > *HttpInboundLink.java:274*) > > at > com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators( > *NewConnectionInitialReadCallback.java:214*) > > at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete( > *NewConnectionInitialReadCallback.java:113*) > > at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted( > *AioReadCompletionListener.java:152*) > > at com.ibm.io.async.AbstractAsyncFuture.invokeCallback( > *AbstractAsyncFuture.java:213*) > > at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions( > *AbstractAsyncFuture.java:195*) > > at com.ibm.io.async.AsyncFuture.completed( > *AsyncFuture.java:136*) > > at com.ibm.io.async.ResultHandler.complete( > *ResultHandler.java:194*) > > at com.ibm.io.async.ResultHandler.runEventProcessingLoop( > *ResultHandler.java:741*) > > at com.ibm.io.async.ResultHandler$2.run( > *ResultHandler.java:863*) > > at com.ibm.ws.util.ThreadPool$Worker.run( > *ThreadPool.java:1510*) > > [9/22/08 6:42:16:624 CDT] 00000030 SystemOut O 06:42:16,574 WARN > [DeploymentWebService] Invocation of operation deploy failed > * > > java.lang.UnsupportedOperationException > *: unexpected caller method: formatCompilationMessage > > at > org.apache.ode.bpel.compiler.api.CompilationMessageBundle.formatCompilationMessage( > *CompilationMessageBundle.java:59*) > > at > org.apache.ode.bpel.compiler.CommonCompilationMessages.infCompilingProcess( > *CommonCompilationMessages.java:34*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:185*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:330*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:162*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:126*) > > at org.apache.ode.store.ProcessStoreImpl.deploy( > *ProcessStoreImpl.java:165*) > > at > org.apache.ode.axis2.service.DeploymentWebService$DeploymentMessageReceiver.invokeBusinessLogic( > *DeploymentWebService.java:144*) > > at org.apache.axis2.receivers.AbstractMessageReceiver.receive( > *AbstractMessageReceiver.java:96*) > > at org.apache.axis2.engine.AxisEngine.receive( > *AxisEngine.java:145*) > > at > org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest( > *HTTPTransportUtils.java:275*) > > at org.apache.axis2.transport.http.AxisServlet.doPost( > *AxisServlet.java:120*) > > at javax.servlet.http.HttpServlet.service( > *HttpServlet.java:763*) > > at javax.servlet.http.HttpServlet.service( > *HttpServlet.java:856*) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > *ServletWrapper.java:966*) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( > *ServletWrapper.java:478*) > > at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest( > *ServletWrapper.java:463*) > > at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest( > *WebApp.java:3129*) > > at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest( > *WebGroup.java:238*) > > at com.ibm.ws.webcontainer.WebContainer.handleRequest( > *WebContainer.java:811*) > > at com.ibm.ws.wswebcontainer.WebContainer.handleRequest( > *WebContainer.java:1433*) > > at com.ibm.ws.webcontainer.channel.WCChannelLink.ready( > *WCChannelLink.java:93*) > > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination( > *HttpInboundLink.java:465*) > > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation( > *HttpInboundLink.java:394*) > > at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready( > *HttpInboundLink.java:274*) > > at > com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators( > *NewConnectionInitialReadCallback.java:214*) > > at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete( > *NewConnectionInitialReadCallback.java:113*) > > at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted( > *AioReadCompletionListener.java:152*) > > at com.ibm.io.async.AbstractAsyncFuture.invokeCallback( > *AbstractAsyncFuture.java:213*) > > at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions( > *AbstractAsyncFuture.java:195*) > > at com.ibm.io.async.AsyncFuture.completed( > *AsyncFuture.java:136*) > > at com.ibm.io.async.ResultHandler.complete( > *ResultHandler.java:194*) > > at com.ibm.io.async.ResultHandler.runEventProcessingLoop( > *ResultHandler.java:741*) > > at com.ibm.io.async.ResultHandler$2.run( > *ResultHandler.java:863*) > > at com.ibm.ws.util.ThreadPool$Worker.run( > *ThreadPool.java:1510*) > > [9/22/08 6:42:18:056 CDT] 0000002e SystemOut O ERROR - > GeronimoLog.error(108) | Deployment of GetCodes-287 failed, aborting for > now. > * > > java.lang.UnsupportedOperationException > *: unexpected caller method: formatCompilationMessage > > at > org.apache.ode.bpel.compiler.api.CompilationMessageBundle.formatCompilationMessage( > *CompilationMessageBundle.java:59*) > > at > org.apache.ode.bpel.compiler.CommonCompilationMessages.infCompilingProcess( > *CommonCompilationMessages.java:34*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:185*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:330*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:162*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:126*) > > at org.apache.ode.store.ProcessStoreImpl.deploy( > *ProcessStoreImpl.java:165*) > > at org.apache.ode.axis2.deploy.DeploymentPoller.check( > *DeploymentPoller.java:144*) > > at org.apache.ode.axis2.deploy.DeploymentPoller.access$300( > *DeploymentPoller.java:55*) > > at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run( > *DeploymentPoller.java:188*) > > [9/22/08 6:42:18:056 CDT] 0000002e SystemOut O 06:42:18,036 ERROR > [DeploymentPoller] Deployment of GetCodes-287 failed, aborting for now. > * > > java.lang.UnsupportedOperationException > *: unexpected caller method: formatCompilationMessage > > at > org.apache.ode.bpel.compiler.api.CompilationMessageBundle.formatCompilationMessage( > *CompilationMessageBundle.java:59*) > > at > org.apache.ode.bpel.compiler.CommonCompilationMessages.infCompilingProcess( > *CommonCompilationMessages.java:34*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:185*) > > at org.apache.ode.bpel.compiler.BpelC.compile( > *BpelC.java:330*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:162*) > > at org.apache.ode.store.DeploymentUnitDir.compile( > *DeploymentUnitDir.java:126*) > > at org.apache.ode.store.ProcessStoreImpl.deploy( > *ProcessStoreImpl.java:165*) > > at org.apache.ode.axis2.deploy.DeploymentPoller.check( > *DeploymentPoller.java:144*) > > at org.apache.ode.axis2.deploy.DeploymentPoller.access$300( > *DeploymentPoller.java:55*) > > at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run( > *DeploymentPoller.java:188*) > >
