Problem with JDBC datasource configuration

Hi Experts,
I am encountering the following error while configuring the JDBC connector.
#1.5#001560DEB814000B0000000C00004569000440EAEC713145#1197277640208#com.sap.engine.services.connector##com.sap.engine.services.connector#Administrator#143##bdhp4530.na.pg.com_GGE_78680350#Administrator#c00e94b0a6fd11dc817a001560deb814#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###ResourceObjectFactory.getConnectionSet(APT_DataSource), Exception: com.sap.engine.services.connector.exceptions.BaseResourceException: ConnectionFactory "APT_DataSource" does not exist. Possible reasons: the connector in which ConnectionFactory "APT_DataSource" is defined is not deployed or not started.
     at com.sap.engine.services.connector.ResourceObjectFactory.getConnectionSet(ResourceObjectFactory.java:671)
     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.listFreeConnections(DataSourceManagerImpl.java:540)
     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.getCurrentSize(DataSourceManagerImpl.java:944)
     at sun.reflect.GeneratedMethodAccessor377.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
     at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
     at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
     at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
     at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:400)
     at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
     at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)
     at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
     at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
     at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
     at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:157)
     at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:220)
     at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:803)
     at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)#
I have used the following configuration:
Application Name       Test_Application
DataSource Name      APT_DataSource
Description                DataSource to the SDC Dev Oracle DB
Alias                           APT_DS
Driver Name               SYSTEM_DRIVER
Database Version       Oracle9i Enterprise Edition Release 9.2.0.6.0
JDBC Version             1.x ( No XA support)
Driver Class                oracle.jdbc.driver.OracleDriver
Database URL             jdbc:oracle:oci:@<hostname>:1521:<sid>
User                           User
Password                password
Connection Pooling     
Initial Connections       0
Max Connections            25
Max Time to Wait for Connection     60
Default Connection Isolation         DEFAULT
Expiration                                 Enable
Connection Lifetime                     300
Cleanup Thread                             5
SQL Engine                               Vendor SQL
TNSNAMES.ORA File Entry     <sid>.WORLD =
(DESCRIPTION =
     (ADDRESS =
        (PROTOCOL = TCP)
        (HOST = <host>)
        (PORT = 1521)
     (CONNECT_DATA =
        (SERVER = DEDICATED)
        (SERVICE_NAME = <sid>.WORLD)
        (SID = <sid>)
Can you please help.
Regards,
Ashish Shah

Hi,
Take note of the following and review the configuration,
1. In general, ojdbc14.jar is used in the SAP environment for Oracle JDBC Driver. The other being classes12.jar.
2. The driver class must be, oracle.jdbc.OracleDriver
3. The database URL for the Oracle JDBC thin driver has the following syntax:
   jdbc:oracle:thin:@<host>:<port>:<sid>
   jdbc:oracle:thin:<user>/<password>@<host>:<port>:<sid>
Hope these hints help you in solving !
Regards
Srinivasan T

Similar Messages

  • I have a problem with JDBC Realm in Tomcat/Oracle/Win XP

    I have a problem with JDBC Realm in Tomcat.
    I have attached my server.xml file located in the
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\server.xml
    The Problem is that when I login I get the user name and password prompt but it does not resolve.
    When I enter in the tomcat-users.xml password with memory realm uncommented it works fine.
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\tomcat-users.xml
    Is there a cache or something I need to reset for the JDBC Realm to work?
    I have attached my tables and contents as well...
    Did I miss something????
    Thanks
    Phil
    server.xml
    <Server port="8005" shutdown="SHUTDOWN">
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
    <Listener className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/>
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
    <!-- Test entry for demonstration purposes -->
    <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
    </GlobalNamingResources>
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Catalina">
    <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
    <Connector
    port="8080" maxHttpHeaderSize="8192"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" redirectPort="8443" acceptCount="100"
    connectionTimeout="20000" disableUploadTimeout="true" />
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009"
    enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Catalina" defaultHost="localhost">
    <!--
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    -->
    <Realm className="org.apache.catalina.realm.JDBCRealm"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@localhost:1521:orcl"
    connectionName="testName" connectionPassword="testPass"
    userTable="users"
    userNameCol="user_name"
    userCredCol="user_pass"
    userRoleTable="user_roles"
    roleNameCol="role_name" />
    <!-- Define the default virtual host
    Note: XML Schema validation will not work with Xerces 2.2.
    -->
    <Host name="localhost" appBase="webapps"
    unpackWARs="true" autoDeploy="true"
    xmlValidation="false" xmlNamespaceAware="false">
    </Host>
    </Engine>
    </Service>
    </Server>
    Tables
    create table users
    user_name varchar(15) not null primary key,
    user_pass varchar(15) not null
    create table roles
    role_name varchar(15) not null primary key
    create table user_roles
    user_name varchar(15) not null,
    role_name varchar(15) not null,
    primary key( user_name, role_name )
    select * from users;
    ----------------------+
    | user_name | user_pass |
    ----------------------+
    | tomcat | tomcat |
    | user1 | tomcat |
    | user2 | tomcat |
    | user3 | tomcat |
    ----------------------+
    select * from roles;
    | role_name |
    | tomcat |
    | role1 |
    select * from user_roles;
    -----------------------+
    | role_name | user_name |
    -----------------------+
    | tomcat | user1 |
    | role1 | user2 |
    | tomcat | tomcat |
    | role1 | tomcat |
    -----------------------+

    Jan 2, 2008 11:49:35 AM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Jan 2, 2008 11:49:35 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 734 ms
    Jan 2, 2008 11:49:35 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jan 2, 2008 11:49:35 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
    Jan 2, 2008 11:49:35 AM org.apache.catalina.realm.JDBCRealm start
    SEVERE: Exception opening database connection
    java.sql.SQLException: oracle.jdbc.driver.OracleDriver
         at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:684)
         at org.apache.catalina.realm.JDBCRealm.start(JDBCRealm.java:758)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1004)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
    Jan 2, 2008 11:49:35 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Jan 2, 2008 11:49:36 AM org.apache.catalina.core.StandardContext resourcesStart

  • I just moved my itunes library from a win 7 computer to a win 8.1 computer. Getting an error message "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly. Can't play CDs or get audio file from web!

    Help! I just moved my itunes library from a Win 7 computer to a new Win 8.1 computer following the instructions on the itunes website. Everything is good except I'm getting an error message on the Win 8 computer if I try to play a CD or get an audio file off of the internet. I get an error message that says "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly. I don't know where to look for or fix the audio configuration on the win 8 computer. As far as I can tell the iTunes configuration looks the same as on the other computers in the house. At this point I don't dare plug my ipod touch into the Win 8 computer for fear it will get messed up.

    I have the same problem and I know that it is due to my PCI Audio driver not being compatible with WIndows 8.1.
    iTunes isn't the only program that can't direct sound to the built-in speakers anymore. The obvious solution would be to update the drivers, but unfortunately Dell does not provide an updated driver for my model, so I am stuck with that.
    However, saying that, only my laptop speakers are affected by this. I can use sound fine on applications where I can choose the output device and direct sound to the head phones, but for some reason iTunes does not let you choose the audio device manually.
    To listen to music I imported the iTunes Library in Windows Media Player and changed the audio output using the following instructions: http://windows.microsoft.com/en-us/windows7/c00d11ba
    However, I would also like to rent movie's from iTunes, 
    Would be great if iTunes would let you choose the output device, too, like most other applications using sound  from Skype to Windows Media Player,...

  • Error message after upgrade to iTunes 11: "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly."  At this point my PC running XP loses all audio.

    Several attempts to upgrade to iTunes 11 have failed.  After an upgrade to 11 the error message reads: "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly."  At this point--after the upgrade to iTunes 11--my PC running Windows XP loses audio playback for all functions--in iTunes, in the browser and the volume icon disappears from the System Tray.  Only by removing iTunes 11, and then using System Restore to turn back the OS settings can I return the PC to normal functioning.
    I did that.  I reinstalled iTunes 10.5.  Everything seemed fine, but when I try to plug in and copy a CD to my iPhone 4S an error message reads roughly: 'iPhone 4S requires iTunes 10.5 or higher to work.'
    What might be the problem with my audio configuration?
    Why doesn't my iPhone 4S work with iTunes 10.5?  It used to work with iTunes 10.5.
    Please advise.
    ep

    This forum is for questions about iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes for Windows forums.
    Regards.

  • When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem each and every earphone am inserting goes unusable

    When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem whenever i connect  earphone each and every earphone gets un usable. Already made a factory reset. please arrange for a rectification.. :'(

    Hi Ganeshpandianm,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes for Windows: iTunes cannot run because it detects an issue with QuickTime
    http://support.apple.com/kb/TS1371?viewlocale=en_US
    "iTunes cannot run because it has detected a problem with your audio configuration"
    Cheers,
    - Judy

  • Itunes won't run because of some problem with my audio configuration? help!

    it specifically says "itunes cannot run because it has detected a problem with your audio configuration". anybody know how to fix that. all i did was when my itunes was werking perfectly fine i was uploading some videos onto it but wen i did it was freezing so i did it again and it froze again so i deleted itunes and installed it again. thats when the problem happened. i tried installing quicktime again. that didn't work then i organized my music and video files but it still wouldn't work. my speakers work good. id on't know what the problem is. CAN ANYBODY HELP????!!!!

    Perhaps this Apple KnowledgeBase article will help:
    iTunes 7 for Windows: iTunes had detected an audio configuration problem
    Good luck.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums, in the User Tips Library and in the Apple Knowledge Base before you post a question.
    Regards.

  • ITunes Cannot Run It Has Detected a Problem With Your Audio Configuration

    Well... I've just come back from christmas with my new green iPod nano (second gen), and I try to use iTunes. It has an "...unknown error (-200)." So I download the new iTunes. NOW it says "iTunes Cannot Because Run It Has Detected a Problem With Your Audio Configuration." I've tryed the support but it doesn't have any WORKING solution. If SOMEONE could PLEASE tell me whats going on, I'd be REALLY greatful.
    I've been trying to figure this out for almost 3 days now and I'm hanging by a string here.
    HP Pavillion   Windows XP   Windows Media Edition

    It is your QuickTime application, actually. What you want to do is go into your Control Panel, and then Add/Remove Programs. Find QuickTime, click on it, and click on Remove, and then follow through the prompts to uninstall QuickTime.
    Then, go here to reinstall it:
    http://www.apple.com/quicktime/download/win.html
    Make sure you choose the second option that says QuickTime for Windows (NOT the QuickTime with iTunes).
    Go through the download and install, and whenever it completes, try to launch iTunes.
    CG

  • Detected problem with the audio configuration

    Hi guys, can anyone help me with this problem?
    i really have no idea how this error occured. Coz i didnt do anything with the audio configuration.
    I worked well before i updated the iTunes.
    The error is:
    "The iTunes cannot run because it has detected a problem with your audio configuration"
    Thanks...

    Have you had a chance to look at this troubleshooting page? It may be of some help: iTunes 7 for Windows: iTunes has detected an audio configuration problem

  • When I go to open Itunes I get a message that says "Itunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly.

    When I go to open Itunes, I get a message saying "Itunes has detected a problem with your audio configuration. Audio/Video playback may not work properly. I've tried closing and re-opening Itunes but it still comes up. I've also tried removing quicktime, repairing Itunes and restarting my computer after that. It still says the same thing. I've also tried reinstalling Itunes as well.

    Hi Ganeshpandianm,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes for Windows: iTunes cannot run because it detects an issue with QuickTime
    http://support.apple.com/kb/TS1371?viewlocale=en_US
    "iTunes cannot run because it has detected a problem with your audio configuration"
    Cheers,
    - Judy

  • This message recently popped up on my PC - "iTunes has detected a problem with your audio configuration. Audio/video playback may not operate properly." What does this mean and how to fix ??

    Hi Everyone - recently this message popped up on my PC, when I was trying to import cd's into the iTunes library and then onto my iPod - "iTunes has detected a problem with your audio configuration. Audio/video playback may not operate properly." Can anyone tell me what this means and how to fix it ?? I am not fantastically PC savvy, so any information explained fully and all steps to follow to get my music playing again would be great !! Thanks, SC

    Hi B, thanks so much for helping me troubleshoot !!
    Ok, so when I went in to check the Audio tab of the Sounds and Audio Device Properties, I found the following:-
    * Sound Playback Default Device = No Playback Devices.
    * Sound Recording Default Device = No Playback Devices.
    * MIDI Music Playback Default Device = No MIDI Playback Devices.
    All text in this drop-down box were light grey, and therefore unable to be selected or altered.
    I also tried playing a cd through Windows Media player, to see if I could get sound a different way. When I put the cd in and clicked on Play, the following message appeared, "Windows Media Player cannot play the file because there is a problem with your sound device. There may not be a sound device installed on your PC, it may be in use by another program, or it may not be functoning properly."
    Any ideas ? I had sound previously, but then a work colleague re-built the PC to add more space to the hard drive, and since then, no sound. I know this may now not just be an iTunes issue, but I would appreciate any assistance you can offer.
    Thanks again,
    Shell

  • Itunes has detected a problem with your audio configuration Audio/Video playback may not operate properly

    I cant copy the music from itune library to iphone. Message "itunes has detected a problem with your audio configuration Audio/Video playback may not operate properly" I unistalled the itune from the pc and download the itune again but still same message come up.

    I'm having the same problem.  I have downloaded Itunes again but still the same problem.

  • ITunes has detected a problem with your audio configuration, audio/video

    When i open iTunes i recieve a message saying "iTunes has detected a problem with your audio configuration, audion/video playback may no operate properly." iTunes opens fine after i click ok on the message. However when i push play to hear a song nothing happens, the time for the song remains at zero's.

    This error can be caused by a bad installation of QuickTime. Remove iTunes and QuickTime, and reinstall iTunes (which will reinstall QuickTime). You can find the steps to remove and reinstall near the bottom of this article in the Apple knowledege base.

  • ITunes has detected a problem with your audio configuration...?!!?!?!?!?!

    i get thins message when i open itunes...
    "iTunes has detected a problem with your audio configuration. Audio/Video playback man not operate properly."
    HOW DO I FIX IT??

    Sounds like several people still have this problem... including me.
    I upgraded to a new PC (still running XP , installed iTunes 8.0.2.20, reloaded my library...
    And I got the "iTunes has detected a problem with your audio configuration" error.
    I've deinstalled and reinstalled Quicktime to no avail.
    iTunes seems to launch okay after the error.
    But when I select a song and click "play", the song and time-counter show up correctly, but the song does not play... the "play head" stays stuck at 0:00.
    I've imported new CDs, and the problem is the same with them.
    This sounds like an unsolved problem... where do we go from here?

  • " itunes has detected a problem with your audio configuration....." PLZ HLP

    every time i open up my itunes it comes up with
    " itunes has detected a problem with your audio configuration audio/video playback may not operate properly"
    then when i tunes does open up i double click on a song and it dosent go, it dosent even show that its playing
    please help i desperately need music

    This is usually caused by a Quicktime problem. This Apple article works for most people:
    http://docs.info.apple.com/article.html?artnum=304424

  • Itunes has detected a problem with your audio configuration. audio video playback

    itunes has detected a problem with your audio configuration. audio video playback may not operate properly. Why do i get this after update cant get sound now please help!

    See if this article will help:
    iTunes for Windows plays video files without any audio
    http://support.apple.com/kb/TS1696

Maybe you are looking for

  • "Your meeting was found to be out of date and has been automatically updated."

    Hello, one of our users is stating that when they make changes to meeting dates and/or times, a few minutes to a day later, the changes revert to the original date and/or time. Additionally, they will occasional also receive an email stating "Your me

  • "Save as text" problem in Reader 9.4.5

    Hello! I'm trying to save a PDF as text in Reader 9.4.5 under windows and I've run into a formatting problem. Line wrapping within a paragraph seems to be broken, as soft returns are not being converted to spaces. The last word in each line runs into

  • A left field request

    I am trying to assist a friend with a unusual request. She would like to remove all of the games from her windows 8.1 laptop. I cannot identify where they are and how to uninstall them. Most of the games are from Wild Tangent but there is also the st

  • 10.6.2 sees XP, but XP won't see 10.6.2 machines

    So this seems to be the opposite problem of what everyone else is having. We have a leopard and a snow leopard machine that could see and be seen on WinXP as of Friday. Monday, the Snow Leopard machine can still connect to Win XP, but can no longer s

  • Texting using contacts

    when texting some contacts shown red and others blue. Those in red prevent text from sending. How do I change red contacts to blue?