• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Help J2SDKEE1.2.1 running on Window 2000

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I got the following error massage when I runned J2EE server in DOS prompt, Window 2000 environment.
------------------------------------------------------------
E:\>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
Web service started: 9191
java.lang.RuntimeException: Address in use: JVM_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: JVM_Bind
Error executing J2EE server ...
--------------------------------------------------------------
When I check the error in E:\NT_J2SDKEE\LOGS\HOME-UM\EJB\J2EE\ERROR, I found the following message:
(HOME-UM is my host name)
----------------------------------------------------------
Logging for J2EE Server Version: 1.2.1-q started at: Sun Jun 03 19:38:45 EDT 2001..
Using the Java HotSpot(TM) Client VM and the version number 1.3.0_02 from Sun Microsystems Inc..
VM is using the classpath: E:\NT_J2SDKEE\lib\classes;E:\NT_J2SDKEE\lib\locale;E:\NT_J2SDKEE\lib\j2ee.jar;e:\NT_jdk13\jre\lib\rt.jar;e:\NT_jdk13\lib\tools.jar;.;;E:\NT_J2SDKEE\lib\cloudscape\RmiJdbc.jar;E:\NT _J2SDKEE\lib\cloudscape\client.jar;E:\NT_J2SDKEE\lib\jhall.jar .
J2EE Home Directory has been set to: E:\NT_J2SDKEE.

Cannot find keystore file : C:\Documents and Settings\Administrator\.keystore
org.apache.tomcat.server.HttpServerException: Address in use: JVM_Bind
at org.apache.tomcat.server.HttpServer.start(HttpServer.java:520)
at com.sun.web.server.WebService.start(WebService.java:142)
at com.sun.web.server.WebServer.start(WebServer.java:144)
at com.sun.enterprise.server.J2EEServer.startWebService(J2EEServer.java:718)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:303)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
-------------------------------------------------------------
Can anyone tell what does the error msg means? Where can I find the ".keystore " file?
Thank a lot!
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had a similar problem when preinstalled JRun run on localhost:8000. You may change http.port=80 from http.port=8000 within the "web" file locating at j2sdkee\bin\config, to run j2ee server.
 
Besty Miao
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Kim,
I got around that problem by deinstalling JRun.
Thanks though
Besty.
 
It is difficult to free fools from the chains they revere - Voltaire. tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic