dev@glassfish.java.net

Fwd: JOSSO + Glassfish + wicket

From: Stevenson Cunanan <stevenson.cunanan_at_gmail.com>
Date: Tue, 16 Mar 2010 10:30:36 +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?

Best Regards,

Stevenson Lee

On Mon, Mar 15, 2010 at 08:46, Alexis Moussine-Pouchkine
<alexis.mp_at_sun.com> wrote:
> (switching to USERS)
> Please detail the extra filter part and qualify "so much longer".
> Also, I'm not sure what "more resources" means in your context.
> Are you saying pages fail to render until the moment you shutdown GlassFish?
>
> -Alexis
>
> On 15 mars 2010, at 06:26, Stevenson Cunanan wrote:
>
>> Hi,
>> I have a number of apps running in glassfish(but i also need them running on other servers like JBOSS and TOMCAT). So I am currently trying to integrate JOSSO with wicket and Glassfish. The single sign on works perfectly fine on all other servers except glassfish. I actually had to add an extra filter to allow a simple page to load properly. However, It takes so much longer if I add more resources and I mean really long. in fact when I stop glassfish that is when the resources quickly loads and the page displays. Can anyone advice on how I should go about this problem?
>>
>> Best regards,
>> Stevenson Lee
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>