• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Websphere Initialization problem

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I m new to websphere . Just need to deploy a project on websphere / Oracle from Tomcat/SQL .
I have Websphere 4.0.1. Oracle 8i. I intall it and configured it . but when there are some problems going on in basic initialization.
1 - In Administrative Console I cant see the left navigation. (Is it some installation problem or something else ?)
2- From Samples when i hit Sample EJB then it generate an error in the log which says, Too many cursors open.
Kindly give any hint asap. and send me the URL of the configuration of WebSphere with Oracle.
I'll be highly boliged in this regard ..
Thanks
Khurram
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Increase the cursors at Oracle level. In the initSID.ora, increase the number of cursors to 200(at least), then restart the oracle instance. Start the WAS admin server.
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in other words, if your SID is orcl, look in ORACLE_INSTALL_FOLDER/database/initorcl.ora and add the line:
open_cursors=200
if it is not already there.
Good luck.
-T
 
reply
    Bookmark Topic Watch Topic
  • New Topic