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: Ronald v. K. <rva...@ab...> - 2004-12-15 16:57:16
|
I've seen this in three circumstances (not in hermes, but with jaxm) - once in a system under load where there was a threadsafety issue and one receiver started reading data after the headers were already read. - once where there was a wrong mail.jar which produced wrong headers, but that happened all the time, not specifically under load - an text/xml response was produced, but not multipart mime as expected. Otherwise I have no idea where it could come from. Can you turn on some low level debugging on http level? Ronald > -----Oorspronkelijk bericht----- > Van: ebx...@li... > [mailto:ebx...@li...] Namens > Morin Fabrice > Verzonden: woensdag 15 december 2004 17:23 > Aan: ebx...@li... > Onderwerp: [ebxmlms-general] "Missing start boundary" > exception when processing lot of message > > Hi guys, > > Here is a strange problem... An exception "Missing start > boundary" always occurs in tomcat log (catalina.out) when > Hermes process a lot of messages. > > Let me explain the architecture : > > I use 6 machines. 5 of them send messages to the last one. > All messages sent from a same machine share the same cpaID > and the same conversationID. So I have 5 different cpaID and > 5 different conversationID. Service and action are the same > for all messages on all machines. On the last machine, I use > 5 contexts to get those messages. > > To send messages, I use a little tool based on the monitor. > To receive message, I use another tool which polls every 30s > the 5 contexts corresponding to the sender's context. > > Each machine sends 100 messages to the last one (those > messages are signed and sent reliably via HTTPS). I can send > between 3 or 5 messages in a second. There are 2 ASCII > payloads for each message, their sizes are between 1kb and 7kb). > > After a few seconds, I get this error in the receiver tomcat log : > > javax.mail.MessagingException: Missing start boundary > at > javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:284) > at > javax.mail.internet.MimeMultipart.getBodyPart(MimeMultipart.java:171) > at > com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl > .java:118) > at > com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessa > ge(MessageFactoryImpl.java:32) > at > hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.pro > cessMessage(Unknown Source) > at > hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.doP > ost(Unknown Source) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt > er(ApplicationFilterChain.java:237) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli > cationFilterChain.java:157) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardW > rapperValve.java:214) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardC > ontextValve.java:178) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHost > Valve.java:126) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport > Valve.java:105) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEn > gineValve.java:107) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdap > ter.java:148) > at > org.apache.coyote.http11.Http11Processor.process(Http11Process > or.java:825) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle > r.processConnection(Http11Protocol.java:731) > at > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolT > cpEndpoint.java:526) > at > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(Le > aderFollowerWorkerThread.java:80) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run( > ThreadPool.java:684) > at java.lang.Thread.run(Thread.java:534) > > Of course everything works fine if I send less messages, more > slowly... > > Has anybody already had this kind of error ? > > > Regards, > > Fabrice. > > > ------------------------------------------------------- > 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://productguide.itmanagersjournal.com/ > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |
|
From: Morin F. <fm...@ax...> - 2004-12-15 16:25:34
|
Hi guys, Here is a strange problem... An exception "Missing start boundary" = always occurs in tomcat log (catalina.out) when Hermes process a lot of = messages. Let me explain the architecture : I use 6 machines. 5 of them send messages to the last one. All messages = sent from a same machine share the same cpaID and the same = conversationID. So I have 5 different cpaID and 5 different = conversationID. Service and action are the same for all messages on all = machines. On the last machine, I use 5 contexts to get those messages. To send messages, I use a little tool based on the monitor. To receive message, I use another tool which polls every 30s the 5 = contexts corresponding to the sender's context. Each machine sends 100 messages to the last one (those messages are = signed and sent reliably via HTTPS). I can send between 3 or 5 messages = in a second. There are 2 ASCII payloads for each message, their sizes = are between 1kb and 7kb). After a few seconds, I get this error in the receiver tomcat log : javax.mail.MessagingException: Missing start boundary at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:284) at = javax.mail.internet.MimeMultipart.getBodyPart(MimeMultipart.java:171) at = com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:118) at = com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageF= actoryImpl.java:32) at = hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.processMessage= (Unknown Source) at = hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.doPost(Unknown= Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:237) at = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:157) at = org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve= .java:214) at = org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:178) at = org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 126) at = org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:= 105) at = org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j= ava:107) at = org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:14= 8) at = org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825= ) at = org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCo= nnection(Http11Protocol.java:731) at = org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.= java:526) at = org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowe= rWorkerThread.java:80) at = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:684) at java.lang.Thread.run(Thread.java:534)=20 Of course everything works fine if I send less messages, more slowly... Has anybody already had this kind of error ? Regards, Fabrice. |
|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2004-12-14 13:55:27
|
Hi,
> Well, it works (in my case) with that trick !
>
> We tried that trick already - its something a bit more fundamental than
> that...
I just know that HTTP 302 is related to the redirection handling
of the app server. I ever met this problem when using Jetty. Don't know
why it works in a case but not another.
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: Morin F. <fm...@ax...> - 2004-12-14 13:50:44
|
Well, it works (in my case) with that trick ! Thanks, Fabrice. -----Message d'origine----- De : ebx...@li... [mailto:ebx...@li...]De la part de David RR Webber Envoy=E9 : mardi 14 d=E9cembre 2004 14:21 =C0 : ebx...@li... Objet : Re: [ebxmlms-general] Error when using Tomcat 5.x with Hermes 0.9.3.1 CY, We tried that trick already - its something a bit more fundamental than that... DW ----- Original Message -----=20 From: "Ng Chi Yuen [Cyng]" <cy...@cs...> To: <ebx...@li...> Sent: Tuesday, December 14, 2004 8:18 AM Subject: Re: [ebxmlms-general] Error when using Tomcat 5.x with Hermes 0.9.3.1 > Hi, > > On Tue, 14 Dec 2004, David RR Webber wrote: > > > I have also seen this problem when using Cyclone Commerce with > > Hermes. The Hermes to Cyclone works fine - but the reverse - > > Cyclone sending to Hermes - also ends with the Error 302 - address > > temporarily moved. > > > > javax.xml.soap.SOAPException: Invalid Content-Type:text/html > > > at > > > com.sun.xml.messaging.saaj.soap.MessageImpl.verify(MessageImpl.java:159) > > > > > > Comparing the Tomcat responses when using Tomcat 4.1.x and Tomcat = 5.x (on > > > receiver side), it appears that Tomcat 4.1.x ends communication = with HTTP > > > 204 code (no content), and Tomcat 5.x ends communication with HTTP = 302 code > > > (Moved temporarily). > > See if this help. Add a trailing slash "/" at the end of the > toURL endpoint, e.g. http://localhost:8080/msh/ instead of > http://localhost:8080/msh > > I wonder if the web.xml looks something like this: > <servlet-mapping> > <servlet-name>msh</servlet-name> > <url-pattern>/</url-pattern> > </servlet-mapping> > > 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 > = -------------------------------------------------------------------------= - -- > > > > ------------------------------------------------------- > 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://productguide.itmanagersjournal.com/ > _______________________________________________ > 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.=20 http://productguide.itmanagersjournal.com/ _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: David RR W. <da...@dr...> - 2004-12-14 13:33:44
|
CY, We tried that trick already - its something a bit more fundamental than that... DW ----- Original Message ----- From: "Ng Chi Yuen [Cyng]" <cy...@cs...> To: <ebx...@li...> Sent: Tuesday, December 14, 2004 8:18 AM Subject: Re: [ebxmlms-general] Error when using Tomcat 5.x with Hermes 0.9.3.1 > Hi, > > On Tue, 14 Dec 2004, David RR Webber wrote: > > > I have also seen this problem when using Cyclone Commerce with > > Hermes. The Hermes to Cyclone works fine - but the reverse - > > Cyclone sending to Hermes - also ends with the Error 302 - address > > temporarily moved. > > > > javax.xml.soap.SOAPException: Invalid Content-Type:text/html > > > at > > > com.sun.xml.messaging.saaj.soap.MessageImpl.verify(MessageImpl.java:159) > > > > > > Comparing the Tomcat responses when using Tomcat 4.1.x and Tomcat 5.x (on > > > receiver side), it appears that Tomcat 4.1.x ends communication with HTTP > > > 204 code (no content), and Tomcat 5.x ends communication with HTTP 302 code > > > (Moved temporarily). > > See if this help. Add a trailing slash "/" at the end of the > toURL endpoint, e.g. http://localhost:8080/msh/ instead of > http://localhost:8080/msh > > I wonder if the web.xml looks something like this: > <servlet-mapping> > <servlet-name>msh</servlet-name> > <url-pattern>/</url-pattern> > </servlet-mapping> > > 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 > -------------------------------------------------------------------------- -- > > > > ------------------------------------------------------- > 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://productguide.itmanagersjournal.com/ > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |
|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2004-12-14 13:18:58
|
Hi,
On Tue, 14 Dec 2004, David RR Webber wrote:
> I have also seen this problem when using Cyclone Commerce with
> Hermes. The Hermes to Cyclone works fine - but the reverse -
> Cyclone sending to Hermes - also ends with the Error 302 - address
> temporarily moved.
> > javax.xml.soap.SOAPException: Invalid Content-Type:text/html
> > at
> > com.sun.xml.messaging.saaj.soap.MessageImpl.verify(MessageImpl.java:159)
> >
> > Comparing the Tomcat responses when using Tomcat 4.1.x and Tomcat 5.x (on
> > receiver side), it appears that Tomcat 4.1.x ends communication with HTTP
> > 204 code (no content), and Tomcat 5.x ends communication with HTTP 302 code
> > (Moved temporarily).
See if this help. Add a trailing slash "/" at the end of the
toURL endpoint, e.g. http://localhost:8080/msh/ instead of
http://localhost:8080/msh
I wonder if the web.xml looks something like this:
<servlet-mapping>
<servlet-name>msh</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
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: David RR W. <da...@dr...> - 2004-12-14 13:00:20
|
Fabrice,
I have also seen this problem when using Cyclone Commerce with
Hermes. The Hermes to Cyclone works fine - but the reverse -
Cyclone sending to Hermes - also ends with the Error 302 - address
temporarily moved.
I did not guess this was related to Tomcat - but seems like that may
be the common problem here. Perhaps a trace of the actual exchange
can show what is being sent differently here to resolve the issue.
Thanks, DW
----- Original Message -----
From: "Morin Fabrice" <fm...@ax...>
To: <ebx...@li...>
Sent: Tuesday, December 14, 2004 7:45 AM
Subject: [ebxmlms-general] Error when using Tomcat 5.x with Hermes 0.9.3.1
Hi all,
I can successfully use Hermes 0.9.3.1 with Tomcat 4.1.x (send/receive
messages using 2 monitors on 2 machines works perfectly).
But I have a problem when I replace Tomcat 4.1.x with Tomcat 5.0.30 or
Tomcat 5.5.4. An error happens when I send a message to another Hermes which
use the same Tomcat version (both sides use monitor). This error happen on
the sender side (in the catalina.out file) :
javax.xml.soap.SOAPException: Invalid Content-Type:text/html
at
com.sun.xml.messaging.saaj.soap.MessageImpl.verify(MessageImpl.java:159)
at
com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:91)
at
com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageFact
oryImpl.java:32)
at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnec
tion.java:333)
at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run
(HttpSOAPConnection.java:142)
at java.security.AccessController.doPrivileged(Native Method)
at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnec
tion.java:115)
at hk.hku.cecid.phoenix.message.transport.HttpServlet.send(Unknown
Source)
at hk.hku.cecid.phoenix.message.handler.HttpSender.run(Unknown
Source)
javax.xml.soap.SOAPException: Unable to internalize message
at
com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:135)
at
com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageFact
oryImpl.java:32)
at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnec
tion.java:333)
at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run
(HttpSOAPConnection.java:142)
at java.security.AccessController.doPrivileged(Native Method)
at
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnec
tion.java:115)
at hk.hku.cecid.phoenix.message.transport.HttpServlet.send(Unknown
Source)
at hk.hku.cecid.phoenix.message.handler.HttpSender.run(Unknown
Source)
Comparing the Tomcat responses when using Tomcat 4.1.x and Tomcat 5.x (on
receiver side), it appears that Tomcat 4.1.x ends communication with HTTP
204 code (no content), and Tomcat 5.x ends communication with HTTP 302 code
(Moved temporarily).
Any idea ?
Regards,
Fabrice.
-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
ebxmlms-general mailing list
ebx...@li...
https://lists.sourceforge.net/lists/listinfo/ebxmlms-general
|
|
From: Morin F. <fm...@ax...> - 2004-12-14 12:45:29
|
Hi all,
I can successfully use Hermes 0.9.3.1 with Tomcat 4.1.x (send/receive =
messages using 2 monitors on 2 machines works perfectly).
But I have a problem when I replace Tomcat 4.1.x with Tomcat 5.0.30 or =
Tomcat 5.5.4. An error happens when I send a message to another Hermes =
which use the same Tomcat version (both sides use monitor). This error =
happen on the sender side (in the catalina.out file) :
javax.xml.soap.SOAPException: Invalid Content-Type:text/html
at =
com.sun.xml.messaging.saaj.soap.MessageImpl.verify(MessageImpl.java:159)
at =
com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:91)
at =
com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageF=
actoryImpl.java:32)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPCon=
nection.java:333)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.=
run(HttpSOAPConnection.java:142)
at java.security.AccessController.doPrivileged(Native Method)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPCon=
nection.java:115)
at =
hk.hku.cecid.phoenix.message.transport.HttpServlet.send(Unknown Source)
at hk.hku.cecid.phoenix.message.handler.HttpSender.run(Unknown =
Source)
javax.xml.soap.SOAPException: Unable to internalize message
at =
com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:135)
at =
com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageF=
actoryImpl.java:32)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPCon=
nection.java:333)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.=
run(HttpSOAPConnection.java:142)
at java.security.AccessController.doPrivileged(Native Method)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPCon=
nection.java:115)
at =
hk.hku.cecid.phoenix.message.transport.HttpServlet.send(Unknown Source)
at hk.hku.cecid.phoenix.message.handler.HttpSender.run(Unknown =
Source)
Comparing the Tomcat responses when using Tomcat 4.1.x and Tomcat 5.x =
(on receiver side), it appears that Tomcat 4.1.x ends communication with =
HTTP 204 code (no content), and Tomcat 5.x ends communication with HTTP =
302 code (Moved temporarily).
Any idea ?
Regards,
Fabrice.
|
|
From: Ted S. <ts...@fr...> - 2004-12-14 02:52:47
|
I think the problem maybe with you having two servlet.jars one in msh and one under tomcat common/lib Ted -----Original Message----- From: ebx...@li... [mailto:ebx...@li...] On Behalf Of Tho...@te... Sent: Friday, 10 December 2004 9:34 PM To: ebx...@li... Subject: [ebxmlms-general] Hermes 0.9.3.1 and Tomcat 5.5 deployment problem Hi, when deploying Hermes 0.9.3.1 on Tomcat 5.5 I get an error with msh as unavailable. JDK version is 1.5.0. It looks like it's the same problem as http://sourceforge.net/mailarchive/message.php?msg_id=8233408, but there is currently no response in that thread with a solution. Thomas Log: [java] INFO: Deploying web application archive msh.war [java] 10.des.2004 14:16:04 org.apache.catalina.loader.WebappClassLoader validateJarFile [java] INFO: validateJarFile(C:\apps\tomcat-5.5\webapps\msh\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class [java] Info: using property file in C:\apps\Tomcat-5.5\msh.properties.xml [java] 10.des.2004 14:16:08 org.apache.catalina.core.ApplicationContext log [java] INFO: Marking servlet msh as unavailable [java] 10.des.2004 14:16:08 org.apache.catalina.core.ApplicationContext log [java] SEVERE: Servlet /msh threw load() exception [java] javax.servlet.ServletException: Error instantiating servlet class hk.hku.cecid.phoenix.message.handler.MessageServiceHandler [java] at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:10 20) [java] at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:886) [java] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java: 3817) [java] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4079) [java] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:7 55) [java] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) [java] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) [java] at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:777) [java] at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:672) [java] at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472) [java] at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079) [java] at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310) [java] at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor t.java:119) [java] at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011) [java] at org.apache.catalina.core.StandardHost.start(StandardHost.java:718) [java] at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1003) [java] at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:437) [java] at org.apache.catalina.core.StandardService.start(StandardService.java:450) [java] at org.apache.catalina.core.StandardServer.start(StandardServer.java:2010) [java] at org.apache.catalina.startup.Catalina.start(Catalina.java:537) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) [java] at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) [java] 10.des.2004 14:16:09 org.apache.catalina.core.ApplicationContext log ------------------------------------------------------- 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://productguide.itmanagersjournal.com/ _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2004-12-10 15:38:59
|
Hi,
> when deploying Hermes 0.9.3.1 on Tomcat 5.5 I get an error with msh as
> unavailable. JDK version is 1.5.0.
>
> Log:
> [java] INFO: Deploying web application archive msh.war
> [java] 10.des.2004 14:16:04 org.apache.catalina.loader.WebappClassLoader validateJarFile
> [java] INFO: validateJarFile(C:\apps\tomcat-5.5\webapps\msh\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2.
> Offending class: javax/servlet/Servlet.class
Try to remove the WEB-INF/lib/servlet.jar to see if this works.
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: <Tho...@te...> - 2004-12-10 13:35:40
|
Hi, when deploying Hermes 0.9.3.1 on Tomcat 5.5 I get an error with msh as = unavailable. JDK version is 1.5.0. It looks like it's the same problem as = http://sourceforge.net/mailarchive/message.php?msg_id=3D8233408, but = there is currently no response in that thread with a solution. Thomas Log: [java] INFO: Deploying web application archive msh.war [java] 10.des.2004 14:16:04 org.apache.catalina.loader.WebappClassLoader = validateJarFile [java] INFO: = validateJarFile(C:\apps\tomcat-5.5\webapps\msh\WEB-INF\lib\servlet.jar) = - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: = javax/servlet/Servlet.class [java] Info: using property file in = C:\apps\Tomcat-5.5\msh.properties.xml [java] 10.des.2004 14:16:08 org.apache.catalina.core.ApplicationContext = log [java] INFO: Marking servlet msh as unavailable [java] 10.des.2004 14:16:08 org.apache.catalina.core.ApplicationContext = log [java] SEVERE: Servlet /msh threw load() exception [java] javax.servlet.ServletException: Error instantiating servlet class = hk.hku.cecid.phoenix.message.handler.MessageServiceHandler [java] at = org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java= :1020) [java] at = org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:886) [java] at = org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.ja= va:3817) [java] at = org.apache.catalina.core.StandardContext.start(StandardContext.java:4079)= [java] at = org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.jav= a:755) [java] at = org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) [java] at = org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) [java] at = org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:777) [java] at = org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:672) [java] at = org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472) [java] at = org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079) [java] at = org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310= ) [java] at = org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSup= port.java:119) [java] at = org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011) [java] at = org.apache.catalina.core.StandardHost.start(StandardHost.java:718) [java] at = org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1003) [java] at = org.apache.catalina.core.StandardEngine.start(StandardEngine.java:437) [java] at = org.apache.catalina.core.StandardService.start(StandardService.java:450) [java] at = org.apache.catalina.core.StandardServer.start(StandardServer.java:2010) [java] at = org.apache.catalina.startup.Catalina.start(Catalina.java:537) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method) [java] at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) [java] at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at = org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) [java] at = org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) [java] 10.des.2004 14:16:09 org.apache.catalina.core.ApplicationContext = log |
|
From: David RR W. <da...@dr...> - 2004-12-02 19:12:52
|
Team, I just uploaded a patch that fixes the corruption of binary attachments sent using Hermes. Enjoy, DW |
|
From: David RR W. <da...@dr...> - 2004-11-26 13:16:21
|
Patrick, The ebXML spec's and CPA provide for RETRY count - but once those retries have all been used then the message is in FAILED delivery status. At that point the human needs to decide why the send failed and the receiver could not be reached. A re-send at that point is generating the same message and retrying again - so I think this is all already covered by how the specification and Hermes is working today. Thanks, DW Patrick Yee wrote: > Stéphane PENEL wrote: > >> Hi, >> Can we ask Hermes to send again old messages which has failed >> (javax.mail.SendFailedException) ? >> Can we do it by sending a mail to Hermes with an Action (like >> RESEND_FAILED) ? > > > I don't think so. But you can write a client application and use API > to resend. > > Regards, -Patrick > > > ------------------------------------------------------- > 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://productguide.itmanagersjournal.com/ > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |
|
From: Patrick Y. <kc...@ce...> - 2004-11-26 11:25:33
|
St=E9phane PENEL wrote: > Hi, > Can we ask Hermes to send again old messages which has failed=20 > (javax.mail.SendFailedException) ? > Can we do it by sending a mail to Hermes with an Action (like=20 > RESEND_FAILED) ? I don't think so. But you can write a client application and use API to=20 resend. Regards, -Patrick |
|
From: Ronald v. K. <rtv...@xs...> - 2004-11-25 23:56:08
|
St=E9phane PENEL probeerde me het volgende wijs te maken: > Hi, > Can we ask Hermes to send again old messages which has failed (javax.ma= il.SendFailedException) ? > Can we do it by sending a mail to Hermes with an Action (like RESEND_FA= ILED) ? I have no idea > If ack requested is set to enable, how long time is waiting Hermes to t= ry a new send ? The time is whatever you put in the envelop. See the api for setting this. Ronald --=20 Kijk niet terug, maar kijk naar mij Don't look back, just look at me |
|
From: <ste...@ya...> - 2004-11-25 15:17:02
|
Hi, Can we ask Hermes to send again old messages which has failed = (javax.mail.SendFailedException) ? Can we do it by sending a mail to Hermes with an Action (like = RESEND_FAILED) ? If ack requested is set to enable, how long time is waiting Hermes to = try a new send ? Thank you !! Regards, Stephane |
|
From: Gustav T. <gt...@dg...> - 2004-11-15 16:44:17
|
Hi! You are right in your assessment - I can not use external HTTPS MSHs, and I get the Soap exception: "Message send failed" if I try. I'll admit I am (luckily - like so many others), a total certification noob. :) But the current server I'm trying against, does not require client certification, so I thought Hermes would, like Lynx, "invisibly" retrieve and store the server certificate with some internal reference. I have gotten a server certificate file, but as far as I've understood, this was only necessary for the server which required client certification. Should I use your path $JAVA_HOME/jre/lib/security/cacerts in msh.properties' <DigitalSignature> tag? I've referenced /root/.keystore (keytool's default keystore location), where keytool has stored the tomcat and root key. regards, Gustav Tresselt Patrick Yee wrote: > Hello, > > Do you mean that you can successfully send loopback message and send > message to another MSH using HTTP, but only can send loopback using > HTTPS? If so, I will suspect that it's the problem of server > certificate management. In my experience, you need to import the > server certificate of the HTTPS server to the key store of the JVM of > the sending Hermes. The path of the key store is normally at > JAVA_HOME/jre/lib/security/cacerts. In addition, the server > certificate should have a common name equals to the host name part of > the URL of the HTTPS server. > > Regards, -Patrick > > > > > Gustav Tresselt wrote: > >> Thanks for your quick reply Bernd! >> >> I have now installed 4.1.31, now one more thing works >> (loopback via https), but sending to a https MSH still >> doesn't work, I'm afraid... I get the same message. >> >> I still think changing to 4.1.31 was a good idea, as Hermes >> v0.9.3.1 is no doubt developed around Tomcat 4.x.. >> >> greetings, >> Gustav Tresselt >> >>>> - TomCat 5.0 >>>> - Hermes v0.9.3.1 >>>> >>> >>> >>> [...] >>> >>> >>>> Exception: javax.xml.soap.SOAPException >>>> >>> >>> >>> >>> These three line caught my attention. The other day I also had serious >>> problems with SoapExceptions and this version combination of a Tomcat 5 >>> and Hermes v0931. Ok, maybe at that time I already had v1000 but I'm >>> not >>> sure. >>> >>> The thread where I described my problem was >>> http://sourceforge.net/mailarchive/forum.php?thread_id=5756256&forum_id=10741. >>> >>> On the one hand I don't know whether it's of much use for you, but >>> on the >>> other hand: who knows? Perhaps the problems have the same source and >>> you >>> get the missing clue you need. >>> >>> Btw, I gave up using Tomcat 5 in the end. Time is just too important >>> for >>> me now that I can't risk losing even more of it with so little >>> chance of >>> gaining more insight in the Tomcat5 problem. (As far as it has to do >>> with >>> Tomcat at all...). >>> >>> Good luck! >>> Bernd Winter >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: InterSystems CACHE >>> FREE OODBMS DOWNLOAD - A multidimensional database that combines >>> robust object and relational technologies, making it a perfect match >>> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 >>> _______________________________________________ >>> ebxmlms-general mailing list >>> ebx...@li... >>> https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >>> >>> >>> >>> >>> >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: InterSystems CACHE >> FREE OODBMS DOWNLOAD - A multidimensional database that combines >> robust object and relational technologies, making it a perfect match >> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 >> _______________________________________________ >> ebxmlms-general mailing list >> ebx...@li... >> https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |
|
From: Patrick Y. <kc...@ce...> - 2004-11-15 16:03:16
|
Hello, Do you mean that you can successfully send loopback message and send message to another MSH using HTTP, but only can send loopback using HTTPS? If so, I will suspect that it's the problem of server certificate management. In my experience, you need to import the server certificate of the HTTPS server to the key store of the JVM of the sending Hermes. The path of the key store is normally at JAVA_HOME/jre/lib/security/cacerts. In addition, the server certificate should have a common name equals to the host name part of the URL of the HTTPS server. Regards, -Patrick Gustav Tresselt wrote: > Thanks for your quick reply Bernd! > > I have now installed 4.1.31, now one more thing works > (loopback via https), but sending to a https MSH still > doesn't work, I'm afraid... I get the same message. > > I still think changing to 4.1.31 was a good idea, as Hermes > v0.9.3.1 is no doubt developed around Tomcat 4.x.. > > greetings, > Gustav Tresselt > >>> - TomCat 5.0 >>> - Hermes v0.9.3.1 >>> >> >> [...] >> >> >>> Exception: javax.xml.soap.SOAPException >>> >> >> >> These three line caught my attention. The other day I also had serious >> problems with SoapExceptions and this version combination of a Tomcat 5 >> and Hermes v0931. Ok, maybe at that time I already had v1000 but I'm not >> sure. >> >> The thread where I described my problem was >> http://sourceforge.net/mailarchive/forum.php?thread_id=5756256&forum_id=10741. >> >> On the one hand I don't know whether it's of much use for you, but on >> the >> other hand: who knows? Perhaps the problems have the same source and you >> get the missing clue you need. >> >> Btw, I gave up using Tomcat 5 in the end. Time is just too important for >> me now that I can't risk losing even more of it with so little chance of >> gaining more insight in the Tomcat5 problem. (As far as it has to do >> with >> Tomcat at all...). >> >> Good luck! >> Bernd Winter >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: InterSystems CACHE >> FREE OODBMS DOWNLOAD - A multidimensional database that combines >> robust object and relational technologies, making it a perfect match >> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 >> _______________________________________________ >> ebxmlms-general mailing list >> ebx...@li... >> https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >> >> >> >> >> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Gustav T. <gt...@dg...> - 2004-11-15 15:28:29
|
Thanks for your quick reply Bernd! I have now installed 4.1.31, now one more thing works (loopback via https), but sending to a https MSH still doesn't work, I'm afraid... I get the same message. I still think changing to 4.1.31 was a good idea, as Hermes v0.9.3.1 is no doubt developed around Tomcat 4.x.. greetings, Gustav Tresselt >>- TomCat 5.0 >>- Hermes v0.9.3.1 >> >> >[...] > > >>Exception: javax.xml.soap.SOAPException >> >> > >These three line caught my attention. The other day I also had serious >problems with SoapExceptions and this version combination of a Tomcat 5 >and Hermes v0931. Ok, maybe at that time I already had v1000 but I'm not >sure. > >The thread where I described my problem was >http://sourceforge.net/mailarchive/forum.php?thread_id=5756256&forum_id=10741. >On the one hand I don't know whether it's of much use for you, but on the >other hand: who knows? Perhaps the problems have the same source and you >get the missing clue you need. > >Btw, I gave up using Tomcat 5 in the end. Time is just too important for >me now that I can't risk losing even more of it with so little chance of >gaining more insight in the Tomcat5 problem. (As far as it has to do with >Tomcat at all...). > >Good luck! > Bernd Winter > > >------------------------------------------------------- >This SF.Net email is sponsored by: InterSystems CACHE >FREE OODBMS DOWNLOAD - A multidimensional database that combines >robust object and relational technologies, making it a perfect match >for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > > > |
|
From: Bernd W. <be...@on...> - 2004-11-15 14:15:26
|
> - TomCat 5.0 > - Hermes v0.9.3.1 [...] > Exception: javax.xml.soap.SOAPException These three line caught my attention. The other day I also had serious problems with SoapExceptions and this version combination of a Tomcat 5 and Hermes v0931. Ok, maybe at that time I already had v1000 but I'm not sure. The thread where I described my problem was http://sourceforge.net/mailarchive/forum.php?thread_id=3D5756256&forum_id= =3D10741. On the one hand I don't know whether it's of much use for you, but on the other hand: who knows? Perhaps the problems have the same source and you get the missing clue you need. Btw, I gave up using Tomcat 5 in the end. Time is just too important for me now that I can't risk losing even more of it with so little chance of gaining more insight in the Tomcat5 problem. (As far as it has to do with Tomcat at all...). Good luck! Bernd Winter |
|
From: Gustav T. <gt...@dg...> - 2004-11-15 11:29:20
|
When I try to connect to and send to https-servers via my msh stub, msh.log displays the (non-descriptive) error listed in the bottom of this mail. This also happens if I try to loopback against my own https Hermes MSH! Would be great to get some help on this, although I'm sure it's a silly config mistake by me.. general info: - I can lynx against these servers from the same machine, so ports are open - Servers do not require client certification at this moment - TomCat 5.0 - Hermes v0.9.3.1 Stub stuff: - I use String transportType = "HTTPS"; - I use mshReq.sendReliably(message, false); to send the message Log: 2004-11-12 15:09:45,390 INFO [Thread-67]: Sending message to https://x.x.x.x:6715/ebXML 2004-11-12 15:09:45,680 ERROR [Thread-67]: [10505] Cannot send SOAP message Exception: javax.xml.soap.SOAPException Message: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed greetings, Gustav Tresselt |
|
From: Ted S. <ts...@fr...> - 2004-11-02 06:35:53
|
We have just moved back to testing SSl for the MSH and still are experiencing some issues. Any thoughts on where we are going wrong. Have set up SSL as follows: 1. Set up digital certificate Keytool -genkey -keyalg RSA -alias tomcat server - keystore server.keystore 2. Create Self signed certificate . Export server certificate to a certificate file Keytool -keystore server.keystore -export -alias tomcat-server -file server.cer . Password changeit . Import new certificate into certificate authority file cacerts.jks Keytool -import -alias serverCA -keystore <home>/cacerts.jks - server.cer Password changeit 3. Create Client Certificate for mutual authentication . Create client certificate in keystore Keytool -keystore client.keystore -export -alias jwsdp-client -file client.cer Password changeit . Import new certificate into servers certificate authority file cacerts.jks Keytool -imprt -alias root -keystore <home>/cacerts.jks -file client.cer . Checked contents of the server certificate Keytool -list -keystore serverkeystore -alias tomcat-server -v Cacerts file Keytool -list -keystore cacerts.jks Set up tomcat server.xml with port 8443 4. Run tomcat check that https running-OK 5. Set up msh properties TrustedAnchor> <KeyStore> <Path>C:/java/security</Path> <File>cacerts.jks</File> <Password>changeit</Password> </KeyStore> </TrustedAnchor> <AckSign> <KeyStore> <Path>C:/java/security/keystore/server</Path> <File>server.keystore</File> <Algorithm>dsa-sha1</Algorithm> <Alias>tomcat-server</Alias> <Password>changeit</Password> </KeyStore> </AckSign> </DigitalSignature> <SSL> <!-- Optional property specifying the implementation class name of com.sun.net.ssl.HostnameVerifier from JSSE 1.0 which handle the case when the URL's hostname and the server's identification hostname mismatch--> <!--<HostnameVerifier></HostnameVerifier>--> <TrustedAnchor> <!-- Trust keystore for SSL Server Authentication --> <KeyStore> <Path>C:/java/security</Path> <File>cacerts.jks</File> <Password>changeit</Password> </KeyStore> </TrustedAnchor> <ClientAuth> <URL>https://localhost/msh/ <https://localhost/msh/%3c/URL> </URL> <KeyStore> <Path>C:/java/security/keystore/server</Path> <File>server.keystore</File> <Alias>tomcat-server</Alias> <Password>changeit</Password> </KeyStore> </ClientAuth> </SSL> 1. Start tomcat check out msh log see that the All ok -picked up certificates 2 entries. Monitor Used the section digital signature. Confused on terminology The purpose of my test is to determine if the certificate is working. Are these the same thing? Digital signature and certificate. I not in the consol that the app is trying to get a signature Entries Alias-tomcat-server Password-changeit Keystore-c:\tomcat\server.keystore Variation Keystore-c:\tomcat\cacerts.jks Exception in consol 1002 Help Im certainly doing something wrong can anyone advise. Ted |
|
From: Patrick Y. <kc...@ce...> - 2004-10-29 04:18:43
|
Hi, please send to ebx...@li... for questions. For your question, I cannot figure out why there are a lot of java=20 processes by calling that command. I have checked the code, it's only=20 stoping a thread (called Monitor) inside MessageServiceHandler servlet.=20 So I guess the java processes is not introduced by calling that command. Regards, -Patrick St=E9phane Penel wrote: > Hello, > I have the same problem as the person in the mail=20 > http://sourceforge.net/mailarchive/message.php?msg_id=3D8233417, but=20 > when I put request.enablePoller with false, there is a lot of process=20 > java which don't use CPU but RAM. How to control these one ? What are=20 > the effects by putting Poller with false ? > Regards, > Stephane |
|
From: Bernd W. <be...@wi...> - 2004-10-25 21:42:59
|
At first: Sorry for my late reply, I must have overseen your answer the other day. Then thank you very much for pointing out this limitation of Hermes. At least this tells me I didn't misunderstand everything completely. ebXML is definitely a topic which provides an overwhelming flood of information and possibilities, but unfortunately you have to already know a _lot_ of the overall environment and the world of eBusiness, B2B, and other concepts before. No easy stuff for beginners with no practical experience in this sector. One really has to bow down before you veterans. Regards Bernd Winter Patrick Yee wrote: > Hello Bernd, > You are right. From the specification point of view, it's perfectly > legal to have from party ID as a URI of a HTTP endpoint, and to party ID > as a URI of an email address. However, this is the current limitation of > Hermes. In the handling of AckReq of Hermes, it will swap the from/to > party ID to send out the acknowledgment. Hermes assumes the schemes for > both IDs are the same.. > It seems that there is no obvious way to do that in Hermes right now... > Regards, -Patrick |
|
From: Patrick Y. <kc...@ce...> - 2004-10-19 09:36:42
|
Hello Bernd, You are right. From the specification point of view, it's perfectly legal to have from party ID as a URI of a HTTP endpoint, and to party ID as a URI of an email address. However, this is the current limitation of Hermes. In the handling of AckReq of Hermes, it will swap the from/to party ID to send out the acknowledgment. Hermes assumes the schemes for both IDs are the same.. It seems that there is no obvious way to do that in Hermes right now... Regards, -Patrick Bernd Winter wrote: >Hello, > >I've been working on my diploma thesis about ebXML for several weeks now >and I'm currently playing with a simple testing environment. As the >messaging component is most important for the enterprise I'm working for >(at least up to now), I'm trying to get some kind of rudimentary >Hermes-to-Hermes communication running. > >During the experiments I stumbled over the problem not being able to build >the scenario that partner A is sending smtp messages (to a partner B who >expects mail messages only) whereas he's expecting http messages only. >(Btw, I'm using the sample Monitors as frontends and two Hermes systems on >one computer with Tomcat, mySQL and Hamster for now.) Well, to be correct, >I _can_ receive via http while sending via smtp but it looks weird. I >traced the source of the the problem back to a method call >"mimeMessage.setFrom(new InternetAddress(fromPartyId));". This was already >addressed in a previous thread >(http://sourceforge.net/mailarchive/message.php?msg_id=5114309) but I find >it still confusing to have to use a rfc822-fromPartyId although expecting >http messages. Is the fromPartnerId just used as an ID (so that B can >identify the incoming message and assign it correctly (CPA)) or also as a >means to get technical replying information? Does a partner A which agreed >on sending smtp messages to partner B have to use a rfc822-compliant >partyId which is then used as his fromPartyId? Am I mixing up dozens of >ebXML concepts at the moment? > >I guess I should better wait for a reaction of the community than writing >on, losing myself in too many unsorted thoughts at the moment... > >Best regards, > Bernd Winter > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |