4 Replies Latest reply on Oct 9, 2008 1:21 PM by ajay662

    consume WS over https no longer works when upgraded to jboss

    ajay662

      My web-service client application is running fine in jboss 4.0.5. I am accessing service over "https" and am using my own KeyManager and TrustManager for SSL.

      However when I upgraded to jboss 4.2.3, the client application stopped working and I get following exception

      2008-10-08 13:24:35,057 INFO [STDOUT] WorkManager(2)-8
      2008-10-08 13:24:35,057 INFO [STDOUT] , SEND TLSv1 ALERT:
      2008-10-08 13:24:35,057 INFO [STDOUT] fatal,
      2008-10-08 13:24:35,057 INFO [STDOUT] description = certificate_unknown
      2008-10-08 13:24:35,057 INFO [STDOUT] WorkManager(2)-8, WRITE: TLSv1 Alert, length = 2
      2008-10-08 13:24:35,057 INFO [STDOUT] WorkManager(2)-8, called closeSocket()
      2008-10-08 13:24:35,057 INFO [STDOUT] WorkManager(2)-8, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
      2008-10-08 13:24:35,057 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Unable to retrieve response message
      javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
       at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150)
       at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518)
       at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174)
       at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168)
       at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:848)
       at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106)
       at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495)
       at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433)
       at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:818)
       at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030)
       at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057)
       at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041)
       at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402)
       at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
       at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:861)
       at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:920)
       at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
       at java.net.HttpURLConnection.getResponseMessage(HttpURLConnection.java:433)
       at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseMessage(HttpsURLConnectionImpl.java:362)
       at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:340)
       at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:137)
       at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
       at org.jboss.remoting.Client.invoke(Client.java:1634)
       at org.jboss.remoting.Client.invoke(Client.java:548)
       at org.jboss.ws.core.client.HTTPRemotingConnection.invoke(HTTPRemotingConnection.java:233)
       at org.jboss.ws.core.client.SOAPProtocolConnectionHTTP.invoke(SOAPProtocolConnectionHTTP.java:73)
       at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:339)
       at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:302)
       at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:172)
       at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:152)
       at $Proxy161.getBuildInfo(Unknown Source)
       at com.covergence.enms.status.PollClusterMDB.pollCluster(PollClusterMDB.java:86)
       at com.covergence.enms.status.PollClusterMDB.onMessage(PollClusterMDB.java:140)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
       at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
       at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
       at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
       at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
       at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at org.jboss.ejb3.tx.BMTInterceptor.handleStateless(BMTInterceptor.java:71)
       at org.jboss.ejb3.tx.BMTInterceptor.invoke(BMTInterceptor.java:131)
       at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
       at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at org.jboss.aspects.security.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:83)
       at org.jboss.ejb3.security.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:54)
       at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:249)
       at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
       at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
       at $Proxy105.onMessage(Unknown Source)
       at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:178)
       at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:906)
       at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
       at org.jboss.mq.SpySession.run(SpySession.java:323)
       at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:237)
       at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
       at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
       at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
       at java.lang.Thread.run(Thread.java:595)
      Caused by: sun.security.validator.ValidatorException: No trusted certificate found
       at sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:304)
       at sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:107)
       at sun.security.validator.Validator.validate(Validator.java:203)
       at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:172)
       at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320)
       at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841)
       ... 61 more


      I am using JDK 1.5.0_15. Has anything changed in jboss 4.2.3 (vs jboss 4.0.5) to explain above exception. Why is my TrustManager class not being called above to verify server certificate? Any help would be much appreciated.

      Thanks.

        • 1. Re: consume WS over https no longer works when upgraded to j
          ajay662

          Actually my TrustManager class do gets called. However the SSL handshake process seems to be quite length(and I don't understand much of the details) and eventually fails with above exception.

          For WS stack, I am using whatever comes default with jboss 4.2.3. Am using "default" server configuration. My web-service client code runs from an MDB. If anybody is interested I can send the long "SSL,handshake" debug log. I really need help here. Have tried various things over last couple of days but without luck.

          • 2. Re: consume WS over https no longer works when upgraded to j
            ropalka

            Hi Ajay,

            ensure your certificate didn't expire.

            • 3. Re: consume WS over https no longer works when upgraded to j
              ajay662

              Hi Richard,

              Thanks for your reply. The certificate is valid .... till 2015. Here is the complete relevant server.log. I apologize ... its kind of long.

              2008-10-09 09:26:46,176 DEBUG [org.jboss.ws.metadata.builder.jaxws.JAXWSWebServiceMetaDataBuilder] END: rebuildMetaData
              
              ServiceMetaData:
               qname={http://www.covergence.com/ws/enms}EnmsService
               refName=null
               wsdName=null
               wsdlFile=null
               wsdlLocation=https://172.30.3.165:8443/enms?wsdl
               jaxrpcMapping=null
               publishLocation=null
               securityConfig=null
               properties=null
              
              TypesMetaData:
               [types deleted to save space....]
              
              
              
              ClientEndpointMetaData:
               type=JAXWS
               qname={http://www.covergence.com/ws/enms}EnmsPort
               address=https://172.30.3.165:8443/enms
               binding=http://schemas.xmlsoap.org/wsdl/soap/http
               seiName=com.covergence.enms.ws.enms.EnmsPortType
               configFile=META-INF/standard-jaxws-client-config.xml
               configName=Standard Client
               authMethod=null
               properties={}
              
              OperationMetaData:
              [ deleted to save space ...]
              
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.metadata.umdm.EndpointMetaData] Configure SOAPBinding
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] initHandlerChain: PRE
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] initHandlerChain: ENDPOINT
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] initHandlerChain: POST
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] getHandlerChain: [type=PRE,info=[service={http://www.covergence.com/ws/enms}EnmsService,port={http://www.covergence.com/ws/enms}EnmsPort,binding=http://schemas.xmlsoap.org/wsdl/soap/http]]
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] getHandlerChain: [type=POST,info=[service={http://www.covergence.com/ws/enms}EnmsService,port={http://www.covergence.com/ws/enms}EnmsPort,binding=http://schemas.xmlsoap.org/wsdl/soap/http]]
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] getHandlerChain: [type=ENDPOINT,info=[service={http://www.covergence.com/ws/enms}EnmsService,port={http://www.covergence.com/ws/enms}EnmsPort,binding=http://schemas.xmlsoap.org/wsdl/soap/http]]
              2008-10-09 09:26:46,348 DEBUG [org.jboss.ws.core.jaxws.binding.BindingImpl] setHandlerChain: []
              2008-10-09 09:26:46,363 DEBUG [org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl] No port configuration for: {http://www.covergence.com/ws/enms}EnmsPort
              2008-10-09 09:26:46,379 DEBUG [org.jboss.ws.core.soap.MessageContextAssociation] pushMessageContext: org.jboss.ws.core.jaxws.handler.SOAPMessageContextJAXWS@cc0376 (Thread WorkManager(2)-8)
              2008-10-09 09:26:46,379 DEBUG [org.jboss.ws.core.EndpointInvocation] setRequestParamValue: [name={http://www.covergence.com/ws/enms}BuildInfoRequest,value=null]
              2008-10-09 09:26:46,379 DEBUG [org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS] bindRequestMessage: {http://www.covergence.com/ws/enms}GetBuildInfo
              2008-10-09 09:26:46,426 DEBUG [org.jboss.ws.core.EndpointInvocation] getRequestParamValue: {http://www.covergence.com/ws/enms}BuildInfoRequest
              2008-10-09 09:26:46,426 DEBUG [org.jboss.ws.core.EndpointInvocation] transformPayloadValue: null -> null
              2008-10-09 09:26:46,441 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] Create a handler executor: []
              2008-10-09 09:26:46,441 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] Create a handler executor: []
              2008-10-09 09:26:46,441 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] Create a handler executor: []
              2008-10-09 09:26:46,504 DEBUG [org.jboss.ws.core.client.HTTPRemotingConnection] Get locator for: [addr=https://172.30.3.165:8443/enms,props={javax.xml.ws.service.endpoint.address=https://172.30.3.165:8443/enms}]
              2008-10-09 09:26:46,551 INFO [STDOUT] ***
              2008-10-09 09:26:46,551 INFO [STDOUT] found key for : enms
              2008-10-09 09:26:46,551 INFO [STDOUT] chain [0] = [
              [
               Version: V1
               Subject: CN=Ajay Aggarwal, OU=Engineering, O=Covergence Inc, L=Maynard, ST=MA, C=US
               Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
              
               Key: Sun RSA public key, 1024 bits
               modulus: 135336373136823284036573815484343342565008025374091814025204081683765445376230127674060547973736495472759099093817474775862932201444169160885284203104742050967946148405471545575409318866162796027331160691774263742127257067118949215056575262792961372351224424297146533971169358204696870250445354754030489634449
               public exponent: 65537
               Validity: [From: Wed Mar 05 14:53:54 EST 2008,
               To: Thu Mar 05 14:53:54 EST 2009]
               Issuer: CN=Ajay Aggarwal, OU=Engineering, O=Covergence Inc, L=Maynard, ST=MA, C=US
               SerialNumber: [ 47cefa52]
              
              ]
               Algorithm: [MD5withRSA]
               Signature:
              0000: B4 F4 95 BC 4E 67 A9 3E A2 65 C4 14 23 A8 2D EA ....Ng.>.e..#.-.
              0010: FE 68 14 DE 90 21 2A D9 8E 8A C3 73 29 AD 65 D5 .h...!*....s).e.
              0020: 67 CE ED C5 C7 C8 A5 27 7B 4A E6 7C 10 A9 7F 6F g......'.J.....o
              0030: AB 4B 67 15 72 8F 1E 67 8F F4 AD 99 21 82 9F 00 .Kg.r..g....!...
              0040: F6 24 1A 2F 28 12 63 89 8C CA 8E 0C 2C AE 0E 86 .$./(.c.....,...
              0050: D6 34 BA 01 14 0A 96 4A 59 09 FF AA 6A 0E 5E E3 .4.....JY...j.^.
              0060: 7A 37 FD 40 06 A9 BC 2B 32 D8 DC F6 06 EB D5 1A z7.@...+2.......
              0070: 35 ED EC 69 D4 3A 13 34 45 4C D2 EB 99 36 0A 02 5..i.:.4EL...6..
              
              ]
              2008-10-09 09:26:46,551 INFO [STDOUT] ***
              2008-10-09 09:26:46,551 INFO [STDOUT] adding as trusted cert:
              2008-10-09 09:26:46,551 INFO [STDOUT] Subject: CN=Ajay Aggarwal, OU=Engineering, O=Covergence Inc, L=Maynard, ST=MA, C=US
              2008-10-09 09:26:46,551 INFO [STDOUT] Issuer: CN=Ajay Aggarwal, OU=Engineering, O=Covergence Inc, L=Maynard, ST=MA, C=US
              2008-10-09 09:26:46,551 INFO [STDOUT] Algorithm: RSA; Serial number: 0x47cefa52
              2008-10-09 09:26:46,551 INFO [STDOUT] Valid from Wed Mar 05 14:53:54 EST 2008 until Thu Mar 05 14:53:54 EST 2009
              2008-10-09 09:26:46,551 INFO [STDOUT] trigger seeding of SecureRandom
              2008-10-09 09:26:46,551 INFO [STDOUT] done seeding SecureRandom
              2008-10-09 09:26:46,551 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker@ee90e9 connecting
              2008-10-09 09:26:46,551 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker@ee90e9 connected
              2008-10-09 09:26:46,551 DEBUG [org.jboss.ws.core.client.HTTPRemotingConnection] Remoting metadata: {HEADER={SOAPAction="GetBuildInfo", Content-Type=text/xml; charset=UTF-8}, NoThrowOnError=true}
              2008-10-09 09:26:46,566 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Setting request header with SOAPAction : "GetBuildInfo"
              2008-10-09 09:26:46,566 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Setting request header with Content-Type : text/xml; charset=UTF-8
              2008-10-09 09:26:46,566 INFO [STDOUT] %% No cached client session
              2008-10-09 09:26:46,566 INFO [STDOUT] *** ClientHello, TLSv1
              2008-10-09 09:26:46,566 INFO [STDOUT] RandomCookie:
              2008-10-09 09:26:46,566 INFO [STDOUT] GMT: 1206781334
              2008-10-09 09:26:46,566 INFO [STDOUT] bytes = {
              ... deleted ...
              2008-10-09 09:26:46,582 INFO [STDOUT] }
              2008-10-09 09:26:46,582 INFO [STDOUT] Session ID:
              2008-10-09 09:26:46,582 INFO [STDOUT] {}
              2008-10-09 09:26:46,582 INFO [STDOUT] Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA]
              2008-10-09 09:26:46,582 INFO [STDOUT] Compression Methods: {
              2008-10-09 09:26:46,582 INFO [STDOUT] 0
              2008-10-09 09:26:46,582 INFO [STDOUT] }
              2008-10-09 09:26:46,582 INFO [STDOUT] ***
              2008-10-09 09:26:46,582 INFO [STDOUT] WorkManager(2)-8, WRITE: TLSv1 Handshake, length = 73
              2008-10-09 09:26:46,582 INFO [STDOUT] WorkManager(2)-8, WRITE: SSLv2 client hello message, length = 98
              2008-10-09 09:26:46,582 INFO [STDOUT] WorkManager(2)-8, READ: TLSv1 Handshake, length = 7766
              2008-10-09 09:26:46,582 INFO [STDOUT] *** ServerHello, TLSv1
              2008-10-09 09:26:46,582 INFO [STDOUT] RandomCookie:
              2008-10-09 09:26:46,582 INFO [STDOUT] GMT: 1206781333
              2008-10-09 09:26:46,582 INFO [STDOUT] bytes = {
              ...deleted ...
              2008-10-09 09:26:46,582 INFO [STDOUT] }
              2008-10-09 09:26:46,582 INFO [STDOUT] Session ID:
              2008-10-09 09:26:46,582 INFO [STDOUT] {72, 238, 6, 149, 142, 184, 211, 58, 13, 163, 106, 88, 112, 192, 65, 139, 15, 77, 129, 169, 103, 187, 219, 24, 15, 173, 167, 164, 211, 84, 212, 184}
              2008-10-09 09:26:46,582 INFO [STDOUT] Cipher Suite: SSL_RSA_WITH_RC4_128_MD5
              2008-10-09 09:26:46,582 INFO [STDOUT] Compression Method: 0
              2008-10-09 09:26:46,582 INFO [STDOUT] ***
              2008-10-09 09:26:46,582 INFO [STDOUT] %% Created: [Session-2, SSL_RSA_WITH_RC4_128_MD5]
              2008-10-09 09:26:46,582 INFO [STDOUT] ** SSL_RSA_WITH_RC4_128_MD5
              2008-10-09 09:26:46,582 INFO [STDOUT] *** Certificate chain
              2008-10-09 09:26:46,582 INFO [STDOUT] chain [0] = [
              [
               Version: V1
               Subject: CN=Covergence Inc, OU=covergence.com, O=covergence.com, L=Maynard, ST=MA, C=US
               Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
              
               Key: Sun RSA public key, 1023 bits
               modulus: 81725270146334745875970522895234154947216516690920959125303823170348978811784807265895380886647633641629189766376106765112961237368821433143575600447558640161067575359884112030290494797031619076309724764611453890031396674059958758716180895503505104133773512431900120777464449650731492266954869988956381237691
               public exponent: 65537
               Validity: [From: Thu May 26 09:25:53 EDT 2005,
               To: Sun May 24 09:25:53 EDT 2015]
               Issuer: CN=Covergence Inc, OU=covergence.com, O=covergence.com, L=Maynard, ST=MA, C=US
               SerialNumber: [ 4295ce61]
              
              ]
               Algorithm: [MD5withRSA]
               Signature:
              0000: 33 5F 91 1E 19 E9 48 72 90 57 D0 11 62 A0 AD 63 3_....Hr.W..b..c
              0010: 39 4F 70 3E 01 A8 DC 7B BC BC A3 85 22 C8 DE EB 9Op>........"...
              0020: E9 97 FD B1 9A 85 96 28 C6 38 03 67 45 ED 8E B4 .......(.8.gE...
              0030: D1 73 9B D8 B9 52 13 EF 1E 4A 3B C8 60 BD 4B 88 .s...R...J;.`.K.
              0040: 64 E2 A2 3E 33 F8 27 EB 13 DB 18 C7 F4 FC 80 80 d..>3.'.........
              0050: 75 39 E0 73 0A 97 59 A4 35 CE 38 F5 AD B4 C6 1B u9.s..Y.5.8.....
              0060: 6A 47 E4 14 CB 4E A5 0D F0 7A 90 26 5F 31 67 D5 jG...N...z.&_1g.
              0070: E2 2F 56 27 7F 54 77 46 84 DE C4 46 C1 85 B3 CD ./V'.TwF...F....
              
              ]
              2008-10-09 09:26:46,582 INFO [STDOUT] ***
              2008-10-09 09:26:46,598 INFO [STDOUT] WorkManager(2)-8
              2008-10-09 09:26:46,598 INFO [STDOUT] , SEND TLSv1 ALERT:
              2008-10-09 09:26:46,598 INFO [STDOUT] fatal,
              2008-10-09 09:26:46,598 INFO [STDOUT] description = certificate_unknown
              2008-10-09 09:26:46,598 INFO [STDOUT] WorkManager(2)-8, WRITE: TLSv1 Alert, length = 2
              2008-10-09 09:26:46,598 INFO [STDOUT] WorkManager(2)-8, called closeSocket()
              2008-10-09 09:26:46,598 INFO [STDOUT] WorkManager(2)-8, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
              2008-10-09 09:26:46,598 INFO [STDOUT] %% No cached client session
              2008-10-09 09:26:46,598 INFO [STDOUT] *** ClientHello, TLSv1
              2008-10-09 09:26:46,598 INFO [STDOUT] RandomCookie:
              2008-10-09 09:26:46,598 INFO [STDOUT] GMT: 1206781334
              2008-10-09 09:26:46,598 INFO [STDOUT] bytes = {
              ... deleted ...
              2008-10-09 09:26:46,598 INFO [STDOUT] }
              2008-10-09 09:26:46,598 INFO [STDOUT] Session ID:
              2008-10-09 09:26:46,598 INFO [STDOUT] {}
              2008-10-09 09:26:46,598 INFO [STDOUT] Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA]
              2008-10-09 09:26:46,598 INFO [STDOUT] Compression Methods: {
              2008-10-09 09:26:46,598 INFO [STDOUT] 0
              2008-10-09 09:26:46,598 INFO [STDOUT] }
              2008-10-09 09:26:46,598 INFO [STDOUT] ***
              2008-10-09 09:26:46,598 INFO [STDOUT] WorkManager(2)-8, WRITE: TLSv1 Handshake, length = 73
              2008-10-09 09:26:46,598 INFO [STDOUT] WorkManager(2)-8, WRITE: SSLv2 client hello message, length = 98
              2008-10-09 09:26:46,598 INFO [STDOUT] WorkManager(2)-8, READ: TLSv1 Handshake, length = 7766
              2008-10-09 09:26:46,598 INFO [STDOUT] *** ServerHello, TLSv1
              2008-10-09 09:26:46,598 INFO [STDOUT] RandomCookie:
              2008-10-09 09:26:46,598 INFO [STDOUT] GMT: 1206781333
              2008-10-09 09:26:46,598 INFO [STDOUT] bytes = {
              ... deleted
              2008-10-09 09:26:46,598 INFO [STDOUT] }
              2008-10-09 09:26:46,598 INFO [STDOUT] Session ID:
              2008-10-09 09:26:46,598 INFO [STDOUT] {72, 238, 6, 149, 95, 90, 205, 55, 203, 44, 218, 25, 234, 101, 46, 18, 24, 174, 14, 29, 132, 6, 220, 153, 114, 234, 109, 25, 35, 90, 99, 85}
              2008-10-09 09:26:46,598 INFO [STDOUT] Cipher Suite: SSL_RSA_WITH_RC4_128_MD5
              2008-10-09 09:26:46,598 INFO [STDOUT] Compression Method: 0
              2008-10-09 09:26:46,598 INFO [STDOUT] ***
              2008-10-09 09:26:46,598 INFO [STDOUT] %% Created: [Session-3, SSL_RSA_WITH_RC4_128_MD5]
              2008-10-09 09:26:46,598 INFO [STDOUT] ** SSL_RSA_WITH_RC4_128_MD5
              2008-10-09 09:26:46,598 INFO [STDOUT] *** Certificate chain
              2008-10-09 09:26:46,613 INFO [STDOUT] chain [0] = [
              [
               Version: V1
               Subject: CN=Covergence Inc, OU=covergence.com, O=covergence.com, L=Maynard, ST=MA, C=US
               Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
              
               Key: Sun RSA public key, 1023 bits
               modulus: 81725270146334745875970522895234154947216516690920959125303823170348978811784807265895380886647633641629189766376106765112961237368821433143575600447558640161067575359884112030290494797031619076309724764611453890031396674059958758716180895503505104133773512431900120777464449650731492266954869988956381237691
               public exponent: 65537
               Validity: [From: Thu May 26 09:25:53 EDT 2005,
               To: Sun May 24 09:25:53 EDT 2015]
               Issuer: CN=Covergence Inc, OU=covergence.com, O=covergence.com, L=Maynard, ST=MA, C=US
               SerialNumber: [ 4295ce61]
              
              ]
               Algorithm: [MD5withRSA]
               Signature:
              0000: 33 5F 91 1E 19 E9 48 72 90 57 D0 11 62 A0 AD 63 3_....Hr.W..b..c
              0010: 39 4F 70 3E 01 A8 DC 7B BC BC A3 85 22 C8 DE EB 9Op>........"...
              0020: E9 97 FD B1 9A 85 96 28 C6 38 03 67 45 ED 8E B4 .......(.8.gE...
              0030: D1 73 9B D8 B9 52 13 EF 1E 4A 3B C8 60 BD 4B 88 .s...R...J;.`.K.
              0040: 64 E2 A2 3E 33 F8 27 EB 13 DB 18 C7 F4 FC 80 80 d..>3.'.........
              0050: 75 39 E0 73 0A 97 59 A4 35 CE 38 F5 AD B4 C6 1B u9.s..Y.5.8.....
              0060: 6A 47 E4 14 CB 4E A5 0D F0 7A 90 26 5F 31 67 D5 jG...N...z.&_1g.
              0070: E2 2F 56 27 7F 54 77 46 84 DE C4 46 C1 85 B3 CD ./V'.TwF...F....
              
              ]
              2008-10-09 09:26:46,613 INFO [STDOUT] ***
              2008-10-09 09:26:46,613 INFO [STDOUT] WorkManager(2)-8
              2008-10-09 09:26:46,613 INFO [STDOUT] , SEND TLSv1 ALERT:
              2008-10-09 09:26:46,613 INFO [STDOUT] fatal,
              2008-10-09 09:26:46,613 INFO [STDOUT] description = certificate_unknown
              2008-10-09 09:26:46,613 INFO [STDOUT] WorkManager(2)-8, WRITE: TLSv1 Alert, length = 2
              2008-10-09 09:26:46,613 INFO [STDOUT] WorkManager(2)-8, called closeSocket()
              2008-10-09 09:26:46,613 INFO [STDOUT] WorkManager(2)-8, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
              2008-10-09 09:26:46,613 INFO [STDOUT] %% No cached client session
              2008-10-09 09:26:46,613 INFO [STDOUT] *** ClientHello, TLSv1
              2008-10-09 09:26:46,613 INFO [STDOUT] RandomCookie:
              2008-10-09 09:26:46,613 INFO [STDOUT] GMT: 1206781334
              2008-10-09 09:26:46,613 INFO [STDOUT] bytes = {
              ... deleted ...
              2008-10-09 09:26:46,613 INFO [STDOUT] }
              2008-10-09 09:26:46,613 INFO [STDOUT] Session ID:
              2008-10-09 09:26:46,613 INFO [STDOUT] {}
              2008-10-09 09:26:46,613 INFO [STDOUT] Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA]
              2008-10-09 09:26:46,613 INFO [STDOUT] Compression Methods: {
              2008-10-09 09:26:46,613 INFO [STDOUT] 0
              2008-10-09 09:26:46,613 INFO [STDOUT] }
              2008-10-09 09:26:46,613 INFO [STDOUT] ***
              2008-10-09 09:26:46,613 INFO [STDOUT] WorkManager(2)-8, WRITE: TLSv1 Handshake, length = 73
              2008-10-09 09:26:46,613 INFO [STDOUT] WorkManager(2)-8, WRITE: SSLv2 client hello message, length = 98
              2008-10-09 09:26:46,613 INFO [STDOUT] WorkManager(2)-8, READ: TLSv1 Handshake, length = 7766
              2008-10-09 09:26:46,613 INFO [STDOUT] *** ServerHello, TLSv1
              2008-10-09 09:26:46,613 INFO [STDOUT] RandomCookie:
              2008-10-09 09:26:46,613 INFO [STDOUT] GMT: 1206781333
              2008-10-09 09:26:46,613 INFO [STDOUT] bytes = {
              ... deleted ...
              2008-10-09 09:26:46,613 INFO [STDOUT] }
              2008-10-09 09:26:46,613 INFO [STDOUT] Session ID:
              2008-10-09 09:26:46,613 INFO [STDOUT] {72, 238, 6, 149, 78, 22, 88, 26, 187, 70, 119, 124, 52, 65, 74, 99, 40, 186, 13, 28, 49, 148, 169, 21, 158, 140, 159, 213, 203, 62, 252, 180}
              2008-10-09 09:26:46,613 INFO [STDOUT] Cipher Suite: SSL_RSA_WITH_RC4_128_MD5
              2008-10-09 09:26:46,613 INFO [STDOUT] Compression Method: 0
              2008-10-09 09:26:46,613 INFO [STDOUT] ***
              2008-10-09 09:26:46,613 INFO [STDOUT] %% Created: [Session-4, SSL_RSA_WITH_RC4_128_MD5]
              2008-10-09 09:26:46,613 INFO [STDOUT] ** SSL_RSA_WITH_RC4_128_MD5
              2008-10-09 09:26:46,613 INFO [STDOUT] *** Certificate chain
              2008-10-09 09:26:46,629 INFO [STDOUT] chain [0] = [
              [
               Version: V1
               Subject: CN=Covergence Inc, OU=covergence.com, O=covergence.com, L=Maynard, ST=MA, C=US
               Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
              
               Key: Sun RSA public key, 1023 bits
               modulus: 81725270146334745875970522895234154947216516690920959125303823170348978811784807265895380886647633641629189766376106765112961237368821433143575600447558640161067575359884112030290494797031619076309724764611453890031396674059958758716180895503505104133773512431900120777464449650731492266954869988956381237691
               public exponent: 65537
               Validity: [From: Thu May 26 09:25:53 EDT 2005,
               To: Sun May 24 09:25:53 EDT 2015]
               Issuer: CN=Covergence Inc, OU=covergence.com, O=covergence.com, L=Maynard, ST=MA, C=US
               SerialNumber: [ 4295ce61]
              
              ]
               Algorithm: [MD5withRSA]
               Signature:
              0000: 33 5F 91 1E 19 E9 48 72 90 57 D0 11 62 A0 AD 63 3_....Hr.W..b..c
              0010: 39 4F 70 3E 01 A8 DC 7B BC BC A3 85 22 C8 DE EB 9Op>........"...
              0020: E9 97 FD B1 9A 85 96 28 C6 38 03 67 45 ED 8E B4 .......(.8.gE...
              0030: D1 73 9B D8 B9 52 13 EF 1E 4A 3B C8 60 BD 4B 88 .s...R...J;.`.K.
              0040: 64 E2 A2 3E 33 F8 27 EB 13 DB 18 C7 F4 FC 80 80 d..>3.'.........
              0050: 75 39 E0 73 0A 97 59 A4 35 CE 38 F5 AD B4 C6 1B u9.s..Y.5.8.....
              0060: 6A 47 E4 14 CB 4E A5 0D F0 7A 90 26 5F 31 67 D5 jG...N...z.&_1g.
              0070: E2 2F 56 27 7F 54 77 46 84 DE C4 46 C1 85 B3 CD ./V'.TwF...F....
              
              ]
              2008-10-09 09:26:46,629 INFO [STDOUT] ***
              2008-10-09 09:26:46,629 INFO [STDOUT] WorkManager(2)-8
              2008-10-09 09:26:46,629 INFO [STDOUT] , SEND TLSv1 ALERT:
              2008-10-09 09:26:46,629 INFO [STDOUT] fatal,
              2008-10-09 09:26:46,629 INFO [STDOUT] description = certificate_unknown
              2008-10-09 09:26:46,629 INFO [STDOUT] WorkManager(2)-8, WRITE: TLSv1 Alert, length = 2
              2008-10-09 09:26:46,629 INFO [STDOUT] WorkManager(2)-8, called closeSocket()
              2008-10-09 09:26:46,629 INFO [STDOUT] WorkManager(2)-8, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
              2008-10-09 09:26:46,629 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Unable to retrieve response message
              javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
               at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150)
               at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518)
               at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174)
               at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168)
               at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:848)
               at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106)
               at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495)
               at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433)
               at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:818)
               at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030)
               at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057)
               at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041)
               at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402)
               at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
               at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:861)
               at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:920)
               at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
               at java.net.HttpURLConnection.getResponseMessage(HttpURLConnection.java:433)
               at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseMessage(HttpsURLConnectionImpl.java:362)
               at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:340)
               at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:137)
               at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
               at org.jboss.remoting.Client.invoke(Client.java:1634)
               at org.jboss.remoting.Client.invoke(Client.java:548)
               at org.jboss.ws.core.client.HTTPRemotingConnection.invoke(HTTPRemotingConnection.java:233)
               at org.jboss.ws.core.client.SOAPProtocolConnectionHTTP.invoke(SOAPProtocolConnectionHTTP.java:73)
               at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:339)
               at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:302)
               at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:172)
               at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:152)
               at $Proxy161.getBuildInfo(Unknown Source)
               at com.covergence.enms.status.PollClusterMDB.pollCluster(PollClusterMDB.java:86)
               at com.covergence.enms.status.PollClusterMDB.onMessage(PollClusterMDB.java:140)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:585)
               at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
               at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
               at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
               at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
               at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
               at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
               at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
               at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
               at org.jboss.ejb3.tx.BMTInterceptor.handleStateless(BMTInterceptor.java:71)
               at org.jboss.ejb3.tx.BMTInterceptor.invoke(BMTInterceptor.java:131)
               at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
               at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
               at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
               at org.jboss.aspects.security.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:83)
               at org.jboss.ejb3.security.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:54)
               at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
               at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:249)
               at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
               at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
               at $Proxy105.onMessage(Unknown Source)
               at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:178)
               at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:906)
               at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
               at org.jboss.mq.SpySession.run(SpySession.java:323)
               at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:237)
               at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
               at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
               at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
               at java.lang.Thread.run(Thread.java:595)
              Caused by: sun.security.validator.ValidatorException: No trusted certificate found
               at sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:304)
               at sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:107)
               at sun.security.validator.Validator.validate(Validator.java:203)
               at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:172)
               at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320)
               at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841)
               ... 61 more
              2008-10-09 09:26:46,629 DEBUG [org.jboss.ws.core.jaxws.handler.MessageContextJAXWS] Begin response processing
              2008-10-09 09:26:46,629 DEBUG [org.jboss.ws.core.soap.MessageContextAssociation] popMessageContext: org.jboss.ws.core.jaxws.handler.SOAPMessageContextJAXWS@cc0376 (Thread WorkManager(2)-8)
              2008-10-09 09:26:46,629 DEBUG [org.jboss.ws.core.soap.MessageContextAssociation] pushMessageContext: org.jboss.ws.core.jaxws.handler.SOAPMessageContextJAXWS@17e07ae (Thread WorkManager(2)-8)
              2008-10-09 09:26:46,629 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] close
              2008-10-09 09:26:46,629 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] close
              2008-10-09 09:26:46,629 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] close
              2008-10-09 09:26:46,629 DEBUG [org.jboss.ws.core.soap.MessageContextAssociation] popMessageContext: org.jboss.ws.core.jaxws.handler.SOAPMessageContextJAXWS@17e07ae (Thread WorkManager(2)-8)
              2008-10-09 09:26:46,629 INFO [com.covergence.enms.status.PollClusterMDB] Cluster [aj.cluster] WebServiceException while polling cluster javax.xml.ws.WebServiceException: java.io.IOException: Could not transmit message



              • 4. Re: consume WS over https no longer works when upgraded to j
                ajay662

                For others benefit, in case they are running into same issue:

                My workaround: Since I am only consuming web-services and not hosting them, i was able to get my application working by compiling against jaxws RI jars (v 2.1.3) and then by copying these RI jars to server/default/lib for runtime.