• 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

WebLogic12c starting issues

 
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I posted this on another forum some hours back, as the problem is still not resolved yet, I am posting it here as well. I downloaded and installed WebLogic12c on my machine. At the end of the installation, the message mentions the location of the domain and the url of the admin server, which is http://Home-PC:7001/console. I go to the domain location and from one of the subfolders invoke startWebLogic.cmd script. I than went to the above mentioned URL However, going to this url is giving me a page not found error. Replacing the url with http://localhost:7001/console is also giving me a similar error message. I am not sure where I am going wrong, hope someone can help. Thank you.
 
Ranch Hand
Posts: 378
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you post the config.xml ?
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John,

I am sure you must be aware, but tell us, how do you understand that your weblogic server is up and running?

 
John Paterson
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I think I have found out what the problem is. Pointing to jdk 1.6 seems to be the issue. I reinstalled everything and when setting up domain, I pointed to the jdk7 provided by the installer and it worked. This is "Oracle Enterprise Pack for Eclipse 12c installer" I am talking about. This particular version is version 12.1.3, I am actually trying out exercises from an eBook which is using version 12.1.1, so I have uninstalled 12.1.3 and installed 12.1.1 now, which comes with it's own JDK 6, I pointed to it and it works also.
 
mooooooo ..... 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