[JBoss JIRA] (WFLY-10976) Artemis warnings during startup
by Bartosz Baranowski (JIRA)
[ https://issues.jboss.org/browse/WFLY-10976?page=com.atlassian.jira.plugin... ]
Bartosz Baranowski resolved WFLY-10976.
---------------------------------------
Resolution: Cannot Reproduce
Does not seem to be the case with latest master. Closing.
> Artemis warnings during startup
> -------------------------------
>
> Key: WFLY-10976
> URL: https://issues.jboss.org/browse/WFLY-10976
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 14.0.0.Final
> Reporter: Rich DiCroce
> Assignee: Bartosz Baranowski
>
> Artemis logs these warnings during startup when using the stock standalone-full.xml configuration:
> {code}
> 12:11:31,997 WARN [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ222269: Please use a fixed value for "journal-pool-files". Default changed per https://issues.apache.org/jira/browse/ARTEMIS-1628
> 12:11:32,000 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221075: Usage of wildcardRoutingEnabled configuration property is deprecated, please use wildCardConfiguration.enabled instead
> {code}
> It looks like there's a config option that could be used to silence the first one, but I have no idea what the second one is talking about.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (WFLY-10976) Artemis warnings during startup
by Bartosz Baranowski (JIRA)
[ https://issues.jboss.org/browse/WFLY-10976?page=com.atlassian.jira.plugin... ]
Bartosz Baranowski reassigned WFLY-10976:
-----------------------------------------
Assignee: Bartosz Baranowski (was: Jeff Mesnil)
> Artemis warnings during startup
> -------------------------------
>
> Key: WFLY-10976
> URL: https://issues.jboss.org/browse/WFLY-10976
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 14.0.0.Final
> Reporter: Rich DiCroce
> Assignee: Bartosz Baranowski
>
> Artemis logs these warnings during startup when using the stock standalone-full.xml configuration:
> {code}
> 12:11:31,997 WARN [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ222269: Please use a fixed value for "journal-pool-files". Default changed per https://issues.apache.org/jira/browse/ARTEMIS-1628
> 12:11:32,000 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221075: Usage of wildcardRoutingEnabled configuration property is deprecated, please use wildCardConfiguration.enabled instead
> {code}
> It looks like there's a config option that could be used to silence the first one, but I have no idea what the second one is talking about.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (WFLY-10337) AuthenticationPolicyContextTestCase doesn't work with -Dnode{0, 1} properties
by Petr Kremensky (JIRA)
[ https://issues.jboss.org/browse/WFLY-10337?page=com.atlassian.jira.plugin... ]
Petr Kremensky commented on WFLY-10337:
---------------------------------------
[~iweiss] Yes, we no longer see this in upstream, see linked PRs.
> AuthenticationPolicyContextTestCase doesn't work with -Dnode{0,1} properties
> ----------------------------------------------------------------------------
>
> Key: WFLY-10337
> URL: https://issues.jboss.org/browse/WFLY-10337
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Petr Kremensky
> Assignee: Daniel Čihák
> Fix For: 13.0.0.Final
>
>
> *reproduce*
> {noformat}
> wildfly/testsuite/integration/ws] $ mvn clean test -Dtest=AuthenticationPolicyContextTestCase -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2
> ...
> Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://localhost:8080/picketlink-sts-ws/EchoService?wsdl'.: java.net.ConnectException: Connection refused (Connection refused)
> at com.ibm.wsdl.xml.WSDLReaderImpl.getDocument(WSDLReaderImpl.java:2198)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2390)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2422)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:266)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:165)
> at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:85)
> ... 146 more
> {noformat}
> WSDL url
> {noformat}URL wsdl = new URL("http://localhost:8080/picketlink-sts-ws/EchoService?wsdl");{noformat} shouldn't be hardcoded. Please use {{TestSuiteEnvironment}} to build it instead.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months