asha123
|
Posted: October 09, 2009 14:10 by asha123
|
|
Hello, I am trying to setup HIEOS and test it using xtest based on the documentation from http://kenai.com/projects/hieos/pages/BinaryInstallGuide Really appreciate this exccellent documentation. Me, having no much technical expertise could set it up!. Thanks a lot. The binary installation is done in my local machine (Windows XP) and setup the databases also loacally (MySQL - 5) My problem is - while executing xtest -run -err -t vsmallpnr from cygwin, getting an error - "XDSRegistryNotAvailable : Transport error: 403 Error: Forbidden ". Records were inserted to adt.patient and repo.document tables, but no record was inserted to any of the tables in "omar" database. What could be wrong in my setup? Could you please help me in resolving this? Thanks, Asha. |
XDSRegistryNotAvailable : Transport error: 403 Error: Forbidden - Error
Replies: 3 - Last Post: November 16, 2009 15:49
by: RashmiG
by: RashmiG
showing 1 - 4 of 4
Bernie Thuman
|
Posted: October 09, 2009 23:54 by Bernie Thuman
|
|
Likely you do not have TLS configured. You can try to change the xconfig.xml file local registry setting to turn off TLS for the registry as follows: <Registry name="localregistry"> <UniqueId>NA</UniqueId> <UseSecureEndpoints>false</UseSecureEndpoints> <Transaction name="RegisterDocumentSet-b">http://localhost:8080/axis2/services/xdsregistryb</Transaction> <Transaction name="RegisterDocumentSet-b">https://localhost:8181/axis2/services/xdsregistryb</Transaction> <Transaction name="RegistryStoredQuery">http://localhost:8080/axis2/services/xdsregistryb</Transaction> <Transaction name="RegistryStoredQuery">https://localhost:8181/axis2/services/xdsregistryb</Transaction> <!-- "ReceiverDeviceId" is used by the patient identity feed to identify the registry in ACKs --> <Property name="ReceiverDeviceId">1.3.6.1.4.1.21367.2009.1.3.4.600</Property> <Property name="ReceiverDeviceName">GATEWAY_SUNVAN_XDSbRegistry</Property> </Registry> In the above XML, change <UseSecureEndpoints> to false. I believe that should do the trick. Let me know. Regards -- Bernie |
RashmiG
|
Posted: November 13, 2009 16:46 by RashmiG
|
|
Hi, I have set up everything according to the installation guide but when I try to run the test command ( xtest –run –err –t vsmallpnr ) on cygwin, I get a message saying 'Environment variable $HIEOSxTestDir is not defined'. I have checked the environment properties and all the variables have been defined. I have also added «HIEOS_ROOT»\src\xtest\test to the PATH. Can you suggest something please? |
Replies: 3 - Last Post: November 16, 2009 15:49
by: RashmiG
by: RashmiG






