users@glassfish.java.net

JOSSO + Glassfish + wicket

From: Stevenson Cunanan <stevenson.cunanan_at_gmail.com>
Date: Tue, 16 Mar 2010 11:25:05 +0800

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