• Register Now
  • Forgot Password?
Intalio
  • Product
  • Services
  • Partners
  • Customers
  • Community
  • Company
  • Documentation
  • Discussions
  • Roadmap
  • Events

Discussions


Discussions about Intalio|BPP Community Edition.


Back to Intalio|BPMS 5.0 (0 viewing) 
Go to bottom
Post Reply
Favoured: 0
  • Page:
  • << Start < Prev 1 2 Next > End >>
TOPIC: "EPR not found" while integrating with Jsp
Forum Tools
  • Post New Topic
  • Show latest posts
  • Rules
Jan 17, 2008 8:15 am
ravipn (User)
129 posts
Expert Boarder

Karma: 0  
hi, My application running fine in Console ..

I am generating wsdl from WebLogic ..

Db is Mysql..

My Application Inserts 4 fields into Database...


While integartion with jsp following error is shown..


Error in Soap messagejava.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/ode/processes/Insert_Defn/InsertNewUser/DuoUser/... endpoint reference (EPR) for the Operation not found is http://localhost:8080/ode/processes/Insert_Defn/InsertNewUser/DuoUser/... and the WSA Action = CanonicServiceForSendInformationorg.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:8080/ode/processes/Insert_Defn/InsertNewUser/DuoUser/... and the WSA Action = CanonicServiceForSendInformation
at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:86)
at org.apache.axis2.engine.Phase.invoke(Phase.java:308)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:132)
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: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(InternalJettyServletHolder.java:65)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)
at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)
at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
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.java:396)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)
at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)


it works fine in 4.4 version..

I have Client.java and class in Web-inf/classes/wsdl...

jsp pages in axis2-web..
thanks byeeeeee
 
 
ravi
  The administrator has disabled public write access.
Jan 17, 2008 8:57 am
cshekhar (User)
933 posts
Platinum Boarder

Karma: 32  
Hi,

Could you please attach the process for further investigation?

Thanks,
Chandra.
 
  The administrator has disabled public write access.
Jan 17, 2008 9:37 am
ravipn (User)
129 posts
Expert Boarder

Karma: 0  
hi, sorry i cant attah project file bcoz its company project...


i am using one webservice insertdata....

And using the endpointurl and servicename in the jsp pages...

what could be the poblem??????

byeeeeeee
 
 
ravi
  The administrator has disabled public write access.
Jan 17, 2008 12:21 pm
ravipn (User)
129 posts
Expert Boarder

Karma: 0  
hi,chandra


Would the Integration of jsp with intalio 5.1 support Wsdl generated by WebLogic 8.1

Thanks
 
 
ravi
  The administrator has disabled public write access.
Jan 18, 2008 10:14 am
ravipn (User)
129 posts
Expert Boarder

Karma: 0  
hi,chandra

I am sending my jsp pages for further clarrification...

Wsdl i am generating from weblogic 8.1 ..

Db is Mysql...

The application is working fine in console..

But When i try using integration with jsp....

Its showing following error..

Error in Soap messagejava.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/ode/processes/insert_Comp/inser_comp/DuoUser1/Se... endpoint reference (EPR) for the Operation not found is http://localhost:8080/ode/processes/insert_Comp/inser_comp/DuoUser1/Se... and the WSA Action = CanonicServiceForSendInformationorg.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:8080/ode/processes/insert_Comp/inser_comp/DuoUser1/Se... and the WSA Action = CanonicServiceForSendInformation
at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:86)
at org.apache.axis2.engine.Phase.invoke(Phase.java:308)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:132)
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: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(InternalJettyServletHolder.java:65)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)
at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)
at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
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.java:396)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)
at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)



Client.java and client.class are in WEB-INF/Classes/Wsdl

Jsp pages are in Axis2-web.......

What might be the problem...

please do help....

Thanks byeeeeeeee
File Attachment:
File Name: pro1.rar
File Size: 26565
 
 
ravi
  The administrator has disabled public write access.
Jan 18, 2008 10:38 am
ravipn (User)
129 posts
Expert Boarder

Karma: 0  
hi,chandra

I am sending my jsp pages for further clarrification...

Wsdl i am generating from weblogic 8.1 ..

Db is Mysql...

The application is working fine in console..

But When i try using integration with jsp....

Its showing following error..

Error in Soap messagejava.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/ode/processes/insert_Comp/inser_comp/DuoUser1/Se... endpoint reference (EPR) for the Operation not found is http://localhost:8080/ode/processes/insert_Comp/inser_comp/DuoUser1/Se... and the WSA Action = CanonicServiceForSendInformationorg.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:8080/ode/processes/insert_Comp/inser_comp/DuoUser1/Se... and the WSA Action = CanonicServiceForSendInformation
at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:86)
at org.apache.axis2.engine.Phase.invoke(Phase.java:308)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:132)
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: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(InternalJettyServletHolder.java:65)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)
at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)
at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
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.java:396)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)
at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)



Client.java and client.class are in WEB-INF/Classes/Wsdl

Jsp pages are in Axis2-web.......

What might be the problem...

please do help....

Thanks byeeeeeeee
File Attachment:
File Name: pro1-89aa50d106d7018dd79599b2da3fcbd0.rar
File Size: 26565
 
 
ravi
  The administrator has disabled public write access.
Mar 1, 2008 8:06 pm
srivishu (User)
6 posts
Fresh Boarder

Karma: 0  
Hi ravi,

Is the problem resolved? If the problem is resolved, can you please post the resolution? Your post would help people like me who stuck in between.

Thanks,
- Vishu
 
  The administrator has disabled public write access.
Mar 4, 2008 5:48 am
vishwa1983 (User)
58 posts
Senior Boarder

Karma: 2  
Hi Vishu,

Even i had same issue, I have tested my WSDL generated manually from designer.
Tested using SOAP UI and found the End point URL was incorrect which i used to insert JSP pages text box values into MYSQL database.

I have used the EndPoint URL Generated by original WSDL, which is in the project folder, copy and paste the EP URL from the Original WSDL instead of from the Build Folder.
It worked out for me ...

any queries revert me back...

Thanks and Regards
Vishwaradhya
 
 
Last Edit: 2008/03/04 05:50 By vishwa1983.
 
Vishwaradhya
  The administrator has disabled public write access.
Mar 4, 2008 6:34 am
srivishu (User)
6 posts
Fresh Boarder

Karma: 0  
Hi Vishwaradhya,

The attached is my business process project zip. Could you kindly explain me the exact location of generated (if possible the WSDL file name) original WSDL to find EndPoint URL?

Thanks in advance,
- Vishu
File Attachment:
File Name: bp2web.zip
File Size: 25820
 
  The administrator has disabled public write access.
Mar 4, 2008 9:56 am
vishwa1983 (User)
58 posts
Senior Boarder

Karma: 2  
Hi Vishu,

WSDL End Point URL
Try this from Services folder you have WSDL which is login_service.wsdl from that file take EPURL...

Endpoint URL== http://localhost:8080/axis2/services/LoginService
ServiceName==CanonicServiceForClients


You have to remember onething when you create a scheme:

1)If you have more than one element to pass from Client side, you have to create complex type .

--I saw that you have created the complex type for input Scheme message.xsd
--Same way you have to create the scheme for WSDL

For elements: checkLogin you have to create complex type and the Set the type
Recreate the WSDL file with business logic.

And if possible test your* WSDL created using SOAPUI, that will help you lot..

Any queries revert me back

Thanks
Vsihwaradhya
 
 
Last Edit: 2008/03/04 10:00 By vishwa1983.
 
Vishwaradhya
  The administrator has disabled public write access.
Mar 5, 2008 8:07 pm
srivishu (User)
6 posts
Fresh Boarder

Karma: 0  
Hi Vsihwaradhya,

I am imagining the below communication channel to complete a cycle of operation using
JSP, Intalio Business Process, Database:


1. JSP -> Intalio Process Service

2. Intalio Process Service -> Deployed Web service in Axis2

3. Deployed Web service in Axis2 -> Database

4. Database -> Deployed Web service in Axis2

5. Deployed Web service in Axis2 -> Intalio Process Service

6. Intalio Process Service -> JSP

I was able to successfully complete steps 2,3,4 and 5 using console as well xforms. But while integrating with JSP, as said in the Tutorial (please follow the link: http://bpms.intalio.com/samples/invokeprocessfromjsp.html) the system throwing the below error. Surprisingly, the example provided is working perfect. I am trying to follow the same steps but some where i am overlooking some thing.

Hope I am clear this time.

Thanks,
- Vishu
 
  The administrator has disabled public write access.
Mar 6, 2008 7:26 am
mabeena (User)
91 posts
Expert Boarder

Karma: 5  
Hi
Vishu,

Could you please provide .aar file and jsp files required in your process for further verification.

Thanks
Mabeena,
 
  The administrator has disabled public write access.
Go to top Post Reply
  • Page:
  • << Start < Prev 1 2 Next > End >>
Forum List Archived Intalio|BPMS 5.0
get the latest posts directly to your desktop
 

Top Posters

Last 30 days

  • jean.bernard.wansi (9)
  • niki.w (7)
  • danny.gallagher (7)
  • bruker.bruker (5)
  • marcelo.balisa (4)
  • pourdad.daneshmand (4)
  • ravinderjit.singh (2)
  • giocarmine.gio (2)
  • pavel.khodchenkov (1)
  • mikko.savolainen (1)

All time

  • Shivanand (1216)
  • cshekhar (933)
  • psq (797)
  • metabyte (415)
  • jag (393)
  • ravinderjit.singh (393)
  • dfrench (369)
  • arnaud (329)
  • jalateras (325)
  • talita.pezzi (279)

Show last 4 hrs - 12 hrs - 24 hrs

Latest Posts

  • Reusing pools and lanes across business ... by kutter
  • Re:Webservice asynchronous and input me ... by chantal.valverde
  • Re:XSD Attribute and Correlation by wilmercisneros
  • Re:Process Automation by jean.bernard.wansi
  • Re:partner link error by danny.gallagher

Show last 6 hrs - 24 hrs - 7 days

Copyright © Intalio, 1999-2012.

  • Copyright Notice |
  • Privacy Policy |
  • User Agreement