You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Ingemar Allqvist (JIRA)" <ji...@apache.org> on 2018/03/15 16:29:00 UTC

[jira] [Created] (ARTEMIS-1749) Examples doesn't work on Windows

Ingemar Allqvist created ARTEMIS-1749:
-----------------------------------------

             Summary: Examples doesn't work on Windows
                 Key: ARTEMIS-1749
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1749
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 2.5.0
         Environment: Windows 10

JDK 1.8.0_112

apache-maven-3.5.0
            Reporter: Ingemar Allqvist


The examples:

"ssl-enabled-dual-authentication"
"stomp"
"stomp-dual-authentication"

Doesn't work on Windows (10?). The Maven build produces an error, and the server doesn't start:

server-out:     _        _               _
server-out:    / \  ____| |_  ___ __  __(_) _____
server-out:   / _ \|  _ \ __|/ _ \  \/  | |/  __/
server-out:  / ___ \ | \/ |_/  __/ |\/| | |\___ \
server-out: /_/   \_\|   \__\____|_|  |_|_|/___ /
server-out: Apache ActiveMQ Artemis 2.4.0
server-out:
server-out:
server-err:Exception in thread "main" java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\WS\program\artemis-2\examples\features\standard\ssl-enabled-dual-authentication\target\server0/etc/broker.xml
server-err: at java.net.URI$Parser.fail(Unknown Source)
server-err: at java.net.URI$Parser.checkChars(Unknown Source)
server-err: at java.net.URI$Parser.parse(Unknown Source)
server-err: at java.net.URI.<init>(Unknown Source)
server-err: at org.apache.activemq.artemis.dto.ServerDTO.getConfigurationURI(ServerDTO.java:39)
server-err: at org.apache.activemq.artemis.dto.ServerDTO.getConfigurationFile(ServerDTO.java:47)
server-err: at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:75)
server-err: at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:149)
server-err: at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:96)
server-err: at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:123)
server-err: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
server-err: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
server-err: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
server-err: at java.lang.reflect.Method.invoke(Unknown Source)
server-err: at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:129)
server-err: at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:49)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)