This week's book giveaway is in the Agile/Processes forum.
We're giving away four copies of Building Green Software: A Sustainable Approach to Software Development and Operations and have Anne Currie, Sarah Hsu , Sara Bergman on-line!
See this thread for details.
  • 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Error starting OC4J instance

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi , I am having problem with starting OC4J instance .

The problem is I am unable to start OC4J instance by using java-jar oc4j.jar . It is displaying Address already in use . so please tell me how can i solve this ? In what file do i need to make chnages .


THanks in advance .
 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The error i am getting is

E:\OracleAS\j2ee\home>java -jar oc4j.jar
09/07/25 16:54:38 Error starting HTTP-Server: Address already in use: JVM_Bind
09/07/25 16:54:38 Unable to register the NameService:
09/07/25 16:54:38 Error starting up the IIOPService ..
09/07/25 16:54:38 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
Initialized


so please tell me where do i need to do chnages .


THanks in advance




 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I killed the process 23791 using taskkill , and when tried again

,

when i issue the command java -jar oc4j.jar i am getting this error


D:\OracleAS\j2ee\home>java -jar oc4j.jar
09/07/26 20:16:38 Unable to register the NameService:
09/07/26 20:16:38 Error starting up the IIOPService ..
09/07/26 20:16:38 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
initialized


Plese help
 
reply
    Bookmark Topic Watch Topic
  • New Topic