glassfish - Fail command start-domain glassfish3 -


i using ubuntu 12.4 , installed glassfish3 follow tutorial: http://www.marlonj.com/blog/2012/05/instalando-glassfish-3-1-2-en-ubuntu-server-12-04/

all fine..but when try start domain: sudo -u glassfish bin/asadmin start-domain domain1

show error:

esperando que se inicie domain1 ............error al iniciar domain domain1. el servidor ha finalizado de forma prematura con el código de salida 0. antes de terminar, ha generado la siguiente salida:

launching glassfish on felix platform [#|2013-09-24t13:31:50.742-0300|info|glassfish3.1.2|com.sun.enterprise.server.logging.gffilehandler|_threadid=1;_threadname=main;|running glassfish version: glassfish server open source edition 3.1.2 (build 23)|#]

[#|2013-09-24t13:31:51.819-0300|info|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_threadid=28;_threadname=grizzly-kernel-thread(1);|grizzly framework 1.9.46 started in: 308ms - bound [0.0.0.0:3700]|#]

[#|2013-09-24t13:31:51.819-0300|info|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_threadid=31;_threadname=grizzly-kernel-thread(1);|grizzly framework 1.9.46 started in: 294ms - bound [0.0.0.0:7676]|#]

[#|2013-09-24t13:31:51.819-0300|info|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_threadid=21;_threadname=grizzly-kernel-thread(1);|grizzly framework 1.9.46 started in: 411ms - bound [0.0.0.0:8181]|#]

[#|2013-09-24t13:31:51.819-0300|info|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_threadid=25;_threadname=grizzly-kernel-thread(1);|grizzly framework 1.9.46 started in: 402ms - bound [0.0.0.0:4848]|#]

[#|2013-09-24t13:31:52.439-0300|info|glassfish3.1.2|org.glassfish.ha.store.spi.backingstorefactoryregistry|_threadid=1;_threadname=main;|registered org.glassfish.ha.store.adapter.cache.shoalbackingstoreproxy persistence-type = replicated in backingstorefactoryregistry|#]

[#|2013-09-24t13:31:52.659-0300|info|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_threadid=1;_threadname=main;|glassfish server open source edition 3.1.2 (23) tiempo de inicio: felix (8.339ms), servicios de inicio(2.907ms), total(11.246ms)|#]

[#|2013-09-24t13:31:52.660-0300|severe|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_threadid=1;_threadname=main;|cerrando v3 debido una excepción de inicio: no free port within range: 8080=com.sun.enterprise.v3.services.impl.monitor.monitorableselectorhandler@6365c8|#]

[#|2013-09-24t13:31:52.721-0300|info|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.v3.admin|_threadid=37;_threadname=thread-21;|servidor inactivo iniciado|#]

[#|2013-09-24t13:31:52.723-0300|info|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_threadid=37;_threadname=thread-21;|already stopped, returning|#]

exception: java.lang.nullpointerexception thrown uncaughtexceptionhandler in thread "felixstartlevel"

fallo del comando start-domain.

any idea

thanks , sorry english

try create own domain instead of using default domain1. can with:

 asadmin create-domain mydomain  asadmin start-domain mydomain 

then can access domain typing localhost:4848 in web browser.

i've done using windows , glassfish4 , worked fine, hope works too.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -