users@glassfish.java.net

Re: Number of requests per second taken care by glassfish

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 18 Jun 2008 09:56:39 -0400

Salut,

can you attach to this email the output of:

+ jstack PID > dumt.txt
+ netstat -an | grep <<http port>> (which is probably 8080).

Also can you try the same test, but this time adding in domain.xml:

<jvm-options>-Dcom.sun.enterprise.server.ss.ASQuickStartup=false</jvm-options>

It shouldn't make any difference, but just double checking.

A+

-- Jeanfrancois

glassfish_at_javadesktop.org wrote:
> Hi,
>
> I also found couple interesting errors in the log. I hope they help:
>
> |RMI TCP Accept-8686: accept loop for ServerSocket[addr=/0.0.0.0,port=0,localport=8686] throws
> java.io.IOException: Too many open files
> at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:145)
>
>
> And also this strange error (may be due to `too many open files` error)
> |"DPL8011: autodeployment failure while deploying the application : null"|#]
>
> [#|2008-06-18T02:04:35.311+0000|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=85;_ThreadName=Timer-1;_RequestID=5c13a8bd-945b-4e81-8b16-e83c1f86df8b;|
> java.lang.NullPointerException
> at com.sun.jbi.management.system.AutoAdminTask.pollAutoDirectory(AutoAdminTask.java:1031)
> at com.sun.jbi.management.system.AutoAdminTask.performAutoInstall(AutoAdminTask.java:329)
> at com.sun.jbi.management.system.AutoAdminTask.performAutoFunctions(AutoAdminTask.java:288)
>
> Kind Regards,
> Sanjeev
> [Message sent by forum member 'sanjeev_any' (sanjeev_any)]
>
> http://forums.java.net/jive/thread.jspa?messageID=280902
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>