[jboss-jira] [JBoss JIRA] (WFLY-4958) "Could not initialize class java.lang.StringCoding" from CLI on HP-UX
Marek Kopecký (JIRA)
issues at jboss.org
Wed Aug 12 06:14:04 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097550#comment-13097550 ]
Marek Kopecký commented on WFLY-4958:
-------------------------------------
Same errors occurs intermittently on "standalone.sh" and "domain.sh", logs:
{noformat}
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /hudson_workspace/workspace/eap-7x-manu-startup-multiple-HP-UX/bf110154/workspace/manu.testsuite.eap.eap6.startup.MultipleStartupEap6/jboss-eap-7.0
JAVA: /qa/tools/opt/hpux_ia//java8/bin/java
JAVA_OPTS: -server -d64 -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
Error occurred during initialization of VM
java.lang.NoClassDefFoundError: Could not initialize class java.lang.StringCoding
at java.lang.String.<init>(String.java:534)
at java.lang.String.<init>(String.java:554)
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1164)
Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Finalizer"
{noformat}
JDK version: 1.8.0.01-hp-ux
> "Could not initialize class java.lang.StringCoding" from CLI on HP-UX
> ---------------------------------------------------------------------
>
> Key: WFLY-4958
> URL: https://issues.jboss.org/browse/WFLY-4958
> Project: WildFly
> Issue Type: Bug
> Components: CLI
> Affects Versions: 10.0.0.Alpha5
> Reporter: Marek Kopecký
> Assignee: Alexey Loubyansky
>
> *Description of problem:*
> "NoClassDefFoundError: Could not initialize class java.lang.StringCoding" occurs on HP-UX in a non-interactive mode of CLI
> This is intermittent issue.
> This exception occurs even without running domain server.
> *How reproducible:*
> 2% on HP-UX
> *Steps to Reproduce:*
> # ./domain.sh \# optional step
> # {noformat}for (( i = 1; i <= 200 ; i++ )) ; do
> ./jboss-cli.sh -c command="/profile=test:add"
> ./jboss-cli.sh -c command="/profile=test:remove"
> done{noformat}
> *Actual results:*
> {noformat}
> Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Finalizer"
> Error occurred during initialization of VM
> java.lang.NoClassDefFoundError: Could not initialize class java.lang.StringCoding
> at java.lang.String.<init>(String.java:534)
> at java.lang.String.<init>(String.java:554)
> at java.lang.System.initProperties(Native Method)
> at java.lang.System.initializeSystemClass(System.java:1164)
> {noformat}
> *Expected results:*
> No errors
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list