<!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>
("subsystem" => "web"),<br>
("virtual-server" => "localhost")<br>
]<br>
<br>
Apparently it is not liking this change I made to the web
subsystem:<br>
<br>
<subsystem xmlns="urn:jboss:domain:web:1.0"><br>
<connector name="http" protocol="HTTP/1.1"
socket-binding="http" scheme="http"/><br>
<virtual-server name="localhost"
enable-welcome-root="false" /><br>
</subsystem><br>
<br>
<br>
from the default of:<br>
<subsystem xmlns="urn:jboss:domain:web:1.0"><br>
<connector name="http" protocol="HTTP/1.1"
socket-binding="http" scheme="http"/><br>
<virtual-server name="localhost"
enable-welcome-root="true"><br>
<alias name="example.com" /><br>
</virtual-server><br>
</subsystem><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>