You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(20) |
Nov
(11) |
Dec
(27) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(11) |
Feb
(8) |
Mar
(17) |
Apr
(11) |
May
(9) |
Jun
(30) |
Jul
(18) |
Aug
|
Sep
(4) |
Oct
(34) |
Nov
(83) |
Dec
(28) |
| 2004 |
Jan
(4) |
Feb
|
Mar
(13) |
Apr
(20) |
May
(4) |
Jun
(26) |
Jul
(5) |
Aug
(2) |
Sep
(3) |
Oct
(7) |
Nov
(10) |
Dec
(24) |
| 2005 |
Jan
(7) |
Feb
(44) |
Mar
(9) |
Apr
(16) |
May
(9) |
Jun
(64) |
Jul
(48) |
Aug
(36) |
Sep
(27) |
Oct
(24) |
Nov
(20) |
Dec
(11) |
| 2006 |
Jan
(12) |
Feb
(13) |
Mar
(7) |
Apr
|
May
(16) |
Jun
(5) |
Jul
(2) |
Aug
(7) |
Sep
(19) |
Oct
(5) |
Nov
(9) |
Dec
(13) |
| 2007 |
Jan
(21) |
Feb
(12) |
Mar
(6) |
Apr
|
May
(2) |
Jun
(14) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(5) |
May
(2) |
Jun
(1) |
Jul
(6) |
Aug
|
Sep
(9) |
Oct
(3) |
Nov
(25) |
Dec
(32) |
| 2009 |
Jan
(11) |
Feb
(12) |
Mar
(18) |
Apr
(19) |
May
(31) |
Jun
(23) |
Jul
(35) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
|
Dec
(8) |
| 2010 |
Jan
(3) |
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: jason <ja...@np...> - 2003-06-26 05:01:31
|
aSBhbSBhIG5ld2JpZSBvZiBmcmVleG1sLmkgdHJ5IHRvIGluc3RhbGwgbWhuIGFjY29yZGluZyB0 byB0aGUgaW5zdGFsbC9yZWFkbWUgZmlsZSwgYnV0IGZhaWxlZC4gQ291bGQgeW91IHBsZWFzZSB0 ZWxsIG1lIHdoeSB0aGVyZSBhcmUgbm8gYW55ICouanNwIGFuZCBjbGFzc2VzIGZpbGVzIGluIHdl YmFwcHMvbXNoIG9mIHRvbWNhdD8NCklzIHRoZXJlIGFueSByZXF1ZXN0IG9mIHRoZSB2ZXJzaW9u IG9mIHRvbWNhdC9qc3AuLi4sIGFuZCBjb21wYXRpYmlsaXR5Pw0KDQpBbmQgaXMgdGhlcmUgYW55 IG90aGVyIHVzZWZ1bCBpbmZvcm1hdGlvbiBhYm91dCB0aGUgY29uZmlndXJhdGlvbj8= |
|
From: jason <ja...@np...> - 2003-06-26 04:54:38
|
bm8gKi5qc3AgYW5kIGNsYXNzZXMgZmlsZXMgaW4gL3Vzci9sb2NhbC90b21jYXQvd2ViYXBwcy9t c2ggd2h5Pw== |
|
From: Michal S. <sa...@se...> - 2003-06-23 17:03:30
|
Hi Patrick, I tried to change code so that there is only one program running but it still didn't help. HempClient now implements MessageListener and creates request with itself as a listener. But it still throws RequestException when I try to create that request. Problem arises when I change getClientUrl() from returning null to returning a path to a local folder. I tried running it with getClientUrl() returning null sending messages to itself and it returned all messages as undelivered. I'd guess it was caused by getClientUrl() returning null. Source files of both Client and MessageListener are attached. Michal ----- Original Message ----- > Hi Michal, > > Is you HempClientMessageListener implementing MessageListener interface? > Or it extends from MessageListenerImpl? If possible, please attach the > source code to us so that we can have a better understanding on your > situation. Thanks. > > Regards, -Patrick > P.S. I am forwarding this to the mailing list dedicated to Hermes > discussions. You may want to subscribe to it at > http://sourceforge.net/projects/ebxmlms. > > > Michal Sankot wrote: > > >Hi, > >I dowloaded Hermes installation from freebXML.org and tried to develop some > >simple client using ebMS. > >I get en error message though when I try to run it. As your email address is > >the only one I found related to Hermes, I address my enquiry to you. > > > >My program consist of 2 files so far - HempClient and > >HempClientMessageListener. > >Problem arises when HempClient passes HempClientMessageListener to Request > >constructor. I get an error message: > > > >-------------------------------------------------------------------------- > >Cannot create request object. RequestException. > >hk.hku.cecid.phoenix.message.handler.RequestException: > > Failed to send query to MSH. > > HTTP response code = 409 > > HTTP response message = HTTP POST submitted to MessageServiceHandler failed: java.lang.ClassNotFoundException: hemp.HempClient > > at hk.hku.cecid.phoenix.message.handler.Request.expectMapResponse(Request.java: 1777) > > at hk.hku.cecid.phoenix.message.handler.Request.sendMessageServiceHandlerConfig (Request.java:1270) > > at hk.hku.cecid.phoenix.message.handler.Request.register(Request.java:1179) > > at hk.hku.cecid.phoenix.message.handler.Request.<init>(Request.java:839) > > at hemp.HempClient.initializeClient(HempClient.java:116) > > at hemp.HempClient.run(HempClient.java:73) > > at hemp.HempClient.main(HempClient.java:63) > >Process terminated with exit code 0 > >-------------------------------------------------------------------------- > > > >Why is it so ? I thought that I register MessageListener to react on > >messages on CLIENT side, not server side, so there shouldn't be any problem > >with classpath. > >Please tell me where the problem is, or forward my enquery to a person who > >would be able to solve it. > > > >Thank you > >Michal Sankot > >Ireland |
|
From: Patrick Y. <kc...@ce...> - 2003-06-23 09:19:52
|
Hi Michal, Is you HempClientMessageListener implementing MessageListener interface? Or it extends from MessageListenerImpl? If possible, please attach the source code to us so that we can have a better understanding on your situation. Thanks. Regards, -Patrick P.S. I am forwarding this to the mailing list dedicated to Hermes discussions. You may want to subscribe to it at http://sourceforge.net/projects/ebxmlms. Michal Sankot wrote: >Hi, >I dowloaded Hermes installation from freebXML.org and tried to develop some >simple client using ebMS. >I get en error message though when I try to run it. As your email address is >the only one I found related to Hermes, I address my enquiry to you. > >My program consist of 2 files so far - HempClient and >HempClientMessageListener. >Problem arises when HempClient passes HempClientMessageListener to Request >constructor. I get an error message: > >-------------------------------------------------------------------------- >Cannot create request object. RequestException. >hk.hku.cecid.phoenix.message.handler.RequestException: > Failed to send query to MSH. > HTTP response code = 409 > HTTP response message = HTTP POST submitted to MessageServiceHandler >failed: java.lang.ClassNotFoundException: HempClientMessageListener > at >hk.hku.cecid.phoenix.message.handler.Request.expectMapResponse(Request.java: >1777) > at >hk.hku.cecid.phoenix.message.handler.Request.sendMessageServiceHandlerConfig >(Request.java:1270) > at hk.hku.cecid.phoenix.message.handler.Request.register(Request.java:1179) > at hk.hku.cecid.phoenix.message.handler.Request.<init>(Request.java:839) > at HempClient.initializeClient(HempClient.java:92) > at HempClient.main(HempClient.java:60) >Process terminated with exit code 0 >-------------------------------------------------------------------------- > >Why is it so ? I thought that I register MessageListener to react on >messages on CLIENT side, not server side, so there shouldn't be any problem >with classpath. >Please tell me where the problem is, or forward my enquery to a person who >would be able to solve it. > >Thank you >Michal Sankot >Ireland > > > > |
|
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 > > |
|
From: Nont B. <no...@in...> - 2003-06-22 12:25:38
|
Hi I use Tomcat full version I'll try to change it to LE. Which version are you using ? Nont > First of all, I didn't ever this kind of exception before. But it > seems that the log messages of your tomcat 4.1.24 seem so "different" as > some classes such as org.apache.coyote.http11.Http11Protocol are initiate= d > instead of org.apache.coyote.tomcat4.CoyoteConnector as seen in my tomcat > conf/server.xml > > Are you using tomcat 4.1.24 full version? You'd better use LE > version of tomcat with JDK 1.4.x because quite a number of jars bundled > in tomcat would conflict with hermes. > > > I saw that > > 1. no directory "classes" in /var/tomcat4/webapps/msh/WEB-INF > > but it (directory "classes") has on both supplier and buyer directory > > 2. no msh,buyer,supplier described on server.xml of tomcat. > > There is no need to add anything in server.xml in order for the > webapps "buyer", "supplier" or "msh" to work. If you are deploying a .war > file, you simply put it in webapps. Or you have to create manually, say > "msh", under webapps and construct the WEB-INF tree by yourself. > > Regards, > CY > > -------------------------------------------------------------------------= --- > Ng Chi Yuen, CY. cy...@ce... http://www.cecid.hku.hk/ > Technology Officer, > Centre for E-Commerce Infrastructure Development, > The University of Hong Kong > -------------------------------------------------------------------------= --- > > > > ------------------------------------------------------- > 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 > ----------------------------------------------------- | =C7=D1=B9=B9=D5=E9=A4=D8=B3 Run SETI@HOME =E1=C5=E9=C7=CB=C3=D7=CD=C2=D1= =A7 ? | | http://johann.inet.co.th:8080/~trin/setiathome.html | ----------------------------------------------------- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Mr.Nont Banditwong =09 =09 no...@in... Research and Development (RD) http://www.inet.co.th Internet Thailand Public Company Limited Tel: (662) 257-7226 1768 IFCT Tower, 11th Fl., New Petchburi Rd. Fax: (662) 257-1375 Bangkapi, Huaykwang, Bangkok 10320 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |
|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2003-06-22 12:17:12
|
Hi,
> Stopping service Tomcat-Standalone
> 22 ?.?. 2546 14:11:48 org.apache.commons.modeler.Registry loadRegistry
> INFO: Loading registry information
> 22 ?.?. 2546 14:11:48 org.apache.commons.modeler.Registry getRegistry
> INFO: Creating new Registry instance
> 22 ?.?. 2546 14:11:50 org.apache.commons.modeler.Registry getServer
> INFO: Creating MBeanServer
> 22 ?.?. 2546 14:11:53 org.apache.coyote.http11.Http11Protocol init
> INFO: Initializing Coyote HTTP/1.1 on port 8080
> Starting service Tomcat-Standalone
> Apache Tomcat/4.1
> DBCP borrowObject failed: java.sql.SQLException: Server connection failure during transaction.
> Attempted reconnect 3 times. Giving up.
> 22 ?.?. 2546 14:12:36 org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on port 8080
> 22 ?.?. 2546 14:12:37 org.apache.jk.common.ChannelSocket init
> INFO: JK2: ajp13 listening on /0.0.0.0:8009
> 22 ?.?. 2546 14:12:37 org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=33/317 config=/var/tomcat4/conf/jk2.properties
First of all, I didn't ever this kind of exception before. But it
seems that the log messages of your tomcat 4.1.24 seem so "different" as
some classes such as org.apache.coyote.http11.Http11Protocol are initiated
instead of org.apache.coyote.tomcat4.CoyoteConnector as seen in my tomcat
conf/server.xml
Are you using tomcat 4.1.24 full version? You'd better use LE
version of tomcat with JDK 1.4.x because quite a number of jars bundled
in tomcat would conflict with hermes.
> I saw that
> 1. no directory "classes" in /var/tomcat4/webapps/msh/WEB-INF
> but it (directory "classes") has on both supplier and buyer directory
> 2. no msh,buyer,supplier described on server.xml of tomcat.
There is no need to add anything in server.xml in order for the
webapps "buyer", "supplier" or "msh" to work. If you are deploying a .war
file, you simply put it in webapps. Or you have to create manually, say
"msh", under webapps and construct the WEB-INF tree by yourself.
Regards,
CY
----------------------------------------------------------------------------
Ng Chi Yuen, CY. cy...@ce... http://www.cecid.hku.hk/
Technology Officer,
Centre for E-Commerce Infrastructure Development,
The University of Hong Kong
----------------------------------------------------------------------------
|
|
From: Nont B. <bi...@li...> - 2003-06-22 08:05:39
|
Dear all I'm very new both Tomcat and ebXML My system is Linux Mandrake 9.1 Database MySQL 4.0.11a-gamma Ant 1.5.3 Tomcat 4.1.24 JDK 1.4.1 msh 0.9.3 I've download MSH from sourceforge and try to deploy for 2 days but no luck :( I've follow up all step described in hermes_ebms2_install_guide_0930.pdf from /doc already. this is message in /var/log/tomcat4/catalina.out Stopping service Tomcat-Standalone 22 ?.?. 2546 14:11:48 org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information 22 ?.?. 2546 14:11:48 org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry instance 22 ?.?. 2546 14:11:50 org.apache.commons.modeler.Registry getServer INFO: Creating MBeanServer 22 ?.?. 2546 14:11:53 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1 DBCP borrowObject failed: java.sql.SQLException: Server connection failure during transaction. Attempted reconnect 3 times. Giving up. 22 ?.?. 2546 14:12:36 org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on port 8080 22 ?.?. 2546 14:12:37 org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 22 ?.?. 2546 14:12:37 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=33/317 config=/var/tomcat4/conf/jk2.properties I saw that 1. no directory "classes" in /var/tomcat4/webapps/msh/WEB-INF but it (directory "classes") has on both supplier and buyer directory 2. no msh,buyer,supplier described on server.xml of tomcat. Thank you Nont -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze |
|
From: Tony S. <Ton...@su...> - 2003-06-20 16:13:24
|
Hello,=20 I am at it again - I am having trouble getting the monitor to work on a = new installation:=20 - MS Windows 2000 SP3=20 - j2sdk-1_4_1_03-windows-i586=20 - mysql-4.0.13-win=20 - jboss-3.2.1=20 - hermes_ebms2_all_in_one_0930=20 - I have copied the file xalan.jar to $JAVA_HOME/jre/lib/endorsed.=20 - I have copied msh.jar to C:\Program Files\ebxmlms\lib=20 - I have copied msh.properties.xml to the directory of RunMonitor.bat=20 - I have verified tables created in database=20 In "msh.properties.xml" I have:=20 <Config>=20 <URL>http://66.227.143.138:8080/msh/</URL>=20 In "monitor.properties.xml" I have:=20 <DefaultConfig>=20 <ToMSHURL>http://66.227.143.138:8080/msh/</ToMSHURL>=20 I know this is valid URL, when I enter it into a browser I get:=20 "MSH is alive. However, MSH does not HTTP GET method."=20 HOWEVER:=20 I get this error and the Monitor exits:=20 Cannot create request objects.=20 hk.hku.cecid.phoenix.message.handler.RequestException: Malformed = MessageServiceHandler URL!=20 at hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown Source)=20 at hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown Source)=20 at = hk.hku.cecid.phoenix.message.monitor.Monitor.setConfigParamenters(Unknown= Source)=20 at hk.hku.cecid.phoenix.message.monitor.Monitor.main(Unknown Source)=20 Any help would be GREATLY appreciated.=20 Tony Slosar=20 |
|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2003-06-17 03:31:16
|
Hi,
> Specifically, I'm trying to use the "File system operation - I" mode where
> the MSH writes to a location on the file system where I can poll for new
> messages (presumably by just doing directory listings. Supposedly the
> location in the file system is the "TrustedRepository" variable defined in
> msh.properties.xml? That property takes a delimited list of locations.
> How does this work, and how is it enabled? I put in a value for the Trusted
> Repository, but nothing ever seems to be written there.
If you are using polling mode to write files, you have to supply
a ClientMessageListenerImpl (with URL being file) to Request or you can
implement your own MessageListener with your own onMessage() (with URL being
null) and supply it to Request. Of course, your client, i.e., Request object,
has to be alive in order to poll received message.
However, if you want to use the trustedRepository mode, you have to
supply a MessageListenerImpl() (with URL being trusted file repository) to
Request. This MessageListenerImpl is submitted to MSH server and MSH server
checks to see this file repository can be trusted according to the property
file. That means, if you supply a MessageListenerImpl but the URL is not
trusted by MSH server (due to a mismatch with property file), there will be
an exception. Hope this help.
Regards,
CY
----------------------------------------------------------------------------
Ng Chi Yuen, CY. cy...@ce... http://www.cecid.hku.hk/
Technology Officer,
Centre for E-Commerce Infrastructure Development,
The University of Hong Kong
----------------------------------------------------------------------------
|
|
From: Geilfuss, B. <Bra...@Si...> - 2003-06-16 23:10:12
|
I was reading the MSH developers guide which enumerates 4 different = modes of operation for the MSH in relation to MSH clients. =20 It isn't clear to me how I enable a mode of operation. =20 Specifically, I'm trying to use the "File system operation - I" mode = where the MSH writes to a location on the file system where I can poll = for new messages (presumably by just doing directory listings. = Supposedly the location in the file system is the "TrustedRepository" = variable defined in msh.properties.xml? That property takes a delimited = list of locations. How does this work, and how is it enabled? I put in = a value for the Trusted Repository, but nothing ever seems to be written = there. Brad =3D=3D Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com |
|
From: Gait B. <gai...@ti...> - 2003-06-12 04:59:11
|
Hi Brad, you may want to try it with the machine's "real" hostname first. That shouldn't suffer from localhost special case handling, if any. AFAIK, the only key factor is that the hostname you use to contact the server is identical to the one in the SSL certificate's common name. --Gait. ----- Original Message ----- From: "Geilfuss, Brad" <Bra...@Si...> To: <ebx...@li...> Sent: Wednesday, June 11, 2003 9:15 PM Subject: RE: [ebxmlms-general] HTTPS hostname wrong? hmm. not sure this is the cause. when i used keygen, i was careful to set the issuer as my ipaddress. i've tried issuing keys as localhost, my actual ipaddress, and 127.0.0.1. and adjusting LoopBack.java against every combination each time, the message i get tells me that my host name should be "foo" where foo is whataever domain name entered under toMshUrl in LoopBack.java, regardless of what certificate i have in the keystore (i only put one in at a time). i've restarted tomcat everytime i modify the keystores. the exception is thrown at the line in loopback that instatiates the Request object. i'd cut and paste the full stacktrace, but that machine isn't connected to the internet. == Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com -----Original Message----- From: Patrick Yee [mailto:kc...@ce...] Sent: Tuesday, June 10, 2003 7:00 PM To: ebx...@li... Subject: Re: [ebxmlms-general] HTTPS hostname wrong? You may try to investigate the common name of the server certificate that your app server is using. In our experience when doing development, the common name of the certificate of the app server should be the same as the hostname part of the URL to request. Regards, -Patrick Geilfuss, Brad wrote: >Hi all- > >I have a few hermes MSH servers running, but I've hit an odd snag when I try to do the loopback test using https from a win2k machine that I don't get on other OS's. The error is: > > >hk.hku.cecid.phoenix.handler.RequestException: HTTPS hostname wrong: should be <localhost> > > >I have the URL in the msh_client.properties.xml file set to https://localhost:8443/msh/ and I have the same URL in LoopBack.java. > >If I change the URL in msh_client.properties.xml to http://localhost:8080/msh/, everything works fine. > >Hermes finds the certificates OK so far as I can tell (after i added %JAVA%/bin to my PATH variable). > >Has anyone else gotten this error and know what the root is? > >When I loopback from a HP-UX machine using this machine as the MSH, I don't have this error. > >regards, >Brad > > >== >Brad Geilfuss >Sierra Systems >400 N. Continental Blvd., Suite 300 >El Segundo, CA 90245 >Main: 310.536.6288 >Dir: 310.743.8265 >Fax: 310.536.6282 >www.SierraSystems.com > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Geilfuss, B. <Bra...@Si...> - 2003-06-11 19:15:20
|
hmm. not sure this is the cause. when i used keygen, i was careful to set the issuer as my ipaddress. = i've tried issuing keys as localhost, my actual ipaddress, and = 127.0.0.1. and adjusting LoopBack.java against every combination each = time, the message i get tells me that my host name should be "foo" where = foo is whataever domain name entered under toMshUrl in LoopBack.java, = regardless of what certificate i have in the keystore (i only put one in = at a time). i've restarted tomcat everytime i modify the keystores. the exception is thrown at the line in loopback that instatiates the = Request object. i'd cut and paste the full stacktrace, but that machine = isn't connected to the internet.=20 =3D=3D Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com -----Original Message----- From: Patrick Yee [mailto:kc...@ce...] Sent: Tuesday, June 10, 2003 7:00 PM To: ebx...@li... Subject: Re: [ebxmlms-general] HTTPS hostname wrong? You may try to investigate the common name of the server certificate=20 that your app server is using. In our experience when doing development, = the common name of the certificate of the app server should be the same=20 as the hostname part of the URL to request. Regards, -Patrick Geilfuss, Brad wrote: >Hi all- > >I have a few hermes MSH servers running, but I've hit an odd snag when = I try to do the loopback test using https from a win2k machine that I = don't get on other OS's. The error is: > > >hk.hku.cecid.phoenix.handler.RequestException: HTTPS hostname wrong: = should be <localhost> > > >I have the URL in the msh_client.properties.xml file set to = https://localhost:8443/msh/ and I have the same URL in LoopBack.java. > >If I change the URL in msh_client.properties.xml to = http://localhost:8080/msh/, everything works fine. > >Hermes finds the certificates OK so far as I can tell (after i added = %JAVA%/bin to my PATH variable). > >Has anyone else gotten this error and know what the root is? > >When I loopback from a HP-UX machine using this machine as the MSH, I = don't have this error. > >regards, >Brad > > >=3D=3D >Brad Geilfuss >Sierra Systems >400 N. Continental Blvd., Suite 300 >El Segundo, CA 90245 >Main: 310.536.6288 >Dir: 310.743.8265 >Fax: 310.536.6282 >www.SierraSystems.com > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The = best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > =20 > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: pykoon <py...@ce...> - 2003-06-11 02:45:09
|
The information from the JSSE Java Forum may help: http://forum.java.sun.com/thread.jsp?forum=2&thread=211007 It shows the reason why it will got https hostname unknown problem. Regards, Bob Koon Patrick Yee wrote: > You may try to investigate the common name of the server certificate > that your app server is using. In our experience when doing > development, the common name of the certificate of the app server > should be the same as the hostname part of the URL to request. > > Regards, -Patrick > > > Geilfuss, Brad wrote: > >> Hi all- >> >> I have a few hermes MSH servers running, but I've hit an odd snag >> when I try to do the loopback test using https from a win2k machine >> that I don't get on other OS's. The error is: >> >> >> hk.hku.cecid.phoenix.handler.RequestException: HTTPS hostname wrong: >> should be <localhost> >> >> >> I have the URL in the msh_client.properties.xml file set to >> https://localhost:8443/msh/ and I have the same URL in LoopBack.java. >> >> If I change the URL in msh_client.properties.xml to >> http://localhost:8080/msh/, everything works fine. >> >> Hermes finds the certificates OK so far as I can tell (after i added >> %JAVA%/bin to my PATH variable). >> >> Has anyone else gotten this error and know what the root is? >> >> When I loopback from a HP-UX machine using this machine as the MSH, I >> don't have this error. >> >> regards, >> Brad >> >> >> == >> Brad Geilfuss >> Sierra Systems >> 400 N. Continental Blvd., Suite 300 >> El Segundo, CA 90245 >> Main: 310.536.6288 >> Dir: 310.743.8265 >> Fax: 310.536.6282 >> www.SierraSystems.com >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Etnus, makers of TotalView, The best >> thread debugger on the planet. Designed with thread debugging features >> you've never dreamed of, try TotalView 6 free at www.etnus.com. >> _______________________________________________ >> ebxmlms-general mailing list >> ebx...@li... >> https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >> >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |
|
From: Patrick Y. <kc...@ce...> - 2003-06-11 01:59:48
|
You may try to investigate the common name of the server certificate that your app server is using. In our experience when doing development, the common name of the certificate of the app server should be the same as the hostname part of the URL to request. Regards, -Patrick Geilfuss, Brad wrote: >Hi all- > >I have a few hermes MSH servers running, but I've hit an odd snag when I try to do the loopback test using https from a win2k machine that I don't get on other OS's. The error is: > > >hk.hku.cecid.phoenix.handler.RequestException: HTTPS hostname wrong: should be <localhost> > > >I have the URL in the msh_client.properties.xml file set to https://localhost:8443/msh/ and I have the same URL in LoopBack.java. > >If I change the URL in msh_client.properties.xml to http://localhost:8080/msh/, everything works fine. > >Hermes finds the certificates OK so far as I can tell (after i added %JAVA%/bin to my PATH variable). > >Has anyone else gotten this error and know what the root is? > >When I loopback from a HP-UX machine using this machine as the MSH, I don't have this error. > >regards, >Brad > > >== >Brad Geilfuss >Sierra Systems >400 N. Continental Blvd., Suite 300 >El Segundo, CA 90245 >Main: 310.536.6288 >Dir: 310.743.8265 >Fax: 310.536.6282 >www.SierraSystems.com > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Geilfuss, B. <Bra...@Si...> - 2003-06-10 19:18:04
|
Hi all- I have a few hermes MSH servers running, but I've hit an odd snag when I = try to do the loopback test using https from a win2k machine that I = don't get on other OS's. The error is: hk.hku.cecid.phoenix.handler.RequestException: HTTPS hostname wrong: = should be <localhost> I have the URL in the msh_client.properties.xml file set to = https://localhost:8443/msh/ and I have the same URL in LoopBack.java. If I change the URL in msh_client.properties.xml to = http://localhost:8080/msh/, everything works fine. Hermes finds the certificates OK so far as I can tell (after i added = %JAVA%/bin to my PATH variable). Has anyone else gotten this error and know what the root is? When I loopback from a HP-UX machine using this machine as the MSH, I = don't have this error. regards, Brad =3D=3D Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com |
|
From: Geilfuss, B. <Bra...@Si...> - 2003-06-05 16:50:38
|
patrick- i'm not using a proxy server (both machines are on the same LAN), so i = left the settings blank. is it implicit that a proxy server be used = between multiple MSHs, or are the proxy server properties describing = something different than the usual idea of a proxy? brad =3D=3D Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com -----Original Message----- From: Patrick Yee [mailto:kc...@ce...] Sent: Wednesday, June 04, 2003 7:53 PM To: ebx...@li... Subject: Re: [ebxmlms-general] rookie questions I cannot see anything wrong for your settings. Do you specified HTTP=20 proxy server and port number in the msh.properties.xml in the "sending=20 msh"? According to the log file, the Loopback client can successfully=20 connect to the sending msh, but the sending msh cannot send the message=20 out to the remote msh. Have you setup proxy server in your browser to=20 get the "alive" test to work? If it still doesn't work after setting proxy server, please send us your = properties files and log files in order to trace. Thanks. Regards, -Patrick |
|
From: Patrick Y. <kc...@ce...> - 2003-06-05 03:04:43
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html;charset=3DEUC-KR= "> <title></title> </head> <body> We plan to suport SYNC_REPLY_MODE_MSH_SIGNAL_ONLY only, until we get clearer about business process concepts. The reason is : implementing sync reply mode for business response implies that the MSH should maintain (or "remember") the HTTP connection object, and wait for the response messages from application. While "remember" is easy, determining when to "forget" is confusing. Currently, Hermes doesn't care about the message exchange pattern in the application level. In summary, to implement sync reply mode for response message, the MSH has to know the BP. This is not very aligned with the current concepts in Hermes. This is a pending design issue we need to address, any idea?<br> <br> Regards, -Patrick<br> <br> <br> =B9=DA=BC=B1=C8=A3 wrote:<br> <blockquote type=3D"cite" cite=3D"mid...@ma...%3E%20(added%20by%20postma= st...@n-...)"><img src=3D"http://mail.nate.com/NateConfirmMgr.php?act=3Dconfirm&key=3D1= 054...@li...&from=3D%7C%21%21%2115= %7C175%7C91%7Cs...@ly..." height=3D"0" width=3D"0" moz-do-not-send=3D"true"> <style> BODY{FONT-FAMILY: =B1=BC=B8=B2;FONT-SIZE: 10pt;} DIV,P {FONT-SIZE: 10pt;<a class=3D"moz-txt-link-freetext" href=3D"margin-= top:2px;margin-bottom:2px">margin-top:2px;margin-bottom:2px</a>;} </style> <p>I really thanks to you - the answer about Invalid Application Context.</p> <p> </p> <p>But now I have one more problem.</p> <p> </p> <p>My question is :</p> <p>Is there any hermes ebxmlms patches about SYNC_REPLY_MODE_RESPONSE_ONLY ?</p> <p> </p> <p>if not, please give me some hints to implement that.</p> <p>And I have to implement that now.</p> <p> </p> <p>Hope your response as soon as possible !</p> <p> </p> <p>Good Luck !</p> <p> </p> N=18=A4=D4=A4=BA=A4=C6=A4=BDY=DE=B5�=A4=D4=A4=A7=A4=CC=A4=B4=AC=B2= �'=A4=D4=A4=BB=A4=CA=A4=AD�u=A4=D4=A4=BD=A4=C6=A4=A4=05=A4=D4= =A4=BA=A4=C9=A4=A4z�=1F~'=1Ez=AB=A2=A4=D4=A4=B9=A4=C7=A4=B4=A7=B5&= #65533;+=A4=D4=A4=B3=A4=C1=A4=AC,=A4=D4=A4=B8=A4=CE=A4=B1=A4=D4=A4=A1=A4=C1= =A4=AC(m=A4=D4=A4=BC=A4=C5=A4=A3�i=D7=DA=A4=D4=A4=BA=A4=CF=A4=A3=A4= =D4=A4=B7=A4=C4=A4=B0&=A4=D4=A4=B9=A4=D3=A4=AA�\=A4=D4=A4=B8=A4= =CE=A4=A9�w�$�=A4=D4=A4=BD=A4=C8=A4=AA�^=BD=EF= =A4=D4=A4=BA=A4=D3=A4=AD�=A4=D4=A4=B6=A4=C4=A4=BEif�=07=A4=D4= =A4=B9=A4=CB=A4=BB=B6=A5=A4=D4=A4=B5=A4=C8=A4=AC=A4=D4=A4=B9=A4=C5=A4=ADx= %=A4=D4=A4=A7=A4=D0=A4=BD^o=19=A4=D4=A4=B9=A4=C6=A4=A1�=1E=A4=D4=A4= =B7=A4=C0=A4=BA�X=AC=B6�(=BA=B7=1E~=A4=D4=A4=A7=A4=D2=A4=A2= zw=A4=D4=A4=BA=A4=CC=A4=B6�i���l=A4=D4=A4=BB=A4= =CA=A4=AE=A4=D4=A4=BA=A4=C4=A4=BE=E7=E8�=07=A4=D4=A4=B9=A4=CB=A4=BB= =DF=E5=A4=D4=A4=A7=A4=D0=A4=BDl�X=AC=B6)=DF=A3��if&#= 65533;=07=A4=D4=A4=B9=A4=CB=A4=BB=B6=A5</blockquote> </body> </html> |
|
From: Patrick Y. <kc...@ce...> - 2003-06-05 02:53:26
|
I cannot see anything wrong for your settings. Do you specified HTTP proxy server and port number in the msh.properties.xml in the "sending msh"? According to the log file, the Loopback client can successfully connect to the sending msh, but the sending msh cannot send the message out to the remote msh. Have you setup proxy server in your browser to get the "alive" test to work? If it still doesn't work after setting proxy server, please send us your properties files and log files in order to trace. Thanks. Regards, -Patrick Geilfuss, Brad wrote: >Thanks Gait. > >I'm up and running and the loopback works just fine for local messaging. > >Another question- I tried to configure my properties such that my msh_client.properties.xml file points locally (i.e. http://localhost:8080/msh) but changed the toMshUrl in LoopBack.java to be a remote machine running a seperate instance of hermes. When I run the LoopBack example under this configuration, I get the following error messages in the msh log: > >java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed >hk.hku.cecid.phoenix.message.transport.TransportException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed > >the general config looks like: > >[(server 1) client --> msh1] --> [msh2 (server 2)] > >and the error messages appear in the logs of the server from whence the message is originating. > >when i enter the url for the remote machine's msh into a browser i get the "alive" message. > >i don't have any passwords setup (commented out the digital signatures, password files, etc.) does ebxmlms simply not allow unauthenticated connections across machines? > >Anyone else experienced this? The loopback code didn't look like it shouldn't allow a configuration like this, but maybe I'm wrong? > >thanks, >brad > >== >Brad Geilfuss >Sierra Systems >400 N. Continental Blvd., Suite 300 >El Segundo, CA 90245 >Main: 310.536.6288 >Dir: 310.743.8265 >Fax: 310.536.6282 >www.SierraSystems.com > >-----Original Message----- >From: Gait Boxman [mailto:gai...@ti...] >Sent: Wednesday, June 04, 2003 1:51 AM >To: ebx...@li... >Subject: Re: [ebxmlms-general] rookie questions > > >Hi Brad, > > >your suffering from progress in development :-) > >the client side properties file has been renamed to >msh_client.properties.xml awhile ago. In there you'll find a URL tag where >you can specify the MSH server URL (i.e. the sending URL). The error you're >getting is because that field is incorrectly filled (or maybe not at all). >The properties specific to the monitor app have been split off as well into >monitor.properties.xml, >both monitor.properties.xml and msh_client.properties.xml are typically >located in the folder with your loopsend.java. >The msh.properties.xml file is for the MSH server configuration. Where it is >picked up from depends on how you run your J2EE container. I'm running >Tomcat 4.1.18LE as a W2000 service, and put the file in winnt\system32... > >HTH, Gait. >----- Original Message ----- >From: "Geilfuss, Brad" <Bra...@Si...> >To: <ebx...@li...> >Sent: Wednesday, June 04, 2003 2:37 AM >Subject: [ebxmlms-general] rookie questions > > >Hi- > >I'm trying to get my first install(s) of hermes up (on a mac OSX machine as >well as a win2k machine with varying results) > >I have a few questions. > >1. the msh.properties.xml list includes properties for a proxy as well as a >SMTP server. what if I just want direct http/https connections- how do I >specify this? when i specify a url under the Request.send() method, is that >the recipient machine's url as the documentation seems to infer? if so, >where (or how) do i specify the url of the sender machine that i'm >attempting to send through if i'm not instantiating the Request object on >the same machine? Maybe I'm misunderstanding the nature of the Request >object- but i thought it way to connect to a running instance of an MSH, >which would then route my message to the target MSH. > >2. when i try to run the loopback example, i keep getting the following >error: > >hk.hku.cecid.phoenix.message.handler.RequestException: Malformed >MessageServiceHandler URL! > >I found an archived reference to this, the proposed solution to which was >locating a new copy of the msh.properties.xml file in the directory from >within the client was started. My property file seems to be in the right >place however, and (i believe) its a working property file because tomcat >uses it and gives me the high five "MSH is alive..." message, but still i >get this error. any guesses? > >thanks much, >brad > >== >Brad Geilfuss >Sierra Systems >400 N. Continental Blvd., Suite 300 >El Segundo, CA 90245 >Main: 310.536.6288 >Dir: 310.743.8265 >Fax: 310.536.6282 >www.SierraSystems.com > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Geilfuss, B. <Bra...@Si...> - 2003-06-05 00:29:06
|
Thanks Gait. =20 I'm up and running and the loopback works just fine for local messaging. Another question- I tried to configure my properties such that my = msh_client.properties.xml file points locally (i.e. = http://localhost:8080/msh) but changed the toMshUrl in LoopBack.java to = be a remote machine running a seperate instance of hermes. When I run = the LoopBack example under this configuration, I get the following error = messages in the msh log: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: = Message send failed hk.hku.cecid.phoenix.message.transport.TransportException: = java.security.PrivilegedActionException: javax.xml.soap.SOAPException: = Message send failed the general config looks like: [(server 1) client --> msh1] --> [msh2 (server 2)] and the error messages appear in the logs of the server from whence the = message is originating. when i enter the url for the remote machine's msh into a browser i get = the "alive" message. i don't have any passwords setup (commented out the digital signatures, = password files, etc.) does ebxmlms simply not allow unauthenticated = connections across machines? Anyone else experienced this? The loopback code didn't look like it = shouldn't allow a configuration like this, but maybe I'm wrong? =20 thanks, brad =3D=3D Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com -----Original Message----- From: Gait Boxman [mailto:gai...@ti...] Sent: Wednesday, June 04, 2003 1:51 AM To: ebx...@li... Subject: Re: [ebxmlms-general] rookie questions Hi Brad, your suffering from progress in development :-) the client side properties file has been renamed to msh_client.properties.xml awhile ago. In there you'll find a URL tag = where you can specify the MSH server URL (i.e. the sending URL). The error = you're getting is because that field is incorrectly filled (or maybe not at = all). The properties specific to the monitor app have been split off as well = into monitor.properties.xml, both monitor.properties.xml and msh_client.properties.xml are typically located in the folder with your loopsend.java. The msh.properties.xml file is for the MSH server configuration. Where = it is picked up from depends on how you run your J2EE container. I'm running Tomcat 4.1.18LE as a W2000 service, and put the file in = winnt\system32... HTH, Gait. ----- Original Message -----=20 From: "Geilfuss, Brad" <Bra...@Si...> To: <ebx...@li...> Sent: Wednesday, June 04, 2003 2:37 AM Subject: [ebxmlms-general] rookie questions Hi- I'm trying to get my first install(s) of hermes up (on a mac OSX machine = as well as a win2k machine with varying results) I have a few questions. 1. the msh.properties.xml list includes properties for a proxy as well = as a SMTP server. what if I just want direct http/https connections- how do = I specify this? when i specify a url under the Request.send() method, is = that the recipient machine's url as the documentation seems to infer? if so, where (or how) do i specify the url of the sender machine that i'm attempting to send through if i'm not instantiating the Request object = on the same machine? Maybe I'm misunderstanding the nature of the Request object- but i thought it way to connect to a running instance of an MSH, which would then route my message to the target MSH. 2. when i try to run the loopback example, i keep getting the following error: hk.hku.cecid.phoenix.message.handler.RequestException: Malformed MessageServiceHandler URL! I found an archived reference to this, the proposed solution to which = was locating a new copy of the msh.properties.xml file in the directory from within the client was started. My property file seems to be in the = right place however, and (i believe) its a working property file because = tomcat uses it and gives me the high five "MSH is alive..." message, but still = i get this error. any guesses? thanks much, brad =3D=3D Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Gait B. <gai...@ti...> - 2003-06-04 08:47:08
|
Hi Brad, your suffering from progress in development :-) the client side properties file has been renamed to msh_client.properties.xml awhile ago. In there you'll find a URL tag where you can specify the MSH server URL (i.e. the sending URL). The error you're getting is because that field is incorrectly filled (or maybe not at all). The properties specific to the monitor app have been split off as well into monitor.properties.xml, both monitor.properties.xml and msh_client.properties.xml are typically located in the folder with your loopsend.java. The msh.properties.xml file is for the MSH server configuration. Where it is picked up from depends on how you run your J2EE container. I'm running Tomcat 4.1.18LE as a W2000 service, and put the file in winnt\system32... HTH, Gait. ----- Original Message ----- From: "Geilfuss, Brad" <Bra...@Si...> To: <ebx...@li...> Sent: Wednesday, June 04, 2003 2:37 AM Subject: [ebxmlms-general] rookie questions Hi- I'm trying to get my first install(s) of hermes up (on a mac OSX machine as well as a win2k machine with varying results) I have a few questions. 1. the msh.properties.xml list includes properties for a proxy as well as a SMTP server. what if I just want direct http/https connections- how do I specify this? when i specify a url under the Request.send() method, is that the recipient machine's url as the documentation seems to infer? if so, where (or how) do i specify the url of the sender machine that i'm attempting to send through if i'm not instantiating the Request object on the same machine? Maybe I'm misunderstanding the nature of the Request object- but i thought it way to connect to a running instance of an MSH, which would then route my message to the target MSH. 2. when i try to run the loopback example, i keep getting the following error: hk.hku.cecid.phoenix.message.handler.RequestException: Malformed MessageServiceHandler URL! I found an archived reference to this, the proposed solution to which was locating a new copy of the msh.properties.xml file in the directory from within the client was started. My property file seems to be in the right place however, and (i believe) its a working property file because tomcat uses it and gives me the high five "MSH is alive..." message, but still i get this error. any guesses? thanks much, brad == Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Geilfuss, B. <Bra...@Si...> - 2003-06-04 00:37:48
|
Hi- I'm trying to get my first install(s) of hermes up (on a mac OSX machine = as well as a win2k machine with varying results) I have a few questions. 1. the msh.properties.xml list includes properties for a proxy as well = as a SMTP server. what if I just want direct http/https connections- = how do I specify this? when i specify a url under the Request.send() = method, is that the recipient machine's url as the documentation seems = to infer? if so, where (or how) do i specify the url of the sender = machine that i'm attempting to send through if i'm not instantiating the = Request object on the same machine? Maybe I'm misunderstanding the = nature of the Request object- but i thought it way to connect to a = running instance of an MSH, which would then route my message to the = target MSH. 2. when i try to run the loopback example, i keep getting the following = error: hk.hku.cecid.phoenix.message.handler.RequestException: Malformed = MessageServiceHandler URL! I found an archived reference to this, the proposed solution to which = was locating a new copy of the msh.properties.xml file in the directory = from within the client was started. My property file seems to be in the = right place however, and (i believe) its a working property file because = tomcat uses it and gives me the high five "MSH is alive..." message, but = still i get this error. any guesses? thanks much, brad =3D=3D Brad Geilfuss Sierra Systems 400 N. Continental Blvd., Suite 300 El Segundo, CA 90245 Main: 310.536.6288 Dir: 310.743.8265 Fax: 310.536.6282 www.SierraSystems.com |
|
From: <sah...@ly...> - 2003-06-03 13:56:09
|
PElNRyBTUkM9ICJodHRwOi8vbWFpbC5uYXRlLmNvbS9OYXRlQ29uZmlybU1nci5waHA/YWN0PWNv bmZpcm0ma2V5PTEwNTQ2NDg1MDdfZWJ4bWxtcy1nZW5lcmFsQGxpc3RzLnNvdXJjZWZvcmdlLm5l dCZmcm9tPXwhISExNXwxNzV8OTF8c2FoYXBhcmsyMWNAbHljb3MuY28ua3IiIGhlaWdodD0iMCIg d2lkdGg9IjAiPjxIVE1MPg0KPGhlYWQ+DQo8U1RZTEU+DQpCT0RZe0ZPTlQtRkFNSUxZOiCxvLiy O0ZPTlQtU0laRTogMTBwdDt9DQpESVYsUCB7Rk9OVC1TSVpFOiAxMHB0O21hcmdpbi10b3A6MnB4 O21hcmdpbi1ib3R0b206MnB4O30NCjwvU1RZTEU+DQo8L2hlYWQ+DQo8Qk9EWSBzdHlsZT0iRk9O VC1GQU1JTFk6ILG8uLI7IEZPTlQtU0laRTogMTBwdCI+DQo8UD5JIHJlYWxseSB0aGFua3MgdG8g eW91Jm5ic3A7LSB0aGUgYW5zd2VyIGFib3V0IEludmFsaWQgQXBwbGljYXRpb24gDQpDb250ZXh0 LjwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPkJ1dCBub3cgSSBoYXZlIG9uZSBtb3JlIHByb2JsZW0u PC9QPg0KPFA+Jm5ic3A7PC9QPg0KPFA+TXkgcXVlc3Rpb24gaXMgOjwvUD4NCjxQPklzIHRoZXJl IGFueSBoZXJtZXMgZWJ4bWxtcyBwYXRjaGVzIGFib3V0IFNZTkNfUkVQTFlfTU9ERV9SRVNQT05T RV9PTkxZID88L1A+DQo8UD4mbmJzcDs8L1A+DQo8UD5pZiBub3QsIHBsZWFzZSBnaXZlIG1lIHNv bWUgaGludHMmbmJzcDt0byBpbXBsZW1lbnQgdGhhdC48L1A+DQo8UD5BbmQgSSBoYXZlIHRvIGlt cGxlbWVudCB0aGF0IG5vdy48L1A+DQo8UD4mbmJzcDs8L1A+DQo8UD5Ib3BlIHlvdXIgcmVzcG9u c2UgYXMgc29vbiBhcyBwb3NzaWJsZSAhPC9QPg0KPFA+Jm5ic3A7PC9QPg0KPFA+R29vZCBMdWNr ICE8L1A+DQo8UD4mbmJzcDs8L1A+DQoNCg0KDQo8L0JPRFk+DQo8L0hUTUw+ |
|
From: Patrick Y. <kc...@ce...> - 2003-05-26 11:01:30
|
Hi Guy Crets, First of all, please note the email address of the mailing list should be ebx...@li.... (I am forwarding this reply there.) Yes, you can use OpenSSL to generate the keys and certificates. Another way is to use Java KeyTool. Regards, -Patrick Guy Crets wrote: >Hi, >I've been testing Hermes a bit and would like to test signing. But how do I >create my own certificate chain on Windows? One option I've found is >OpenSSL. It seems possible with OpenSSL to create a CA root certificate and >sign certificate requests with OpenSSL. How do other Hermes users create >their certificates (themselves)? >Guy Crets - ComCor Belgium > > > > |
|
From: Patrick Y. <kc...@ce...> - 2003-05-26 07:37:08
|
Please don't use the backup/archive function in Monitor now. They are going to be obsolete. Currently, there are no way to clean the records in a convenient way. You should manually delete the records in the database, and after that, you can delete the files referenced. Why you got failed in restart is that you deleted the files only, and the DB records are still there. It always uses the DB as the reference. So, please delete the DB records first, then the files. Regards, -Patrick Jean-Baptiste Gadenne wrote: > Hi, > Using Hermes in test for a while I realized that it was creating a lot > of files in its message_repository (and lots of record in DB too). > I tried to manually remove some of those files (old messages already > successfully processed), but when I attempt to restart Hermes I got > errors (complaining about those missing files probably). > SO I would like to know if Hermes is doing its own housekeeping > because in case of heavy traffic the numbers of file created could > grow rapidly. > I know that it is possible to backup all this stuff with the monitor, > but I don't know how to perform a clean. (and possibly to delete old > records in MSH - related table to, such as SentMessage, > ReceveidMessage etc..). > Thanks for your help ! > jbg > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |