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

classes12.zip with WebLogic6.1

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friends
I have my weblogic setup with one Admin server and Managed server.I use classes12.zip as an OCI driver and have weblogic6.1 on sun solaris 8 + Oracle 8.1.6
When I start the Managed server from shell prompt, it takes path to OCI driver(classes12.zip) and works fine.
But when I start the Managed server from Console window, it doesn't take path and gives error.
How can I solve this?
Thanks
Lawrence
 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Weblogic 6.1 already includes JDBC 2.0 drivers from Oracle in weblogic.jar. I set up an Oracle connection pool yesterday on Solaris and everything worked fine. I never altered the CLASSPATH and never added any additional archives.
SAF
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Lara",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp.
We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please edit your profile and select a new name which meets the requirements.
Thanks.
Dave
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe you already know about this but did you see that there is a classpath attribute you have to fill out in the forms related to the managed server in the admin console ? When you don't set up anything the classpath only contains /lib/weblogic_sp.jar and /lib/weblogic.jar.
 
reply
    Bookmark Topic Watch Topic
  • New Topic