--
You received this message because you are subscribed to the Google Groups "i2b2 Install Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to i2b2-install-h...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
Melek,
I noticed that you have been checking localhost:9090/i2b2/services/listServices is active.
How about you try checking and logging into http://YOURHOST:9090/.... (insert your hostname in place of localhost)
Lori
Hello,
Well the suggestion is relevant.
Are there any errors in your JBOSS log that might indicate what error or issue needs to be resolved?
For more options, visit https://groups.google.com/d/optout.
ERROR [org.apache.axis2.engine.AxisEngine] (http--127.0.0.1-9090-3) The service cannot be found for the endpoint reference (EPR) /i2b2/services: org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR) /i2b2/services at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:78) [axis2-kernel-1.6.2.jar:1.6.2] at org.apache.axis2.engine.Phase.invoke(Phase.java:329) [axis2-kernel-1.6.2.jar:1.6.2] at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262) [axis2-kernel-1.6.2.jar:1.6.2] at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168) [axis2-kernel-1.6.2.jar:1.6.2] at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:144) [axis2-transport-http-1.6.2.jar:] at org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:139) [axis2-transport-http-1.6.2.jar:] at org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:837) [axis2-transport-http-1.6.2.jar:] at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:273) [axis2-transport-http-1.6.2.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_79]I am pasting the full red color text below for more information:
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:</faultcode> <faultstring>First Element must contain the local name, Envelope , but found request</faultstring> <detail /> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>
Hello,
OK, it looks like there maybe an issue with your axis2 implementation. From a prior install, I think in the install instructions, there is explicit information about deploying axis2 into JBOSS.
The process may involve unarchiving it, and then moving it to the JBOSS deployment folder. You may also need to remove the existing axis2 file, and create a dot dodeploy file.
It seems like axis2 may not have been deployed successfully. Please review, and redo step-by-step the axis2 deployment.
-Peter