<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    The problem causing the IllegalArgumentException is described here,
    and I'll fix it, probably just a one liner:<br>
    <a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/AS7-893">https://issues.jboss.org/browse/AS7-893</a><br>
    <span class="Apple-style-span" style="border-collapse: separate;
      color: rgb(0, 0, 0); font-family: Times; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: 2; text-indent: 0px; text-transform:
      none; white-space: normal; widows: 2; word-spacing: 0px;
      font-size: medium;"><span class="Apple-style-span"
        style="font-family: arial,FreeSans,Helvetica,sans-serif;
        font-size: 12px; line-height: 16px;">
        <h2 id="issue_header_summary" class="item-summary"
          style="margin: 0px 0px 0px 60px; padding: 0px; font-size: 2em;
          color: rgb(74, 93, 117); line-height: 1.167;"><a
            href="https://issues.jboss.org/browse/AS7-893" style="color:
            rgb(74, 93, 117); cursor: pointer; text-decoration: none;">web
            subsystem virtual-server is requiring an alias to succeed</a></h2>
      </span></span><br>
    <br>
    On 5/24/11 10:15 AM, Scott Stark wrote:
    <blockquote cite="mid:4DDBE7BD.2000609@redhat.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      I'm seeing just this one line erorr msg after making a change to
      the standalone.xml in both the console and server.log:<br>
      12:44:31,346 ERROR [org.jboss.as.server] Boot update failed:
      "java.lang.IllegalArgumentException"<br>
      <br>
      Putting this in the debugger to see where this is coming from, it
      has something to do with the web subystem as the failure is
      dispatched from:<br>
      <ul>
        <li>doExecute():219, ServerControllerImpl {org.jboss.as.server}
        </li>
      </ul>
      with an address of:<br>
      [<br>
      &nbsp;&nbsp;&nbsp; ("subsystem" =&gt; "web"),<br>
      &nbsp;&nbsp;&nbsp; ("virtual-server" =&gt; "localhost")<br>
      ]<br>
      <br>
      Apparently it is not liking this change I made to the web
      subsystem:<br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;subsystem xmlns="urn:jboss:domain:web:1.0"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;connector name="http" protocol="HTTP/1.1"
      socket-binding="http" scheme="http"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;virtual-server name="localhost"
      enable-welcome-root="false" /&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/subsystem&gt;<br>
      <br>
      <br>
      from the default of:<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;subsystem xmlns="urn:jboss:domain:web:1.0"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;connector name="http" protocol="HTTP/1.1"
      socket-binding="http" scheme="http"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;virtual-server name="localhost"
      enable-welcome-root="true"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;alias name="example.com" /&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/virtual-server&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/subsystem&gt;<br>
      <br>
      I'm guessing it is because the alias is required, but that should
      not be true and is not indicated by the schema.<br>
      I'll look into that, but we need more context to know what is
      failing.<br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
jboss-as7-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>