<!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="https://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;">
Re: http://localhost:8080/jbpm-console problem
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/bardelman">Feki Ahmed</a> in <i>jBPM Development</i> - <a href="https://community.jboss.org/message/734734#734734">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 had two jboss server starting in the same time... i found the same issue in this link <a class="" href="https://community.jboss.org/message/649881#649881">https://community.jboss.org/message/649881</a></p><p>even if i didn t have the same exeption ("java.net.BindException: Address already in use: JVM_Bind localhost/127.0.0.1:8080) i actually</p><p> had both jboss versions 5 and 7 starting in the same time(it is mentionned in the command prompt when i type ant start.demo)</p><p>and had the jboss AS 7 welcome page displaying in my localhost:8080. so i changed the build.xml like this (i ve commented the <antcall target="start.jboss5" /> and its "implementation" ):</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><!-- Start JBoss AS --></p><p>  <target name="start.jboss"></p><p>    <!--<antcall target="start.jboss5" />--></p><p>    <antcall target="start.jboss7" /></p><p>  </target></p><p>  <target name="start.jboss7" depends="check.jboss.version" if="jboss.version.is.7"></p><p>    <property name="jboss.full.path.win" location="${jboss.home}/bin/standalone.bat" /></p><p>    <exec executable="${jboss.full.path.win}" spawn="yes"</p><p>          osfamily="windows"></p><p>      <env key="JAVA_OPTS" value="-XX:MaxPermSize=256m -Xms256m -Xmx512m" /></p><p>      <arg value="-b" /></p><p>      <arg value="${jboss.bind.address}" /></p><p>      <arg value="-Djbpm.console.directory=${install.home}/sample/evaluation/src/main/resources" /></p><p>      <arg value="-Dreporting.needcontext=true" /></p><p>    </exec></p><p>    <property name="jboss.full.path.linux" location="${jboss.home}/bin/standalone.sh" /></p><p>    <exec executable="${jboss.full.path.linux}" spawn="yes" osfamily="unix"></p><p>      <env key="JAVA_OPTS" value="-XX:MaxPermSize=256m -Xms256m -Xmx512m" /></p><p>      <arg value="-b" /></p><p>      <arg value="${jboss.bind.address}" /></p><p>      <arg value="-Djbpm.console.directory=${install.home}/sample/evaluation/src/main/resources" /></p><p>      <arg value="-Dreporting.needcontext=true" /></p><p>    </exec></p><p>    <waitfor maxwait="5" maxwaitunit="minute" checkevery="10"</p><p>             checkeveryunit="second" timeoutproperty="jboss.timeout"></p><p>      <socket server="${jboss.bind.address}" port="8080" /></p><p>    </waitfor></p><p>    <fail if="jboss.timeout" message="JBoss AS7 did not start within 5 minutes"/></p><p>  </target></p><p>  <!--<target name="start.jboss5" depends="check.jboss.version" unless="jboss.version.is.7"></p><p>    <property name="jboss.full.path.win" location="${jboss.home}/bin/run.bat" /></p><p>    <exec executable="${jboss.full.path.win}" spawn="yes"</p><p>          osfamily="windows"></p><p>      <env key="JAVA_OPTS" value="-XX:MaxPermSize=256m -Xms256m -Xmx512m" /></p><p>      <arg value="-b" /></p><p>      <arg value="${jboss.bind.address}" /></p><p>      <arg value="-Djbpm.console.directory=${install.home}/sample/evaluation/src/main/resources" /></p><p>    </exec></p><p>    <property name="jboss.full.path.linux" location="${jboss.home}/bin/run.sh" /></p><p>    <exec executable="${jboss.full.path.linux}" spawn="yes" osfamily="unix"></p><p>      <env key="JAVA_OPTS" value="-XX:MaxPermSize=256m -Xms256m -Xmx512m" /></p><p>      <arg value="-b" /></p><p>      <arg value="${jboss.bind.address}" /></p><p>      <arg value="-Djbpm.console.directory=${install.home}/sample/evaluation/src/main/resources" /></p><p>    </exec></p><p>    <waitfor maxwait="10" maxwaitunit="minute" checkevery="30"</p><p>             checkeveryunit="second" timeoutproperty="jboss.timeout"></p><p>      <socket server="${jboss.bind.address}" port="8080" /></p><p>    </waitfor></p><p>    <fail if="jboss.timeout" message="JBoss AS5 did not start within 10 minutes"/></p><p>  </target>--></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><span>But still cant access to the </span><a class="jive-link-external-small" href="http://localhost:8080/jbpm-console" target="_blank">http://localhost:8080/jbpm-console</a><span> !!</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>help please !!</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/734734#734734">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>