RE: OpenClinica Axis2 1.6.2 Error

"Erdmann, Patrick" <[email protected]>
Newsgroups gmane.text.xml.axis.user
Message-ID <5A0EA13B57E0864CA29B0ACF33A41A1E270730@011-DB3MPN1-023.MGDPHG.emi.philips.com>
Hi, thanks for your help.

I fixed this problem by using the 1.7.0-SNAPSHOT. Now I can build new java classes... But, I don't get any data out of the WebService.
Here are my failure Logs:

2013-04-29 14:07:38,304 [DEBUG] Starting class path based discovery
2013-04-29 14:07:38,308 [DEBUG] Loading jar:file:/C:/Users/310119283/.m2/repository/org/apache/ws/commons/axiom/axiom-dom/1.2.14/axiom-dom-1.2.14.jar!/META-INF/axiom.xml
2013-04-29 14:07:38,407 [DEBUG] Discovered implementations: [doom(metaFactory=org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory,features=[dom(priority=100)])]
2013-04-29 14:07:38,407 [DEBUG] Loading jar:file:/C:/Users/310119283/.m2/repository/org/apache/ws/commons/axiom/axiom-impl/1.2.14/axiom-impl-1.2.14.jar!/META-INF/axiom.xml
2013-04-29 14:07:38,425 [DEBUG] Discovered implementations: [llom(metaFactory=org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory,features=[default(priority=100)])]
2013-04-29 14:07:38,425 [DEBUG] Meta factories:
  default: org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory
  dom: org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory
2013-04-29 14:07:38,447 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,447 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,448 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:anonRobustOp
2013-04-29 14:07:38,448 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,448 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named: {http://ws.apache.org/namespaces/axis2}anonRobustOp
2013-04-29 14:07:38,497 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
       DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:234)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,497 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,497 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,497 [DEBUG] Exit: AxisOperation::getInputAction urn:anonRobustOp
2013-04-29 14:07:38,497 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named: {http://ws.apache.org/namespaces/axis2}anonRobustOp
2013-04-29 14:07:38,498 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
       DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:234)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,499 [DEBUG] Client-defined operation name matches default operation name. this may cause interoperability issues.  Name is: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp
2013-04-29 14:07:38,500 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,500 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,500 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:anonOutonlyOp
2013-04-29 14:07:38,500 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,500 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp
2013-04-29 14:07:38,500 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
       DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:237)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,500 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,500 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,500 [DEBUG] Exit: AxisOperation::getInputAction urn:anonOutonlyOp
2013-04-29 14:07:38,501 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp
2013-04-29 14:07:38,501 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
       DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:237)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,501 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,501 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,501 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:anonOutInOp
2013-04-29 14:07:38,501 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,501 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@69730f59named: {http://ws.apache.org/namespaces/axis2}anonOutInOp
2013-04-29 14:07:38,502 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
       DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:240)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,502 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,502 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,502 [DEBUG] Exit: AxisOperation::getInputAction urn:anonOutInOp
2013-04-29 14:07:38,502 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@69730f59named: {http://ws.apache.org/namespaces/axis2}anonOutInOp
2013-04-29 14:07:38,503 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
       DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:240)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,503 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,503 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,503 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:listAll
2013-04-29 14:07:38,503 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,504 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: listAll; operation: org.apache.axis2.description.OutInAxisOperation@334b49fcnamed: {http://openclinica.org/ws/study/v1}listAll
2013-04-29 14:07:38,504 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:105)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,504 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,504 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,504 [DEBUG] Exit: AxisOperation::getInputAction urn:listAll
2013-04-29 14:07:38,504 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:listAll; operation: org.apache.axis2.description.OutInAxisOperation@334b49fcnamed: {http://openclinica.org/ws/study/v1}listAll
2013-04-29 14:07:38,505 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:105)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,505 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,505 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,505 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:getMetadata
2013-04-29 14:07:38,505 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,505 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: getMetadata; operation: org.apache.axis2.description.OutInAxisOperation@1a6d1901named: {http://openclinica.org/ws/study/v1}getMetadata
2013-04-29 14:07:38,506 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:113)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,506 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,506 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,506 [DEBUG] Exit: AxisOperation::getInputAction urn:getMetadata
2013-04-29 14:07:38,506 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:getMetadata; operation: org.apache.axis2.description.OutInAxisOperation@1a6d1901named: {http://openclinica.org/ws/study/v1}getMetadata
2013-04-29 14:07:38,506 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
       DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:113)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
       DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
       DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
       DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

2013-04-29 14:07:38,530 [DEBUG] OnDemandLogger initialized for class org.apache.axis2.context.AbstractContext is:org.apache.commons.logging.impl.Log4JLogger@55dbc59b
2013-04-29 14:07:38,545 [DEBUG] Trying to find [org/apache/axis2/deployment/axis2_default.xml] using sun.misc.Launcher$AppClassLoader@6469cee6 class loader.
2013-04-29 14:07:38,578 [DEBUG] About to create XMLInputFactory implementation with classloader=sun.misc.Launcher$AppClassLoader@6469cee6
2013-04-29 14:07:38,579 [DEBUG] The classloader for javax.xml.stream.XMLInputFactory is: null
2013-04-29 14:07:38,615 [DEBUG] StAX implementation at jar:file:/C:/Users/310119283/.m2/repository/org/codehaus/woodstox/woodstox-core-asl/4.1.4/woodstox-core-asl-4.1.4.jar!/ is:
  Title:         Woodstox XML-processor
  Symbolic name: woodstox-core-asl
  Vendor:        http://woodstox.codehaus.org
  Version:       4.1.4
2013-04-29 14:07:38,621 [DEBUG] Detected StAX dialect: Woodstox 4.x
2013-04-29 14:07:38,624 [DEBUG] Created XMLInputFactory = class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory with classloader=sun.misc.Launcher$AppClassLoader@6469cee6
2013-04-29 14:07:38,624 [DEBUG] Configuration = DEFAULT
2013-04-29 14:07:38,624 [DEBUG] Size of XMLInputFactory map for this configuration = 1
2013-04-29 14:07:38,625 [DEBUG] Configurations for which factories have been cached = [DEFAULT]
2013-04-29 14:07:38,696 [DEBUG] XMLStreamReader is org.apache.axiom.util.stax.dialect.Woodstox4StreamReaderWrapper
2013-04-29 14:07:38,752 [DEBUG] Builder is already complete.
2013-04-29 14:07:38,774 [DEBUG] java.lang.ClassNotFoundException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
2013-04-29 14:07:38,795 [DEBUG] getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...)
2013-04-29 14:07:38,804 [DEBUG] loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis2.resource, locale en_US
2013-04-29 14:07:38,805 [DEBUG] Created org.apache.axis2.i18n.resource, linked to parent null
2013-04-29 14:07:38,806 [DEBUG] getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...)
2013-04-29 14:07:38,806 [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(errorinloadingts)
2013-04-29 14:07:38,808 [DEBUG] A org.apache.axis2.transport.http.CommonsHTTPTransportSender error occurred in loading the transport sender {1}
java.lang.ClassNotFoundException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
       at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
       at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Class.java:188)
       at org.apache.axis2.util.Loader.loadClass(Loader.java:261)
       at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:711)
       at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:123)
       at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:629)
       at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116)
       at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64)
       at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:210)
       at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150)
       at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:143)
       at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:44)
       at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       at com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       at com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       at com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       at com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       at com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       at com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       at java.awt.EventQueue.access$200(EventQueue.java:103)
       at java.awt.EventQueue$3.run(EventQueue.java:688)
       at java.awt.EventQueue$3.run(EventQueue.java:686)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,812 [ERROR] Couldn't retrieve the messages from the data client
org.apache.axis2.deployment.DeploymentException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
       at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:736)
       at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:123)
       at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:629)
       at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116)
       at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64)
       at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:210)
       at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150)
       at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:143)
       at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:44)
       at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
       at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
       at com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
       at com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
       at com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
       at com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
       at com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
       at com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
       at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
       at java.awt.EventQueue.access$200(EventQueue.java:103)
       at java.awt.EventQueue$3.run(EventQueue.java:688)
       at java.awt.EventQueue$3.run(EventQueue.java:686)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
       at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.ClassNotFoundException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
       at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
       at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Class.java:188)
       at org.apache.axis2.util.Loader.loadClass(Loader.java:261)
       at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:711)
       ... 30 more


From: Shameera Rathnayaka [mailto:[email protected]]
Sent: Thursday, April 25, 2013 9:03 PM
To: [email protected]
Subject: Re: OpenClinica Axis2 1.6.2 Error

Hi ,

On Wed, Apr 24, 2013 at 7:14 PM, Erdmann, Patrick <[email protected]<mailto:[email protected]>> wrote:

The schemaLocation http://openclinica.org/ws/beans is just a HTML site. Is my wsdl defect?

Yes, according to the XMLSchema specification(4.3.1) Web URI must return a valid XML document part[1]

For interoperability, serialized *schema documents*<http://www.w3.org/TR/xmlschema-1/#key-schemaDoc>, like all other Web resources, may be identified by URI and retrieved using the standard mechanisms of the Web (e.g. http, https, etc.) Such documents on the Web must be part of XML documents (see clause 1.1<http://www.w3.org/TR/xmlschema-1/#c-vxd>), and are represented in the standard XML schema definition form described by layer 2 (that is as <schema><http://www.w3.org/TR/xmlschema-1/#element-schema> element information items).

Cheers,
Shameera.

[1]  http://www.w3.org/TR/xmlschema-1/#schema-repr




________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.



--
Best Regards,
Shameera Rathnayaka.

email: shameera AT apache.org<http://apache.org> , shameerainfo AT gmail.com<http://gmail.com>
Blog : http://shameerarathnayaka.blogspot.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.