Problems setting up Weblogic Server 9.2 with Oracle AQ

We are in the process of upgrading from WLS81 to WLS92 and I'm currently trying to set up the environment. We have applications communicating with 3 different JMS-servers; Sonic, WMQ and Oracle AQ. For both Sonic and WMQ the connection seem to work fine. We get an active application, and the beans connecting to queues on those servers reports as 'connected'.
          For Oracle AQ I must be doing something wrong, but I can't for the life of me figure out what it is.
          Our setup is as follows:
          We have a domain-scoped startup class that binds the AQ-queues and a custom QueueConnectionFactory to the WL default context. Giving them a name like aqadapter-AQ_ARE_PING.
          We have defined a System Resource, within which we have defined AQ as a Foreign Server. Within this foreign server we have each queue mapped to the queue-names bound through the Startup class. Likewise we have a qcf mapped to the qcf bound through the startup class.
          The application contains message-driven beans which are supposed to be listening to the AQ-queues. In weblogic-ejb-jar.xml each target queue is mapped within each bean to the same name mapped within the Foreign Server element.
          All this results in MDB's that report as 're-connecting' and 'initializing' and the following message in Server1.stdout for each MDB:
          <Mar 28, 2007 4:27:58 PM CEST> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: ARE_Ping is unable to connect to the JMS destination: AQ_ARE_PING. The Error was:
          javax.jms.InvalidDestinationException: JMS-125: Invalid Queue specified>
          Any ideas what I am doing wrong? It seems to me that all the settings are as similar as the way they are set up on WLS81 as we could get them.
          Anyone reading this that have done this before? Setting up WLS92 or WLS90 to interact with Oracle AQ?
          Regards,
          Frode Laukus
          Edited by laukus at 03/28/2007 7:53 AM

Hi Frode
          Have you managed to find a solution to this issue?
          We are trying to do something very similar and encountering all sorts of issues.
          Are you using the DIPSStartup classes to register your queues & qcf with the WL JNDI? I haven't managed to get these classes to work with the AQJmsSession in the latest release of the aqapi13.jar files.
          Hopefully we can sort out a workable solution between us :)
          Andy

Similar Messages

  • List of all Weblogic server version compatible with Oracle BPEL 10.1.3.x

    Hi all,
    Kindly let me know all the web logic server versions compatible with 10.1.3.x.
    I know that WLS 9.2 works fine as i have already installed SOA Suite 10.1.3.4 with WLS 9.2 MP3.
    But I am not sure bout the rest of the versions of WLS.
    i need en exhaustive list of all the versions of WLS compatible with SOA Suite or standalone BPEL having versions - 10.1.3.3 or 10.1.3.4.

    Hi Vishal,
    11g Certification Matrix on OTN
    http://www.oracle.com/technology/software/products/ias/files/oracle%20fusion%20middleware%2011gr1%20(11%201%201%201%200)%20certification%20matrix.xls
    10.1.3.4
    http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_r3_10.1.3_matrix.xls
    10.1.3.3
    http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_r3_10.1.3_matrix.xls

  • Problem setting up Weblogic's data source for oracle

              Hi!
              I am trying to setup XA DataSource Pool for Oracle using Weblogic's driver. App-Server
              throws exception during startup.
              config.xml setting are appended with this posting.
              Can somebody help me identifying the problem?
              Thanks,
              Vinay
              <JDBCConnectionPool
              Name="WL_XA_1_Pool"
              Targets="examplesServer"
              CapacityIncrement="1"
              DriverName="weblogic.jdbc.oci.xa.XADataSource"
              InitialCapacity="1"
              JDBCXADebugLevel="1"
              MaxCapacity="5"
              Properties="user=vinay;password=vinay;dataSourceName=WL_XA_1_Pool;serverName=pqasun1"
              RefreshMinutes="0"
              ShrinkPeriodMinutes="15"
              ShrinkingEnabled="true"
              TestConnectionsOnRelease="false"
              TestConnectionsOnReserve="false"
              URL="jdbc:oracle:oci8:@PlatformTest"
              />
              [error_wl2.txt]
              

              Hi Dinu,
              Silversword is our upcoming maintenance release for WLS 6.0, and
              should be available in June timeframe.
              If you are only using 1 database instance, you can use Oracle's
              driver in non-XA mode in distributed transactions. Please refer
              to "Configuring non-XA JDBC drivers" section for details: http://e-docs.bea.com/wls/docs60/adminguide/managetx.html#1045803.
              -- Priscilla Fung, BEA Systems, Inc.
              "Dinu Ramanthara" <[email protected]> wrote:
              >
              >Hi,
              > What is Silversword?
              >
              > I need to use Oracle's Driver as I have to use Oracle
              >AQ and Oracle
              >AQ doesn't seem to work with jDriver. All my database
              >activity,
              >through AQ as well as through JDBC are restricted to the
              >same Oracle
              >instance. Given that what are my options? Should I use
              >Oracle 8.1.6
              >drivers or should I use 8.1.7 drivers.
              >
              >Is there a document/sample code illustrating what need
              >to be done
              >to bind Oracle's XADataSource to the JNDI tree.
              >
              >Regards,
              >Dinu
              >"Priscilla Fung" <[email protected]> wrote:
              >>
              >>Hi Vinay,
              >>
              >>A couple of things to note. Oracle 8.1.6's driver has
              >>a bug that
              >>does not accept foreign Xid, and thus cannot be used
              >with
              >>any 3rd
              >>party vendor's Tranaction Manager, including WLS. Oracle
              >>8.1.7's
              >>driver has fixed this problem, but they have threading
              >>issues.
              >> We have worked around the threading issues in Silversword,
              >>but
              >>not in WLS 6.0 release. For now, the only Oracle XA
              >driver
              >>we
              >>recommend is Weblogic's jDriver for Oracle.
              >>
              >>-- Priscilla Fung, BEA Systems, Inc.
              >>
              >>
              >>"Vinay" <[email protected]> wrote:
              >>>
              >>>
              >>>
              >>>
              >>>Hi!
              >>>
              >>>I am trying to setup XA DataSource Pool for Oracle using
              >>>Weblogic's driver. App-Server
              >>>throws exception during startup.
              >>>config.xml setting are appended with this posting.
              >>>
              >>>Can somebody help me identifying the problem?
              >>>
              >>>Thanks,
              >>>
              >>>Vinay
              >>>
              >>>
              >>>
              >>>
              >>> <JDBCConnectionPool
              >>> Name="WL_XA_1_Pool"
              >>> Targets="examplesServer"
              >>> CapacityIncrement="1"
              >>> DriverName="weblogic.jdbc.oci.xa.XADataSource"
              >>> InitialCapacity="1"
              >>> JDBCXADebugLevel="1"
              >>> MaxCapacity="5"
              >>> Properties="user=vinay;password=vinay;dataSourceName=WL_XA_1_Pool;serverName=pqasun1"
              >>> RefreshMinutes="0"
              >>> ShrinkPeriodMinutes="15"
              >>> ShrinkingEnabled="true"
              >>> TestConnectionsOnRelease="false"
              >>> TestConnectionsOnReserve="false"
              >>> URL="jdbc:oracle:oci8:@PlatformTest"
              >>> />
              >>>
              >>
              >
              

  • "there was a problem connecting to the server. URLS with the type 'file' are not supported"

    i have a new macbook pro 13" and every 6 minutes or so it pops up a window that says "there was a problem connecting to the server. URLS with the type 'file' are not supported". it never seems to cause any problems but is supremely annoying. how can i make this come to an end?

    I tried someone's solution of taking another external disc and plugging it in, then when it showed up and time machine asked if I wanted to use it or that someone might be trying to trick me, I chose not use it.  Then I  shut down my computer, plugged in the original Lacie, and rebooted the computer and all seems to work fine now-- the Lacie appears on my desktop and all seeems to be in working order. Who knows why or anything else,- as weird as it gets- but for now things seemed fixed--- maybe others can try this too-- it worked for me so far.

  • "There was a problem connecting to the server.   URLs with the type "file:" are not supported.  Why?  What can be done to eliminate it?

    After upgrading to Mountain Lion, I repeatedly get this message:  "There was a problem connecting to the server.   URLs with the type "file:" are not supported. 
    Why? 
    What can be done to eliminate it?

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • Message - There was a problem connecting to the server. URLs with the type "file:" are not supported

    new macbook pro receving this message: There was a problem connecting to the server. URLs with the type "file:" are not supported. What is causing this and how do

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • There was a problem connecting to the server. URLs with the type "file:" are not supported. OK

    I have just upgraded to Mountain Lion from Leopard, but now I keep getting this message when I open some web-pages and every time I wake the Mac up after going to sleep. For some odd reason I get it in Swedish sometimes (installed language) and some times in English...
    There was a problem connecting to the server.
    URLs with the type "file:" are not supported.
    OK
    What is this and how can I get rid of it. I use Firefox and have updated to latest version.

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • Since installing Lion I keep getting the error message 'there was a problem connecting to the server. URLs with the type 'file:" are not supported"' How can I fix this?

    since installing Lion I keep getting the error message 'there was a problem connecting to the server. URLs with the type 'file:" are not supported"' How can I fix this?

    A Davey1 wrote:
    Not a nice answer!
    Posting "Check the 'More like this'" area and not simply providing the answer is a great way to make these groups worthless.
    You're ignoring context.  On the old Apple Discussion Groups I never posted replies like that, instead giving people relatively detailed answers.  The new Apple Support Communities made things worse by introducing certain inefficiencies.  Then came Lion.  The flood of messages that came with Lion required a painful choice for any of the people who had been helping here: (1) Give quality responses to a few questions and ignore the rest.  (2) When applicable, give a brief answer such as the one that you found objectionable.  (3) Give up all the other normal activities of life and spend full time trying to answer questions here.
    People who needed help with Lion problems seemed to have trouble discovering existing message threads that described how to solve their problems.  I never posted the suggestion of "Check the 'More like this' area" without verifying that the help that the poster needed could be found there.  Even doing that, what I posted saved me time that I could use to help someone else.
    The people helping here are all volunteers.  None of them is being paid for the time they spend here.  They all have a life outside of Apple Support Communities.  It's arrogant of you to demand that people helping here spend more time than they already do.

  • I'm being shown an error pop-up message periodically saying "There was a problem connecting to the server. URLs with the type 'file:' are not supported." I have a brand new MacBook Pro, and at no time am I actually having trouble connecting to the server.

    I'm being shown an error pop-up message periodically saying "There was a problem connecting to the server. URLs with the type 'file:' are not supported." I have a brand new MacBook Pro, and at no time am I actually having trouble connecting to the server, but this message continues to pop-up several times a day at random intervals. Is there something I'm doing wrong? Or is my computer just having a glitch? Other than that, and a mildly sticking caps lock button, it's working perfectly.
    Thank you!

    Alright it didn't solve it. Any other suggestions?
    I haven't suggested a solution yet. I want to know whether you still get the messages while Time Machine is disabled. Do you? If so, try any or all of the solutions proposed in this thread:
    There was a Problem connecting to the...: Apple Support Communities

  • I keep getting an error message saying "There was a problem connecting to the server.  URLs with the type "file:" are not supported."  Can someone help me get rid of it.

    I keep getting an error message saying "There was a problem connecting to the server.  URLs with the type "file:" are not supported"  Can someone help me locate and get rid of this error.

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • My Mac suddenly started getting a pop up message saying "There was a problem conecting to the server. URLs with the type "file" are not supported." My internet is working fine,no problem connecting. I just keep getting this message which I click off .

    My Mac suddenly started getting a pop up message saying "There was a problem conecting to the server. URLs with the type "file" are not supported." My internet is working fine,no problem connecting. I just keep getting this message which I click off and continue working.

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • Weblogic Server 8.1 with SP6

    Currently we are running with BEA Weblogic server 8.1 with service pack upgraded to SP6 lately. I heard that it will require the upgrades of Oracle database to V 9.2.0.4. Is this required? I am wondering if we need to workout this upgrade to our db. Thanks.

    I saw that the documentation mentioned Oracle9i RAC (for Oracle 9.2.0.4) supported in SP6. Does it mean those other lower versions are not supported?
    http://e-docs.bea.com/platform/suppconfigs/configs81/81_over/overview.html
    http://e-docs.bea.com/platform/suppconfigs/configs81/81_over/supported_db.html

  • Since updating to mountain line, error message "There was a problem connecting to the server. URLs with the type "file:" are not supported" keeps popping up

    Since updating to Mountain Lion in the last week, an error message keeps popping up. The graphic is the button with 3 stick men holding hands and the message is "There was a problem connecting to the server. URLs with the type "file:" are not supported". Any solutions found?

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • I upgraded to Lion yesterday. Now I keep getting and error message: there was a problem connecting to the server. URLs with type "file:" are not supported. What server?

    I upgraded to Lion yesterday. Now I keep getting and error message: there was a problem connecting to the server. URLs with type "file:" are not supported. What server? How do I get rid of this.

    Take a look at this link, https://discussions.apple.com/message/16156214#16156214

  • Problem in Hibernate 3.0. while configuring with Oracle 9i

    Hi,
    I have a problem in Hibernate 3.0. while configuring with Oracle 9i.
    I make all necessary settings as per the requirement.
    My code successfully running with MYSQL,
    But if tried use Oracle 9i. then System generate the Following Exceptions.
    Please let me know the solution
    DEBUG - initializing class SessionFactoryObjectFactory
    DEBUG - registered: 2c9834f115ccc9360115ccc937600000 (unnamed)
    INFO - Not binding factory to JNDI, no JNDI name configured
    DEBUG - instantiated session factory
    INFO - Running hbm2ddl schema update
    INFO - fetching database metadata
    DEBUG - total checked-out connections: 0
    DEBUG - using pooled JDBC connection, pool size: 0
    ERROR - could not get database metadata
    java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1],
    [0], [], [], [], [], [], []

    Hi
    I alreay make all necessary chagens in cfg.file but still i have problem
    see the contenet fo .cgf file
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE hibernate-configuration PUBLIC
    "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
    "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
    <hibernate-configuration>
    <session-factory>
    <property name="hibernate.cglib.use_reflection_optimizer">true</property>
    <property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
    <property name="hibernate.connection.url">jdbc:oracle:thin:@sinpunap049:1521:esgdb</property>
    <property name="hibernate.connection.username">scott</property>
    <property name="hibernate.connection.password">tiger</property>
    <property name="connection.pool_size">1</property>
    <property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>
    <property name="show_sql">true</property>
    <property name="hbm2ddl.auto">update</property>
    <mapping resource="Student1.hbm.xml" />
    </session-factory>
    </hibernate-configuration>

Maybe you are looking for

  • FF7A: Drill down layout

    Hello, when I look at my structure report in FF7A, I can drilldown till I see the customer/vendor invoices, in the layout is also the field NAME1 containing the name of the relevant customer/supplier. when I do the same drilldown for the outstanding

  • Microsoft Access will not Sync to SharePoint - Publish Failed: The Object Could not be Committed to the Server

    I created a very simple Microsoft Access database with one table and one form. When I published it to SharePoint, everythng worked fine. It published succesfully and there were no errors. I continued to make enhancements to the database and when I at

  • CASE structure limits - dynamic?

    Hello everybody Is this possible, and if, then how, to make the CASE structure condition dependent on variable in my program. Egsample: I have integer and the value of this is changing during program running, and I need from some reasons, to make the

  • Welcome to the Sun Update Connection forum.

    Welcome to the Sun Update Connection forum. Sun Update Connection services lets you analyze and update your systems and stay up to date from anywhere-while providing easy access to patches and software updates. The Sun Update Connection, System Editi

  • I can't log in after I got a start up disk is full message, what do I do? ?

    I am having a problem logging in after a startup disk is full message. Is there anything I can do to get it to log in again? I have been deleting large files but I guess it wasn't enough to take care of the problem.