Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » OHF » test 11746 to a local freebxml (OMAR) repository
test 11746 to a local freebxml (OMAR) repository [message #49663] Mon, 15 December 2008 18:53 Go to next message
Bob is currently offline BobFriend
Messages: 7
Registered: July 2009
Junior Member
Hi I'm hoping someone here can help :)

I setup a local repository which is listening at
http://localhost:8080/omar/registry/soap.

When I run the JUNIT test 11746, I get the following:

org.eclipse.ohf.ihe.common.ws.OHFSOAPException: Error Sending SOAP
Message. [Caused by org.apache.axis2.AxisFault]
at
org.eclipse.ohf.ihe.common.ws.AbstractOHFSOAPSender.executeS end(AbstractOHFSOAPSender.java:251)
at
org.eclipse.ohf.ihe.common.ws.AbstractOHFSOAPSender.send(Abs tractOHFSOAPSender.java:363)
at
org.eclipse.ohf.ihe.common.ws.AbstractOHFSOAPSender.send(Abs tractOHFSOAPSender.java:384)
at
org.eclipse.ohf.ihe.xds.soap.AbstractXDSSoapClient.send(Abst ractXDSSoapClient.java:148)
at
org.eclipse.ohf.ihe.xds.soap.AbstractXDSSoapClient.send(Abst ractXDSSoapClient.java:104)
at org.eclipse.ohf.ihe.xds.source.Source.submit(Source.java:193 )
at SubmitTest.test1Submission(SubmitTest.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestRefer ence.run(JUnit3TestReference.java:130)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(Test Execution.java:38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:196)
Caused by: org.apache.axis2.AxisFault
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage( TransportUtils.java:89)
at
org.apache.axis2.description.OutInAxisOperationClient.handle Response(OutInAxisOperation.java:326)
at
org.apache.axis2.description.OutInAxisOperationClient.send(O utInAxisOperation.java:389)
at
org.apache.axis2.description.OutInAxisOperationClient.execut eImpl(OutInAxisOperation.java:211)
at
org.apache.axis2.client.OperationClient.execute(OperationCli ent.java:163)
at
org.eclipse.ohf.ihe.common.ws.AbstractOHFSOAPSender.executeS end(AbstractOHFSOAPSender.java:244)
... 24 more
Caused by: java.lang.NullPointerException
at
org.apache.axis2.transport.TransportUtils.createDocumentElem ent(TransportUtils.java:156)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage( TransportUtils.java:111)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage( TransportUtils.java:87)
... 29 more



The tomcat log spits out an error:

ebxmlrr-soap-receiver-servlet threw exception
javax.servlet.ServletException: SOAP POST failed Unable to internalize
message at
org.freebxml.omar.server.interfaces.common.SOAPServlet.doPos t(SOAPservlet.java:219)
..
..


Any help would be appreciated~!
Re: test 11746 to a local freebxml (OMAR) repository [message #49694 is a reply to message #49663] Tue, 16 December 2008 04:09 Go to previous messageGo to next message
Bob is currently offline BobFriend
Messages: 7
Registered: July 2009
Junior Member
Am i correct in my understanding that the stand-alone repository,
freebxml, is not compatible with the XDS actors?

Do I need to setup this iheos repository instead which actually uses
freebxml?

This repository stuff has me confused. I need to setup a local repository
where I can use the OHF XDS consumer/source API to access it!
Re: test 11746 to a local freebxml (OMAR) repository [message #49724 is a reply to message #49694] Tue, 16 December 2008 17:19 Go to previous message
No real name is currently offline No real nameFriend
Messages: 292
Registered: July 2009
Senior Member
Hi,
Kindly re-post this question to our IHE Profiles project at OHT.

https://iheprofiles.projects.openhealthtools.org/

The user forum can be found here:
https://iheprofiles.projects.openhealthtools.org/ds/viewForu mSummary.do?dsForumId=212

Unfortunately, due to spam, guest posting is disabled so please become a
member of the project.

I'm not versed enough in freebxml to comment on the differences between
it an IHE. For XDS.a IHE does require changes to ebxml 2.1 schema (see
the ebxml 2.1 plugin resources/doc.

regards,
Sarah


synergy wrote:
> Am i correct in my understanding that the stand-alone repository,
> freebxml, is not compatible with the XDS actors?
> Do I need to setup this iheos repository instead which actually uses
> freebxml?
> This repository stuff has me confused. I need to setup a local
> repository where I can use the OHF XDS consumer/source API to access it!
>
>
Re: test 11746 to a local freebxml (OMAR) repository [message #588107 is a reply to message #49663] Tue, 16 December 2008 04:09 Go to previous message
Bob is currently offline BobFriend
Messages: 7
Registered: July 2009
Junior Member
Am i correct in my understanding that the stand-alone repository,
freebxml, is not compatible with the XDS actors?

Do I need to setup this iheos repository instead which actually uses
freebxml?

This repository stuff has me confused. I need to setup a local repository
where I can use the OHF XDS consumer/source API to access it!
Re: test 11746 to a local freebxml (OMAR) repository [message #588115 is a reply to message #49694] Tue, 16 December 2008 17:19 Go to previous message
No real name is currently offline No real nameFriend
Messages: 292
Registered: July 2009
Senior Member
Hi,
Kindly re-post this question to our IHE Profiles project at OHT.

https://iheprofiles.projects.openhealthtools.org/

The user forum can be found here:
https://iheprofiles.projects.openhealthtools.org/ds/viewForu mSummary.do?dsForumId=212

Unfortunately, due to spam, guest posting is disabled so please become a
member of the project.

I'm not versed enough in freebxml to comment on the differences between
it an IHE. For XDS.a IHE does require changes to ebxml 2.1 schema (see
the ebxml 2.1 plugin resources/doc.

regards,
Sarah


synergy wrote:
> Am i correct in my understanding that the stand-alone repository,
> freebxml, is not compatible with the XDS actors?
> Do I need to setup this iheos repository instead which actually uses
> freebxml?
> This repository stuff has me confused. I need to setup a local
> repository where I can use the OHF XDS consumer/source API to access it!
>
>
Previous Topic:test 11746 to a local freebxml (OMAR) repository
Next Topic:Problem with PDQ Query - search patient by ID
Goto Forum:
  


Current Time: Thu Apr 18 23:29:39 GMT 2024

Powered by FUDForum. Page generated in 0.02596 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top