<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    As Stuart asked more details would help.<br>
    <br>
    The only way this could happen is if something, an agent for
    example, attempts to get a logger before JBoss Modules initializes
    logging. JBoss Modules looks for a META-INF/services/
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    java.util.logging.LogManager service which JBoss Log Manager has. If
    an agent needs to be used the java.util.logging.manager needs to be
    set to org.jboss.logmanager.LogManager before the agent initializes
    a logger.<br>
    <br>
    <div class="moz-cite-prefix">On 10/19/2014 12:42 AM, Stuart Douglas
      wrote:<br>
    </div>
    <blockquote cite="mid:54436B65.6060607@gmail.com" type="cite">
      <pre wrap="">Are you using a java agent by any chance?

If you are then the java agent is probably causing the issue, by 
attempting to log something before JBoss modules can set the log manager.

If you are not using a java agent then I am not sure exactly what the 
cause might be. Looking at the code it looks like it is possible for a 
custom security manager to break logging as the security manager is 
initialized first, however that does not seem likely.

Can you share the details on exactly what command line is being used to 
start the server?

Stuart

Max Rydahl Andersen wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Heya,

In tools and around arquillian I'm seeing more and more of $subject
error that I can't figure out the cause of.

I've found <a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/WFLY-3152">https://issues.jboss.org/browse/WFLY-3152</a> which David
responds the error message is clear.

I might be clear, but I can't figure out why starting wildfly the exact
same way will in one case result in this
error but then on second start it just works.

I first thought that our tools might not be setting the LogManager
(which it does not), but when I look at standalone.sh
in the same server there is also no setting of this property hence
afaics the server is being obtuse.

The answer in all cases seem to have been "have tried restarting it?"
and then things starts working, until it doesn't - and
then we restart again.

Any idea on what is going on  here ?

Thanks,
/max
<a class="moz-txt-link-freetext" href="http://about.me/maxandersen">http://about.me/maxandersen</a>
_______________________________________________
wildfly-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/wildfly-dev">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a>
</pre>
      </blockquote>
      <pre wrap="">_______________________________________________
wildfly-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/wildfly-dev">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
James R. Perkins
JBoss by Red Hat</pre>
  </body>
</html>