Проблемы с установкой, настройкой и работой системных и сетевых программ.
Модераторы: GRooVE, alexco
Правила форума
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
-
jammin
- ефрейтор
- Сообщения: 55
- Зарегистрирован: 2008-04-25 8:45:31
Непрочитанное сообщение
jammin » 2010-05-14 18:25:39
Добрый день!
Скажите, кто-нить юзает Glassfish V3 от Sun?
Поставил linux-sun-jdk16 из портов, скачал glassfish, распаковал - а он сцуко не запускается...
Система 8.0-релиз.
Код: Выделить всё
# java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode)
Запускаю
Код: Выделить всё
/usr/local/glassfishv3/glassfish/bin/asadmin start-domain
В логах куча текста, больше всего - вот такой блок:
Код: Выделить всё
[#|2010-05-14T14:03:55.616+0300|SEVERE|glassfishv3.0|grizzly|_ThreadID=17;_ThreadName=Thread-16;|doSelect IOException
java.io.IOException: Function not implemented
at sun.nio.ch.EPollArrayWrapper.epollCreate(Native Method)
at sun.nio.ch.EPollArrayWrapper.<init>(EPollArrayWrapper.java:69)
at sun.nio.ch.EPollSelectorImpl.<init>(EPollSelectorImpl.java:52)
at sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18)
at java.nio.channels.Selector.open(Selector.java:209)
at com.sun.grizzly.util.Utils.openSelector(Utils.java:78)
at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:413)
at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:393)
at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:183)
at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:130)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
|#]
В конце выдает
Код: Выделить всё
[#|2010-05-14T14:03:55.616+0300|INFO|glassfishv3.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=19;_ThreadName=Thread-17;|Shutdown procedure finished|#]
[#|2010-05-14T14:03:55.617+0300|INFO|glassfishv3.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=20;_ThreadName=GlassFish Kernel Main Thread;|[Thread[GlassFish Kernel Main Thread,5,main]] exiting|#]
Command start-domain failed.
Killed
Поделитесь, кто юзает, как оно у вас заводится?
jammin
-
Хостинг HostFood.ru
-
Хостинг HostFood.ru
Тарифы на хостинг в России, от 12 рублей:
https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.:
https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах:
https://www.host-food.ru/domains/
-
hizel
- дядя поня
- Сообщения: 9032
- Зарегистрирован: 2007-06-29 10:05:02
- Откуда: Выборг
Непрочитанное сообщение
hizel » 2010-05-14 20:46:12
epoll это слинупсовая технология во фре kqueue
В дурацкие игры он не играет. Он просто жуткий, чу-чу, паровозик, и зовут его Блейн. Блейн --- это Боль.
hizel
-
jammin
- ефрейтор
- Сообщения: 55
- Зарегистрирован: 2008-04-25 8:45:31
Непрочитанное сообщение
jammin » 2010-05-15 11:11:32
epoll это слинупсовая технология во фре kqueue
Дурацкий вопрос - чо делать-то?
Вот, кстати, интересно - в солярисе тоже epoll?
потому что у sun один инсталлер на все - Linux, Solaris, MacOS...
jammin
-
hizel
- дядя поня
- Сообщения: 9032
- Зарегистрирован: 2007-06-29 10:05:02
- Откуда: Выборг
Непрочитанное сообщение
hizel » 2010-05-15 14:05:51
в солярке своё название технологии, в анальной ОСи построенной частично на ядре FreeBSD тоже kqueue
В дурацкие игры он не играет. Он просто жуткий, чу-чу, паровозик, и зовут его Блейн. Блейн --- это Боль.
hizel
-
jammin
- ефрейтор
- Сообщения: 55
- Зарегистрирован: 2008-04-25 8:45:31
Непрочитанное сообщение
jammin » 2010-05-30 21:04:06
Итак, проблему решил. Почти кардинально
Убрал linux-sun-jdk16, поставил openjdk6, все из портов. Правда эта сволочь тянет за собой diablo-jdk, которую надо руками в distfiles класть...
После замены аквариум завелся.
Код: Выделить всё
# java -version
openjdk version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b19)
OpenJDK Client VM (build 16.0-b13, mixed mode)
Код: Выделить всё
# ./glassfish/bin/asadmin start-domain
Waiting for DAS to start .........
Started domain: domain1
Domain location: /usr/local/glassfishv3/glassfish/domains/domain1
Log file: /usr/local/glassfishv3/glassfish/domains/domain1/logs/server.log
Admin port for the domain: 4848
Command start-domain executed successfully.
jammin
-
Alexy
- проходил мимо
Непрочитанное сообщение
Alexy » 2010-11-13 22:22:21
Всем привет.
Не кто не сталкивался с проблемой:
после запуска сервера не запускается консоль администрирования. Причем сам сервер запустился и работает...
Alexy
-
Alexy
- проходил мимо
Непрочитанное сообщение
Alexy » 2010-11-14 2:20:03
Логи вот:
-server:
Код: Выделить всё
13.11.2010 22:32:25 com.sun.enterprise.admin.launcher.GFLauncherLogger info
INFO: JVM invocation command line:
C:\Program Files\Java\jdk1.6.0_21\bin\java.exe
-cp
C:/glassfishv3/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:\glassfishv3\glassfish\domains\domain1/logs/jvm.log
-Xmx512m
-client
-javaagent:C:/glassfishv3/glassfish/lib/monitor/btrace-agent.jar=unsafe=true,noServer=true
-Dosgi.shell.telnet.maxconn=1
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Dfelix.fileinstall.dir=C:\glassfishv3\glassfish/modules/autostart/
-Djavax.net.ssl.keyStore=C:\glassfishv3\glassfish\domains\domain1/config/keystore.jks
-Dosgi.shell.telnet.port=6666
-Djava.security.policy=C:\glassfishv3\glassfish\domains\domain1/config/server.policy
-Dfelix.fileinstall.poll=5000
-Dcom.sun.aas.instanceRoot=C:\glassfishv3\glassfish\domains\domain1
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dosgi.shell.telnet.ip=127.0.0.1
-Djava.endorsed.dirs=C:\glassfishv3\glassfish/modules/endorsed;C:\glassfishv3\glassfish/lib/endorsed
-Dcom.sun.aas.installRoot=C:\glassfishv3\glassfish
-Djava.ext.dirs=C:\Program Files\Java\jdk1.6.0_21/lib/ext;C:\Program Files\Java\jdk1.6.0_21/jre/lib/ext;C:\glassfishv3\glassfish\domains\domain1/lib/ext
-Dfelix.fileinstall.bundles.new.start=true
-Djavax.net.ssl.trustStore=C:\glassfishv3\glassfish\domains\domain1/config/cacerts.jks
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Djava.security.auth.login.config=C:\glassfishv3\glassfish\domains\domain1/config/login.conf
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Dfelix.fileinstall.debug=1
-Dorg.glassfish.web.rfc2109_cookie_names_enforced=false
-Djava.library.path=C:/glassfishv3/glassfish/lib;C:/Program Files/Java/jdk1.6.0_21/bin;C:/glassfishv3/glassfish;C:/Windows/Sun/Java/bin;C:/Windows/System32;C:/Windows;C:/Windows/System32/wbem;C:/Windows/System32/WindowsPowerShell/v1.0;C:/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/DTS/Binn;C:/Program Files/MySQL/MySQL Server 5.1/bin
com.sun.enterprise.glassfish.bootstrap.ASMain
-domainname
domain1
-asadmin-args
start-domain,,,domain1
-instancename
server
-verbose
false
-debug
false
-asadmin-classpath
C:/glassfishv3/glassfish/modules/admin-cli.jar
-asadmin-classname
com.sun.enterprise.admin.cli.AsadminMain
-upgrade
false
-domaindir
C:/glassfishv3/glassfish/domains/domain1
-read-stdin
true
-jvm
Код: Выделить всё
<?xml version='1.0' encoding='UTF-8'?>
<hotspot_log version='160 1' process='4744' time_ms='1289690048505'>
<vm_version>
<name>
Java HotSpot(TM) 64-Bit Server VM
</name>
<release>
17.0-b17
</release>
<info>
Java HotSpot(TM) 64-Bit Server VM (17.0-b17) for windows-amd64 JRE (1.6.0_21-b07), built on Jul 17 2010 01:05:36 by "java_re" with MS VC++ 8.0 (VS2005)
</info>
</vm_version>
<vm_arguments>
<args>
-XX:+UnlockDiagnosticVMOptions -XX:MaxPermSize=192m -XX:NewRatio=2 -XX:+LogVMOutput -XX:LogFile=C:\glassfishv3\glassfish\domains\domain1/logs/jvm.log -Xmx512m -javaagent:C:/glassfishv3/glassfish/lib/monitor/btrace-agent.jar=unsafe=true,noServer=true -Dosgi.shell.telnet.maxconn=1 -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Dfelix.fileinstall.dir=C:\glassfishv3\glassfish/modules/autostart/ -Djavax.net.ssl.keyStore=C:\glassfishv3\glassfish\domains\domain1/config/keystore.jks -Dosgi.shell.telnet.port=6666 -Djava.security.policy=C:\glassfishv3\glassfish\domains\domain1/config/server.policy -Dfelix.fileinstall.poll=5000 -Dcom.sun.aas.instanceRoot=C:\glassfishv3\glassfish\domains\domain1 -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dosgi.shell.telnet.ip=127.0.0.1 -Djava.endorsed.dirs=C:\glassfishv3\glassfish/modules/endorsed;C:\glassfishv3\glassfish/lib/endorsed -Dcom.sun.aas.installRoot=C:\glassfishv3\glassfish -Djava.ext.dirs=C:\Program Files\Java\jdk1.6.0_21/lib/ext;C:\Program Files\Java\jdk1.6.0_21/jre/lib/ext;C:\glassfishv3\glassfish\domains\domain1/lib/ext -Dfelix.fileinstall.bundles.new.start=true -Djavax.net.ssl.trustStore=C:\glassfishv3\glassfish\domains\domain1/config/cacerts.jks -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as -Djava.security.auth.login.config=C:\glassfishv3\glassfish\domains\domain1/config/login.conf -DANTLR_USE_DIRECT_CLASS_LOADING=true -Dfelix.fileinstall.debug=1 -Dorg.glassfish.web.rfc2109_cookie_names_enforced=false -Djava.library.path=C:/glassfishv3/glassfish/lib;C:/Program Files/Java/jdk1.6.0_21/bin;C:/glassfishv3/glassfish;C:/Windows/Sun/Java/bin;C:/Windows/System32;C:/Windows;C:/Windows/System32/wbem;C:/Windows/System32/WindowsPowerShell/v1.0;C:/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/DTS/Binn;C:/Program Files/MySQL/MySQL Server 5.1/bin
</args>
<command>
com.sun.enterprise.glassfish.bootstrap.ASMain -domainname domain1 -asadmin-args start-domain,,,domain1 -instancename server -verbose false -debug false -asadmin-classpath C:/glassfishv3/glassfish/modules/admin-cli.jar -asadmin-classname com.sun.enterprise.admin.cli.AsadminMain -upgrade false -domaindir C:/glassfishv3/glassfish/domains/domain1 -read-stdin true
</command>
<launcher>
SUN_STANDARD
</launcher>
<properties>
java.vm.specification.version=1.0
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.version=17.0-b17
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.vm.vendor=Sun Microsystems Inc.
java.vm.info=mixed mode, sharing
java.ext.dirs=C:\Program Files\Java\jdk1.6.0_21/lib/ext;C:\Program Files\Java\jdk1.6.0_21/jre/lib/ext;C:\glassfishv3\glassfish\domains\domain1/lib/ext
java.endorsed.dirs=C:\glassfishv3\glassfish/modules/endorsed;C:\glassfishv3\glassfish/lib/endorsed
sun.boot.library.path=C:\Program Files\Java\jdk1.6.0_21\jre\bin
java.library.path=C:/glassfishv3/glassfish/lib;C:/Program Files/Java/jdk1.6.0_21/bin;C:/glassfishv3/glassfish;C:/Windows/Sun/Java/bin;C:/Windows/System32;C:/Windows;C:/Windows/System32/wbem;C:/Windows/System32/WindowsPowerShell/v1.0;C:/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/DTS/Binn;C:/Program Files/MySQL/MySQL Server 5.1/bin
java.home=C:\Program Files\Java\jdk1.6.0_21\jre
java.class.path=C:/glassfishv3/glassfish/modules/glassfish.jar
sun.boot.class.path=C:\glassfishv3\glassfish/modules/endorsed\javax.annotation.jar;C:\glassfishv3\glassfish/modules/endorsed\jaxb-api-osgi.jar;C:\glassfishv3\glassfish/modules/endorsed\webservices-api-osgi.jar;C:\Program Files\Java\jdk1.6.0_21\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_21\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_21\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_21\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_21\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_21\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_21\jre\classes
osgi.shell.telnet.maxconn=1
jdbc.drivers=org.apache.derby.jdbc.ClientDriver
felix.fileinstall.dir=C:\glassfishv3\glassfish/modules/autostart/
javax.net.ssl.keyStore=C:\glassfishv3\glassfish\domains\domain1/config/keystore.jks
osgi.shell.telnet.port=6666
java.security.policy=C:\glassfishv3\glassfish\domains\domain1/config/server.policy
felix.fileinstall.poll=5000
com.sun.aas.instanceRoot=C:\glassfishv3\glassfish\domains\domain1
com.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
osgi.shell.telnet.ip=127.0.0.1
com.sun.aas.installRoot=C:\glassfishv3\glassfish
felix.fileinstall.bundles.new.start=true
javax.net.ssl.trustStore=C:\glassfishv3\glassfish\domains\domain1/config/cacerts.jks
com.sun.enterprise.security.httpsOutboundKeyAlias=s1as
java.security.auth.login.config=C:\glassfishv3\glassfish\domains\domain1/config/login.conf
ANTLR_USE_DIRECT_CLASS_LOADING=true
felix.fileinstall.debug=1
org.glassfish.web.rfc2109_cookie_names_enforced=false
sun.java.launcher=SUN_STANDARD
</properties>
</vm_arguments>
<tty>
<writer thread='4308'/>
<dependency_failed type='leaf_type' ctxk='java/io/ByteArrayOutputStream' witness='com/sun/common/util/logging/LoggingOutputStream' stamp='9.555'/>
<writer thread='3780'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<dependency_failed type='abstract_with_unique_concrete_subtype' ctxk='java/nio/ByteBuffer' x='java/nio/HeapByteBuffer' witness='java/nio/DirectByteBuffer' stamp='12.832'/>
<writer thread='4308'/>
<dependency_failed type='unique_concrete_method' x='java/util/ArrayList add (Ljava/lang/Object;)Z' witness='javax/management/AttributeList' stamp='13.831'/>
<dependency_failed type='unique_concrete_method' x='java/util
Alexy
-
Alexy
- проходил мимо
Непрочитанное сообщение
Alexy » 2010-11-14 2:25:51
Это логи с ноутбука с windows7 (на нем тестово запускал), но что странно такая же проблема возникла с сервером на Linux... уже теряюсь в догадках в чем трабл.
Буду очень благодарен, если кто поможет.
Alexy
-
Гость
- проходил мимо
Непрочитанное сообщение
Гость » 2010-11-14 2:30:46
Вот логи с сервака:
Код: Выделить всё
13.11.2010 21:43:22 com.sun.enterprise.admin.launcher.GFLauncherLogger info
INFO: JVM invocation command line:
/home/ssemichevskiy/jdk1.6.0_20/bin/java
-cp
/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/logs/jvm.log
-Xmx512m
-client
-javaagent:/home/ssemichevskiy/glassfish-3.0.1/glassfish/lib/monitor/btrace-agent.jar=unsafe=true,noServer=true
-Dosgi.shell.telnet.maxconn=1
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Dfelix.fileinstall.dir=/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart/
-Djavax.net.ssl.keyStore=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/keystore.jks
-Dosgi.shell.telnet.port=6666
-Djava.security.policy=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/server.policy
-Dfelix.fileinstall.poll=5000
-Dcom.sun.aas.instanceRoot=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dosgi.shell.telnet.ip=127.0.0.1
-Djava.endorsed.dirs=/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/endorsed:/home/ssemichevskiy/glassfish-3.0.1/glassfish/lib/endorsed
-Dcom.sun.aas.installRoot=/home/ssemichevskiy/glassfish-3.0.1/glassfish
-Djava.ext.dirs=/home/ssemichevskiy/jdk1.6.0_20/lib/ext:/home/ssemichevskiy/jdk1.6.0_20/jre/lib/ext:/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/lib/ext
-Dfelix.fileinstall.bundles.new.start=true
-Djavax.net.ssl.trustStore=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/cacerts.jks
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Djava.security.auth.login.config=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/login.conf
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Dfelix.fileinstall.debug=1
-Dorg.glassfish.web.rfc2109_cookie_names_enforced=false
-Djava.library.path=/home/ssemichevskiy/glassfish-3.0.1/glassfish/lib:/home/ssemichevskiy/jdk1.6.0_20/jre/lib/i386/server:/home/ssemichevskiy/jdk1.6.0_20/jre/lib/i386:/home/ssemichevskiy/jdk1.6.0_20/lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-domainname
domain1
-asadmin-args
start-domain
-instancename
server
-verbose
false
-debug
false
-asadmin-classpath
/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/admin-cli.jar
-asadmin-classname
com.sun.enterprise.admin.cli.AsadminMain
-upgrade
false
-domaindir
/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1
-read-stdin
true
13.11.2010 21:43:22 com.sun.enterprise.admin.launcher.GFLauncherLogger info
INFO: Successfully launched in 12 msec.
[#|2010-11-13T21:43:24.575+0300|INFO|null|null|_ThreadID=11;_ThreadName=Thread-1;|Running GlassFish Version: GlassFish Server Open Source Edition 3.0.1 (build 22)|#]
[#|2010-11-13T21:43:24.954+0300|INFO|glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=11;_ThreadName=Thread-1;|Perform lazy SSL initialization for the listener 'http-listener-2'|#]
[#|2010-11-13T21:43:25.008+0300|INFO|glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=12;_ThreadName=Thread-1;|Starting Grizzly Framework 1.9.18-o - Sat Nov 13 21:43:25 MSK 2010|#]
[#|2010-11-13T21:43:25.013+0300|INFO|glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=13;_ThreadName=Thread-1;|Starting Grizzly Framework 1.9.18-o - Sat Nov 13 21:43:25 MSK 2010|#]
[#|2010-11-13T21:43:25.035+0300|INFO|glassfish3.0.1|null|_ThreadID=15;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 26ms listening on port 7676|#]
[#|2010-11-13T21:43:25.036+0300|INFO|glassfish3.0.1|null|_ThreadID=18;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 77ms listening on port 8181|#]
[#|2010-11-13T21:43:25.036+0300|INFO|glassfish3.0.1|null|_ThreadID=17;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 71ms listening on port 4848|#]
[#|2010-11-13T21:43:25.035+0300|INFO|glassfish3.0.1|null|_ThreadID=16;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 59ms listening on port 3700|#]
[#|2010-11-13T21:43:25.035+0300|INFO|glassfish3.0.1|null|_ThreadID=14;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 97ms listening on port 8090|#]
[#|2010-11-13T21:43:25.224+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=Thread-1;|GlassFish Server Open Source Edition 3.0.1 (22) startup time : Felix(1808ms) startup services(694ms) total(2502ms)|#]
[#|2010-11-13T21:43:25.457+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=19;_ThreadName=Thread-1;|Binding RMI port to *:8686|#]
[#|2010-11-13T21:43:25.513+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=19;_ThreadName=Thread-1;|JMXStartupService: Started JMXConnector, JMXService URL = service:jmx:rmi://het.cache.cyber.mephi.ru:8686/jndi/rmi://het.cache.cyber.mephi.ru:8686/jmxrmi|#]
[#|2010-11-13T21:43:25.779+0300|INFO|glassfish3.0.1|javax.enterprise.resource.jta.com.sun.enterprise.transaction|_ThreadID=11;_ThreadName=Thread-1;|Using com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate as the delegate|#]
[#|2010-11-13T21:43:25.846+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=20;_ThreadName=Thread-1;|[Thread[GlassFish Kernel Main Thread,5,main]] started|#]
[#|2010-11-13T21:43:25.906+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = /home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/autodeploy/bundles, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = /tmp/fileinstall--8432275296903698377, felix.fileinstall.filter = null}|#]
[#|2010-11-13T21:43:25.914+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=22;_ThreadName=Thread-1;|{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = /home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = /tmp/fileinstall--6138277281889365972, felix.fileinstall.filter = null}|#]
[#|2010-11-13T21:43:25.944+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=22;_ThreadName=Thread-1;|Started bundle: file:/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart/osgi-web-container.jar|#]
[#|2010-11-13T21:43:30.948+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=22;_ThreadName=Thread-1;|Updating configuration from org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]
[#|2010-11-13T21:43:30.952+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=22;_ThreadName=Thread-1;|Installed /home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart/org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]
[#|2010-11-13T21:43:30.956+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=23;_ThreadName=Thread-1;|{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = /home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/autodeploy/bundles, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = /tmp/fileinstall--8061443934560202327, felix.fileinstall.filter = null}|#]
[#|2010-11-13T21:47:57.897+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=24;_ThreadName=Thread-1;|SEC1002: Security Manager is OFF.|#]
[#|2010-11-13T21:47:58.297+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=24;_ThreadName=Thread-1;|Security startup service called|#]
[#|2010-11-13T21:47:58.300+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=24;_ThreadName=Thread-1;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
[#|2010-11-13T21:47:58.336+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=24;_ThreadName=Thread-1;|Realm admin-realm of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]
[#|2010-11-13T21:47:58.337+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=24;_ThreadName=Thread-1;|Realm file of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]
[#|2010-11-13T21:47:58.339+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=24;_ThreadName=Thread-1;|Realm certificate of classtype com.sun.enterprise.security.auth.realm.certificate.CertificateRealm successfully created.|#]
[#|2010-11-13T21:47:58.344+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=24;_ThreadName=Thread-1;|Security service(s) started successfully....|#]
[#|2010-11-13T21:47:58.511+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=Thread-1;|Created HTTP listener http-listener-1 on port 8090|#]
[#|2010-11-13T21:47:58.515+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=Thread-1;|Created HTTP listener http-listener-2 on port 8181|#]
[#|2010-11-13T21:47:58.518+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=Thread-1;|Created HTTP listener admin-listener on port 4848|#]
[#|2010-11-13T21:47:58.542+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=Thread-1;|Created virtual server server|#]
[#|2010-11-13T21:47:58.542+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=http-thread-pool-4848-(2);|Created virtual server server|#]
[#|2010-11-13T21:47:58.572+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=http-thread-pool-4848-(2);|Created virtual server __asadmin|#]
[#|2010-11-13T21:47:58.572+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=Thread-1;|Created virtual server __asadmin|#]
[#|2010-11-13T21:47:58.572+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=http-thread-pool-4848-(2);|Created virtual server __asadmin|#]
[#|2010-11-13T21:47:58.714+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=http-thread-pool-4848-(2);|Virtual server server loaded system default web module|#]
[#|2010-11-13T21:47:58.714+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=Thread-1;|Virtual server server loaded system default web module|#]
[#|2010-11-13T21:47:58.714+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=http-thread-pool-4848-(2);|Virtual server server loaded system default web module|#]
[#|2010-11-13T21:47:59.647+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=http-thread-pool-4848-(2);|Loading application hello at /hello|#]
[#|2010-11-13T21:47:59.647+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=Thread-1;|Loading application hello at /hello|#]
[#|2010-11-13T21:47:59.647+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=24;_ThreadName=http-thread-pool-4848-(2);|Loading application hello at /hello|#]
[#|2010-11-13T21:47:59.663+0300|INFO|glassfish3.0.1|org.hibernate.validator.util.Version|_ThreadID=24;_ThreadName=Thread-1;|Hibernate Validator bean-validator-3.0-JBoss-4.0.2|#]
[#|2010-11-13T21:47:59.670+0300|INFO|glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=24;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]
[#|2010-11-13T21:47:59.788+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.deployment.admin|_ThreadID=24;_ThreadName=Thread-1;|hello was successfully deployed in 2 717 milliseconds.|#]
[#|2010-11-13T21:56:29.790+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.com.sun.enterprise.v3.admin|_ThreadID=25;_ThreadName=Thread-1;|Server shutdown initiated|#]
[#|2010-11-13T21:56:33.273+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=25;_ThreadName=Thread-1;|JMXStartupService: Stopped JMXConnectorServer: service:jmx:rmi://het.cache.cyber.mephi.ru:8686/jndi/rmi://het.cache.cyber.mephi.ru:8686/jmxrmi|#]
[#|2010-11-13T21:56:33.273+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=25;_ThreadName=Thread-1;|JMXStartupService and JMXConnectors have been shut down.|#]
[#|2010-11-13T21:56:33.274+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=25;_ThreadName=Thread-1;|Shutdown procedure finished|#]
13.11.2010 21:56:51 com.sun.enterprise.admin.launcher.GFLauncherLogger info
INFO: JVM invocation command line:
/home/ssemichevskiy/jdk1.6.0_20/bin/java
-cp
/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/logs/jvm.log
-Xmx512m
-client
-javaagent:/home/ssemichevskiy/glassfish-3.0.1/glassfish/lib/monitor/btrace-agent.jar=unsafe=true,noServer=true
-Dosgi.shell.telnet.maxconn=1
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Dfelix.fileinstall.dir=/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart/
-Djavax.net.ssl.keyStore=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/keystore.jks
-Dosgi.shell.telnet.port=6666
-Djava.security.policy=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/server.policy
-Dfelix.fileinstall.poll=5000
-Dcom.sun.aas.instanceRoot=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dosgi.shell.telnet.ip=127.0.0.1
-Djava.endorsed.dirs=/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/endorsed:/home/ssemichevskiy/glassfish-3.0.1/glassfish/lib/endorsed
-Dcom.sun.aas.installRoot=/home/ssemichevskiy/glassfish-3.0.1/glassfish
-Djava.ext.dirs=/home/ssemichevskiy/jdk1.6.0_20/lib/ext:/home/ssemichevskiy/jdk1.6.0_20/jre/lib/ext:/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/lib/ext
-Dfelix.fileinstall.bundles.new.start=true
-Djavax.net.ssl.trustStore=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/cacerts.jks
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Djava.security.auth.login.config=/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/config/login.conf
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Dfelix.fileinstall.debug=1
-Dorg.glassfish.web.rfc2109_cookie_names_enforced=false
-Djava.library.path=/home/ssemichevskiy/glassfish-3.0.1/glassfish/lib:/home/ssemichevskiy/jdk1.6.0_20/jre/lib/i386/server:/home/ssemichevskiy/jdk1.6.0_20/jre/lib/i386:/home/ssemichevskiy/jdk1.6.0_20/lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-domainname
domain1
-asadmin-args
start-domain
-instancename
server
-verbose
false
-debug
false
-asadmin-classpath
/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/admin-cli.jar
-asadmin-classname
com.sun.enterprise.admin.cli.AsadminMain
-upgrade
false
-domaindir
/home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1
-read-stdin
true
13.11.2010 21:56:51 com.sun.enterprise.admin.launcher.GFLauncherLogger info
INFO: Successfully launched in 12 msec.
[#|2010-11-13T21:56:53.040+0300|INFO|null|null|_ThreadID=11;_ThreadName=Thread-1;|Running GlassFish Version: GlassFish Server Open Source Edition 3.0.1 (build 22)|#]
[#|2010-11-13T21:56:53.430+0300|INFO|glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=11;_ThreadName=Thread-1;|Perform lazy SSL initialization for the listener 'http-listener-2'|#]
[#|2010-11-13T21:56:53.493+0300|INFO|glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=12;_ThreadName=Thread-1;|Starting Grizzly Framework 1.9.18-o - Sat Nov 13 21:56:53 MSK 2010|#]
[#|2010-11-13T21:56:53.493+0300|INFO|glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=13;_ThreadName=Thread-1;|Starting Grizzly Framework 1.9.18-o - Sat Nov 13 21:56:53 MSK 2010|#]
[#|2010-11-13T21:56:53.522+0300|INFO|glassfish3.0.1|null|_ThreadID=15;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 108ms listening on port 8090|#]
[#|2010-11-13T21:56:53.522+0300|INFO|glassfish3.0.1|null|_ThreadID=18;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 82ms listening on port 4848|#]
[#|2010-11-13T21:56:53.522+0300|INFO|glassfish3.0.1|null|_ThreadID=14;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 52ms listening on port 7676|#]
[#|2010-11-13T21:56:53.522+0300|INFO|glassfish3.0.1|null|_ThreadID=17;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 72ms listening on port 3700|#]
[#|2010-11-13T21:56:53.522+0300|INFO|glassfish3.0.1|null|_ThreadID=16;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 87ms listening on port 8181|#]
[#|2010-11-13T21:56:53.858+0300|INFO|glassfish3.0.1|javax.enterprise.resource.jta.com.sun.enterprise.transaction|_ThreadID=11;_ThreadName=Thread-1;|Using com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate as the delegate|#]
[#|2010-11-13T21:56:54.311+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=11;_ThreadName=Thread-1;|SEC1002: Security Manager is OFF.|#]
[#|2010-11-13T21:56:54.429+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=11;_ThreadName=Thread-1;|Security startup service called|#]
[#|2010-11-13T21:56:54.433+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=11;_ThreadName=Thread-1;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
[#|2010-11-13T21:56:54.467+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=11;_ThreadName=Thread-1;|Realm admin-realm of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]
[#|2010-11-13T21:56:54.468+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=11;_ThreadName=Thread-1;|Realm file of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]
[#|2010-11-13T21:56:54.470+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=11;_ThreadName=Thread-1;|Realm certificate of classtype com.sun.enterprise.security.auth.realm.certificate.CertificateRealm successfully created.|#]
[#|2010-11-13T21:56:54.475+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=11;_ThreadName=Thread-1;|Security service(s) started successfully....|#]
[#|2010-11-13T21:56:54.683+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=Thread-1;|Created HTTP listener http-listener-1 on port 8090|#]
[#|2010-11-13T21:56:54.687+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=Thread-1;|Created HTTP listener http-listener-2 on port 8181|#]
[#|2010-11-13T21:56:54.691+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=Thread-1;|Created HTTP listener admin-listener on port 4848|#]
[#|2010-11-13T21:56:54.860+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=Thread-1;|Created virtual server server|#]
[#|2010-11-13T21:56:54.860+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=FelixStartLevel;|Created virtual server server|#]
[#|2010-11-13T21:56:54.863+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=FelixStartLevel;|Created virtual server __asadmin|#]
[#|2010-11-13T21:56:54.863+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=Thread-1;|Created virtual server __asadmin|#]
[#|2010-11-13T21:56:54.863+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=FelixStartLevel;|Created virtual server __asadmin|#]
[#|2010-11-13T21:56:55.243+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=FelixStartLevel;|Virtual server server loaded system default web module|#]
[#|2010-11-13T21:56:55.243+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=Thread-1;|Virtual server server loaded system default web module|#]
[#|2010-11-13T21:56:55.243+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=FelixStartLevel;|Virtual server server loaded system default web module|#]
[#|2010-11-13T21:56:56.417+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=FelixStartLevel;|Loading application hello at /hello|#]
[#|2010-11-13T21:56:56.417+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=Thread-1;|Loading application hello at /hello|#]
[#|2010-11-13T21:56:56.417+0300|INFO|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=11;_ThreadName=FelixStartLevel;|Loading application hello at /hello|#]
[#|2010-11-13T21:56:56.418+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=Thread-1;|Loading hello Application done is 2691 ms|#]
[#|2010-11-13T21:56:56.422+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=Thread-1;|GlassFish Server Open Source Edition 3.0.1 (22) startup time : Felix(1816ms) startup services(3415ms) total(5231ms)|#]
[#|2010-11-13T21:56:56.450+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=19;_ThreadName=Thread-1;|Binding RMI port to *:8686|#]
[#|2010-11-13T21:56:56.548+0300|INFO|glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=19;_ThreadName=Thread-1;|JMXStartupService: Started JMXConnector, JMXService URL = service:jmx:rmi://het.cache.cyber.mephi.ru:8686/jndi/rmi://het.cache.cyber.mephi.ru:8686/jmxrmi|#]
[#|2010-11-13T21:56:56.854+0300|INFO|glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=20;_ThreadName=Thread-1;|[Thread[GlassFish Kernel Main Thread,5,main]] started|#]
[#|2010-11-13T21:56:56.918+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = /home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = /tmp/fileinstall--2237985646358861561, felix.fileinstall.filter = null}|#]
[#|2010-11-13T21:56:56.926+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=22;_ThreadName=Thread-1;|{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = /home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/autodeploy/bundles, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = /tmp/fileinstall--3239851111052926110, felix.fileinstall.filter = null}|#]
[#|2010-11-13T21:56:56.950+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|Started bundle: file:/home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart/osgi-web-container.jar|#]
[#|2010-11-13T21:57:01.955+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|Updating configuration from org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]
[#|2010-11-13T21:57:01.958+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|Installed /home/ssemichevskiy/glassfish-3.0.1/glassfish/modules/autostart/org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]
[#|2010-11-13T21:57:01.959+0300|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=23;_ThreadName=Thread-1;|{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = /home/ssemichevskiy/glassfish-3.0.1/glassfish/domains/domain1/autodeploy/bundles, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = /tmp/fileinstall-7794193547052915137, felix.fileinstall.filter = null}|#]
Гость