[ https://issues.apache.org/jira/browse/ARTEMIS-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873629#comment-16873629 ]
ASF subversion and git services commented on ARTEMIS-2366: ---------------------------------------------------------- Commit f2c3b768742fced4e84c7e48b0b0e9e5575052f7 in activemq-artemis's branch refs/heads/master from Justin Graham Bertram [ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=f2c3b76 ] ARTEMIS-2366 artemis-service start fails > artemis-service start failed by java.lang.NoClassDefFoundError > -------------------------------------------------------------- > > Key: ARTEMIS-2366 > URL: https://issues.apache.org/jira/browse/ARTEMIS-2366 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 2.8.1 > Environment: windows 10 x64 > apache-artemis-2.8.1 > java version "1.8.0_192" > Java(TM) SE Runtime Environment (build 1.8.0_192-b12) > Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode) > Reporter: xuhai zou > Priority: Major > Attachments: log.zip > > Time Spent: 1h > Remaining Estimate: 0h > > # created a new broker > # artemis-service install > # artemis-service start > # the windows service cant start and stop immediately > # artemis-service.err.log shows: > {color:#FF0000}java.lang.NoClassDefFoundError: > org/wildfly/common/net/HostName{color} > {color:#FF0000} at > org.jboss.logmanager.ExtLogRecord.<init>(ExtLogRecord.java:87){color} > at org.jboss.logmanager.Logger.log(Logger.java:796) > at > org.jboss.logging.JBossLogManagerLogger.doLog(JBossLogManagerLogger.java:44) > at org.jboss.logging.Logger.logv(Logger.java:2226) > at > org.apache.activemq.artemis.integration.bootstrap.ActiveMQBootstrapLogger_$logger.serverStarting(ActiveMQBootstrapLogger_$logger.java:35) > at > org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:68) > at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:85) > at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:150) > at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:98) > at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:125) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:129) > at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:49) > > > attachment is all log files -- This message was sent by Atlassian JIRA (v7.6.3#76005)