• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Weblogic start up issues/questions

 
Ranch Hand
Posts: 201
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't start my weblogic because of memory issues. I'm receiving the following error:



Couple of questions.
Where is this JDK usually defined?

I did a search in my WL installation folder and haven't found it (yet). I want to use the value set in my env. variables which is jdk1.6.0_24 (this is WL10.3.4 btw)
When I created my domain and adminServer I specified jdk 1.6_24.....

I increased the max memory to 1084

Thought this would solve my issues but it's not.

How can I get this instance to relaunch? Another domain i have set up is launching fine. I emptied out the tmp and cache folders in the adminserver folder as well.
Is there a fix for this? Or issue causing it?
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where is this JDK usually defined?

Please go your WLS installation, search and open the file named "setDomainEnv.cmd/sh" depending upon your platform.

Normally located @ Domain_home>>bin>>setDomainEnv.cmd

Search for the string "JAVA_HOME" and look where does it points to. This will give you the location of your JDK.

Also, try keeping up the below settings
-Xms1280m -Xmx1280m -XX:PermSize=512m -XX:MaxPermSize=512m

Do let me know if you can being your instance up after this.

Regards,
Rob
 
Jay Dilla
Ranch Hand
Posts: 201
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

robin patel wrote:Where is this JDK usually defined?

Please go your WLS installation, search and open the file named "setDomainEnv.cmd/sh" depending upon your platform.

Normally located @ Domain_home>>bin>>setDomainEnv.cmd

Search for the string "JAVA_HOME" and look where does it points to. This will give you the location of your JDK.

Also, try keeping up the below settings
-Xms1280m -Xmx1280m -XX:PermSize=512m -XX:MaxPermSize=512m

Do let me know if you can being your instance up after this.

Regards,
Rob



these steps are not working either
 
Politics n. Poly "many" + ticks "blood sucking insects". 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