[jboss-jira] [JBoss JIRA] (WFCORE-917) "Could not initialize class java.lang.StringCoding" on HP-UX
Gene Bradley (JIRA)
issues at jboss.org
Tue Nov 17 08:27:00 EST 2015
[ https://issues.jboss.org/browse/WFCORE-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129646#comment-13129646 ]
Gene Bradley commented on WFCORE-917:
-------------------------------------
hi Marek, are you using a LANG setting when running this?
> "Could not initialize class java.lang.StringCoding" on HP-UX
> ------------------------------------------------------------
>
> Key: WFCORE-917
> URL: https://issues.jboss.org/browse/WFCORE-917
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Reporter: Marek Kopecký
> Assignee: Jason Greene
>
> *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: (this reproducer always hits this issue)*
> # ./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.4.11#64026)
More information about the jboss-jira
mailing list