Can't Load 3rd Party JDBC in iPlanet Application Server

I am trying to use a 3rd Party Type 4 Oracle JDBC driver to connect to a database in iPlanet Application Server 6.0 SP3. I used the jdbcsetup.exe tool to register the driver and used the iAS Administrative Tool to Register the Datasource.
External JDBC Driver Parameters:
Driver Type: OracleConnectionPoolDataSource
Driver Classname: oracle.jdbc.pool.OracleConnectionPoolDataSource
Driver Classpath: c:\src\jdbc\lib\classes111.zip
DataSource Registration Parameters:
JNDI Name: OracleConnectionPoolDataSource
DriverType: OracleConnectionPoolDataSource
DatabaseURL: jdbc:oracle:thin:@decipher:1521:csi
Code to Access datasource (Note: dsName=OracleConnectionPoolDataSource):
try {
// Define JNDI InitialContext object.
InitialContext ctx = new InitialContext();
ds = (DataSource)ctx.lookup("jdbc/" + dsName);
dbConn = ds.getConnection();
//requires all sql Statements to be manually commit(ed)
dbConn.setAutoCommit(false);
if(dbConn!=null)
     System.out.println("Getting a connection from dds.");
catch (Exception e){
     e.printStackTrace();
The Error that I am getting:
[22/Aug/2002 15:43:51:9] info: RLOPMGR-005: OracleConnectionPoolDataSource: CALLBACK FAILED: CreateObject
java.sql.SQLException: A. Couldn't load or create 3rd party class: oracle.jdbc.pool.OracleConnectionPoolDataSource
at com.netscape.server.jdbc.Driver.connect(Unknown Source)
at com.netscape.server.jdbc.ConnectionPool.createNewConnection(Unknown Source)
at com.netscape.server.jdbc.ProxyEvaluation.createObject(Unknown Source)
at com.kivasoft.rlop.ObjectPool.reserveObjectnative(Native Method)
at com.kivasoft.rlop.ObjectPool.reserveObject(Unknown Source)
at com.netscape.server.jdbc.ConnectionPool.getFromPool(Unknown Source)
at com.netscape.server.jdbc.ConnectionPool.getConnection(Unknown Source)
at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
I would greatly appreciate any help on why I am getting this error. I am desparate!

I'm sorry but I'm not an expert......
As you know Classes12.zip contains two dir "javax" and "oracle".
So my path for driver is "/servers/jdbc/classes12.zip (or wath is contains).
In classpath variable in iasenv.ksh I put /servers/jdbc but it doesn't work.
I tried with /servers/jdbc/oracle/driver.....the same
Can you help me again
Thank you very much!
Massimiliano

Similar Messages

  • 9.0.3 DB Navigator Issues on 3rd Party JDBC

    A new problem in 9.0.3: under System Navigator, Connections, Database Connections, we are no longer able to drill-down to schema objects (such as tables and views) for the 3rd party JDBC connection that we have been using successfully in 9.0.2.
    I have configured the 3rd party JDBC libraries under jdev.conf. I am able to connect to the database. I am even able to run a Java method to connect to and extract metadata from the database.
    The JDBC Driver for the Progress RDBMS is provided by Data Direct Technologies. It is a Type-2 JDBC driver created under the JDK 1.2. A type-3 driver will not soon be available. Also, I am running JDeveloper 9.0.3 under Windows 2000.
    We are prototyping a web extension layer using JSP to legacy systems that have Oracle, DB2, and Progress back-ends. So far, Oracle 9iAS and JDeveloper have been the favorites to implement this layer.
    However, without the schema object visibility, JDeveloper does has little use as a development tool for us. I have elaborated this problem in a previous thread, but did not get a response from Oracle.
    Someone in the JDeveloper group please respond. We really like JDeveloper and do not want to have to walk away from it because of this.

    Hello Robert,
    You have two solutions :
    1) You ask your JDBC provider for compile driver with jdk1.3+
    2) You try another driver on http://industry.java.sun.com/products/jdbc/drivers
    Can You help me with DB2 and Progress ?
    If yes send me email on [email protected]
    Thanks

  • Trying to load 3rd party plugins in Main Stage

    I'm trying to load 3rd party plugins in Main Stage. I get as far as creating a new channel strip. When I click and hold on I/O, however, the dropdown only goes down as far as "Garageband instruments." Shouldn't I also be seeing "AU" instruments below that? Can anybody walk me through doing this function?

    Hi,
    you might try a macro / keyboard recorder. I use autohotkey (www.autohotkey.com). If you have selected one or more items in the grid view and press ctrl-shift-n this script:
    ;LR Start external editor #7
    ^+n::
    #IfWinActive Adobe Photoshop Lightroom
    Send {RButton}
    Send {Down 8}
    Send {Right}
    Send {Down 7}
    Send {Enter}
    return
    opens the files in the 7th external editor. Of course the number depends on your installed editors and might change with additional editors.

  • Password Remember Button does not function; Can't input 3rd Party Passwords for Social Networks/Emails.

    My "Remember" button doesn't work. Simple as that. The "Not Now"
    Button still works, and closes the pop-bar. Remember doesn't do anything.
    [Exception... "'User canceled master password entry, login not added.' when calling method: [nsILoginManagerStorage::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js :: anonymous :: line 445" data: no]
    Occurs when trying to input 3rd Party extension passwords.
    I have no master password set, I have also read the "Password not remembered topic", and it didn't help.
    Error Console yields this:
    "'''Warning: The 'charCode' property of a keyup event should not be used. The value is meaningless.
    Source File: https://support.mozilla.com/en-US/questions/new?product=desktop&category=d6&search=Password+Remeber+Button+does+not+function%3B+Can%27t+input+3rd+Party+Passwords+for+Social+Networks%2FEmails.&showform=1#question-form
    Line: 0'''"

    Okay, I have started Firefox in Safe Mode, and the Remember button still didn't work. After checking the error console, It had the following message again:
    "Error: uncaught exception: [Exception... "'User canceled master password entry, login not added.' when calling method: [nsILoginManagerStorage::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js :: anonymous :: line 445" data: no]"
    After I Evaluated it (In the error console) it gave me a slightly different version:
    "Error: missing ; before statement
    Source File: javascript:%20Error:%20uncaught%20exception:%20[Exception...%20"'User%20canceled%20master%20password%20entry,%20login%20not%20added.'%20when%20calling%20method:%20[nsILoginManagerStorage::addLogin]"%20%20nsresult:%20"0x8057001e%20(NS_ERROR_XPC_JS_THREW_STRING)"%20%20location:%20"JS%20frame%20::%20file:///C:/Program%2520Files/Mozilla%2520Firefox/components/nsLoginManager.js%20::%20anonymous%20::%20line%20445"%20%20data:%20no]
    Line: 1, Column: 8
    Source Code:
    Error: uncaught exception: [Exception... "'User canceled master password entry, login not added.' when calling method: [nsILoginManagerStorage::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///C:/Program%2"
    I read the Troubleshooting extensions & Themes, but It didn't help.
    When I tried to read "http://kb.mozillazine.org/Password_Manager" I get a page that says:
    "ERROR
    The requested URL could not be retrieved
    While trying to retrieve the URL: http://kb.mozillazine.org/Password_Manager
    The following error was encountered:
    * Connection Failed
    The system returned:
    (110) Connection timed out
    The remote host or network may be down. Please try the request again.
    Your cache administrator is root. "
    Also, this error occurs in ALL 3rd Party extensions. It can't log me into E-Mail accounts, Facebook, Twitter, anything. The error message has a window title of [JAVASCRIPT APPLICATION] if that says anything.

  • What is the site where I can access many 3rd party Widgets for MUSE?

    What is the site where I can access many 3rd party Widgets for MUSE?

    Hi
    Some more
    Adobe Muse Free Templates | Download Muse Themes and Widgets
    MUSE RESOURCES™ | Library Widgets
    RESOURCES | Adobe Muse CC
    Regards

  • How can i get 3rd party plugins for logic such as massive or nexus?

    how can i get 3rd party plugins for logic such as massive or nexus?

    Buy the 64bit AU versions from their respective online stores...
    Massive can be found at;
    http://www.native-instruments.com/en/products/komplete/synths-samplers/massive/p ricing/?content=2115
    Nexus 2 (as Nexus 1 will not work with Logic Pro X) from;
    http://refx.com/products/nexus/summary/
    However, I suspect, based on the fact you could have simply searched on Google.. that buying them wasn't what you had in mind.................

  • Logic crash when loading 3rd party space designer preset

    Hi,
    I am having problems loading 3rd party space designer presets in a specific project. When I load the presets in a new song there is no problem. I would like to use the presets in this specific project, so maybe somebody knows a solution.
    I already tried system maintenance like
    - running the regular cron scripts
    - repairing permissions
    - removing the logic preferences file
    My setup:
    - dual 2Ghz PPC G5
    - 4 GB DDR SDRAM
    - OSX 10.4.11
    - Logic Pro 8.0.2 (1502.22)
    And the crash report until the crash:
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Logic Pro
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Parent: WindowServer [78]
    Version: 8.0.2 (1502.22)
    Build Version: 9
    Project Name: Logic
    Source Version: 15022200
    PID: 374
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000014
    Thread 0 Crashed:
    0 com.apple.AppKit 0x926bd0c8 -[NSMatrix mouseDown:] + 304
    1 com.apple.AppKit 0x9256b4e0 -[NSWindow sendEvent:] + 4616
    2 com.apple.prokit 0x96b52914 -[NSProWindow sendEvent:] + 272
    3 com.apple.logic.pro 0x005ff78c 0x1000 + 6285196
    4 com.apple.AppKit 0x92514524 -[NSApplication sendEvent:] + 4172
    5 com.apple.logic.pro 0x00521c74 0x1000 + 5377140
    6 com.apple.logic.pro 0x0051bf54 0x1000 + 5353300
    7 com.apple.logic.pro 0x00521c4c 0x1000 + 5377100
    8 com.apple.AppKit 0x9250b960 -[NSApplication run] + 508
    9 com.apple.prokit 0x96b2e714 NSProApplicationMain + 296
    10 com.apple.logic.pro 0x00003f1c 0x1000 + 12060
    11 com.apple.logic.pro 0x00003c20 0x1000 + 11296
    Any ideas?
    Thanks,
    Wouter.

    A quick update: logic crashes in more cases now. Last time I was working on volume automation in the arrange window.

  • Can I use 3rd party instruments/plug-ins/loops with Garageband '11 running OS X 10.6.8? and how do I install?

    Can I use 3rd party instruments/plug-ins/loops with Garageband '11 running OS X 10.6.8? and how do I install?

    10.6.8 won't run on a PowerPC Mac. 
    10.6.8 also won't run the latest Java.  Here's what version of Java you can run:
    https://discussions.apple.com/docs/DOC-5532

  • Any one can provide me a free JDBC dirver for SQL Server 7.0

    I have searched it on microsoft web site, but I can only find it for SQL Server 2000, is anybody can provide me a free JDBC dirver for SQL Server 7.0?
    Thanks a lot!

    cheers chiliast,
    yeah aveconnect trial version did expire
    after 30 or something.. days.. and it did provide unlimited no of
    connections ..
    We found it to be really worth a try and even buy..
    I think that for commercial purposes and serious programing,
    its better to buy a driver, because all the better ones are
    evaluation versions :-( , and there are no many free drivers
    around.
    anyway if you really need a free driver,..
    there is an open source driver from the Free TDS..
    see
    http://www.freetds.org/
    It does have some limitations in functionality, but supports sql 7.
    hope it helps,
    Jer

  • Can I install iPlanet Application Server 6 on Solris on Intel

    Can I install iPlanet Application Server 6 on "Solris on Intel".
    Raj

    Hi Raj,<BR><BR>
    Sorry but unfortunately the short answer is no. <BR>
    The iPlanet Application Server is supported on <BR>
    UltraSPARC running Solaris 2.6 or Solaris 8<BR>
    or<BR>
    Windows NT 4.0 SP 5 <BR><BR>
    It's also available on HP-UX 11.0 and AIX 4.3.3<BR>
    but I don't know on which hardware<BR>
    You can check the documentation on http://docs.iplanet.com<BR><BR>
    Hope this helps<BR><BR>
    Caryl<BR>
    Sun Developer Technical Support<BR>

  • IPlanet Application Server 6.0 Service Pack 3 Test Drive

    Hi,
    We are trying to port an existing web-app (runs on WebLogic and JBoss)
    to the iPlanet Application Server platform.
    We can deploy our app, but cannot access it once it is deployed.
    Is the iPlanet Application Server 6.0 Service Pack 3 Test Drive "cripple
    ware" or is it a fully functioning trial which allows you deploy new
    apps to it?
    Thank You,
    Eric Kahler

    Hello,
    If the issue is looking up the bean and you are looking up the bean as you
    would with JBoss or BEA:
    String beanName = "Bean";
    ctx = InitialContext();
    ctx.lookup( beanName );
    then you might have the problem there. Atleast this is what we have found
    with beans needing to be convered. Change the lookup to be ctx.lookup
    ("ejb/" + beanName ); and you might be better. I haven't tried it on JBoss
    or Bean but ctx.lookup( "java:comp/env/ejb/" + beanName) might work on all
    the different app servers
    TTYL, Jeff
    "Eric Kahler" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    We are trying to port an existing web-app (runs on WebLogic and JBoss)
    to the iPlanet Application Server platform.
    We can deploy our app, but cannot access it once it is deployed.
    Is the iPlanet Application Server 6.0 Service Pack 3 Test Drive "cripple
    ware" or is it a fully functioning trial which allows you deploy new
    apps to it?
    Thank You,
    Eric Kahler

  • Deploying war file on iplanet application server 6.5

    Hi ,
    We are trying to deploy WebObjects application on Iplanet Application server server 6.5.
    Steps we tried for deployment :
    1) War file generated by WebObjects.
    2) Started IPlanet Application server.
    3) Opened the War file in the deployment tool.
    4) Verified that the WAR file to be deployed using the verify option in the deployment tool(Verified successfully)
    5) We tried to save the archive, then it throws an error saying "
    "Invalid entry compressed size (expected 52 bytes but got 51 bytes)".
    We ignored this message and proceeded further by clicking on OK.
    6) Deployed the WAR file using the deploy option
    7) In the deploy message box, it diplays that the application was deployed successfully.
    Then we tried to access the application by trying the following url : " http://localhost/NASApp/<CONTEXT NAME>/WebObjects/<APPLICATION NAME>"
    (eg : http://localhost/NASApp/SampleApplication/WebObjects/SampleApplication.woa>)
    We are getting the error saying that " GXError". We are not sure whether the the above mentioned url is the correct way to access the application !
    What we think the problem in deployment is
    i) because of error while saving the WAR file (Invalid entry compressed size (expected 52 bytes but got 51 bytes)
    ii) URL not appropriate
    Other observations :
    We tried to deploy to deploy sample application on Iplanet Application server. All these sample applications are deployed properly without the above mentioned error message. All these application are accessed by typing following url : " http:localhost/NASApp/<CONTEXT NAME>/<APPLICATION NAME>". IN all the sample application, url contains "NASApp" . We are not sure what this stand for and maps to. What we assumed is that it maps to the the iplanet app document root i.e "installedroot/ias6/ias/App"
    The exception throw while saving the WAR file is " com.iplanet.ias.tools.buzz.util.ArchiveHandlerException"
    Has any body who has tried this can help us?
    Thanks,
    Raju and Venkatesh

    Hi,
    First of all the application you are trying is from a WebObjects application server. I don't know how they package the modules and what is the format/file structure. I just went to their site, though they say that the WebObjects applications can be deploy on any J2EE Application server but still how they package and how they write the xml descriptors is not known.
    Looking at your exception it seem that first it is something to do the war/jar archive file compression thing (as the deployment tool is not able to read the complete file) then comes the deployment descriptors.
    I tried to get a few sample application from their site but I couldn't fine any, it will be great help if you can provide a WebObjects sample app to me (mail it to [email protected]).
    Regarding the NASApp string in URL, it has nothing to do with document root of iAS and also installedroot/ias6/ias/APPS dir is not the document root of iPlanet app server, this is the place where it save/explodes all the archives (ear).
    See iPlanet App server don't have any HTTP daemon to listen to the HTTP requests, so it needs a web server with a plugin (web connector) to forward the HTTP requests meant for iAS, and this NASApp string in the URL is the key to that.
    All the URLs are first send to the iAS plugin (as configured in web server's obj.conf file) and plugin look for this NASApp string (configurable), if it is there in the URL then it converts the HTTP request and send it to iAS over a proprietary protocol (KCP), otherwise it gives the request as it is to web server to process it.
    The NASApp string is a iAS registry parameter which you can change any time. And generally the context root part of the URL is the war file name (by default). So the typical URL for any web application (MyWeb.war) will be:
    http://<host>:<port>/NASApp/MyWeb/<Servlet_name>.
    I don't know why that extension "*.woa" is there. So if you send me a sample war file, I will be able to try it out.
    Please feel free to ask further questions.
    Sanjeev,
    Developer Support, Sun ONE Application Server-India.

  • Directing loads on process chain to one application server

    Hi Gurus
    I have four application servers. The problem that I am trying to resolve is making sure all loads jobs are done on one application server with more background processors and queries can be directed to the other application server for end users....
    When I run a load, the 1st package would start on the specified application server, but the next load would go to other aps servers...It does seem like the chain/load has a mind of it own...
    I did the setting on process attribute background server to run in. once the dialogue process begin, it spun to other application servers....I am trying to restrict this job from going to other application servers, so that query run time limit could be set on the other 3 servers...
    We do have load balancing. I am working with Basis to see what kind of setting that needs to be done or what kind of setting I need to do on the BW side
    If anybody has done this before, please let me know...I really do appreciate this insight...
    Thank you and I am looking forward to some suggestions from all
    Justus

    Justus
    You could also try this
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a4dcf62d-0a01-0010-afa5-e8edcecbc4f1
    Thnaks
    Sat

  • Redirecting Server busy message in Iplanet Application Server 6.5

    Hi,
    we are using iplanet application server 6.5 MU7. In the part of maintance activities we are planning to add server busy page in the server. Will any one can give inputs for adding server busy page in appserver with out touching the application code.
    Can anyone suggest the configuration parameters available in iplanet application server to add server busy page.
    thanks
    talls

    Hello,
    I'm facing the same problem when opening a workbook Excel from BEx Browser, did you solve your issue?
    Thanks,
    Alberto

  • Forms builder & iPlanet Application Server

    Is it posible to use files generated with Forms Builder (*.fmx) under the iPlanet Application Server (SUN)?.
    Thanks,
    Cristina.

    Hi Ronald,
    I have to do an application based in web forms to manage a data base stored in Oracle 9i.
    First I thought to do it using the Forms Builder.
    The company require standard J2EE and use only the iPlanet Application Server, although use Database Oracle 9i don't use the app Oracle.
    Is there not any possibility to use the Forms Builder?
    Since I can't use the forms generated with Forms Builder into the Sun App, I think a solucion is to do the forms with JSP.
    What do you think about??.
    Regards
    Thanks
    Cristina.

Maybe you are looking for