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: Lucia M. <lme...@cs...> - 2005-02-16 10:57:48
|
Thank you Ronald!!
If you have some minute, plese can you help me?
How have I to configure Hermes MSH to use SMTP? Here is my
msh.properties.xml:
...
<Mail>
<SMTP>
<!-- Mail server for sending messages -->
<Host>risc990.bologna.enea.it</Host>
<Port>25</Port>
<User>xxxxx</User>
<Password>xxxxx</Password>
</SMTP>
<Poll>
<Protocol>pop3</Protocol>
<Host>risc990.bologna.enea.it</Host>
<Port>110</Port>
<Folder>INBOX</Folder>
<User>xxxx</User>
<Password>xxxxx</Password>
<MonitorInterval>20000</MonitorInterval>
<!--optional property for forcing the MSH to change the subtype
of
incoming SOAP messages to "multipart/related" -->
<ForceChangeSubType>true</ForceChangeSubType>
</Poll>
<SMIME>
<Encryption>
<KeyStore>
<Path>/hermes</Path>
<File>public_keystore</File>
<Password>changeit</Password>
</KeyStore>
</Encryption>
<Decryption>
<KeyStore>
<Path>/hermes</Path>
<File>my_keystore</File>
<Alias>smimekey</Alias>
<Password>changeit</Password>
</KeyStore>
</Decryption>
</SMIME>
</Mail> ...
In ToMSHURL field I wrote: "mailto:moda-ml@bo..."
Is it right?
Have I to do something else? what's wrong in my cnfiguration?
Now with this configuration, my msh.log reports this error:
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]: Process
command:Send message (31)
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]:Received request to
send message
2005-02-14 16:57:54,967 INFO [Thread-39]: Sending message to
moda-ml@bo...
through risc990.bologna.enea.it
2005-02-14 16:57:55,097 ERROR [Thread-39]: [10102] Cannot compose mail
message Exception:
javax.mail.internet.AddressException Message: Nested group
2005-02-14 16:57:59,223 INFO [http-8080-Processor25]: Process
command: Get message (32)
2005-02-14 16:58:15,356 INFO [Thread-3]: Receiving pop3 messages from
risc990.bologna.enea.it<INBOX>
2005-02-14 16:58:38,389 ERROR [Thread-3]: [10105] Invalid POP/IMAP
server
-Server:risc990.bologna.enea.it, Port: 110, Folder: INBOX, User: moda-ml
Exception: javax.mail.MessagingException Message: Connect failed;
nested exception is:
java.net.SocketTimeoutException: Read timed out.
Thanks in advance for your help!!
Regards Lucia
On Wed, 16 Feb 2005, Ronald van Kuijk wrote:
> No, hermes is capable of sending/receiving via smtp.
>
> with ebMail, you get an end-point client more advanced than the monitor functionality in hermes.
>
> Ronald
>
> Lucia Melotti probeerde me het volgende duidelijk te maken:
> >
> > Hi David,
> > yuor response to my qustion imply that Hermes alone is not able to
> > exchange messages with SMTP?
> > Lucia
> >
> >
> > David Webbe wrote:
> >
> > Lucia,
> > I believe you can download the ebMail client to test all this.
> > DW
|
|
From: Ronald v. K. <rtv...@xs...> - 2005-02-16 10:43:46
|
No, hermes is capable of sending/receiving via smtp. with ebMail, you get an end-point client more advanced than the monitor functionality in hermes. Ronald Lucia Melotti probeerde me het volgende duidelijk te maken: > > Hi David, > yuor response to my qustion imply that Hermes alone is not able to > exchange messages with SMTP? > Lucia > > > David Webbe wrote: > > Lucia, > I believe you can download the ebMail client to test all this. > DW > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > -- Kijk niet terug, maar kijk naar mij Against all odds |
|
From: Lucia M. <lme...@cs...> - 2005-02-16 09:05:39
|
Hi David, yuor response to my qustion imply that Hermes alone is not able to exchange messages with SMTP? Lucia David Webbe wrote: Lucia, I believe you can download the ebMail client to test all this. DW |
|
From: <gt...@dg...> - 2005-02-15 15:12:35
|
>>I have to admit I'm green at this point. >>I found a property, javax.net.debug, which can enable ssl debugging >>(values ssl/all), >> >> >That was it. > > >>but several places to set this, it seems: >>Tomcat initiation / MSH client initiation / MSH client runtime code.. >> >> >I'd set it as a jvm parameter, that is least intrusive on the code > > > I still have to claim newbie on this.. I tried to add "-Djavax.net.debug=all" to tomcat's startup command line (via $JAVA_OPTS), but no new debug info in tomcat's logs when I send the failing message. Is there a separate config file for JVM parameters? (Linux) thanks, Gustav Tresselt |
|
From: David W. \(XML\) <da...@dr...> - 2005-02-14 17:25:25
|
Lucia, I believe you can download the ebMail client to test all this. DW ----- Original Message ----- From: "Lucia Melotti" <lme...@cs...> To: <ebx...@li...> Sent: Monday, February 14, 2005 12:08 PM Subject: [ebxmlms-general] Sending messages with SMTP protocol > > Hi all, > I"m using Hermes MSH sending messages through HTTP and it"s all OK!! but > I would like exchanging messages through SMTP protocol. > I have some question... > > 1- Can I do it directly with the Hermes 1.0.0.0 version? Or have I to > develop added code by myself ? > 2- To send messages through SMTP, can I use the company server mail? > 3- How have I to configure Hermes MSH to use SMTP? Here is my > msh.properties.xml: > > ... > <Mail> > <SMTP> > <!-- Mail server for sending messages --> > <Host>risc990.bologna.enea.it</Host> > <Port>25</Port> > <User>xxxxx</User> > <Password>xxxxx</Password> > </SMTP> > > <Poll> > <Protocol>pop3</Protocol> > <Host>risc990.bologna.enea.it</Host> > <Port>110</Port> > <Folder>INBOX</Folder> > <User>xxxx</User> > <Password>xxxxx</Password> > <MonitorInterval>20000</MonitorInterval> > <!--optional property for forcing the MSH to change the subtype > of > incoming SOAP messages to "multipart/related" --> > <ForceChangeSubType>true</ForceChangeSubType> > </Poll> > > <SMIME> > <Encryption> > <KeyStore> > <Path>/hermes</Path> > <File>public_keystore</File> > <Password>changeit</Password> > </KeyStore> > </Encryption> > <Decryption> > <KeyStore> > <Path>/hermes</Path> > <File>my_keystore</File> > <Alias>smimekey</Alias> > <Password>changeit</Password> > </KeyStore> > </Decryption> > </SMIME> > </Mail> ... > > In ToMSHURL field I wrote: "mailto:moda-ml@bo..." > Is it right? > Have I to do something else? > Now with this configuration, my msh.log reports this error: > > 2005-02-14 16:57:54,626 INFO [http-8080-Processor25]: Process command:Send message (31) > 2005-02-14 16:57:54,626 INFO [http-8080-Processor25]:Received request to send message > 2005-02-14 16:57:54,967 INFO [Thread-39]: Sending message to moda-ml@bo... > through risc990.bologna.enea.it > 2005-02-14 16:57:55,097 ERROR [Thread-39]: [10102] Cannot compose mail message Exception: > javax.mail.internet.AddressException Message: Nested group > 2005-02-14 16:57:59,223 INFO [http-8080-Processor25]: Process command: Get message (32) > 2005-02-14 16:58:15,356 INFO [Thread-3]: Receiving pop3 messages from risc990.bologna.enea.it<INBOX> > 2005-02-14 16:58:38,389 ERROR [Thread-3]: [10105] Invalid POP/IMAP server -Server:risc990.bologna.enea.it, Port: 110, Folder: INBOX, User: moda-ml > Exception: javax.mail.MessagingException Message: Connect failed; > nested exception is: > java.net.SocketTimeoutException: Read timed out. > > > Thanks in advance for your help!! > Regards Lucia > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Lucia M. <lme...@cs...> - 2005-02-14 17:08:06
|
Hi all,
I"m using Hermes MSH sending messages through HTTP and it"s all OK!! but
I would like exchanging messages through SMTP protocol.
I have some question...
1- Can I do it directly with the Hermes 1.0.0.0 version? Or have I to
develop added code by myself ?
2- To send messages through SMTP, can I use the company server mail?
3- How have I to configure Hermes MSH to use SMTP? Here is my
msh.properties.xml:
...
<Mail>
<SMTP>
<!-- Mail server for sending messages -->
<Host>risc990.bologna.enea.it</Host>
<Port>25</Port>
<User>xxxxx</User>
<Password>xxxxx</Password>
</SMTP>
<Poll>
<Protocol>pop3</Protocol>
<Host>risc990.bologna.enea.it</Host>
<Port>110</Port>
<Folder>INBOX</Folder>
<User>xxxx</User>
<Password>xxxxx</Password>
<MonitorInterval>20000</MonitorInterval>
<!--optional property for forcing the MSH to change the subtype
of
incoming SOAP messages to "multipart/related" -->
<ForceChangeSubType>true</ForceChangeSubType>
</Poll>
<SMIME>
<Encryption>
<KeyStore>
<Path>/hermes</Path>
<File>public_keystore</File>
<Password>changeit</Password>
</KeyStore>
</Encryption>
<Decryption>
<KeyStore>
<Path>/hermes</Path>
<File>my_keystore</File>
<Alias>smimekey</Alias>
<Password>changeit</Password>
</KeyStore>
</Decryption>
</SMIME>
</Mail> ...
In ToMSHURL field I wrote: "mailto:moda-ml@bo..."
Is it right?
Have I to do something else?
Now with this configuration, my msh.log reports this error:
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]: Process command:Send message (31)
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]:Received request to send message
2005-02-14 16:57:54,967 INFO [Thread-39]: Sending message to moda-ml@bo...
through risc990.bologna.enea.it
2005-02-14 16:57:55,097 ERROR [Thread-39]: [10102] Cannot compose mail message Exception:
javax.mail.internet.AddressException Message: Nested group
2005-02-14 16:57:59,223 INFO [http-8080-Processor25]: Process command: Get message (32)
2005-02-14 16:58:15,356 INFO [Thread-3]: Receiving pop3 messages from risc990.bologna.enea.it<INBOX>
2005-02-14 16:58:38,389 ERROR [Thread-3]: [10105] Invalid POP/IMAP server -Server:risc990.bologna.enea.it, Port: 110, Folder: INBOX, User: moda-ml
Exception: javax.mail.MessagingException Message: Connect failed;
nested exception is:
java.net.SocketTimeoutException: Read timed out.
Thanks in advance for your help!!
Regards Lucia
|
|
From: Ronald v. K. <rtv...@xs...> - 2005-02-14 16:59:32
|
gt...@dg... probeerde me het volgende duidelijk te maken: > I have to admit I'm green at this point. > I found a property, javax.net.debug, which can enable ssl debugging > (values ssl/all), That was it. > but several places to set this, it seems: > Tomcat initiation / MSH client initiation / MSH client runtime code.. I'd set it as a jvm parameter, that is least intrusive on the code > And will the debug be logged to current output for the task in question? > afaik it goes to stdout, the most low level. > thanks for swift reply, Anytime > Gustav > >>What certificate is to be used to authenticate to the partner? You need to give some more info on >>this part. Second, could you turn on ssl debug on the jvm layer (I do not know the property by >>heart, please look it up yourself) >> >>Ronald >> >>gt...@dg... probeerde me het volgende duidelijk te maken: >> >> >>>Hi, I have installed Hermes 1.0.0.0 in an attempt to fix an issue we have: >>>[our contact requires HTTPS certificate authentication, and we just cant get >>>it working]. I've worked on this for a long time and need help if anyone >>>have it. >>> >>>We have the following certificates/CAs (tbh I'm not sure of the exact >>>difference): >>> >>>tomcat - our CSR + reply from certificate provider >>>root - CA from our certificate provider >>>entrust - CA gotten from partner >>>provider - another CA it seems - keytool includes this as a trustedCertEntry >>>even tho not specified >>> >>>Is the problem misconfiguration of msh.properties.xml? Have tried most >>>possible combinations of this.. We've gotten two CAs from our provider, are >>>we missing a certificate? Have tried pointing towards different aliases, >>>but to no >>>avail. We did not specify an algorithm when importing the CAs. >>> >>>Have had layers of msh.log-errors, but seems we have the "bottom" error >>>(listed below). Not very descriptive.. any ways of tracing this further, any >>>tips hints, anything? :) Would be most appreciative. >>> >>>Thanks, >>>Gustav Tresselt >>> >>> >>> >>>Current Error: >>> >>>2005-02-14 14:03:12,517 INFO [Thread-27]: Sending message to >>>https://<IP blanked>:6707/ebXML >>>2005-02-14 14:03:12,518 DEBUG [Thread-27]: Connection class : class >>>com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl >>>2005-02-14 14:03:12,518 DEBUG [Thread-27]: Instance of >>>HttpsURLConnection : true >>>2005-02-14 14:03:12,518 INFO [Thread-27]: Configuration to a HTTPS >>>connection >>>2005-02-14 14:03:12,518 DEBUG [Thread-27]: use default key manager >>>2005-02-14 14:03:12,562 ERROR [Thread-27]: [10505] Cannot send SOAP message >>>Exception: javax.net.ssl.SSLException >>>Message: java.lang.NullPointerException >>>[..] >>> >>> >>> >>> >>>------------------------------------------------------- >>>SF email is sponsored by - The IT Product Guide >>>Read honest & candid reviews on hundreds of IT Products from real users. >>>Discover which products truly live up to the hype. Start reading now. >>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>>_______________________________________________ >>>ebxmlms-general mailing list >>>ebx...@li... >>>https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >>> >>> >>> >> >> >> >> > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > -- Kijk niet terug, maar kijk naar mij Against all odds |
|
From: <gt...@dg...> - 2005-02-14 16:45:31
|
I have to admit I'm green at this point. I found a property, javax.net.debug, which can enable ssl debugging (values ssl/all), but several places to set this, it seems: Tomcat initiation / MSH client initiation / MSH client runtime code.. And will the debug be logged to current output for the task in question? thanks for swift reply, Gustav >What certificate is to be used to authenticate to the partner? You need to give some more info on >this part. Second, could you turn on ssl debug on the jvm layer (I do not know the property by >heart, please look it up yourself) > >Ronald > >gt...@dg... probeerde me het volgende duidelijk te maken: > > >>Hi, I have installed Hermes 1.0.0.0 in an attempt to fix an issue we have: >>[our contact requires HTTPS certificate authentication, and we just cant get >>it working]. I've worked on this for a long time and need help if anyone >>have it. >> >>We have the following certificates/CAs (tbh I'm not sure of the exact >>difference): >> >>tomcat - our CSR + reply from certificate provider >>root - CA from our certificate provider >>entrust - CA gotten from partner >>provider - another CA it seems - keytool includes this as a trustedCertEntry >>even tho not specified >> >>Is the problem misconfiguration of msh.properties.xml? Have tried most >>possible combinations of this.. We've gotten two CAs from our provider, are >>we missing a certificate? Have tried pointing towards different aliases, >>but to no >>avail. We did not specify an algorithm when importing the CAs. >> >>Have had layers of msh.log-errors, but seems we have the "bottom" error >>(listed below). Not very descriptive.. any ways of tracing this further, any >>tips hints, anything? :) Would be most appreciative. >> >>Thanks, >>Gustav Tresselt >> >> >> >>Current Error: >> >>2005-02-14 14:03:12,517 INFO [Thread-27]: Sending message to >>https://<IP blanked>:6707/ebXML >>2005-02-14 14:03:12,518 DEBUG [Thread-27]: Connection class : class >>com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl >>2005-02-14 14:03:12,518 DEBUG [Thread-27]: Instance of >>HttpsURLConnection : true >>2005-02-14 14:03:12,518 INFO [Thread-27]: Configuration to a HTTPS >>connection >>2005-02-14 14:03:12,518 DEBUG [Thread-27]: use default key manager >>2005-02-14 14:03:12,562 ERROR [Thread-27]: [10505] Cannot send SOAP message >>Exception: javax.net.ssl.SSLException >>Message: java.lang.NullPointerException >>[..] >> >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>ebxmlms-general mailing list >>ebx...@li... >>https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >> >> >> > > > > |
|
From: Lucia M. <lme...@cs...> - 2005-02-14 16:09:53
|
Hi all,
I'm using Hermes MSH sending messages through HTTP and it's all OK!! but
I would like exchanging messages through SMTP protocol.
I have some question...
1- Can I do it directly with the Hermes 1.0.0.0 version? Or have I to
develop added code by myself ?
2- To send messages through SMTP, can I use the company server mail?
3- How have I to configure Hermes MSH to use SMTP? Here is my
msh.properties.xml:
...
<Mail>
<SMTP>
<!-- Mail server for sending messages -->
<Host>risc990.bologna.enea.it</Host>
<Port>25</Port>
<User>moda-ml</User>
<Password>modaml</Password>
</SMTP>
<Poll>
<Protocol>pop3</Protocol>
<Host>risc990.bologna.enea.it</Host>
<Port>110</Port>
<Folder>INBOX</Folder>
<User>moda-ml</User>
<Password>modaml</Password>
<MonitorInterval>20000</MonitorInterval>
<!--optional property for forcing the MSH to change the subtype of
incoming SOAP messages to "multipart/related" -->
<ForceChangeSubType>true</ForceChangeSubType>
</Poll>
<SMIME>
<Encryption>
<KeyStore>
<Path>/hermes</Path>
<File>public_keystore</File>
<Password>changeit</Password>
</KeyStore>
</Encryption>
<Decryption>
<KeyStore>
<Path>/hermes</Path>
<File>my_keystore</File>
<Alias>smimekey</Alias>
<Password>changeit</Password>
</KeyStore>
</Decryption>
</SMIME>
</Mail> ...
In ToMSHURL field I wrote: "mailto:mo...@bo..."
Is it right?
Have I to do something else?
Now with this configuration, my msh.log reports this error:
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]: Process command:Send message (31)
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]:Received request to send message
2005-02-14 16:57:54,967 INFO [Thread-39]: Sending message to mo...@bo... through risc990.bologna.enea.it
2005-02-14 16:57:55,097 ERROR [Thread-39]: [10102] Cannot compose mail message Exception: javax.mail.internet.AddressException Message: Nested
group
2005-02-14 16:57:59,223 INFO [http-8080-Processor25]: Process command: Get message (32)
2005-02-14 16:58:15,356 INFO [Thread-3]: Receiving pop3 messages from risc990.bologna.enea.it<INBOX>
2005-02-14 16:58:38,389 ERROR [Thread-3]: [10105] Invalid POP/IMAP server - Server:risc990.bologna.enea.it, Port: 110, Folder: INBOX, User: moda-ml
Exception: javax.mail.MessagingException Message: Connect failed;
nested exception is:
java.net.SocketTimeoutException: Read timed out.
Thanks in advance for your help!!
Regards Lucia
|
|
From: Ronald v. K. <rtv...@xs...> - 2005-02-14 14:32:03
|
What certificate is to be used to authenticate to the partner? You need to give some more info on this part. Second, could you turn on ssl debug on the jvm layer (I do not know the property by heart, please look it up yourself) Ronald gt...@dg... probeerde me het volgende duidelijk te maken: > Hi, I have installed Hermes 1.0.0.0 in an attempt to fix an issue we have: > [our contact requires HTTPS certificate authentication, and we just cant get > it working]. I've worked on this for a long time and need help if anyone > have it. > > We have the following certificates/CAs (tbh I'm not sure of the exact > difference): > > tomcat - our CSR + reply from certificate provider > root - CA from our certificate provider > entrust - CA gotten from partner > provider - another CA it seems - keytool includes this as a trustedCertEntry > even tho not specified > > Is the problem misconfiguration of msh.properties.xml? Have tried most > possible combinations of this.. We've gotten two CAs from our provider, are > we missing a certificate? Have tried pointing towards different aliases, > but to no > avail. We did not specify an algorithm when importing the CAs. > > Have had layers of msh.log-errors, but seems we have the "bottom" error > (listed below). Not very descriptive.. any ways of tracing this further, any > tips hints, anything? :) Would be most appreciative. > > Thanks, > Gustav Tresselt > > > > Current Error: > > 2005-02-14 14:03:12,517 INFO [Thread-27]: Sending message to > https://<IP blanked>:6707/ebXML > 2005-02-14 14:03:12,518 DEBUG [Thread-27]: Connection class : class > com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl > 2005-02-14 14:03:12,518 DEBUG [Thread-27]: Instance of > HttpsURLConnection : true > 2005-02-14 14:03:12,518 INFO [Thread-27]: Configuration to a HTTPS > connection > 2005-02-14 14:03:12,518 DEBUG [Thread-27]: use default key manager > 2005-02-14 14:03:12,562 ERROR [Thread-27]: [10505] Cannot send SOAP message > Exception: javax.net.ssl.SSLException > Message: java.lang.NullPointerException > [..] > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > -- Kijk niet terug, maar kijk naar mij Against all odds |
|
From: <gt...@dg...> - 2005-02-14 13:35:22
|
Hi, I have installed Hermes 1.0.0.0 in an attempt to fix an issue we have: [our contact requires HTTPS certificate authentication, and we just cant get it working]. I've worked on this for a long time and need help if anyone have it. We have the following certificates/CAs (tbh I'm not sure of the exact difference): tomcat - our CSR + reply from certificate provider root - CA from our certificate provider entrust - CA gotten from partner provider - another CA it seems - keytool includes this as a trustedCertEntry even tho not specified Is the problem misconfiguration of msh.properties.xml? Have tried most possible combinations of this.. We've gotten two CAs from our provider, are we missing a certificate? Have tried pointing towards different aliases, but to no avail. We did not specify an algorithm when importing the CAs. Have had layers of msh.log-errors, but seems we have the "bottom" error (listed below). Not very descriptive.. any ways of tracing this further, any tips hints, anything? :) Would be most appreciative. Thanks, Gustav Tresselt Current Error: 2005-02-14 14:03:12,517 INFO [Thread-27]: Sending message to https://<IP blanked>:6707/ebXML 2005-02-14 14:03:12,518 DEBUG [Thread-27]: Connection class : class com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl 2005-02-14 14:03:12,518 DEBUG [Thread-27]: Instance of HttpsURLConnection : true 2005-02-14 14:03:12,518 INFO [Thread-27]: Configuration to a HTTPS connection 2005-02-14 14:03:12,518 DEBUG [Thread-27]: use default key manager 2005-02-14 14:03:12,562 ERROR [Thread-27]: [10505] Cannot send SOAP message Exception: javax.net.ssl.SSLException Message: java.lang.NullPointerException [..] |
|
From: Lucia M. <lme...@cs...> - 2005-02-14 11:20:53
|
Hi Gait, thank you very much fot your helps! Now I can send message from two different MSH!! Regards Lucia On Mon, 14 Feb 2005, Gait Boxman wrote: > I was gonna mention that as well :-) > There you identify your own endpoint as it is reachable by other MSH's. > I don't think the value is actually used at the moment (maybe in the > 0.9.31, I'm looking at cvs current). > |
|
From: Gait B. <gai...@ti...> - 2005-02-14 10:29:50
|
I was gonna mention that as well :-) There you identify your own endpoint as it is reachable by other MSH's. I don't think the value is actually used at the moment (maybe in the 0.9.31, I'm looking at cvs current). Lucia Melotti wrote: >Hi Gait, > thanks for helps! >I have another question... >What contain the msh.properties.xml file in Property/MSH/config/URL? >The 'endpoint' URL of the recipient or of the sender?? > >Thanks a lot again!! >Lucia > > >On Mon, 14 Feb 2005, Gait Boxman wrote: > > > >>Hi Lucia, >> >>the ToMSHURL is the 'endpoint' URL of the recipient, i.e. where your MSH >>will send the message to. The To PartyID/Type is just a field in the >>ebXML Header and could be anything (provided you follow syntax rules, >>i.e. use a URI when needed). Hermes has a convenience function that it >>will attempt to extract a URL from the From PartyID when returning an >>asynchronous error response or acknowledgment. >> >>your own MSH URL (for client-server communication) goes into >>Property/Request/config/URL in msh_client.properties.xml... >> >>--Gait Boxman >> >> > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |
|
From: Lucia M. <lme...@cs...> - 2005-02-14 09:25:05
|
Hi Gait, thanks for helps! I have another question... What contain the msh.properties.xml file in Property/MSH/config/URL? The 'endpoint' URL of the recipient or of the sender?? Thanks a lot again!! Lucia On Mon, 14 Feb 2005, Gait Boxman wrote: > Hi Lucia, > > the ToMSHURL is the 'endpoint' URL of the recipient, i.e. where your MSH > will send the message to. The To PartyID/Type is just a field in the > ebXML Header and could be anything (provided you follow syntax rules, > i.e. use a URI when needed). Hermes has a convenience function that it > will attempt to extract a URL from the From PartyID when returning an > asynchronous error response or acknowledgment. > > your own MSH URL (for client-server communication) goes into > Property/Request/config/URL in msh_client.properties.xml... > > --Gait Boxman |
|
From: Gait B. <gai...@ti...> - 2005-02-14 08:12:29
|
Hi Lucia, the ToMSHURL is the 'endpoint' URL of the recipient, i.e. where your MSH will send the message to. The To PartyID/Type is just a field in the ebXML Header and could be anything (provided you follow syntax rules, i.e. use a URI when needed). Hermes has a convenience function that it will attempt to extract a URL from the From PartyID when returning an asynchronous error response or acknowledgment. your own MSH URL (for client-server communication) goes into Property/Request/config/URL in msh_client.properties.xml... --Gait Boxman Lucia Melotti wrote: >Hi all, > I have a problem while sending a message from my MSH to a MSH recipient >that is in another machine. >I try to explain my prblem and what I don't understand. >This is my monitor.properties.xml file: > ><Monitor> > <DefaultConfig> > <ToMSHURL>http://localhost:8080/msh/</ToMSHURL> > <CPAID>CPA_2002</CPAID> > <ConversationID>Item_No_128</ConversationID> > <Service>http://www.cecid.hku.hk/ebxml/service</Service> > <Action>Order</Action> > </DefaultConfig> ></Monitor> > >When I start monitor the ToMSHURL value is automatically inserted in the >ToMSHUrl field of the Configuration Parameters window. That's right. >When I click "OK" button, and switch in the "Send" table, the "To Party >ID/Type" field contain that ToMSHURL value. >But In my opinion this is NOT right. >Peraps I didn't understand because I thik that ToMSHURL value is the value >of MY MSH, while the "To Party ID/Type" field should contain the recipient >address that, in my case, has a different URL from my MSH servlet. >What's wrong in my reasoning? >Where have I to insert the MSH URL of my recipient? > >Thanks in advance! >Lucia Melotti > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |
|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2005-02-13 01:36:31
|
Hi,
> I'm just trying to migrate my stub from Hermes 0.9.3.1 to 1.0 and noticed that the NoMessageListenerImpl object has disapeared in this version (but is still documented in the Development Guide).
> Does someone has an explanation/solution about that ?
NoMessageListenerImpl is replaced by ClientMessageListenerImpl(),
i.e., constructor with no argument, in 1.0. The documentation may not be
updated to reflect this change.
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: Bernd W. <be...@wi...> - 2005-02-12 23:20:21
|
> I'm just trying to migrate my stub from Hermes 0.9.3.1 to 1.0 and > noticed that the NoMessageListenerImpl object has disapeared in this > version (but is still documented in the Development Guide). Does > someone has an explanation/solution about that ? There has been a thread in either ebxmlms-general or ebxmlms-develop some time ago... Unfortunately I can't tell you more at the moment because don't have my notes with me now. But I even printed out the whole thread.... At least I can tell you that information to the question you have exists, even if I cannot help you directly. Bernd Winter P.S.: If I don't forget I'll try to look up the exact location tomorrow. But no guarantee ;) |
|
From: Lucia M. <lme...@cs...> - 2005-02-12 11:21:45
|
Hi all,
I have a problem while sending a message from my MSH to a MSH recipient
that is in another machine.
I try to explain my prblem and what I don't understand.
This is my monitor.properties.xml file:
<Monitor>
<DefaultConfig>
<ToMSHURL>http://localhost:8080/msh/</ToMSHURL>
<CPAID>CPA_2002</CPAID>
<ConversationID>Item_No_128</ConversationID>
<Service>http://www.cecid.hku.hk/ebxml/service</Service>
<Action>Order</Action>
</DefaultConfig>
</Monitor>
When I start monitor the ToMSHURL value is automatically inserted in the
ToMSHUrl field of the Configuration Parameters window. That's right.
When I click "OK" button, and switch in the "Send" table, the "To Party
ID/Type" field contain that ToMSHURL value.
But In my opinion this is NOT right.
Peraps I didn't understand because I thik that ToMSHURL value is the value
of MY MSH, while the "To Party ID/Type" field should contain the recipient
address that, in my case, has a different URL from my MSH servlet.
What's wrong in my reasoning?
Where have I to insert the MSH URL of my recipient?
Thanks in advance!
Lucia Melotti
|
|
From: Larchier C. <cla...@ax...> - 2005-02-11 14:58:52
|
Hi all, I'm just trying to migrate my stub from Hermes 0.9.3.1 to 1.0 and = noticed that the NoMessageListenerImpl object has disapeared in this = version (but is still documented in the Development Guide). Does someone has an explanation/solution about that ? Regards, C. Larchier |
|
From: Lucia M. <lme...@cs...> - 2005-02-10 16:32:52
|
Thanks a lot for your very useful helps! Lucia On Wed, 9 Feb 2005, Gait Boxman wrote: > In addition to Bernds answers: > > -- 1 Loopback was designed to quickly test the client-server > communication and has fixed several values to do this. But it does serve > as a good starting point. > > -- 2 monitor is a client app which is a GUI fronted on the client > library. You can manually construct messages to various endpoints, and > it will implement one listener (mailbox). > > -- 3 the idea is that the MSH server (or servlet) is the endpoint or > gateway for an organization (or part thereof). So if there is a buyer > and a seller, each would have an MSH and one or more clients, depending > on how they need to handle the incoming data (one client can > conceptually pick up anything coming in on the MSH, but you can also > have one client for a specific message on a specific conversation). In a > way, you can view the MSH as a postoffice, and each client can rent a > single mailbox, or a complete grid of mailboxes. > > -- 4 you would include some export code in the corresponding client. The > monitor does not export the payloads as it stands, but it does store > them and they are accessible from the various 'History' views. Actually, > monitor will allow you to see the payloads as well, if there are any, > the details dialog is tabbed in that case (at least it was in the 0931 > build, I don't think it changed). How you handle the payloads is highly > dependant on the backend system, so it's extremely hard to say how you > should do it. > > --5 I agree with Bernd, don't worry about the log4j warnings. You can > probably get rid of them with some log4j.properties setting, but it > hasn't hurt me yet. Tomcat logging and client logging have been > sufficient for the most tedious of debugging jobs. > > Lucia Melotti wrote: > > >Hi, > > I'm a newbie of Hermes. > >I downloaded "hermes_ebms2_all_in_one_1000.zip" and I tried to install the > >MSH. > >I have some questions about Hermes architecture that colud be very > >silly... > > > >1- LoopBack is a client application for Hermes. Is it only for test > >installation or can I use it as my client application? I mean, have I to > >develop a new client application to exchamnge messages with another Hermes > >MSH ? > > > >2- RunMonitor start only a GUI for sending messages (based on LoopBack) or > >is an Hermes client application? and can be used aside from LoopBack? > > > >3- If two persons dislocated in different positions want exchange > >messages, both have to own a client application and the MSH servlet ?? > > > >4- When a message is sent or received where can i read the message and > >it's attachment? > >In the "Send History", "Receive History", and "Error History" Monitor > >tables, I can see only information about the Envelope of the ebXML > >message. > > > >5- If I send a message to myself it's all good. But Tomcat stdout.log > >contains 2 WARN about Database. I use PostrgreSQL. This is the log: > > > >9-feb-2005 15.46.36 org.apache.coyote.http11.Http11Protocol init > >INFO: Initializing Coyote HTTP/1.1 on http-8080 > >9-feb-2005 15.46.37 org.apache.catalina.startup.Catalina load > >INFO: Initialization processed in 7881 ms > >9-feb-2005 15.46.38 org.apache.catalina.core.StandardService start > >INFO: Starting service Catalina > >9-feb-2005 15.46.38 org.apache.catalina.core.StandardEngine start > >INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 > >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost start > >INFO: XML validation disabled > >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost getDeployer > >INFO: Create Host deployer for direct deployment ( non-jmx ) > >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHostDeployer install > >INFO: Processing Context configuration file URL file:C:\Programmi\Apache > >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\admin.xml > >9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> > >INFO: Initializing, config='org.apache.struts.util.LocalStrings', > >returnNull=true > >9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> > >INFO: Initializing, config='org.apache.struts.action.ActionResources', > >returnNull=true > >9-feb-2005 15.46.46 org.apache.struts.util.PropertyMessageResources <init> > >INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', > >returnNull=true > >9-feb-2005 15.46.59 org.apache.catalina.core.StandardHostDeployer install > >INFO: Processing Context configuration file URL file:C:\Programmi\Apache > >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\balancer.xml > >9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install > >INFO: Processing Context configuration file URL file:C:\Programmi\Apache > >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\manager.xml > >9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install > >INFO: Installing web application at context path /msh from URL > >file:C:/Programmi/Apache Software Foundation/Tomcat 5.0/webapps/msh > >log4j:WARN No appenders could be found for logger > >(org.apache.catalina.session.ManagerBase). > >log4j:WARN Please initialize the log4j system properly. > >Info: using property file in C:\WINNT\system32\msh.properties.xml > >9-feb-2005 15.47.11 org.apache.catalina.core.StandardHostDeployer install > >INFO: Installing web application at context path /jsp-examples from URL > >file:C:\Programmi\Apache Software Foundation\Tomcat > >5.0\webapps\jsp-examples > >9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install > >INFO: Installing web application at context path from URL > >file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\ROOT > >9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install > >INFO: Installing web application at context path /servlets-examples from > >URL file:C:\Programmi\Apache Software Foundation\Tomcat > >5.0\webapps\servlets-examples > >9-feb-2005 15.47.14 org.apache.catalina.core.StandardHostDeployer install > >INFO: Installing web application at context path /tomcat-docs from URL > >file:C:\Programmi\Apache Software Foundation\Tomcat > >5.0\webapps\tomcat-docs > >9-feb-2005 15.47.16 org.apache.catalina.core.StandardHostDeployer install > >INFO: Installing web application at context path /webdav from URL > >file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\webdav > >9-feb-2005 15.47.17 org.apache.coyote.http11.Http11Protocol start > >INFO: Starting Coyote HTTP/1.1 on http-8080 > >9-feb-2005 15.47.18 org.apache.jk.common.ChannelSocket init > >INFO: JK2: ajp13 listening on /0.0.0.0:8009 > >9-feb-2005 15.47.18 org.apache.jk.server.JkMain start > >INFO: Jk running ID=0 time=40/131 config=C:\Programmi\Apache Software > >Foundation\Tomcat 5.0\conf\jk2.properties > >9-feb-2005 15.47.18 org.apache.catalina.startup.Catalina start > >INFO: Server startup in 41009 ms > > > >What can I do?? What's the problem? > > > > > >Thanks in advance for your attention and your help!! > >Regards Lucia > > > > > > > > > >------------------------------------------------------- > >SF email is sponsored by - The IT Product Guide > >Read honest & candid reviews on hundreds of IT Products from real users. > >Discover which products truly live up to the hype. Start reading now. > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >_______________________________________________ > >ebxmlms-general mailing list > >ebx...@li... > >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |
|
From: Gait B. <gai...@ti...> - 2005-02-09 21:01:38
|
In addition to Bernds answers: -- 1 Loopback was designed to quickly test the client-server communication and has fixed several values to do this. But it does serve as a good starting point. -- 2 monitor is a client app which is a GUI fronted on the client library. You can manually construct messages to various endpoints, and it will implement one listener (mailbox). -- 3 the idea is that the MSH server (or servlet) is the endpoint or gateway for an organization (or part thereof). So if there is a buyer and a seller, each would have an MSH and one or more clients, depending on how they need to handle the incoming data (one client can conceptually pick up anything coming in on the MSH, but you can also have one client for a specific message on a specific conversation). In a way, you can view the MSH as a postoffice, and each client can rent a single mailbox, or a complete grid of mailboxes. -- 4 you would include some export code in the corresponding client. The monitor does not export the payloads as it stands, but it does store them and they are accessible from the various 'History' views. Actually, monitor will allow you to see the payloads as well, if there are any, the details dialog is tabbed in that case (at least it was in the 0931 build, I don't think it changed). How you handle the payloads is highly dependant on the backend system, so it's extremely hard to say how you should do it. --5 I agree with Bernd, don't worry about the log4j warnings. You can probably get rid of them with some log4j.properties setting, but it hasn't hurt me yet. Tomcat logging and client logging have been sufficient for the most tedious of debugging jobs. Lucia Melotti wrote: >Hi, > I'm a newbie of Hermes. >I downloaded "hermes_ebms2_all_in_one_1000.zip" and I tried to install the >MSH. >I have some questions about Hermes architecture that colud be very >silly... > >1- LoopBack is a client application for Hermes. Is it only for test >installation or can I use it as my client application? I mean, have I to >develop a new client application to exchamnge messages with another Hermes >MSH ? > >2- RunMonitor start only a GUI for sending messages (based on LoopBack) or >is an Hermes client application? and can be used aside from LoopBack? > >3- If two persons dislocated in different positions want exchange >messages, both have to own a client application and the MSH servlet ?? > >4- When a message is sent or received where can i read the message and >it's attachment? >In the "Send History", "Receive History", and "Error History" Monitor >tables, I can see only information about the Envelope of the ebXML >message. > >5- If I send a message to myself it's all good. But Tomcat stdout.log >contains 2 WARN about Database. I use PostrgreSQL. This is the log: > >9-feb-2005 15.46.36 org.apache.coyote.http11.Http11Protocol init >INFO: Initializing Coyote HTTP/1.1 on http-8080 >9-feb-2005 15.46.37 org.apache.catalina.startup.Catalina load >INFO: Initialization processed in 7881 ms >9-feb-2005 15.46.38 org.apache.catalina.core.StandardService start >INFO: Starting service Catalina >9-feb-2005 15.46.38 org.apache.catalina.core.StandardEngine start >INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost start >INFO: XML validation disabled >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost getDeployer >INFO: Create Host deployer for direct deployment ( non-jmx ) >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHostDeployer install >INFO: Processing Context configuration file URL file:C:\Programmi\Apache >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\admin.xml >9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> >INFO: Initializing, config='org.apache.struts.util.LocalStrings', >returnNull=true >9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> >INFO: Initializing, config='org.apache.struts.action.ActionResources', >returnNull=true >9-feb-2005 15.46.46 org.apache.struts.util.PropertyMessageResources <init> >INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', >returnNull=true >9-feb-2005 15.46.59 org.apache.catalina.core.StandardHostDeployer install >INFO: Processing Context configuration file URL file:C:\Programmi\Apache >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\balancer.xml >9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install >INFO: Processing Context configuration file URL file:C:\Programmi\Apache >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\manager.xml >9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /msh from URL >file:C:/Programmi/Apache Software Foundation/Tomcat 5.0/webapps/msh >log4j:WARN No appenders could be found for logger >(org.apache.catalina.session.ManagerBase). >log4j:WARN Please initialize the log4j system properly. >Info: using property file in C:\WINNT\system32\msh.properties.xml >9-feb-2005 15.47.11 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /jsp-examples from URL >file:C:\Programmi\Apache Software Foundation\Tomcat >5.0\webapps\jsp-examples >9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path from URL >file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\ROOT >9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /servlets-examples from >URL file:C:\Programmi\Apache Software Foundation\Tomcat >5.0\webapps\servlets-examples >9-feb-2005 15.47.14 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /tomcat-docs from URL >file:C:\Programmi\Apache Software Foundation\Tomcat >5.0\webapps\tomcat-docs >9-feb-2005 15.47.16 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /webdav from URL >file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\webdav >9-feb-2005 15.47.17 org.apache.coyote.http11.Http11Protocol start >INFO: Starting Coyote HTTP/1.1 on http-8080 >9-feb-2005 15.47.18 org.apache.jk.common.ChannelSocket init >INFO: JK2: ajp13 listening on /0.0.0.0:8009 >9-feb-2005 15.47.18 org.apache.jk.server.JkMain start >INFO: Jk running ID=0 time=40/131 config=C:\Programmi\Apache Software >Foundation\Tomcat 5.0\conf\jk2.properties >9-feb-2005 15.47.18 org.apache.catalina.startup.Catalina start >INFO: Server startup in 41009 ms > >What can I do?? What's the problem? > > >Thanks in advance for your attention and your help!! >Regards Lucia > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |
|
From: Bernd W. <be...@wi...> - 2005-02-09 19:31:10
|
Lucia Melotti wrote: > 1- LoopBack is a client application for Hermes. Is it only for test > installation or can I use it as my client application? I mean, have I > to develop a new client application to exchamnge messages with > another Hermes MSH ? You can use it as some kind of skeleton for a "real" client application if you extend it in some way. To initiate a sending procedure, it may look like this (without error handling): ######################################### // Setting Application Context String cpaID = "CPA_whatever"; String conversationID = "Item_No_128"; String service = "uri:enterprise.com/procurement"; String action = "POTransfer"; ApplicationContext ac = new ApplicationContext(cpaID, conversationID, service, action); String transportType = "HTTP"; // Target-MSH. In my scenario, there are two MSHs on one computer, // at localhost:8080/msh (receiving) and localhost:8081/msh (sending). // The local MSH must be configured in the msh_client.properties String toMshUrl = "http://localhost:8080/msh"; // Registration without listener Request mshReq = new Request(ac, new URL(toMshUrl), null, transportType); // Preparing payload (in this case a sample UBL payload) AttachmentDataSource ads = new AttachmentDataSource( "data/xml/UBL-Order-1.0-Office-Example.xml", "text/xml"); DataHandler dataHandler = new DataHandler(ads); EbxmlMessage message = new EbxmlMessage(); // ebXML MessageHeader MessageHeader header = message.addMessageHeader(); header.addFromPartyId("here.com", "domainname"); //...whatever header.addToPartyId("there.com", "domainname"); header.setCpaId(cpaID); header.setConversationId(conversationID); header.setService(service); header.setAction(action); header.setTimestamp(Utility.toUTCString(new Date())); String messageId = Utility.generateMessageId(new Date(), message); header.setMessageId(messageId); // Attaching payload message.addPayloadContainer(dataHandler, "contentId", "description"); message.saveChanges(); mshReq.sendReliably(message, false); ################################################ > 2- RunMonitor start only a GUI for sending messages (based on > LoopBack) or is an Hermes client application? and can be used aside > from LoopBack? I thought it would have nothing to do with LoopBack. It's rather a GUI for exchanging messages which is also offering some tools for testing different aspects of Hermes functionality (signature handling, attachments and so on). > 3- If two persons dislocated in different positions want exchange > messages, both have to own a client application and the MSH servlet > ?? If each party wants to interact with the other one, then yes. But in a not very realistic scenario where a party doesn't need to react to incoming messages at all (because it just accepts them, storing the messages MSH-internally), it may be enough to set up Application A, MSH A, MSH B. (I skipped question 4 because at the moment I don't remember how the Monitor worked in detail...) > 5- If I send a message to myself it's all good. But Tomcat stdout.log > contains 2 WARN about Database. I use PostrgreSQL. This is the log: > [...] > What can I do?? What's the problem? I just saw two warnings referring to Log4J misconfiguration. But that doesn't affect Hermes as far as its functionality is concerned. Sorry that I cannot help more at the moment, just a little busy. Furthermore, I didn't think about my answers very... intensively ;) In addition to that, I'm probably some kind of "advanced newbie" at maximum as well... Bye and good luck with Hermes Bernd Winter |
|
From: Galloway, B. <bry...@in...> - 2005-02-09 19:12:38
|
Unfortunately I do not see any web.xml file in this zip file:=20 http://ebxmlbook.com/interop/interopCode.zip Nor do I see either an interface folder or an emulator folder. There is a JCAM template, but not in the folder you assert. The only folder similar to 'interface' is 'interfaces' buried well in the MSH folder structure and only contains the RestServlet.java, but no web.xml file and no JCAM template. There are assorted compile and build scripts but they don't seem to generate what you or the documentation describe. I've also checked this file: http://ebxmlbook.com/interop/xml2004interop.zip with no results. Here is a listing of the contents of http://ebxmlbook.com/interop/interopCode.zip I downloaded: \docs \src \interop_files.txt \docs\Cyclone_JCAM_validation_config.doc \docs\Extending Hermes with jCAM and Registry based CPA - 012.doc \src\hermes_msh \src\ebxmlrr_registry \src\cyclone_msh \src\hermes_msh\build.xml \src\hermes_msh\conf \src\hermes_msh\docs \src\hermes_msh\for_dist \src\hermes_msh\src \src\hermes_msh\conf\msh.properties.xml \src\hermes_msh\conf\msh_client.properties.xml \src\hermes_msh\docs\hermes_ebms2_install_guide_0931.pdf \src\hermes_msh\docs\HermesBugFixUpdate.doc \src\hermes_msh\for_dist\sample \src\hermes_msh\for_dist\sample\RunMonitor.bat \src\hermes_msh\src\hk \src\hermes_msh\src\hk\hku \src\hermes_msh\src\hk\hku\cecid \src\hermes_msh\src\hk\hku\cecid\phoenix \src\hermes_msh\src\hk\hku\cecid\phoenix\message \src\hermes_msh\src\hk\hku\cecid\phoenix\message\handler \src\hermes_msh\src\hk\hku\cecid\phoenix\message\monitor \src\hermes_msh\src\hk\hku\cecid\phoenix\message\packaging \src\hermes_msh\src\hk\hku\cecid\phoenix\message\transport \src\hermes_msh\src\hk\hku\cecid\phoenix\message\handler\AppDataHandler. java \src\hermes_msh\src\hk\hku\cecid\phoenix\message\handler\Constants.java \src\hermes_msh\src\hk\hku\cecid\phoenix\message\handler\DirectoryManage r.java \src\hermes_msh\src\hk\hku\cecid\phoenix\message\handler\MessageServer.j ava \src\hermes_msh\src\hk\hku\cecid\phoenix\message\handler\MessageServiceH andler.java \src\hermes_msh\src\hk\hku\cecid\phoenix\message\monitor\Monitor.java \src\hermes_msh\src\hk\hku\cecid\phoenix\message\monitor\SendPanel.java \src\hermes_msh\src\hk\hku\cecid\phoenix\message\packaging\EbxmlMessage. java \src\hermes_msh\src\hk\hku\cecid\phoenix\message\transport\HttpServlet.j ava \src\ebxmlrr_registry\docs \src\ebxmlrr_registry\src \src\ebxmlrr_registry\src\com \src\ebxmlrr_registry\src\com\sun \src\ebxmlrr_registry\src\com\sun\ebxml \src\ebxmlrr_registry\src\com\sun\ebxml\registry \src\ebxmlrr_registry\src\com\sun\ebxml\registry\interfaces \src\ebxmlrr_registry\src\com\sun\ebxml\registry\persistence \src\ebxmlrr_registry\src\com\sun\ebxml\registry\interfaces\rest \src\ebxmlrr_registry\src\com\sun\ebxml\registry\interfaces\rest\RestSer vlet.java \src\ebxmlrr_registry\src\com\sun\ebxml\registry\persistence\rdb \src\ebxmlrr_registry\src\com\sun\ebxml\registry\persistence\rdb\Interna tionalStringDAO.java \src\ebxmlrr_registry\src\com\sun\ebxml\registry\persistence\rdb\SQLPers istenceManagerImpl.java \src\cyclone_msh\classes \src\cyclone_msh\compile.bat \src\cyclone_msh\config \src\cyclone_msh\docs \src\cyclone_msh\jcam_template \src\cyclone_msh\lib \src\cyclone_msh\src \src\cyclone_msh\classes\CycloneMessageValidatedWorker.class \src\cyclone_msh\config\cyclone.properties \src\cyclone_msh\config\registry.properties \src\cyclone_msh\config\run.bat \src\cyclone_msh\docs\Cyclone_JCAM_validation_config.doc \src\cyclone_msh\jcam_template\CGAP_JCAM_TEMPLATE1.cam \src\cyclone_msh\lib\activation.jar \src\cyclone_msh\lib\commons-cli-1.0.jar \src\cyclone_msh\lib\ebxml.jar \src\cyclone_msh\lib\jaxen-core.jar \src\cyclone_msh\lib\jaxen-jdom.jar \src\cyclone_msh\lib\JCAM.jar \src\cyclone_msh\lib\jdom.jar \src\cyclone_msh\lib\jdom-contrib.jar \src\cyclone_msh\lib\mail.jar \src\cyclone_msh\lib\registry.jar \src\cyclone_msh\lib\saaj-api.jar \src\cyclone_msh\lib\saaj-ri.jar \src\cyclone_msh\lib\saxon7.jar \src\cyclone_msh\lib\saxon7-jdom.jar \src\cyclone_msh\lib\saxpath.jar \src\cyclone_msh\lib\xalan.jar \src\cyclone_msh\lib\xerces.jar \src\cyclone_msh\lib\xsdlib.jar \src\cyclone_msh\src\CycloneMessageValidatedWorker.java I do appreciate your help. -Bryan |
|
From: Tanveer, A. (NIH/OD) <tan...@od...> - 2005-02-09 16:53:30
|
Bryan, Actually I just checked. There is no 'Interface Emulator' file. The wording is little vague there. What it means is, if you Unzip you will have access to that Interface folder. Inside that folder You will see a web.xml and jcam template. As long as you see emulator folder and the web.xml inside it, you Have everything the document is referring to. Thanks a lot. -- Ashique Tanveer -----Original Message----- From: Galloway, Bryan [mailto:bry...@in...] Sent: Wednesday, February 09, 2005 10:59 AM To: ebx...@li... Subject: [ebxmlms-general] Re: Import and enforce CPA on a server? David, Some files appear to be missing from the .zip download. According to 'Extending Hermes with jCAM and Registry based CPA - 012.doc' extracted from the .zip file available at 'http://ebxmlbook.com/interop/interopCode.zip' I should have access to an 'Interface emulator' found in a folder called eRACGAPEval (eRACGAPEval\config\emulator). Unfortunately I can't locate any such folder in the interopCode.zip file, the Hermes distribution, the ebxmlrr distribution, or the JCAM distributions. What am I missing? Thanks again, -Bryan ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Galloway, B. <bry...@in...> - 2005-02-09 15:59:26
|
David, Some files appear to be missing from the .zip download. According to 'Extending Hermes with jCAM and Registry based CPA - 012.doc' extracted from the .zip file available at 'http://ebxmlbook.com/interop/interopCode.zip' I should have access to an 'Interface emulator' found in a folder called eRACGAPEval (eRACGAPEval\config\emulator). Unfortunately I can't locate any such folder in the interopCode.zip file, the Hermes distribution, the ebxmlrr distribution, or the JCAM distributions. =20 What am I missing? Thanks again, -Bryan |