Error connecting to 8i DB from Jdev 11g

Hi All-
I am trying to connect to 8.1.7 version Database from JDeveloper 11.1.1.4. Am getting error "Unsupported database version".
I google for this error and found the 11.1.1.4 JDBC driver does not support 8i DB, so we need to download the previous version JDBC driver and include it in Jdeveloper library.
Can you please let me know which version of JDBC driver supports connecting to 8i DB, the link to download that and also the steps that I should follow in jdeveloper configuration.
Thanks in advance.
Regards,
Ramesh

Hi All,
I have a similar problem. I need to connect to Oracle database 8i from weblogic server 10.3.5 (Jdev 11.1.1.5).
Where can the 8i compatible drivers be found?
Great thanks in advance.
Regards,
Ansh

Similar Messages

  • Error in configuring SOA from jdev 11g TP4

    i get an error while configuring SOA from jdev 11g, error is in Test DB setting in first step. These are the details
    DB Connection String : localhost:1521:XE
    DB User Name: adrs_soainfra
    DB Password: welcome1
    error is “There was a problem in establishin a test connection to [localhost:1521:XE]. please review your Database settings and retry(oracle.jdbc.driver.T4CTTIoer processError
    SEVERE: Throwing SQLException: ORA-00942: table or view does not exist
    942
    DB is up and connected via SQLPLUS. All required env parameters are there i.e ORACLE_HOME, PATH, ORACLE_SID

    This error is due to the scripts not being run correctly. Read the instructions carefully and run them again. The first script is run as user "sys", the second one as your user you indicate in the parameters to the first script. Make sure you use the _all scripts.
    Heidi.

  • Error while configuring application server in Jdev 11g

    Hi all,
    I am trying make connection to application server in Jdev 11g.
    While testing the connection i am facing the below error.
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... failed.
    Unable to open conection: Connection timed out: connect
    Testing Server MBeans Model ... skipped.
    Testing HTTP Authentication ... failed.
    Unable to open conection: Connection timed out: connect
    0 of 9 tests successful.
    The Port which i am using is 45701. Any pointers on this?

    Hi
    You can find the SSL port of the Admin Server using the Admin Console (eg, http://localhost:7001/console).
    Environment -> Servers
    Click AdminServer(admin)
    SSL Listen Port: 7002 (default).
    You should check the "SSL Listen Port Enabled" check box to connect to this admin server with ssl port.
    For your informationWhen you configure the Application Server Connection from the JDeveloper, you need to check the 'Always use SSL' check box and enter the SSL port. You can create the Application Server Connection for your sSSL port from the JDeveloper.

  • Error when compiling pl/sql in JDEV 11g

    db version: 9.2.0.6.0
    JDEV version : 11.1.1.0.2
    Whenever I click compile on a pl/sql package body from Jdev I get the following error:
    An error was encountered performing the requested operation:
    ORA-904: "ATTRIBUTE": invalid identifier
    00904.00000 - "%s: invalid identifier"
    *cause
    *action
    vendor code 904
    even though the package itself compiles successfully.. any clues why this keeps happening, are the 2 versions not compatible?
    Will

    does any one else get this when doing pl/sql dev on JDEV 11g?

  • Connecting To Discussion Server From JDev (11.1.1.6)

    Hi,
    I am trying to use discussion server from JDev 11.1.1.6 but now we need to define security policies while creating a discussion server connection. Because their i need to key an alias key, I tried to update the keystore when I am trying to update the credentails using the following commands in WLST:
    updateCred(map="oracle.wsm.security", key="keystore-csf-key", user="owsm", password="welcome1", desc="Keystore key")
    updateCred(map="oracle.wsm.security", key="enc-csf-key", user="webcenter", password="welcome1", desc="Encryption key")
    updateCred(map="oracle.wsm.security", key="sign-csf-key", user="webcenter", password="welcome1", desc="Signing key")
    i am getting the following error:
    WLSTException: Error occured while performing save : Cannot call Edit functions when you are not in the Edit tree.
    I am not clear how to avoid it. And not sure how to install EM on this domain so that I can update the keys from there.
    Would appreciate if there is any blog which explains how to use discussion server from jdev 11.1.1.6.
    Thanks,
    Laiit.

    .

  • Error Connecting to TFS 2013 from Oracle PL/SQL using MSSCCI

    Hi,
    previously we were able to connect to TFS 2008 through MSSCCI.
    we have MSSCCI 2013 provider, Teamexplorer 2013 andVersion Control Interface installed.
    While trying to connect to TFS 2013 from ORacle PL/SQL Developer 10.5 through MSSCCI ; there is an error coming up when we enter the server url ... it is allowing us only until <tfs home url> without collection...
    "The request failed with the error message
    <head><title>Document moved></title></head>
    <body><h1>Object Model</h1>This document may be found<aHREF=/<Collectionname>/Services/v1.0/ServerStatus.asmx>">http://<tfshome
    url>/<Collectionname>/Services/v1.0/ServerStatus.asmx> But the plugin picks it up automatically.. Am i correct?
    How to resolve the above error?
    Thank you
    Su

    Hi Su, 
    Thanks for your post.
    How do you manually build  your PL/SQL/Oracle projects?
    TFS Build invoke MSBuild command to build project/solution on build agent machine by default. If these projects can be built using MSBuild command line manually, then we can use TFS Build(default build process template) to build these projects.
    If these projects need be built using another complier, and this compiler support run the command line to invoke it, so you can add the InvokeProcess activity(execute the command line) to invoke this compiler to build these projects in build process template,
    then create build definition using this customized build process template.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error in package while deploying in jDev 11g

    Hi,
    I am following tutorial at http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html . I am using jDev 11g as IDE and its integrated weblogic as server.
    I did made index.jsp and web.xml as said in the tutorial. In the step *"1.8. Create the Controller"* where HelloController.java is created, I am getting following error.
    Project: C:\JDeveloper\mywork\springapp\NewProj\NewProj.jpr
    C:\JDeveloper\mywork\springapp\NewProj\src\springapp\web\HelloController.java
    Error(3,43): package org.springframework.web.servlet.mvc does not exist
    Error(4,39): package org.springframework.web.servlet does not exist
    Error(11,34): package org.apache.commons.logging does not exist
    Error(12,34): package org.apache.commons.logging does not exist
    Error(16,41): cannot find symbol
    Error(18,21): cannot find class Log
    Error(20,12): cannot find class ModelAndView
    Error(18,34): cannot find variable LogFactory
    Error(25,20): cannot find class ModelAndView
    But I hv included the jar files in library by Tools-> Manage Libraries. Also Deploy by Default is checked.
    Kindly check the link below to see the screen shots of included libraries and error.
    https://docs.google.com/open?id=0B1QmVEE-TXMpYTc1NTE2NDItYWQ5NC00NGZkLWJjMTAtMTJiZmNkMTE4Zjg5
    https://docs.google.com/open?id=0B1QmVEE-TXMpODAyMWM3YjItMTZjMC00NGMzLTkyN2MtMDMxNDE4ZGM5YWQ1
    https://docs.google.com/open?id=0B1QmVEE-TXMpZDIyZjYyM2YtYzZkMy00NzJmLTliMDQtMjQzYWE5NTllODE2
    Please guide me.

    Hi,
    Try as follows
    paste relevant libraries to
    "*C:\Documents and Settings\YourLogin\Application Data\JDeveloper\system11.1.1.3.37.xx.xx\DefaultDomain\lib*" path
    and restart the server.
    [This is the domain library directory and is usually located at $DOMAIN_DIR/lib.
    The jars located in this directory will be picked up and added dynamically to the end of the server classpath at server startup. The jars will be ordered lexically in the classpath. The domain library directory is one mechanism that can be used for adding application libraries to the server classpath.
    -Suresh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error connecting to planning server from EAS

    We implemented Hyperion Planning about 1 month ago. We are having this intermittent issue with connecting to Planning servers. When the users attempt to add a Business Rule, they select an outline, and browse to the planning servers. When they click one of the two servers they get the message "Error connecting to Planning server <<Server A>>". The message only happens on Server A.
    I check the planning service, it is running. I login directly to the planning application (http://<<Server A>>:8300/HyperionPlanning/) , it works fine. However I still get the error. The problem comes and goes, but once is happens the only solution seems to be restart all of the services on the Planning server.
    Is anyone experiencing this issue?
    If so is there a resolution? Is this a common thing with Hyperion Planning?
    I opened a TAR, but because the issue is only happening occasionally (1 day in 5) I thought I would try the forums. Any help or suggestions would be appreciated.

    Hi,
    What version of planning are you running, there was patch 9.3.1.1.1 that addressed
    6636367 (8-665086601) When the Business Rules connection to the relational database is lost, Business Rules does not reconnect to it. To solve this problem, an optional property, HBR_CONNECTION_VALIDATE_TIME, was added to HBRServer.properties. This property specifies a time interval for checking the connection between Business Rules and the relational database. If the connection is not valid, a new connection is established. The time interval is specified in milliseconds and defaults to 300,000 (five minutes).
    This maybe the same sort of issue you are experiencing.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error connecting 8i DB from Jdev 11g

    Hi All-
    I am trying to connect to 8.1.7 version Database from JDeveloper 11.1.1.4. Am getting error "Unsupported database version".
    I google for this error and found the 11.1.1.4 JDBC driver does not support 8i DB, so we need to download the previous version JDBC driver and include it in Jdeveloper library.
    Can you please let me know which version of JDBC driver supports connecting to 8i DB, the link to download that and also the steps that I should follow in jdeveloper configuration.
    Thanks in advance.
    Regards,
    Ramesh

    Hi All,
    I have a similar problem. I need to connect to Oracle database 8i from weblogic server 10.3.5 (Jdev 11.1.1.5).
    Where can the 8i compatible drivers be found?
    Great thanks in advance.
    Regards,
    Ansh

  • Error while creating Connection to  BPEL Server From Jdev.

    Hi All,
    I Installed an Oracle XE database on my windows machine , and Run the IRCA tool to create Orabpel, Oraesb and Orawsm in the XE database
    Deinstalled my current SOA Suite[Basic] and Reinstall the SOA Suite using the "advanced" option.
    Started the server and could able to create a connection to AS, but when i try to create a connection to BPEL Server it's error out with below error message.
    Application Server: OK
    BPEL Process Manager Server: FAILED
    ESB Server: FAILED
    What could be the reason..
    I didn't modified any file in AS directory with Database details ,Since while installing SOA Suite it asked for the DB Details and forced me to execute all the scripts against this DB,So i assume it knows the connection string.
    Let me know how can i solve this issue.
    Thanks in advance,
    -Siddhardha

    HI
    In JDeveloper 10.1.3.1.0,
    1. Click on the tab for the Connections navigator.
    2. Right click on Application Server and select New Application Server Connection.
    3. Enter a descriptive name for the new connection, and select the appropriate connection type from the drop down list. Click Next.
    4. Specify oc4jadmin for User Name, then enter the oc4jadmin password. Click Next.
    5. Select Single Instance for Connect To, then provide the host name where BPEL is installed, the OPMN port number, and the OC4J instance name (the default for 10.1.3.1 is oc4j_soa). Click Next.
    6. Click Test Connection. If you have been successful, you should see "Success!"
    7. Now, right click on Integration Server and select New Integration Server Connection.
    8. Specify a connection name and click Next.
    9. In the drop down list by Application Server, select the Application Server Connection you just created. Again, specify the host name where BPEL is installed and the port number. This port number will be the same that you specified for the Integration Server Connection to the home OC4J container. Click Next.
    10. Test the connection. You should see something like:
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: OK
    11. Now, return to the Applications navigator, and try to redeploy your process using the Integration Server Connection just created. (It is possible that you will have to close JDeveloper and then reopen it for this to work.)
    Cheers
    Anirudh Pucha

  • BI Presentation Services Connection Wizard not working from fresh 11g JDev

    Hello,
    I have a working install of BI EE 10.3.3.4
    and a fresh install of JDeveloper 11g prod (with BI updates installed immediately after).
    I did the following:
    - created a blank Application with a generic Project;
    - set the project properties to include BI technologies (and checked CLASSPATH includes those jars);
    - tried to use BI Presentation Services Connection Wizard;
    got the following error:
    <p>
    </p>
    <blockquote>
         {color:#993300}java.util.MissingResourceException: Can't find resource for bundle oracle.jdeveloper.asnav.res.AsNavArb, key RESCATASWIZARD_CONNSTORE_APPRESOURCES_LABEL{color}
         {color:#993300}     at java.util.ResourceBundle.getObject(ResourceBundle.java:384){color}
         {color:#993300}     at java.util.ResourceBundle.getString(ResourceBundle.java:344){color}
         {color:#993300}     at oracle.jdeveloper.asnav.res.AsNavArb.get(AsNavArb.java:22){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionNamePanel.initializePanel(BISoapConnectionNamePanel.java:144){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionNamePanel.{color}{color:#993300}(BISoapConnectionNamePanel.java:74){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionWizard._invokeCreateDialog(BISoapConnectionWizard.java:241){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionWizard.invokeCreate(BISoapConnectionWizard.java:107){color}
         {color:#993300}     at oracle.jdeveloper.rescat2.util.ConnectionUtil.invokeOldStyleWizard(ConnectionUtil.java:131){color}
         {color:#993300}     at oracle.jdeveloper.rescat2.util.ConnectionUtil.showWizard(ConnectionUtil.java:66){color}
         {color:#993300}     at oracle.adf.share.dt.AppConnContextMenuListener.onNewConnection(AppConnContextMenuListener.java:600){color}
         {color:#993300}     at oracle.adf.share.dt.AppConnContextMenuListener.newReposConnHandled(AppConnContextMenuListener.java:594){color}
         {color:#993300}     at oracle.adf.share.dt.AppConnContextMenuListener.handleEvent(AppConnContextMenuListener.java:120){color}
         {color:#993300}     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524){color}
         {color:#993300}     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866){color}
         {color:#993300}     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496){color}
         {color:#993300}     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995){color}
         {color:#993300}     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318){color}
         {color:#993300}     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387){color}
         {color:#993300}     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242){color}
         {color:#993300}     at javax.swing.AbstractButton.doClick(AbstractButton.java:357){color}
         {color:#993300}     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220){color}
         {color:#993300}     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261){color}
         {color:#993300}     at java.awt.Component.processMouseEvent(Component.java:6041){color}
         {color:#993300}     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265){color}
         {color:#993300}     at java.awt.Component.processEvent(Component.java:5806){color}
         {color:#993300}     at java.awt.Container.processEvent(Container.java:2058){color}
         {color:#993300}     at java.awt.Component.dispatchEventImpl(Component.java:4413){color}
         {color:#993300}     at java.awt.Container.dispatchEventImpl(Container.java:2116){color}
         {color:#993300}     at java.awt.Component.dispatchEvent(Component.java:4243){color}
         {color:#993300}     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322){color}
         {color:#993300}     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986){color}
         {color:#993300}     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916){color}
         {color:#993300}     at java.awt.Container.dispatchEventImpl(Container.java:2102){color}
         {color:#993300}     at java.awt.Window.dispatchEventImpl(Window.java:2440){color}
         {color:#993300}     at java.awt.Component.dispatchEvent(Component.java:4243){color}
         {color:#993300}     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160){color}
         {color:#993300}     at java.awt.EventDispatchThread.run(EventDispatchThread.java:121){color}
    </blockquote>
    <p>
    Any ideas?
    </p>
    <p>
    </p>
    <p>
    Thanks,
    </p>
    <p>
    Paul
    </p>

    Hi,
    note that JDeveloper production does not have any BI integration and configuring 10.1.3.4 into Jeveloper 11 is kind of too optimistic thinking
    Frank

  • Not Able to create ODBC Connections to AS400 DB2 from OWB 11g

    Hi,
    Currently i am in the process of setting up of database connections to AS400 DB2 Database from Oracle Warehouse Builder 11g.
    I installed Oracle 11.1.0.6.0 and upgraded to 11.1.0.7.0.
    I am able to create database links manually but not able to create using oracle warehouse builder.
    The error i am getting error
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]SQL7973 - SQL create package for DG4ODBCFBA in REMOTEDB has failed.
    ORA-02063: preceding 2 lines from OWB_82
    I am trying different methods from the last 2 days.
    Please help me in this situation.
    Thanks.
    Salih KM

    My Http server port is 7777. used that , it doesn't work. Using 7101(admin server port) also doesn't work.
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... success.
    Testing Server MBeans Model ... skipped.
    1 of 8 tests successful.
    Both the cases only HTTP is success.
    Thanks
    Manish

  • WSDL Read error while testing through HTTP analyzer Jdev 11g

    Hi,
    I am trying to create and test JAX WS web service using the wizard Web service from WSDL in Jdeveloper 11g. The web service got created successfully. But when I am trying to test that web servcie with HTTP analyzer it is displaying a message box with the error :
    The web servcie can not be invoked because the WSDL document of the selected service cannot be read. The details that has been provided is
    Invalid XML in document at: http://localhost:7101/AppEJBWLS1-WS-context-root/UserProvServiceSEI?WSDL, line: 1, column: 1: Start of root element expected.: oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:345)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:111)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readDocument(WSDLReaderImpl.java:394)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:331)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:570)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:548)
         at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLDirect(CachedWSDLReader.java:306)
         at oracle.jdevimpl.webservices.tcpmonitor.WebServiceTester$2.run(WebServiceTester.java:517)
         at java.lang.Thread.run(Thread.java:619)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readDocument(WSDLReaderImpl.java:439)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:331)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:570)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:548)
         at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLDirect(CachedWSDLReader.java:306)
         at oracle.jdevimpl.webservices.tcpmonitor.WebServiceTester$2.run(WebServiceTester.java:517)
         at java.lang.Thread.run(Thread.java:619)
    The wsdl is in application source path and I am trying to test it on integarted WLS. As the web service got created successfully so my idea is that WSDL is correct. Do I need to add/remove some libraries or I am missing any step while generating the web service? Is it due to Oracle V2 parser. If yes, Can anyone help me to configure default web logic parser or any third party parser in Jdeveloper11g? I have tried to create the same JAX WS web service in TP4, there it is working fine.
    Thanks in Advance

    Hi
    You can find the SSL port of the Admin Server using the Admin Console (eg, http://localhost:7001/console).
    Environment -> Servers
    Click AdminServer(admin)
    SSL Listen Port: 7002 (default).
    You should check the "SSL Listen Port Enabled" check box to connect to this admin server with ssl port.
    For your informationWhen you configure the Application Server Connection from the JDeveloper, you need to check the 'Always use SSL' check box and enter the SSL port. You can create the Application Server Connection for your sSSL port from the JDeveloper.

  • Error while invoking web service from BPEL 11g

    Hello All,
    I am creating a webservice using java.
    I created service using java and deployed it on the SOA server 11g.
    I am able to test it from the weblogic console.
    When i am trying to invoke it from BPEL, i am getting the remote fault:
    Error Message: {http://schemas.oracle.com/bpel/extension}remoteFault
    Fault ID default/TestADWebServiceBPEL!1.0soa_d7638bee-192e-419e-9b1a-2f356c13712c/TestADServiceBPEL/80015-BpInv0-BpSeq0.3-3*
    Fault Time Sep 28, 2010 1:31:01 PM
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): http://10.6.61.93:7001/TestApplication-ADUserManagement-context-root/ActiveDirectoryUserPort</summary></part><part name="detail"><detail>Unable to access the following endpoint(s): http://10.6.61.93:7001/TestApplication-ADUserManagement-context-root/ActiveDirectoryUserPort</detail></part><part name="code"><code>200</code></part></remoteFault></bpelFault>
    Does anyone has any idea, what can be the reason.
    Is it realted to some proxy server settings. Where these settings can be made in the weblogic server.
    Thanks and Regards,
    Saurav Singla

    Hi Suresh & Mukesh,
    Suresh:
    I started the service by going through the following path System Administrator > System Configuration > Service Configuration > Application > <SERVICE_NAME> in system configuration of portal
    Mukesh: Here I don't have any proxy settings.
    Can you please let me know where I'm going wrong.
    Thanx,
    Dheeram

  • Error connecting to websphere MQ from weblogic 10.3.0 :EndPointFinder

    1)     We are in process of connection from weblogic 10.3.0 to websphere MQ series . We are trying connecting to the response queues using MQclient binding . I created .binding file using following configuration
    DEFINE QCF(BBNMSRMSConnectionFactory2) QMGR(ESBMBJU2) CHAN(ESBMBJU2_SSL) HOST(bos69872.bst.bls.com) PORT(1414) TEMPMODEL(WEBLOGIC.MODEL.QUEUE) TRAN(CLIENT)
    DEFINE QCF(BBNMSRMSConnectionFactory2) QMGR(ESBMBJU2) CHAN(ESBMBJU2_SSL) HOST(bos69874.bst.bls.com) PORT(1415) TEMPMODEL(WEBLOGIC.MODEL.QUEUE) TRAN(CLIENT)
    DEFINE Q(BBNMSSERESPONSEQUEUE1) QUEUE(FUSIONQL.BBNMSE.BBNMSTORMS.1_0.D.JU.RSP) QMGR(ESBMBJU1) TARGCLIENT(MQ)
    DEFINE Q(BBNMSSERESPONSEQUEUE2) QUEUE(FUSIONQL.BBNMSE.BBNMSTORMS.1_0.D.JU.RSP) QMGR(ESBMBJU2) TARGCLIENT(MQ)
    DEFINE QCF(BBNMSRMSCF1) QMGR(ESBMBJU1) CHAN(ESBMBJU1_SSL) HOST(bos69872.bst.bls.com) PORT(1414) TEMPMODEL(WEBLOGIC.MODEL.QUEUE) TRAN(CLIENT)
    ALTER QCF(BBNMSRMSConnectionFactory1) CHAN(ESBMBJU1_SSL) SSLCIPHERSUITE(SSL_RSA_WITH_NULL_MD5)
    ALTER QCF(BBNMSRMSConnectionFactory2) CHAN(ESBMBJU2_SSL) SSLCIPHERSUITE(SSL_RSA_WITH_NULL_MD5)
    2)     The I created the foreign JMS-server as such :
    <foreign-server name="ForeignRmsServer-1">
    <default-targeting-enabled>true</default-targeting-enabled>
    <foreign-destination name="RmsFusionBusRequestQueue1">
    <local-jndi-name>RmsResponseQueue1</local-jndi-name>
    <remote-jndi-name>BBNMSSERESPONSEQUEUE1</remote-jndi-name>
    </foreign-destination>
    <foreign-connection-factory name="RmsFusionBusFactory1">
    <local-jndi-name>RmsFusionBusfactory1</local-jndi-name>
    <remote-jndi-name>BBNMSRMSConnectionFactory1</remote-jndi-name>
    <username>m66300d</username>
    <password-encrypted xsi:nil="true"/>
    </foreign-connection-factory>
    <initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
    <connection-url>file:/opt/mqm/java/bin/mqjndi</connection-url>
    </foreign-server>
    3)     Subsequently I use the JNDI names configured in foreign server(above) in weblogic-ejb-jar.xml .
    <weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/10.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <weblogic-enterprise-bean>
    <ejb-name>RMSRespMDB</ejb-name>
    <message-driven-descriptor>
    <pool>
    <max-beans-in-free-pool>10</max-beans-in-free-pool>
    <initial-beans-in-free-pool>5</initial-beans-in-free-pool>
    </pool>
    <destination-jndi-name>BBNMSSERESPONSEQUEUE1</destination-jndi-name>
    <initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
    <provider-url>file:/opt/mqm/java/bin/mqjndi</provider-url>
    <connection-factory-jndi-name>BBNMSRMSConnectionFactory1</connection-factory-jndi-name>
    </message-driven-descriptor>
    <transaction-descriptor>
    <trans-timeout-seconds>300</trans-timeout-seconds>
    </transaction-descriptor>
    <enable-call-by-reference>true</enable-call-by-reference>
    <jndi-name>jms.RMSRespMDB</jndi-name>
    <dispatch-policy>JbbosServicesServerXQ</dispatch-policy>
    </weblogic-enterprise-bean>
    <weblogic-compatibility>
    <entity-always-uses-transaction>true</entity-always-uses-transaction>
    </weblogic-compatibility>
    </weblogic-ejb-jar>
    4)     Now when my MDB comes up its giving following error
    Mar 8, 2011 10:13:16 AM EST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application
    'RMSRespMDB'.
    weblogic.application.ModuleException: Exception activating module: EJBModule(RMSRespMDB)
    Unable to deploy EJB: RMSRespMDB from RMSRespMDB.jar:
    unable to find EndPointFinder for file:/opt/mqm/java/bin/mqjndi
    at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:493)
    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:411)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
    Truncated. see log file for complete stacktrace
    java.lang.AssertionError: unable to find EndPointFinder for file:/opt/mqm/java/bin/mqjndi
    at weblogic.rmi.spi.RMIRuntime.getEndPointFinder(RMIRuntime.java:61)
    at weblogic.rmi.spi.RMIRuntime.findOrCreateEndPoint(RMIRuntime.java:42)
    at weblogic.rmi.extensions.server.RemoteDomainSecurityHelper.isRemoteDomain(RemoteDomainSecurityHelper.java:379)
    at weblogic.jms.common.ServerCrossDomainSecurityUtil.isRemoteDomain(ServerCrossDomainSecurityUtil.java:319)
    at weblogic.jms.common.ServerCrossDomainSecurityUtil.getRemoteSubject(ServerCrossDomainSecurityUtil.java:116)
    Truncated. see log file for complete stacktrace
    >
    My binding file is correctly placed on the following location file:/opt/mqm/java/bin/mqjndi with appropriate permissions
    Some info :
    Our weblogic version is 10.3.0
    I tracked this exception (unable to find EndPointFinder) to bug id 8168598
    Can anyone please suggest what can be issue potentially
    Thanks in advance

    hi,
    Even i want to connect webspere MQ 7 with weblogic 10.3, can u suggest me some document where i can follow step by step?
    I have too tried using some binding file,but it is not reading the same.

Maybe you are looking for

  • Transferring music/files from Iphone 3gs to new computer

    Hi I have previously transferred music form my ipod to an old laptop, both have since broken or been updated.... so lost the info for the website yamipod...I have had a look to help move everything but for some reason it doesn't work on my computer!!

  • This Is the Best Adsl Router

    The billion 7800n is an awsome Router for all,it`s a little technical but once understood this will help your connection to BT broadband, see some info in setting up SNR http://www.spaldwick.com/broadband/billion-7800n

  • Frozen screen.  Running snow leopard ?

    Frozen screen running snow leopard maybe . Lion ?

  • Alert for Inbound message errors

    Hi We are updating the inventory using ProductActivityNotification inbound XML message from SAP PI. But when it fails due to some error(e.g Shipping party invalid) , we need to raise an alert or send mail, Could you please let us know how to configur

  • Flex in Webdyn pro Application

    Dear All, I am working in SAP 7.1. I want to know how to use flex files in Webdynpro ABAP. Can anybody tell me how to use that. Regards, Arun