Hi Dejan,

To turn on server side logging, you need to specify servlet param in the
web.xml file:

 <servlet>
        <servlet-name>Application</servlet-name>
        <servlet-class>com.ulcjava.container.servlet.server.ServletContainer
Adapter</servlet-class>
        <init-param>
            <param-name>application-class</param-name>
            <param-value>com.ulcjava.sample.hello.Hello</param-value>
        </init-param>
        <init-param>
            <param-name>log-level</param-name>
            <param-value>ALL</param-value>
        </init-param>
    </servlet>


Please send me the client and server logs together while running only the
problematic client against the server.

You say that there are  long pauses while connecting from your JNLP client.
There could be another reason for this. Kindly see:
http://lists.canoo.com/mailman/private/ulc-developer/2004/001306.html.

Thanks and regards,

Janak

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Dejan Pecar
>Sent: Thursday, November 09, 2006 5:40 PM
>To: [EMAIL PROTECTED] Com
>Subject: Re[2]: [ULC-developer] problem on mac osx...
>
>
>hi janak,
>
>i do not have serverside logs. how can i turn them on ?
>
>it seems that turning on logging on the client has changed the effect.
>what we have now are long pauses while bulding the client ui but no
>hanging anymore.
>
>attached is the client log.
>
>the follwing pauses show the problem.
>
>1,600    09.11.2006 11:43:24.184        800     INFO
>Thread[AbacusJnlpLauncherThread_1,6,javawsApplicationThreadGroup] ...
>1,601    09.11.2006 11:43:46.722        400     FINER   Thread[ULC
>Communication Controller Thread,6,javawsApplicationThreadGroup] ...
>
>
>1,685    09.11.2006 11:43:58.116        300     FINEST
>Thread[AWT-EventQueue-3,6,javawsApplicationThreadGroup] ...
>1,686    09.11.2006 11:44:50.934        400     FINER   Thread[ULC
>Communication Controller Thread,6,javawsApplicationThreadGroup] ...
>
>when i turn the logging off sometimes the time of the pause is
>infinite and sometimes i get a could not connect to server
>exception. in the meantime the server is mostly idle
>and other clients (windows) work as expected without any delays.
>
>regards
>  Dejan
>mailto:[EMAIL PROTECTED]
>
>Wednesday, November 8, 2006, 1:49:08 AM, you wrote:
>
>JM> Hi Dejan,
>
>JM> Could you please send client and server side logs?
>
>JM> It will help if you can send the stack trace.
>
>JM> What operation on what widget is causing this behaviour? Would it be
>JM> possible to send a snippet?
>
>JM> Thanks and regards,
>
>JM> Janak
>
>>>-----Original Message-----
>>>From: [EMAIL PROTECTED]
>>>[mailto:[EMAIL PROTECTED] Behalf Of Dejan Pecar
>>>Sent: Monday, November 06, 2006 2:51 PM
>>>To: [email protected]
>>>Subject: [ULC-developer] problem on mac osx...
>>>
>>>
>>>hi,
>>>
>>>our ulc application hangs on mac osx after a few clicks. cpu
>usage is 100%.
>>>there is no problem on any windows client.
>>>the applcation seems to hang somewhere in the servletconnector.
>>>while the application is hanging there is no request to the
>>>server, it looks like a
>>>specific answer of the server causes an endless loop in the client.
>>>
>>>what we do special is that we start new DefaultJnlpLauncher
>>>instances on the same client.
>>>but since this works perfect on windows i think this is legal.
>>>
>>>regards
>>>  Dejan
>>>mailto:[EMAIL PROTECTED]
>>>
>>>_______________________________________________
>>>ULC-developer mailing list
>>>[email protected]
>>>http://lists.canoo.com/mailman/listinfo/ulc-developer

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to