murphyric
|
Posted: November 08, 2011 22:12 by murphyric
|
|
My Environment is as below: JBOSS4.2.3/PostgreSQL/WindowsXP/openempi-2_1_3 Deployed the War file only -"openempi-webapp-web-2.1.3.war" OPENEMPI_HOME=C:\openempi-2_1_3 My Request for help: 1) Anything wrong with the path in the first error? I did not touch the activemq-config.xml file with my hands. 2) Also I need on how to bulk load the data into DB from the file "dataset_A_1000.csv"? MyErrors: I am getting the below errors: Error-1 During JBoss startup 21:33:03,494 INFO [STDOUT] [2011-11-08 21:33:03,474]ERROR 9874[main] - org.openhie.openempi.context.Context.startNotificationBroker(Context.java:170) - Failed while trying to start the notification broker. Error: java.net.URISyntaxException: Illegal character in opaque part at index 8: xbean:C:\openempi-2_1_3/conf/activemq-config.xml java.net.URISyntaxException: Illegal character in opaque part at index 8: xbean:C:\openempi-2_1_3/conf/activemq-config.xml Error-2 After adding a person. Failed to add person entry: org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Broker named 'notificationBroker' does not exist. Thanks |
Issue with notification broker - did not start in openempi2.1.3
Replies: 1 - Last Post: November 28, 2011 20:48
by: Csaba Toth
by: Csaba Toth
showing 1 - 2 of 2
Csaba Toth
|
Posted: November 28, 2011 20:48 by Csaba Toth
|
|
Hmmm. "dagrawal" seemed to have a problem with the activemq-config: http://kenai.com/projects/openempi/forums/developer-forum/topics/13312-getting-error-when-starting-JBoss-4-2-3-GA-server-on-Openempi-2-1-3. I can see only one strange thing in the http://kenai.com/projects/openempi/sources/source-repository/content/branches/2.1.3-development/openempi/conf/activemq-config.xml?rev=223 file: the referenced core validation schema URL is not alive: http://activemq.apache.org/schema/core/activemq-core.xsd. I believe that there's a good chance that the error message is caused by a backslash in your path. See the error message, you have a backslash in the "C:\openempi-2_1_3/conf/activemq-config.xml". Replace it with a forward slash and it will work. See similar error explanation in: http://amilasilva88.blogspot.com/2009_06_01_archive.html |
Replies: 1 - Last Post: November 28, 2011 20:48
by: Csaba Toth
by: Csaba Toth







