|
Replies:
3
-
Last Post:
Aug 4, 2009 10:38 AM
by: dragonken
|
|
|
|
|
|
|
glassfish v3 sometime halt
Posted:
Jun 29, 2009 7:05 AM
|
|
|
i am trying to migrate one of my webapps to glassfish v3. The webapp is running very smooth with apache2 + tomcat 6.0.14.
My webpp @ gf3 is up and running very smooth for first day but sometime it halts for unknown reason. No response from web browser. both webapps and admin web console but telnet test is ok.
pls advise.
Attached pls find the server.log and jstack log.
Regards, Ken http://www.nabble.com/file/p24254731/to_gf.zip to_gf.zip
-- View this message in context: http://www.nabble.com/glassfish-v3-sometime-halt-tp24254731p24254731.html Sent from the java.net - glassfish users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|
|
|
|
Re: glassfish v3 sometime halt
Posted:
Jun 29, 2009 7:26 AM
in response to: Ken--@newsgroup...
|
|
|
i downloaded this zip from gf download site:
glassfish-v3-ea-b44.zip
after halt, the problem cannot be resolved unless invoke a kill command to the jvm and restart.
Thanks. Ken
Ken--@newsgroupstats.hk wrote: > > i am trying to migrate one of my webapps to glassfish v3. The webapp is > running very smooth with apache2 + tomcat 6.0.14. > > My webpp @ gf3 is up and running very smooth for first day but sometime it > halts for unknown reason. No response from web browser. both webapps and > admin web console but telnet test is ok. > > pls advise. > > Attached pls find the server.log and jstack log. > > Regards, > Ken > http://www.nabble.com/file/p24254731/to_gf.zip to_gf.zip > > >
-- View this message in context: http://www.nabble.com/glassfish-v3-sometime-halt-tp24254731p24255148.html Sent from the java.net - glassfish users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|
|
|
|
|
Re: glassfish v3 sometime halt
Posted:
Jul 3, 2009 12:21 AM
in response to: Ken--@newsgroup...
|
|
|
Hi Ken
Looks like the http listener is being reconfigured and this might be causing the trauma. Have you changed any http-listener parameters values thought the admin gui before the server stops responding ?
Jerome
On Jun 29, 2009, at 7:05 AM, Ken--@newsgroupstats.hk wrote:
> > i am trying to migrate one of my webapps to glassfish v3. The webapp > is > running very smooth with apache2 + tomcat 6.0.14. > > My webpp @ gf3 is up and running very smooth for first day but > sometime it > halts for unknown reason. No response from web browser. both webapps > and > admin web console but telnet test is ok. > > pls advise. > > Attached pls find the server.log and jstack log. > > Regards, > Ken > http://www.nabble.com/file/p24254731/to_gf.zip to_gf.zip > > > -- > View this message in context: http://www.nabble.com/glassfish-v3-sometime-halt-tp24254731p24254731.html > Sent from the java.net - glassfish users mailing list archive at > Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net > For additional commands, e-mail: users-help@glassfish.dev.java.net >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|
|
|
|
|
Re: glassfish v3 sometime halt
Posted:
Aug 4, 2009 10:38 AM
in response to: Jerome Dochez
|
|
|
yes, i did.
I feel it is very difficult to config http listener in gf3 admin UI.
What I want to do is to change the listener port to 80 for my webapps.
I goto Configuration -> Network Config -> Listener -> change the port number -> deploy my app and select 'server' as my virtual server.
The webapp cannot be launch.
and there is some combination of settings will make the server fail to restart.
Once the server fail to restart, I have to roll back all config file or reinstall gf to continue.
Finally, I just open domain1 domain.xml to manually edit the port number. It work.
|
|
|
|
|