How to connect to the REMOTE_JDBC external resource in oracle BPM 10.3

Hi,
I am trying to configure REMOTE_JDBC extrenal resource. I have created the J2EE application server external resource and REMOTE_JDBC extrenal resource. After that in catolog components trying to connect to the DB. At that time it's giving below exception. I have added all the required jar files in the lib folder. But it's not working. Plz help me.
An exception occurred while getting a resource from a connector.
Detail:The connector [newConfiguration:SQL:REMOTE_JDBC] caused an exception when getting a resource.
Caused by: An exception occurred while getting a resource from a connector.
Detail:The connector [J2EE Server:J2EE:J2EE] caused an exception when getting a resource.
fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
Detail:The connector [newConfiguration:SQL:REMOTE_JDBC] caused an exception when getting a resource.
     at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
     at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:93)
     at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
     at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
     at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
     at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.sql.SQLException: An exception occurred while getting a resource from a connector.
Detail:The connector [J2EE Server:J2EE:J2EE] caused an exception when getting a resource.
     at fuego.connector.impl.RemoteJDBCConnector.getConnection(RemoteJDBCConnector.java:79)
     at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:145)
     at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:129)
     at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:90)
     ... 5 more
Caused by: fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
Detail:The connector [J2EE Server:J2EE:J2EE] caused an exception when getting a resource.
     at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
     at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:89)
     at fuego.connector.impl.BaseRemoteConnector.getContext(BaseRemoteConnector.java:99)
     at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:114)
     at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:107)
     at fuego.connector.impl.RemoteJDBCConnector.getConnection(RemoteJDBCConnector.java:75)
     ... 8 more
Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
     at javax.naming.InitialContext.init(InitialContext.java:223)
     at javax.naming.InitialContext.<init>(InitialContext.java:197)
     at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
     at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
     at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
     at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
     at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
     at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
     at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
     ... 12 more
Caused by: java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory
     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:242)
     at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
     ... 22 more
Regards,
Sudhakar.
Edited by: user11091548 on Aug 17, 2010 11:42 PM

Hi Narasimha,
Now it's giving different exception after creating the external resource and place the jar files.
weblogic/security/subject/AbstractSubject
java.lang.NoClassDefFoundError: weblogic/security/subject/AbstractSubject
     at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
     at javax.naming.InitialContext.init(InitialContext.java:223)
     at javax.naming.InitialContext.<init>(InitialContext.java:197)
     at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
     at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
     at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
     at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
     at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
     at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
     at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
     at fuego.connector.impl.BaseRemoteConnector.getContext(BaseRemoteConnector.java:99)
     at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:114)
     at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:107)
     at fuego.connector.impl.RemoteJDBCConnector.getConnection(RemoteJDBCConnector.java:75)
     at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:145)
     at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:129)
     at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:90)
     at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
     at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
     at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
     at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
     at java.lang.Thread.run(Thread.java:595)
Regards,
Sudhakar.

Similar Messages

  • Office 365 ECT to Azure Cannot connect to the LobSystem (External System)

    I've tried to set up External Content Types to an Azure SQL database but when I access my page I get an error.
    I basically followed http://www.pointbeyond.com/2012/12/31/surfacing-data-from-sql-azure-in-sharepoint-2013-online-office-365
    Can you help me work out what i've not done, I don't know where to configure Azure firewall as this message suggests. The error is below:
    Cannot connect to the LobSystem (External System). Reason: 'Cannot open server 'uf7prto4sj' requested by the login. Client with IP address '157.55.225.241' is not allowed to access the server. To enable access, use the Windows Azure Management
    Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect. Login failed for user '*REMOVED*'. This session has been assigned a tracing
    ID of '9389a67c-dc78-4134-9167-545ec963be3a'. Provide this tracing ID to customer support when you need assistance.'
    Correlation ID:9a3fb39c-d0ea-1000-8099-2fad02009a01

    Hi,
    It depends, if it's a static IP address for your machine, it should be OK for this one IP address; if it is a dynamic IP address in a range, you can input the IP address range which contains this mentioned IP address
    157.55.225.241, or update the changed address to date.
    http://stackoverflow.com/questions/8543653/windows-azure-client-with-ip-address-xxx-xxx-xxx-xx-is-not-allowed-to-access-t
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you
    have feedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • How to connect to the Crystal Reports Server XI R2 installed in other machi

    Hi,
    we are 3 people here we have Crystal Reports Server XI R2 installed in one machine and Crystal Repoprts XI  DEsigner ( downloaded trial version) in all the machines ,
    in my machine only Crystal Repoprts XI  DEsigner ( downloaded trial version) is installed , how to connect to the Crystal Reports Server XI R2 which is installed in other machine
    Regards,
    kathyaini

    Hi,
    thankyou for your  response,
    my problem here is as soon as i open CR Designer , and if i  click on either New Report,Blank Report, or  standard report wizard  it is saying "failed to create database connection"
    on which ever thing i click it is telling the same "failed to create database connection" i created the user DSN properly , i could not create System DSN i dont know why.
    can u please guide me
    and one more thing on the machine where CR server is installed , on the same machine designer is also installed (i think u was telling the same) .  my question is how the server will know about the CR Designer installed in my machine.
    Regards,
    kathyaini

  • EOS Rebel[~9 yrs old]. I know how to connect to the laptop[Win 8.1]. How create folder to deposit

    I know how to connect to the Toshiba Satelite laptop[Windows 8.1].  I know how to create a folder in the pictures file manager  but how do i gett the photos imported to the folder?  rsvp and thanx

    ebiggs1 wrote:
    "I know how to connect to the Toshiba Satelite laptop[Windows 8.1"
    I wonder if you actually do?
     You camera needs to be on PTP protocol.  Set in the camera's menu under the Tools tab.
    Using a USB cable it will appear as a normal drive or memort card.  You can copy & paste, make folders, delete, whatever.
    But the best way is to get a card reader and just use it.  No camera connected at all.
    I don't believe my 2006 Rebel XTi was able to mimic a drive on the Windows version of the time. I think I had to use the EOS Utility to connect until I broke down and bought a card reader. And while I don't have the camera in front of me, I'd almost bet money that it doesn't have a setting for PTP protocol.
    Well, I do have the instruction manual with me, come to think of it. As far as I can see without reading every word, it doesn't appear to describe any method of connecting except via the EOSU.
    Bob
    Boston, Massachusetts USA

  • How to connect WDJ to 3rd Party Backend Systems(Oracle).

    Hi Friends,
    How to connect WDJ to 3rd Party Backend Systems(Oracle).
    Please give Step-by-Step Explanation. This is first time I am connect  to Oracle System. Can you give Step-by-Step Explanation.
    Regards
    Vijay Kalluri

    I recommend that you perform the access to Oracle through an EJB and consume this EJB in WebDynpro.
    http://wiki.sdn.sap.com/wiki/display/WDJava/OracleConnectivitywithEJBusingWebDynproApplication
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70d2638c-4b04-2d10-d2a3-992fdf1e3d55
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c
    regards,
    Angelo
    Edited by: Angelo Antonello Borges on Jun 16, 2010 10:52 AM

  • How to find out the tables effected information from oracle from

    can any one tell me how to find out the tables effected information from oracle form

    Hi,
    Please refer to the following documents.
    Note: 259722.1 - HOWTO Determine Table and Column Name from a field in a form in 11i
    Note: 241628.1 - How to Find the Query That Succeeded Recently?
    Regards,
    Hussein

  • Error during addition of external link to oracle BPM workspace

    Hi All,
    I just want to add an external link to oracle BPM workspace and I've followed this tutorial :
    http://docs.oracle.com/cd/E28280_01/user.1111/e15175/bpmug_ext_apps.htm
    but I am neither able to view the required, nor getting any error.
    During deployment time I'm only getting this message :
    Issues were encountered while parsing this deployment to determine module type. Assuming this is a library deployment.
    I'm using the virtual m/c version : oel5u5-64bit-soabpm-11gr1-ps4-fp-Workshop-Exp_2
    Please help me to resolve the issue.
    Thanks in advance.

    What I meant to say is check the logs at the time you are getting the error since sometimes the logs can be huge in size

  • How to localize HumanTask names and process names of oracle BPM process ?

    Anybody known how to localize HumanTask names and process names of oracle BPM process ?

    Oracle Apex is an API, if that helps you understand / visualize. You do not start Apex process nor stop it.
    When an Apex session starts it starts calling the API.
    You can however start / stop the listener. It may be OHS, ApexListener and the J2EE container running it, OC4J or any other "server" that you are using.
    The built-in EPG is something like an API again, you cannot start / stop it but you can disable/enable it with DBMS_XDB.SETHTTPPORT API.
    Regards,

  • I need a bit of theory: How are connections to the db created

    Hi
    I need network / docs resources to explain how connections to the oracle are made. Strangly enogh I can find it nowhere!
    Thanx in advance
    Paul

    http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/toc.htm
    and/or
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/toc.htm

  • How to connect to the  multiple system in the same environment

    Hi Everyone ,
    We are integrating SAP EP and BOE . We are facing SSO problem ,as there are 2 system in same environment .
    Suppose we have XX1 and XX2 as BW backend system . IF Default entry on server is kept blank then we get :
    "u2022  Account information not recognized: No SAP system was passed as part of the user name and there was no default system defined. User credential validation cannot continue. " error.
    Whereas if we give XX1 as defaut system on server , then SSO is not happening we as are XX2 users .
    Anyone has any idea on how to connect to multiple backend system in the same environment .
    Edited by: shivani  mishra on May 20, 2010 11:22 AM

    Hi,
    As you can see in the help link below:
    http://help.sap.com/saphelp_nw70/helpdata/en/45/2f873d1ca96d7be10000000a114a6b/content.htm
    There is a trust system and the trusted systems. One system can trust in many other systems. You have just to configure it exporting and importing the certificates as explained in the link.

  • How do I configure the custom external editor to work with Premiere Elements 13

    Situation
    I own Lightroom 5.6 and I'm experienced. I've just bought Premiere Elements 13 and I'm a video-editing virgin (be gentle with me). I've spent a day experimenting, reading, watching videos, I've tried asking my question in Premiere Elements forum, and I'm still stuck (i.e. I've tried reasonably hard to solve my own problem).
    Problem
    I've tried to set up the custom external editor in Lightroom 5 to send photos to Premiere Elements, so that I can incorporate images into movies. Having set it up, when I use it by selecting Photo/Edit In/Premiere Elements 13/, there is an exciting lull as a copy of the image is created and appears in LR, then Premiere Elements launches, then what??? There is no clue as to what has happened to the image regarding its import into Premiere Elements 13. It doesn't appear on the screen, it doesn't appear in the Organizer, it's no-where to be seen, other than in LR!
    Resolution sought
    Can anyone tell me:
    1. Is it possible to use Premiere Elements as an external editor in LR5 ?
    2. What are the precise settings for each field (I've played with the various field options but obviously haven't yet found the right combination)?
    3. If I configure it correctly, what does good look like: what should I expect to see happen in Premiere Elements when I squirt photos over from LR5 via the 'Edit In' option in LR5?
    I don't know if this is relevant: MacBook Pro 16GB 2.8Ghz i7, 750GB SSD (i.e. plenty of space, plenty of horsepower), OS X 10.9.5
    I'm hoping the answer isn't 'sorry, it can't be done' because if it is possible, it would be a real contribution to my video editing workflow.
    Thanks
    Phil

    You don't have to buy an Apple keyboard, but you probably need at least to buy a keyboard that connects via proper USB instead of through some Windoze-world adapter, which probably requires a driver that's not available for the Mac OS.
    The Apple Bluetooth KB and Magic Trackpad make a fabulous combination for use with any MacBook Pro that spends a lot of time in clamshell mode, because the trackpad works exactly like the built-in trackpad. So there's no transition adjustment to make when you pack up your MBP and go portable with it.

  • How do I change the default external editing program in Lightroom 5?

    I have Photoshop CS3 and CS5 Extended on my computer. CS3 is the default external editing program Lightroom 5 chose to use to open files during initial setup, which causes selections such as "Open as Smart Object or Merge to Panorama" to be grayed out. How can I change the default to CS5 Extended, short of removing the CS3 version on my system? Thanks for you help!

    Moved to  Photoshop Lightroom

  • How to connect to the internet

    I installed Solaris Express Developer Edition 9/07 yesterday.I have a ADSL USB modem AT-AR206.I want to know How to create a connection to the internet

    O.P.
    You connect your Solaris PeeCee to the Internet in the same way you should be connecting your MS Windows PeeCee.
    Your ISP connects to the high-speed modem.
    The modem connects to a router.
    You configure the router to communicate with the ISP including any special PPoE setup.
    You connect your computers to that router.
    The router does all the hard work and its mere existance gives you an additional hardware firewall to shield you from the bad guys out there.
    If the retail prices of routers are high in your local stores, then get one from an online auction web site. Ebay is an example of such a web site.

  • Time Capsule & Windows -- How to connect to the disk ??

    Hello,
    I bought a TC (500 GB) 2 days ago and i'm stuck with the connection to the disk.
    I can connect to internet fine but I CAN'T find the hard disk of the tc.
    I don't know how to acces to it, or to find the path..
    I have Windows vista
    Please HELP !!
    Message was edited by: Xpelld

    Hey there,
    Have you installed the Airport Utility for your Windows machine? If not, try that, and from there you should be able to access the Time Capsule. I provided the URL for the Airport Utility download just in case. Also, make sure you have your Time Capsule set to allow file sharing. Hope this helps.
    [Airport Utility for Windows|http://support.apple.com/downloads/AirPortUtility_Setup_5_3_2_forWindows]
    B-rock

  • Plz-Tel me how to connect to the DME using JNDI

    This is my final sem [ M.Tech IT] project work. Problem is " I cant get connection to the DME. Though i searched a lot from Google I cant get a solution. Plz help me to get connection to the Data Mining Engine. If possible plz mail me a detailed code or any links that says how to.
    Thanks
    Srinivasa Babu

    I work in the power conversion industry and do these types of measurements all the time…
    Do you want to just measure power quality or create and measure power quality problems?
    What hardware are you using?
    Power quality analyzer?
    Programmable AC power source?
    Fast Transient Generator?
    Here is an example of what I do.
    To create PQ problems I use a California Instruments AC source set to nominal power for the unit under test. Using Labview I program several transients consisting of fixed and random duration dropouts and surges. I also use a Schaffer Fast Transient Burst Generator to apply high frequency noise bursts directly onto power lines.
    For measuring power quality I use a Voltech PM3000A power analyzer and Labview to measure everything from voltage, current, and frequency, to  harmonics and %THD
    Message Edited by RTSLVU on 07-23-2008 10:31 AM

Maybe you are looking for

  • Error while creating DTP from DS to Infoobject

    Dear All, I am getting one error while creating DTP from Datasource to Info object can any one give some suggetion regarding this issue. Issue:Enter a valid value Msg No:00002 Procedure: Display the allowed values withF4 and correct your entry, Regar

  • JMS configuration problem log file

    Hello, My purpose is to send xml data from MQSeries to BW using XI. MQSereies is installed in XI server. For thah I am trying to configure JMS adpter for MQSeries in XI. I have successfully deployed the necessary external drivers using SDM. I have co

  • Size restriction on inputstream

    Is there a size restriction on the amount of bytes that can read by an Inputstream. I am reading the contents of a blob using resultset.getBinaryStream() into an inputstream. The maximum bytes that iam able to read is 32528 bytes, Any help would be a

  • Maintain special char in standard text

    Hi Guru, I try to add special character such as &, '' etc in standard text thru web UI. But Somehow system cannot identify the special char. Does anyone come across this before?

  • IMac Spontaneous waking from Sleep

    Hello - I have a 24" iMac running Snow Leopard - for about the last 4 days, whenever I put it to sleep, it wakes itself up again after about 5 minutes. I usually keep it asleep when I'm not using it, and it rarely gets powered down. The only thing th