Sounds like the two applications are trying to listen on the same port. Make
sure nothing else is using the ports required by J2EE or JRUN. Only one
application can register a port at any given time.

Dean


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Jose Fernandez
Sent: Friday, August 18, 2000 1:55 PM
To: [EMAIL PROTECTED]
Subject: Re: Help me,Please

This happened to me when Jrun was running at the same time. Once I stopped
Jrun, the J2EE server started ok.

-----Original Message-----
From: Biren Patnaik [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 18, 2000 4:03 AM
To: [EMAIL PROTECTED]
Subject: Help me,Please


Hi,
I m new to EJB.I have installed J2EE from Sun.Whenever I m going to start
J2EE server(j2ee.bat),that time it is giving the following error
messages.I will appreciate if anyone can solve this problem.

Biren

D:\java\j2ee\bin>j2ee

J2EE server Listen Port: = 1049
Redirecting the output and error streams to the following files:
D:\JAVA\J2EE\logs\gmw_ocr_biren\ejb\j2ee\system.out
D:\JAVA\J2EE\logs\gmw_ocr_biren\ejb\j2ee\system.err
D:\java\j2ee\bin>j2ee -verbose

J2EE server Listen Port: = 1049
Naming service started: :1050
Published the configuration object ...
Binding DataSource, name = jdbc/Cloudscape, url =
jdbc:cloudscape:rmi:Cloudscape
DB;create=true
org.apache.tomcat.core.DefaultServlet: init
org.apache.jasper.runtime.JspServlet: init
Web service started: 9191
org.apache.tomcat.core.DefaultServlet: init
org.apache.jasper.runtime.JspServlet: init
java.lang.RuntimeException: Address in use: bind
        at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:348)
        at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
J2EE server reported the following error: Address in use: bind
Error executing J2EE server ...

Awaiting the reply...

Biren

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to