[
https://issues.apache.org/jira/browse/ARTEMIS-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428775#comment-16428775
]
ASF GitHub Bot commented on ARTEMIS-1749:
-----------------------------------------
Github user ingo1121 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1983
Hi!
Sorry for the mess with the git tree!
I have some question, though:
1. What is your normal build procedure? On my fork, I’ve made a Jenkins
job, that just does a ”mvn install” ob the root directory; no profiles or
anything. Is that reasonable?
2. I tried to make a ”full example” integration test; by running ”mvn
-Pexamples verify” on the examples directory. Unfortuatly it quickly runs out
of steam (both on Windows and RHEL). Is this something that should be fixed?
Should I register a JIRA? I notice that a lot of Java processes are left behind…
Regards
Ingemar
Från: clebertsuconic <[email protected]>
Skickat: den 3 april 2018 00:52
Till: apache/activemq-artemis <[email protected]>
Kopia: ingo1121 <[email protected]>; Mention <[email protected]>
Ämne: Re: [apache/activemq-artemis] ARTEMIS-1749 - Fixes the
ssl-enabled-crl-mqtt (#1983)
I fixed it.. but your PR was way too messed up. if I had merged your
merges.. we would have created a mess on master. please no merge commits on PRs.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/apache/activemq-artemis/pull/1983#issuecomment-378071239> ,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVmUYj66_W5-JmAwnvwSRDYeaoh0m8TDks5tkqt4gaJpZM4TBFTa>
.
<https://github.com/notifications/beacon/AVmUYowcdPo2x9tuPC1ZkI5SiknEElKeks5tkqt4gaJpZM4TBFTa.gif>
> 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
> Assignee: Justin Bertram
> Priority: Major
>
> 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)