Hi Garry,

Just for some info:
JBoss uses port 8080 for http connections. This is tomcat and is the default.
port 1098 is the naming server.

So what is happening here is JBoss is starting up, it tries to bind to
port 8080 and 1098/1099 which at present are being used by some other
application.

I quickly become suspicious of another JBoss instance because of the
port combination already being used.

You could look for java processes running via the task manager,
processes. I am primarily a Linux user so I have shallow advise wrt
your xp box and tracking down the process.

If a right click on the java process in task manager yields a context
menu and the opportunity to end the process.

If it is not the case that another jboss instance is running there are
various other options available.

Please let me know,

To stop and start jboss correctly please find details at
http://wiki.jboss.org/wiki/Wiki.jsp?page=StartStopJBoss

Hth,
Dion

On 11/5/07, Amy Bensinger (Contractor) <[EMAIL PROTECTED]> wrote:
> Some options for you:
>
>
>
> -          might an additional instance of JBoss be running in the
> background?
>
> -           Have you double-checked your build.properties file to make
> certain logins, etc are in order?
>
> -          Perhaps one of these Google results might have a more
> constructive suggestion:
>
> o
> http://www.google.co.in/search?q=%3A+java.rmi.server.ExportException%3A+
> Port+already+in+use%3A+1098&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US
> :official&client=firefox-a
>
>
>
>
>
> Another option is to install Jetty and see if it works better for you.
>
> ________________________________
>
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Garry Blanco
> Sent: Monday, November 05, 2007 6:24 PM
> To: [email protected]
> Subject: [Mifos-functional] installing mifos in laptop
>
>
>
> hi guys,
>
> I want to install mifos in my laptop (core2duo, 1GB ddr, 120GB hd,
> windows xp). I followed instruction on how to set it up.
>
> I've also tried updating my mifos files from 12162 to 12171 which
> contains src
> revision 12168. I had successfully rebuild the database and mifos
> application, bypassing the test dbase (I haven't try yet "ant" command
> only).
> When I start jboss I received the following errors:
>
> ---
>
> ObjectName: jboss.web.deployment:war=mifos.war,id=811593285
> State: FAILED
> Reason: org.jboss.deployment.DeploymentException: URL
> file:/C:/jboss-4.2.1.GA/
> server/mifos/tmp/deploy/tmp39251mifos-exp.war/ deployment
> failed
>
> --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
> ObjectName: jboss.web.deployment:war=mifos.war,id=811593285
> State: FAILED
> Reason: org.jboss.deployment.DeploymentException: URL
> file:/C:/jboss-4.2.1.GA/
> server/mifos/tmp/deploy/tmp39251mifos-exp.war/ deployment
> failed
>
> ObjectName: jboss:service=Naming
> State: FAILED
> Reason: java.rmi.server.ExportException: Port already in use: 1098;
> nested
> exc
> eption is:
> java.net.BindException: Address already in use: JVM_Bind
>
> 23:32:30,718 ERROR [Http11Protocol] Error starting endpoint
> java.net.BindException: Address already in use: JVM_Bind:8080
> at
> org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:501)
> at
> org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:515)
> at
> org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:203)
>
> ---
>
> any suggestion? (later, i will try to invoke ant command to build mifos
> program)
>
> thanks,
>
> garry (philippines)
>
>  Send instant messages to your online friends
> http://uk.messenger.yahoo.com
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mifos-functional mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-functional

Reply via email to