|
From: Patrick Y. <kc...@ce...> - 2003-06-23 09:10:45
|
You also need to configure msh_client.properties.xml. There is a property entry called "Request/Config/URL" which is the URL of the MSH your are using. msh.properties.xml holds the parameter of MSH server. msh_client.properties.xml holds the parameter of MSH clients. The parameter "Request/Config/URL" is the location of the MSH server to connect to. monitor.properties.xml holds the parameter of Monitor app, which is a MSH client. Therefore, when running Monitor, you need both msh_client.properties.xml and monitor.properties.xml for configuration. Hope this helps. Regards, -Patrick Tony Slosar wrote: >Hello, > >I am at it again - I am having trouble getting the monitor to work on a new installation: > >- MS Windows 2000 SP3 >- j2sdk-1_4_1_03-windows-i586 >- mysql-4.0.13-win >- jboss-3.2.1 >- hermes_ebms2_all_in_one_0930 > >- I have copied the file xalan.jar to $JAVA_HOME/jre/lib/endorsed. >- I have copied msh.jar to C:\Program Files\ebxmlms\lib >- I have copied msh.properties.xml to the directory of RunMonitor.bat >- I have verified tables created in database > >In "msh.properties.xml" I have: ><Config> ><URL>http://66.227.143.138:8080/msh/</URL> > >In "monitor.properties.xml" I have: ><DefaultConfig> ><ToMSHURL>http://66.227.143.138:8080/msh/</ToMSHURL> > >I know this is valid URL, when I enter it into a browser I get: >"MSH is alive. However, MSH does not HTTP GET method." > >HOWEVER: > >I get this error and the Monitor exits: > >Cannot create request objects. >hk.hku.cecid.phoenix.message.handler.RequestException: Malformed MessageServiceHandler URL! >at hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown Source) >at hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown Source) >at hk.hku.cecid.phoenix.message.monitor.Monitor.setConfigParamenters(Unknown Source) >at hk.hku.cecid.phoenix.message.monitor.Monitor.main(Unknown Source) > >Any help would be GREATLY appreciated. > >Tony Slosar > > >------------------------------------------------------- >This SF.Net email is sponsored by: INetU >Attention Web Developers & Consultants: Become An INetU Hosting Partner. >Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! >INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |