users@glassfish.java.net

Re: JOSSO + Glassfish + wicket

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Tue, 16 Mar 2010 09:02:20 +0100

cleary Thread 17 is busy dumping lots of log content (the DEBUG level is not helping performance-wise)...
Not being a josso expert all this log is not helping much other than the "java.net.SocketTimeoutException: Read timed out" which sounds like a good thing to track down. Is the app trying to contact some remote provider?
Also, past experiences on GlassFish + JOSO: http://forums.sun.com/thread.jspa?threadID=5346957
-Alexis

On 16 mars 2010, at 04:25, Stevenson Cunanan wrote:

> Hi,
> The page actually loads after you stop the domain. I traced the root of the problem using JProfiler and found that everything is waiting. and the cause was a webservice.
>
>
> Content-Type: text/xml; charset=utf-8
> Accept: application/soap+xml, application/dime, multipart/related, text/*
> User-Agent: Axis/1.4
> Host: localhost:8080
> Cache-Control: no-cache
> Pragma: no-cache
> SOAPAction: "
> http://josso.org/gateway/ws/1.1/wsdl/soapbinding/IdentityManager/findUserInSession
> "
> Content-Length: 859
>
> <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="
> http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:findUserInSession soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://josso.org/gateway/ws/1.1/wsdl/soapbinding/IdentityManager/findUserInSession"><FindUserInSessionRequest href="#id0"/></ns1:findUserInSession><multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:FindUserInSessionRequestType" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://josso.org/gateway/ws/1.1/protocol
> "><ssoSessionId xsi:type="xsd:string">2A643CFE0BC10B439249C70948C58988</ssoSessionId></multiRef></soapenv:Body></soapenv:Envelope>
> |#]
>
> The same war file works perfectly with other servers. I have attached a part of the logs. Please take a look at ThreadID=17 it seems to be causing problems. Is there anything special on how Glassfish handles things that may cause this?
> By the way: I don't know how to respont do posts. Do I just use the same title? and there is no reply button in the mailing list. Please advice.
> Best Regards,
> Stevenson Lee
>
>
> <josso-logs.txt>---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net