Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish status

Glassfish start-domain issue :

1. I tried the jps -l  and ps -eaf  before start-domain and did not find any processes running that needed to be killed.

Adding --verbose was causing the job to be stuck probably due to possibility of heavy logs. I will try to get the available OS memory next.

2.  server logs : The ri & vi server logs are available for each suite for the tck runs from jakartaee-tck. For eg https://ci.eclipse.org/jakartaee-tck/blue/organizations/jenkins/jakartaee-tck/detail/master/901/artifacts/ has jacc-results.tar.gzwhich will have both ri and vi server logs. A sample ri server.log file for a failed start-domain run is attached. I don't see anything peculiar that causes the start-domain to wait for long.

Regards,
Alwin

On 29/07/20 5:59 pm, Scott Marlow wrote:


On 7/29/20 3:16 AM, Alwin Joseph wrote:

On 29/07/20 7:40 am, Scott Marlow wrote:


On 7/28/20 3:18 AM, Alwin Joseph wrote:
Hi,

We are still facing the GF start-domain failure often in our TCK runs. The failure in one of the suites cause the entire job to be running for a long time. Has anyone found a solution for the start-domain issue yet.

There are a number of ideas from previous discussions:

1.  Work with Eclipse CI administrators to get admin access so we can better explore if something is wrong with our current Container/JVM memory settings (e.g. explore why https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run-master-web/3/ has been running for two days).
jakartaeetck-nightly-run-master-web/3 was running for two days because GF failed to start and the archives still tried to deploy. Additionally the failed tests are rerun once.

2.  Instrument the "GF start-domain" command to handle failure by showing some state of the world stats.  I would like to see output of "jps -l".  I would also like to see available OS memory.  It would be nice to also see available (OS) file handles.  Perhaps after failure, if we could try once more to start GlassFish with "--verbose --debug", we might get more interesting output.
I will try "jps -l" before the GF start-domain & start GF with "--verbose --debug".

Thanks Alwin!  +1


3.  Try to stagger the TCK runs as a workaround (only run Web Profile or Full Platform but not both at the same time).

4.  Tune our container/JVM memory settings further.

5.  Break up our larger TCK test groups into smaller test groups, with a focus on the tests that seem to get stuck (e.g. JSF currently).
For now we can kill the job if it is stuck and rerun only those test groups in the next run.

IMO, #2 might be good to explore if anyone has time to contribute such changes.  #1 would be good also.

#3 could also help.  I think that #4 + #5 are longer term options.

Scott


Regards,
Alwin

On 12/06/20 1:17 am, arjan tijms wrote:
Hi,

Indeed, --verbose only logs to the console and will hang the current process. It doesn't seem there's a port in use (it would explicitly complain about that). Here the startup code just doesn't detect the server process to be running. This could mean the detection somehow fails, or the process, in fact, doesn't start.

Often if the GF process doesn't start there would be errors in the log, but that's not the case. The logs are a little hard to retrieve, so possible it would be easier to cat them to the main Jenkins log as soon as the script detects failure to start.

Kind regards,
Arjan



On Thu, Jun 11, 2020 at 9:16 PM Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

    Verbose only switches on console logging  it doesn't affect the
    logging level afaik

    Sent from Outlook Mobile <https://aka.ms/blhgte>

------------------------------------------------------------------------
    *From:* glassfish-dev-bounces@xxxxxxxxxxx
    <mailto:glassfish-dev-bounces@xxxxxxxxxxx>
    <glassfish-dev-bounces@xxxxxxxxxxx
    <mailto:glassfish-dev-bounces@xxxxxxxxxxx>> on behalf of Scott
    Marlow <smarlow@xxxxxxxxxx <mailto:smarlow@xxxxxxxxxx>>
    *Sent:* Thursday, June 11, 2020 8:13:18 PM
    *To:* glassfish developer discussions <glassfish-dev@xxxxxxxxxxx
    <mailto:glassfish-dev@xxxxxxxxxxx>>
    *Subject:* Re: [glassfish-dev] GlassFish status

        Hi,

        Do you have any idea what it could be? I race condition would
        be unlikely, since it keeps failing on the same node if
        repeated. So maybe it's something related to the node, but
        I'm not sure.

    Would port in use errors show in the console?  Or do we need to
    start Glassfish with the --verbose option to see errors like that?

        Kind regards,
        Arjan Tijms



        On Thu, Jun 11, 2020 at 7:38 PM Alwin Joseph
        <alwin.joseph@xxxxxxxxxx <mailto:alwin.joseph@xxxxxxxxxx>> wrote:

            Hi Arjan,

            We encountered the same issue with jakartaee-tck platform
            run too yesterday in couple of the nodes. But it went
            through in all other >30 nodes.

            /+ /root/ri/glassfish6/glassfish/bin/asadmin --user admin
            --passwordfile /root/admin-password.txt start-domain//
            //Picked up JAVA_TOOL_OPTIONS: -Xmx6G//
            //Waiting for domain1 to start
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................//
            //No response from the Domain Administration Server
            (domain1) after 600 seconds.//
            //The command is either taking too long to complete or
            the server has failed.//
            //Please see the server log files for command status. //
            //Please start with the --verbose option in order to see
            early messages.//
            //Command start-domain failed./


            There was a stop-domain failure in glassfish CI some time
            back which was fixed by correcting the docker image.

            Regards,
            Alwin

            On 11/06/20 10:52 pm, arjan tijms wrote:
            Hi,

            I just noticed an old issue with the CI has resurfaced.

            Seemingly randomly, GlassFish will fail to start up:

            12:11:19  ===== TEST RUN - STARTING GLASSFISH AND DB =====
            12:11:19
            12:11:19  +
/home/jenkins/agent/workspace/_test-using-jenkinsfile_PR-23091/glassfish6/glassfish/bin/asadmin
            start-domain
            12:11:19  Picked up JAVA_TOOL_OPTIONS: -Xmx2G
            12:21:20  Waiting for domain1 to start
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
            12:21:20  No response from the Domain Administration
            Server (domain1) after 600 seconds.
            12:21:20  The command is either taking too long to
            complete or the server has failed.
            12:21:20  Please see the server log files for command
            status.
            12:21:20  Please start with the --verbose option in
            order to see early messages.
            12:21:20  Command start-domain failed.

            See:
https://ci.eclipse.org/glassfish/job/glassfish_build-and-test-using-jenkinsfile/job/PR-23091/2/execution/node/96/log/

            Repeating the script (within the same test run) never
            helps. This is automatically done during the test.
            However the exact same build does start up on other nodes.

            Kind regards,
            Arjan








            On Wed, Jun 10, 2020 at 4:15 PM arjan tijms
            <arjan.tijms@xxxxxxxxx <mailto:arjan.tijms@xxxxxxxxx>>
            wrote:

                Hi,

                On Wed, Jun 10, 2020 at 2:36 AM
                sawamura.hiroki@xxxxxxxxxxx
<mailto:sawamura.hiroki@xxxxxxxxxxx>
                <sawamura.hiroki@xxxxxxxxxxx
<mailto:sawamura.hiroki@xxxxxxxxxxx>> wrote:

                    - Dropped web_jsp(?):
https://github.com/eclipse-ee4j/glassfish/commit/0dea810da59f757059b1b424fc78060a44461fba#diff-58231b16fdee45a03a4ee3cf94a9f2c3


                Good catch! I added it back here:
https://github.com/eclipse-ee4j/glassfish/pull/23090

                Kind regards,
                Arjan Tijms



_______________________________________________
            glassfish-dev mailing list
            glassfish-dev@xxxxxxxxxxx <mailto:glassfish-dev@xxxxxxxxxxx>             To unsubscribe from this list, visithttps://www.eclipse.org/mailman/listinfo/glassfish-dev

        _______________________________________________
        glassfish-dev mailing list
        glassfish-dev@xxxxxxxxxxx <mailto:glassfish-dev@xxxxxxxxxxx>
        To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/glassfish-dev

    _______________________________________________
    glassfish-dev mailing list
    glassfish-dev@xxxxxxxxxxx <mailto:glassfish-dev@xxxxxxxxxxx>
    To unsubscribe from this list, visit
    https://www.eclipse.org/mailman/listinfo/glassfish-dev


_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visithttps://www.eclipse.org/mailman/listinfo/glassfish-dev

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev



[2020-08-05T19:07:47.876+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596654467876] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-debug
false]]

[2020-08-05T19:07:48.461+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596654468461] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/admin-password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T19:07:56.829+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596654476615] [timeMillis: 1596654476829] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T19:07:56.831+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596654476615] [timeMillis: 1596654476831] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T19:07:56.841+0000] [glassfish 6.0] [INFO] [SEC-SVCS-00100] [jakarta.enterprise.security.services] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596654476623] [timeMillis: 1596654476841] [levelValue: 800] [[
  Authorization Service has successfully initialized.]]

[2020-08-05T19:07:56.927+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596654476623] [timeMillis: 1596654476927] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:07:56.929+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596654476623] [timeMillis: 1596654476929] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:07:56.938+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596654476623] [timeMillis: 1596654476938] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T19:07:57.031+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596654476623] [timeMillis: 1596654477031] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T19:07:57.452+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596654477452] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T19:17:50.115+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596655070115] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/admin-password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T19:17:52.314+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596655072116] [timeMillis: 1596655072314] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T19:17:52.315+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596655072116] [timeMillis: 1596655072315] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T19:17:52.372+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655072114] [timeMillis: 1596655072372] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:17:52.373+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655072114] [timeMillis: 1596655072373] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:17:52.383+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655072114] [timeMillis: 1596655072383] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T19:17:52.449+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655072114] [timeMillis: 1596655072449] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T19:17:52.823+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596655072823] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T19:27:52.448+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596655672448] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/admin-password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T19:27:54.547+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596655674417] [timeMillis: 1596655674547] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T19:27:54.603+0000] [glassfish 6.0] [INFO] [SEC-SVCS-00100] [jakarta.enterprise.security.services] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655674416] [timeMillis: 1596655674603] [levelValue: 800] [[
  Authorization Service has successfully initialized.]]

[2020-08-05T19:27:54.549+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596655674417] [timeMillis: 1596655674549] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T19:27:54.658+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655674416] [timeMillis: 1596655674658] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:27:54.659+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655674416] [timeMillis: 1596655674659] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:27:54.664+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655674416] [timeMillis: 1596655674664] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T19:27:54.715+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596655674416] [timeMillis: 1596655674715] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T19:27:55.150+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596655675150] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T19:37:54.625+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596656274625] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-debug
false]]

[2020-08-05T19:37:55.235+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596656275235] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/admin-password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T19:37:57.428+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596656277256] [timeMillis: 1596656277428] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T19:37:57.429+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596656277256] [timeMillis: 1596656277429] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T19:37:57.510+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656277256] [timeMillis: 1596656277510] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:37:57.511+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656277256] [timeMillis: 1596656277511] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:37:57.517+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656277256] [timeMillis: 1596656277517] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T19:37:57.559+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656277256] [timeMillis: 1596656277559] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T19:37:57.906+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596656277906] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T19:47:56.774+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596656876774] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/admin-password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T19:47:58.951+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596656878791] [timeMillis: 1596656878951] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T19:47:58.952+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596656878791] [timeMillis: 1596656878952] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T19:47:59.049+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656878789] [timeMillis: 1596656879049] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:47:59.051+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656878789] [timeMillis: 1596656879051] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:47:59.058+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656878789] [timeMillis: 1596656879058] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T19:47:59.116+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596656878789] [timeMillis: 1596656879116] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T19:47:59.463+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596656879463] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T19:57:59.283+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596657479283] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/admin-password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T19:58:01.523+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596657481338] [timeMillis: 1596657481523] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T19:58:01.524+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596657481338] [timeMillis: 1596657481524] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T19:58:01.570+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596657481343] [timeMillis: 1596657481570] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:58:01.571+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596657481343] [timeMillis: 1596657481571] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T19:58:01.576+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596657481343] [timeMillis: 1596657481576] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T19:58:01.640+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596657481343] [timeMillis: 1596657481640] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T19:58:02.033+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596657482033] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T20:57:07.382+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596661027382] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/jakartaeetck/bin/password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T20:57:09.639+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596661029454] [timeMillis: 1596661029639] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T20:57:09.641+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596661029454] [timeMillis: 1596661029641] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T20:57:09.744+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596661029453] [timeMillis: 1596661029744] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T20:57:09.745+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596661029453] [timeMillis: 1596661029745] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T20:57:09.755+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596661029453] [timeMillis: 1596661029755] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T20:57:09.814+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1596661029453] [timeMillis: 1596661029814] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T20:57:10.215+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596661030215] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T21:07:18.555+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596661638555] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/root/jakartaeetck/bin/password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T21:07:20.650+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596661640475] [timeMillis: 1596661640650] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T21:07:20.652+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596661640475] [timeMillis: 1596661640652] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T21:07:20.733+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596661640480] [timeMillis: 1596661640733] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T21:07:20.734+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596661640480] [timeMillis: 1596661640734] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T21:07:20.740+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596661640480] [timeMillis: 1596661640740] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T21:07:20.782+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596661640480] [timeMillis: 1596661640782] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T21:07:21.172+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596661641172] [levelValue: 800] [[
  Server shutdown initiated]]

[2020-08-05T21:17:52.849+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1596662272849] [levelValue: 800] [[
  JVM invocation command line:
/opt/jdk1.8.0_191/bin/java
-cp
/root/ri/glassfish6/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-XX:MaxPermSize=192m
-Xmx512m
-javaagent:/root/ri/glassfish6/glassfish/lib/monitor/flashlight-agent.jar
-client
-Djavax.xml.accessExternalSchema=all
-Djavax.net.ssl.trustStore=/root/ri/glassfish6/glassfish/domains/domain1/config/cacerts.jks
-Djdk.tls.rejectClientInitiatedRenegotiation=true
-Djdk.corba.allowOutputStreamSubclass=true
-Dfelix.fileinstall.dir=/root/ri/glassfish6/glassfish/modules/autostart/
-Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
-Dcom.sun.aas.installRoot=/root/ri/glassfish6/glassfish
-Dfelix.fileinstall.poll=5000
-Djava.endorsed.dirs=/root/ri/glassfish6/glassfish/modules/endorsed:/root/ri/glassfish6/glassfish/lib/endorsed
-Djava.security.policy=/root/ri/glassfish6/glassfish/domains/domain1/config/server.policy
-Dosgi.shell.telnet.maxconn=1
-Dfelix.fileinstall.bundles.startTransient=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dfelix.fileinstall.log.level=2
-Djavax.net.ssl.keyStore=/root/ri/glassfish6/glassfish/domains/domain1/config/keystore.jks
-Djava.security.auth.login.config=/root/ri/glassfish6/glassfish/domains/domain1/config/login.conf
-Dfelix.fileinstall.disableConfigSave=false
-Dfelix.fileinstall.bundles.new.start=true
-Dcom.sun.aas.instanceRoot=/root/ri/glassfish6/glassfish/domains/domain1
-Dosgi.shell.telnet.port=6666
-Dgosh.args=--nointeractive
-Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
-Dosgi.shell.telnet.ip=127.0.0.1
-DANTLR_USE_DIRECT_CLASS_LOADING=true
-Djava.awt.headless=true
-Dcom.ctc.wstx.returnNullForDefaultNamespace=true
-Djava.ext.dirs=/opt/jdk1.8.0_191/lib/ext:/opt/jdk1.8.0_191/jre/lib/ext:/root/ri/glassfish6/glassfish/domains/domain1/lib/ext
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djava.library.path=/root/ri/glassfish6/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
com.sun.enterprise.glassfish.bootstrap.ASMain
-upgrade
false
-domaindir
/root/ri/glassfish6/glassfish/domains/domain1
-read-stdin
true
-asadmin-args
--host,,,localhost,,,--port,,,5858,,,--user,,,admin,,,--passwordfile,,,/root/admin-password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/root/ri/glassfish6/glassfish/domains,,,domain1
-domainname
domain1
-instancename
server
-type
DAS
-verbose
false
-asadmin-classpath
/root/ri/glassfish6/glassfish/lib/client/appserver-cli.jar
-debug
false
-asadmin-classname
com.sun.enterprise.admin.cli.AdminMain]]

[2020-08-05T21:17:55.134+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596662274984] [timeMillis: 1596662275134] [levelValue: 800] [[
  Running GlassFish Version: Eclipse GlassFish  6.0.0  (build jenkins-private)]]

[2020-08-05T21:17:55.135+0000] [glassfish 6.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1596662274984] [timeMillis: 1596662275135] [levelValue: 800] [[
  Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-08-05T21:17:55.217+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596662274989] [timeMillis: 1596662275217] [levelValue: 800] [[
  Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T21:17:55.218+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596662274989] [timeMillis: 1596662275218] [levelValue: 800] [[
  Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-08-05T21:17:55.222+0000] [glassfish 6.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596662274989] [timeMillis: 1596662275222] [levelValue: 800] [[
  Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-08-05T21:17:55.262+0000] [glassfish 6.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1596662274989] [timeMillis: 1596662275262] [levelValue: 800] [[
  HV000001: Hibernate Validator 7.0.0.Alpha5]]

[2020-08-05T21:17:55.620+0000] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=25 _ThreadName=Thread-10] [timeMillis: 1596662275620] [levelValue: 800] [[
  Server shutdown initiated]]


Back to the top