<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Process Manager
</h3>
<span style="margin-bottom: 10px;">
reply from <a href="http://community.jboss.org/people/kabir.khan%40jboss.com">Kabir Khan</a> in <i>JBoss AS7 Development</i> - <a href="http://community.jboss.org/message/557886#557886">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>I've got the servers starting up with sockets instead of stdio now, but I am seeing some errors in the logs. They are exactly the same in my branch using sockets as they are in master which uses stdio, so maybe they are expected at this stage?</p><div id="_mcePaste"> </div><div id="_mcePaste"> </div><div>When running standalone.sh, I get this error in boot.log:</div><pre class="jive-pre"><code class="jive-code jive-java">11:59:41,868 ERROR [server] Failed to activate deployment my-app.ear: java.lang.RuntimeException: Deployment root does not exist.<font color="red">"/Users/kabir/sourcecontrol/jboss-as7/git/jboss-as/build/target/server/deployments/my-app.ear"</font>
at org.jboss.as.model.ServerGroupDeploymentElement.activate(ServerGroupDeploymentElement.java:218)
at org.jboss.as.model.Standalone.activate(Standalone.java:464)
at org.jboss.as.server.AbstractServer.start(AbstractServer.java:100)
at org.jboss.as.server.StandaloneServer.start(StandaloneServer.java:68)
at org.jboss.as.server.Main.boot(Main.java:93)
at org.jboss.as.server.Main.main(Main.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
at org.jboss.modules.Module.run(Module.java:373) [jboss-modules.jar:1.0.0.Beta3]
at org.jboss.modules.Main.main(Main.java:171) [jboss-modules.jar:1.0.0.Beta3]
11:59:41,871 INFO  [model] Activating server group deployment: my-war.ear:22cfd207b9b90e0014a4
11:59:41,872 ERROR [server] Failed to activate deployment my-war.ear: java.lang.RuntimeException: Deployment root does not exist.<font color="red">"/Users/kabir/sourcecontrol/jboss-as7/git/jboss-as/build/target/server/deployments/my-war.ear"</font>
at org.jboss.as.model.ServerGroupDeploymentElement.activate(ServerGroupDeploymentElement.java:218)
at org.jboss.as.model.Standalone.activate(Standalone.java:464)
at org.jboss.as.server.AbstractServer.start(AbstractServer.java:100)
at org.jboss.as.server.StandaloneServer.start(StandaloneServer.java:68)
at org.jboss.as.server.Main.boot(Main.java:93)
at org.jboss.as.server.Main.main(Main.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
at org.jboss.modules.Module.run(Module.java:373) [jboss-modules.jar:1.0.0.Beta3]
at org.jboss.modules.Main.main(Main.java:171) [jboss-modules.jar:1.0.0.Beta3]
11:59:41,874 INFO  [model] Activating server group deployment: my-ejb.jar:7de777924ef61549b1af
11:59:41,874 ERROR [server] Failed to activate deployment my-ejb.jar: java.lang.RuntimeException: Deployment root does not exist.<font color="red">"/Users/kabir/sourcecontrol/jboss-as7/git/jboss-as/build/target/server/deployments/my-ejb.jar"</font>
at org.jboss.as.model.ServerGroupDeploymentElement.activate(ServerGroupDeploymentElement.java:218)
at org.jboss.as.model.Standalone.activate(Standalone.java:464)
at org.jboss.as.server.AbstractServer.start(AbstractServer.java:100)
at org.jboss.as.server.StandaloneServer.start(StandaloneServer.java:68)
at org.jboss.as.server.Main.boot(Main.java:93)
at org.jboss.as.server.Main.main(Main.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
at org.jboss.modules.Module.run(Module.java:373) [jboss-modules.jar:1.0.0.Beta3]
at org.jboss.modules.Main.main(Main.java:171) [jboss-modules.jar:1.0.0.Beta3]
</code></pre><div id="_mcePaste"> </div><div id="_mcePaste"> </div><div> </div><div>For run.sh I get this error in server-one/boot.log (and similar for server-two):</div><div> </div><pre class="jive-pre"><code class="jive-code">11:59:57,844 INFO  [server] Server Available to start
11:59:57,959 ERROR [server] Caught exception handling message from ServerManager: java.lang.RuntimeException: Failed to read server command
at org.jboss.as.server.MessageHandler.handleMessage(MessageHandler.java:67)
at org.jboss.as.server.ServerCommunicationHandler$Controller.run(ServerCommunicationHandler.java:202)
at java.lang.Thread.run(Thread.java:637) [:1.6.0_20]
Caused by: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to java.lang.String
at org.jboss.marshalling.ModularClassTable.readClass(ModularClassTable.java:70)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadClassDescriptor(RiverUnmarshaller.java:816)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1144)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNestedObject(RiverUnmarshaller.java:165)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:671)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1615)
at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1531)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1175)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadMapObject(RiverUnmarshaller.java:195)
at org.jboss.marshalling.river.RiverUnmarshaller.readMapData(RiverUnmarshaller.java:745)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:671)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1615)
at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1531)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1175)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1615)
at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1531)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1175)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1615)
at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1531)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1175)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1615)
at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1531)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1175)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadCollectionObject(RiverUnmarshaller.java:180)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObjectArray(RiverUnmarshaller.java:1440)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadArray(RiverUnmarshaller.java:1479)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:326)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1615)
at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1531)
at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1495)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1175)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
at org.jboss.marshalling.AbstractObjectInput.readObject(AbstractObjectInput.java:72)
at org.jboss.as.server.MessageHandler.readServerCommand(MessageHandler.java:93)
at org.jboss.as.server.MessageHandler.handleMessage(MessageHandler.java:65)
... 2 more
Caused by: an exception which occurred:
in object of type java.util.TreeMap comparator
in field subsystems
in object of type org.jboss.as.model.ProfileElement
in map value at index [249] of size [2]
in field profiles
in object of type org.jboss.as.model.Domain
in field this$0
in object of type org.jboss.as.model.Domain$7
in field includedProfileResolver
in object of type org.jboss.as.model.ProfileElement
in field profile
in object of type org.jboss.as.model.Standalone
in element at index [0] of size [1]
in field args
in object of type org.jboss.as.server.manager.ServerCommand
</code></pre><div> </div><div>This seems to be in response to the START server message command which passes through the Standalone element.</div></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/557886#557886">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss AS7 Development at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>