Forum tags


Top Posters

Last 30 days

  • Antoine (98)
  • talita.pezzi (30)
  • eduardo.lawisch (14)
  • alfons.bataller.diaz (14)
  • sundaravadivel.n (13)
  • ravinderjit.singh (12)
  • barry.sperling (8)
  • hellonico (8)
  • jose.mendoza (8)
  • marcia.martins (7)

All time

  • Antoine (1402)
  • Shivanand (1189)
  • cshekhar (921)
  • psq (795)
  • jag (391)
  • metabyte (370)
  • arnaud (326)
  • jalateras (325)
  • dfrench (263)
  • venkaiah.k (198)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
error when deploying a external webservice (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: error when deploying a external webservice
#15771
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
error when deploying a external webservice 2 Months, 3 Weeks ago Karma: 1  
I created a simple web service to send out emails and using PIPA to send in params to send out email. The web service has only one call sendEmail. The deployment of the project fails with the following error message:

I am attaching my project in zipped format for your reference. Any inputs will be mmuch appreciated.


Intalio|Server deployment returned an error.
-------------------------
org.apache.axis2.AxisFault: Invocation of operation deploy failed: org.apache.ode.bpel.iapi.ContextException: Cannot find definition for service {http://example.com/SendSampleEmail/MailServer}MailServerAndSendEmailForWsEmailServicePortTypePlkService in the context of process {http://example.com/SendSampleEmail/SendEmail}SendEmail-22
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
at org.apache.ode.axis2.service.ServiceClientUtil.send(ServiceClientUtil.java:69)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.deploy(DeploymentJob.java:602)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.run(DeploymentJob.java:177)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Thanks,

Monisha
File Attachment:
File Name: SendSampleEmail.zip
File Size: 24266
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/25 23:37 By M.-Shah.
  The administrator has disabled public write access.
#15778
mabeena (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:error when deploying a external webservice 2 Months, 3 Weeks ago Karma: 6  
Hi monisha,

I would suggest you to have a look on the sample Using form to send Email

This would be helpful to you

Thanks
Mabeena
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#15781
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:error when deploying a external webservice 2 Months, 3 Weeks ago Karma: 1  
Hi Mabeena,
I used that sample as the starting point and developed my own based of that. However my bpms project compiles fine, but fails to deploy. Any inputs on fixing the errors will be much appreciated.

Best regards,

Monisha
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#15791
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:error when deploying a external webservice 2 Months, 3 Weeks ago Karma: 1  
I made my sample very similar to the Use form to send email sample: http://bpms.intalio.com/samples/using-form-to-send-email.html

However when deploying the bpms project still fails with the following error. Any tips on correcting this will be greatly appreciated.

I am attaching my project in zipped format for your kind reference.

09:46:42,295 ERROR [NStateLatch] Latch error, was releasing for state 1 but actu
ally in -1
09:46:42,436 WARN [ProcessStoreImpl] Deployment failed within the engine, store
undeploying process.
09:46:42,639 WARN [DeploymentWebService] Invocation of operation deploy failed
org.apache.ode.bpel.iapi.ContextException: Cannot find definition for service {h
ttp://example.com/SendSampleEmail/MailServer}MailServerAndSendEmailForWsEmailSer
vicePortTypePlkService in the context of process {http://example.com/SendSampleE
mail/SendEmail}SendEmail-26
at org.apache.ode.axis2.BindingContextImpl.createPartnerRoleChannel(Bind
ingContextImpl.java:78)
at org.apache.ode.bpel.engine.BpelProcess$HydrationLatch.doHydrate(BpelP
rocess.java:771)
at org.apache.ode.bpel.engine.BpelProcess$HydrationLatch.access$100(Bpel
Process.java:723)
at org.apache.ode.bpel.engine.BpelProcess$HydrationLatch$2.run(BpelProce
ss.java:733)
at org.apache.ode.bpel.engine.NStateLatch.latch(NStateLatch.java:89)
at org.apache.ode.bpel.engine.BpelProcess.hydrate(BpelProcess.java:602)
at org.apache.ode.bpel.engine.BpelServerImpl.register(BpelServerImpl.jav
a:284)
at org.apache.ode.axis2.ODEServer.handleEvent(ODEServer.java:597)
at org.apache.ode.axis2.ODEServer.access$100(ODEServer.java:86)
at org.apache.ode.axis2.ODEServer$ProcessStoreListenerImpl.onProcessStor
eEvent(ODEServer.java:584)
at org.apache.ode.store.ProcessStoreImpl.fireEvent(ProcessStoreImpl.java
:494)
at org.apache.ode.store.ProcessStoreImpl.fireStateChange(ProcessStoreImp
l.java:500)
at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:27
8)
at org.apache.ode.axis2.service.DeploymentWebService$DeploymentMessageRe
ceiver.invokeBusinessLogic(DeploymentWebService.java:144)
at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMe
ssageReceiver.java:96)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReq
uest(HTTPTransportUtils.java:275)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:1
20)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487
)
at org.apache.geronimo.jetty6.InternalJettyServletHolder.handle(Internal
JettyServletHolder.java:65)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
62)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.jav
a:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1
81)
at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(Th
readClassloaderHandler.java:46)
at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(Inst
anceContextHandler.java:58)
at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(User
TransactionHandler.java:48)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7
12)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)

at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(Com
ponentContextHandler.java:47)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand
lerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.
java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1
39)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:50
6)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnectio
n.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:726)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.ja
va:396)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)
at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(Th
readPool.java:331)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
utor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:907)
at java.lang.Thread.run(Thread.java:619)
09:46:45,541 ERROR [NStateLatch] Latch error, was releasing for state 1 but actu
ally in -1
09:46:45,557 WARN [ProcessStoreImpl] Deployment failed within the engine, store
undeploying process.
09:46:45,557 ERROR [DeploymentPoller] Deployment of SendSampleEmail-26 failed, a
borting for now.
org.apache.ode.bpel.iapi.ContextException: Cannot find definition for service {h
ttp://example.com/SendSampleEmail/MailServer}MailServerAndSendEmailForWsEmailSer
vicePortTypePlkService in the context of process {http://example.com/SendSampleE
mail/SendEmail}SendEmail-27
at org.apache.ode.axis2.BindingContextImpl.createPartnerRoleChannel(Bind
ingContextImpl.java:78)
at org.apache.ode.bpel.engine.BpelProcess$HydrationLatch.doHydrate(BpelP
rocess.java:771)
at org.apache.ode.bpel.engine.BpelProcess$HydrationLatch.access$100(Bpel
Process.java:723)
at org.apache.ode.bpel.engine.BpelProcess$HydrationLatch$2.run(BpelProce
ss.java:733)
at org.apache.ode.bpel.engine.NStateLatch.latch(NStateLatch.java:89)
at org.apache.ode.bpel.engine.BpelProcess.hydrate(BpelProcess.java:602)
at org.apache.ode.bpel.engine.BpelServerImpl.register(BpelServerImpl.jav
a:284)
at org.apache.ode.axis2.ODEServer.handleEvent(ODEServer.java:597)
at org.apache.ode.axis2.ODEServer.access$100(ODEServer.java:86)
at org.apache.ode.axis2.ODEServer$ProcessStoreListenerImpl.onProcessStor
eEvent(ODEServer.java:584)
at org.apache.ode.store.ProcessStoreImpl.fireEvent(ProcessStoreImpl.java
:494)
at org.apache.ode.store.ProcessStoreImpl.fireStateChange(ProcessStoreImp
l.java:500)
at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:27
8)
at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.j
ava:144)
at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPol
ler.java:55)
at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(Deploy
mentPoller.java:188)
File Attachment:
File Name: SendSampleEmail-66ffd9076e772ffce8ecb530c2ee03bd.zip
File Size: 50287
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#15834
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:error when deploying a external webservice 2 Months, 3 Weeks ago Karma: 1  
I figured this. Never mind. Solution pasted yesterday afternoon in one of my other posts.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop