Conversation
|
The server doesn't start it for some reason: I built the server, create the server, ran it and got an exception. It probably need some other jar on the server? $ cd artemis-distribution/target/apache-artemis-1.0.1-SNAPSHOT-bin/apache-artemis-1.0.1-SNAPSHOT/bin
$ ./artemis create /tmp/myserver --user a --password a --allow-anonymous y
$ cd /tmp/myserver/bin
$ ./artemis runand I got this: |
|
ActiveMQ-Artemis-PR-Build #399 ABORTED |
|
@clebertsuconic ah -ha, that's the question I had on the mailing list as well. I'll take a look this evening. |
|
Ok, this is the best I can do. Let me know your thoughts. It looks like there is no geronimo spec jar for servlet 3.1 (which is what Jetty 9.2 is based on). As a result I'm using Tomcat's API. |
|
This is the output btw Seems like there might be an error (mac only?) where the output folder is taking "y" instead of "/tmp/myserver" |
|
the allow anonymous is a boolean property, and it's not possible to pass y / n.. it was a mistake... The CLI then took the Y as an argument. |
|
@clebertsuconic yep that was the issue. Removed the y and its doing the right thing now. |
|
Will get this merged.. thanks a Lot John |
|
ActiveMQ-Artemis-PR-Build #400 ABORTED |
ARTEMIS-296 Remove stacktrace from bridge disconnect log
No description provided.