Error connecting WLS 10.3.1 JMS & MDBs with Oracle Advanced Queuing

I followed the guide at http://blogs.oracle.com/imc/2010/12/how_to_use_oracle_aq_with_message-driven_beans_in_weblogic.html. Since the AQ queues were already set up by SAs and had been working with stateless session beans, I assume they're OK for use with MDBs. Names had to be changed in the WLS foreign server definition, destinations & connection factories to match.
My MDB is:
package xxxx;
import javax.ejb.MessageDriven;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.MessageListener;
import javax.jms.TextMessage;
@MessageDriven(name = "TestQueueListenerEJB")
public class TestQueueListener implements MessageListener
public void onMessage(Message message)
if ( message instanceof TextMessage )
try
System.out.println("AQMDBTest: text message " + ((TextMessage)message).getText() + " processed");
catch (JMSException e)
e.printStackTrace();
else
System.out.println("AQMDBTest: generic message " + message.toString() +
" of type " + message.getClass().getName() + " processed");
And the relevant portion of the weblogic-ejb-jar.xml is:
<weblogic-enterprise-bean>
<ejb-name>TestQueueListenerEJB</ejb-name>
<message-driven-descriptor>
<pool>
<max-beans-in-free-pool>1</max-beans-in-free-pool>
<initial-beans-in-free-pool>1</initial-beans-in-free-pool>
</pool>
<destination-jndi-name>TestQueue</destination-jndi-name>
<connection-factory-jndi-name>TestQueueConnectionFactory</connection-factory-jndi-name>
</message-driven-descriptor>
</weblogic-enterprise-bean>
So when I deploy this to my test domain I get an error:
<Feb 23, 2011 3:11:28 PM CST> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: TestQueueListenerEJB is unable to connect to the
JMS destination: TestQueue. The Error was:
Can not get destination information. The destination JNDI name is TestQueue, the provider URL is null>
The test connection of the datasource is successful.
What else could I have wrong? This is my first post to this topic. Please let me know what additional information I need to provide about this. Or if I've provided too much.
Thanks very much,
Jim Greetham

OK. So I got my DBAs to create a new user with the necessary privs. Created a new queue, table, etc. I have been able to receive messages from it. So I have some looking to do in my production database queue definitions.
Jim

Similar Messages

  • Weblogic JMS bridge between Weblogic and oracle Advanced Queue

    Hi,
    We are facing some issues when we are trying to integrate with Oracle AQ JMS through Weblogic.
    We have configured a Foreign AQ server which points to the oracle Advanced Queue and we are trying to create a Weblogic JMS bridge between AQ and weblogic. The bridge works perfectly if create the connection factories and bridge destinations with NonTX mode. The issue is with XA mode. Also we have deployed the Resource adaper for XAResource to use XA transactions.
    No help is available for the exception on google too :)
    Following is the exception we are getting.
    <An error occurred in bridge "aqjmsbridge" during the transfer of messages (javax.resource.ResourceException: Failed to setup the Resource Adapter Connection for enlistment in the transaction, Pool = 'eis/jms/WLSConnectionFactoryJNDIXA', javax.transaction.SystemException: start() failed on resource 'eis/jms/WLSConnectionFactoryJNDIXA': XA_OK
    javax.transaction.xa.XAException: method start should not be called on weblogic.transaction.internal.IgnoreXAResource
    at weblogic.jms.foreign.IgnoreXAResourceImpl.start(ForeignAQIntegration.java:260)
    at weblogic.connector.security.layer.AdapterLayer.start(AdapterLayer.java:513)
    at weblogic.connector.transaction.outbound.XAWrapper.start(XAWrapper.java:466)
    at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1184)
    at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1117)
    at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:275)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:516)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:443)
    at weblogic.connector.transaction.outbound.XATxConnectionHandler.enListResource(XATxConnectionHandler.java:118)
    at weblogic.connector.outbound.ConnectionWrapper.invoke(ConnectionWrapper.java:218)
    at $Proxy59.receive(Unknown Source)
    at weblogic.jms.bridge.internal.MessagingBridge.processMessages(MessagingBridge.java:1427)
    at weblogic.jms.bridge.internal.MessagingBridge.beginForwarding(MessagingBridge.java:1002)
    at weblogic.jms.bridge.internal.MessagingBridge.run(MessagingBridge.java:1079)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    .).>
    Will appriciate any help for the above.
    Thanks and Regards,
    Navin

    Maybe this if of any help:
    - Re: Help with creating AQ JMS
    or
    - Re: AQ Weblogic integration - JMS-107: Operation not allowed on Connection

  • Import ABAP error during ECC 6.0 installation on Win2003 with Oracle

    Dear friends,
    I am trying to install ECC 6.0 IDES version on Windows 2003 server with oracle 10g. In fact I had tried few days before and I was getting the same error message. I had posted a separate thread for this and after few suggestions I have moved the sorce data to internald HDD which was earlier on external HDD. Secondly the page file only 4096MB and now I have changed it to 24GB. But still it is giving errors. Only thing is that I have changed the page file size after istalling Oracle, will this effect installation? or is this because of any files corrupted source HDD?
    Kindly help me to solve this problem. I would be very much thankful to you. Here I am attaching DOKCLU.log; PCL2.log; sapinst.log; and import_monitor.java.log.
    Please let me know if you need any further information.
    - Ravinder.
    ============================================
    Error log from DOKCLU.log is as below:
    ++++++++++++++++++++++++++++++
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Apr  2 2006 23:26:45
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -i DOKCLU.cmd -dbcodepage 4103 -l DOKCLU.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: DOKCLU created #20101202103735
    (RFF) ERROR: invalid checksum in data file "D:\SAPDVD\IDES-Exp 2\EXP2\DATA\DOKCLU.001"
                 current table was "DOKCLU"
    (DB) INFO: disconnected from DB
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    ============================================
    Error log from PCL2.log
    +++++++++++++++++
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Apr  2 2006 23:26:45
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -i PCL2.cmd -dbcodepage 4103 -l PCL2.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: PCL2 created #20101202103740
    (RFF) ERROR: invalid checksum in data file "D:\SAPDVD\IDES-Exp 2\EXP2\DATA\PCL2.001"
                 current table was "PCL2"
    (DB) INFO: disconnected from DB
    C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    ============================================
    log from import_monitor.java.log
    +++++++++++++++++++++++
    Loading of 'SAPDODS' import package: OK
    Import Monitor jobs: running 1, waiting 2, completed 40, failed 16, total 59.
    Import Monitor jobs: running 2, waiting 1, completed 40, failed 16, total 59.
    Loading of 'SAP0000' import package: OK
    Import Monitor jobs: running 1, waiting 1, completed 41, failed 16, total 59.
    Loading of 'SAPAPPL0_10' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 42, failed 16, total 59.
    ============================================
    log from sapinst.log
    +++++++++++++++
    Import Monitor jobs: running 2, waiting 9, completed 32, failed 16, total 59.
    Import Monitor jobs: running 3, waiting 8, completed 32, failed 16, total 59.
    Loading of 'SAPSSEXC_1' import package: OK
    Import Monitor jobs: running 2, waiting 8, completed 33, failed 16, total 59.
    Import Monitor jobs: running 3, waiting 7, completed 33, failed 16, total 59.
    Loading of 'SAPSLOAD' import package: OK
    Import Monitor jobs: running ...
    ERROR 2010-12-03 05:43:19
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2010-12-03 05:43:19
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .

    Hi Rahul,
    Thanks for your valuable inputs, but when tried giving the below sqlplus command it is asking for user name and password and there I got stuck. Could you please let me know what is the default user and password or is there anyway we can skip it?
    Resolution
    stop the all oracle services.all r automatic mode.
    restart the system
    ==> When we restart system again all the automatic oracle services starts right, do we need to stop them again before executing the below command?
    login through
    goto command promt and type
    sqlplus "/as sysdba"
    ==> after this command it is asking for user name and password
    sql> startup
    exit
    c:---->lsnrctl (I do not understand this command, is it at C prompt or at SQL prompt?
    lsnrctl>status (also do not understand how to give this command)
    (look for the following message)
    The command completed successfully
    exit
    now u start the installation.
    Kindly help, it would be great if you could me your contact details, I will not disturb you but just in case of any help. Thanks once again. - Ravi.

  • How can I connect the remote server which is installed with oracle

    Now my computer is in my home,in my computer there is installed with the oracle 9i client,the server is also installed with oracle 9i,which is in my company.Now I want to use sql*plus to connect the database of the server through the internet work.I have created one listener service name in my home computer,but can't test successfully and the sql*plus can't connect the database.Who can tell me how to do it?Thank you!

    Technical questions need to be addressed to one of the technical forums-- Products | Database | Database - General in this case.
    Unless you are VPN-ing in or the DBA's at your company have configured Oracle Connection Manager to allow you to connect through the firewall to the database, however, I doubt this will work. If they have configured Connection Manager, you'll have to ask them to provide you with connection information. 99.9% of the time, you do not want people to access a database via the internet.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Error Installing ERP2005 on Red Hat 4es Linux with Oracle

    Normally I only install SAP for customers on Unix boxes or WIndows, but I was asked for a customer to do an installation on Red Hat 4es 64bit. It will be a Sandbox system for the customer. ERP2005 with Oracle.
    But after some issues on shared objects when I wasn't able to start the sapinst, cause there was no JRE installed, but has been installed after this (version 1.4.2.13 for linux). I now run into the following issue when ./sapinst is running and me trying to start the ./startInstGui.sh I get the following :
    java.lang.RuntimeException: invocation target exception: /usr/java/j2re1.4.2_13/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    both files are there, JAVA_HOME had been set, java had also been set as path, but when I do a file on the files it gives me:
    [root@su49tas1 lib64]# file libXp.so.6.2
    libXp.so.6.2: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped
    [root@su49tas1 i386]# file libawt.so
    libawt.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
    looking at this there might be a conflict on version, but the libXp.so comes from the RH install cd and the libawt.so comes from the jre1.4.2.13-rpm.bin file downloaded from the java sun website.
    strange thing is that I cannot find a 64bit version so that might bring down my thoughts on version conflict.
    Hopefully someone had had this same issue also and had solved it, but also other input which might help me solve this is appreciated.
    cause this is turning my head for a day and night
    cheers
    Chris
    Message was edited by:
            christian bults
    SE had been edited to ES at 11:04cet

    invocation target exception: Can't connect to X11 window server
    installed and ran ldconfig.
    Now it works again

  • Language support in JMS adapter with Oracle JDev 10.1.3.1

    Hi,
    I' using JDeveloper 10.1.3.1 with Oracle SOA Suite - ESB 10.1.3.1 in the following scenario:
    1) Use Database adapter with "on insert" condition to read Student record with Chinese name (Unicode format) - ESB process
    2) Use JMS adapter to push this data into "DemoTopic" as string - ESB process
    3) Use Message Driven Bean's (EJB 3.0) "onMessage" method to fetch the data from JMS topic - J2EE app
    4) Use JDBC executeUpdate to update this Chinese name into another database table - J2EE app
    5) Finally, verify the updated Chinese name in ADF application - J2EE app
    Prerequisites
    1) The database charset on both sides of the flow is UTF8
    2) The ADF application JSF page encoding is UTF8
    3) The SOA Suite is installed on DB repository (UTF8 charset)
    Result
    1) The flow from Step 1-5 works.
    2) But, the println of the JMS message (holding the Chinese name) gives "????" when checked with Wordpad (Unicode readable word processor)
    3) Junk characters are inserted into the database
    Please let me know where I'm going wrong. Also, let me know if I need to configure/set the character encoding in OC4J, or the JMS adapter and how.

    Hi all,
    This is been resolved by using the AL32UTF8 character set in the database. JMS adapter by default supports UTF-8. No setting/configuration needs to be done.

  • Getting error while configuring WAS 7 Fix Pack 37 with Oracle Application Development Framework (Oracle JDeveloper 11.1.1.7.0)

    Hi,
    I have installed Oracle Unified Directory 11.1.2.2.0 and WebSphere Application Server 7 with Fix Pack 37.
    I am getting error while configuring WAS 7 Fix Pack 37 (7.0.0.37) with Oracle Application Development Framework (Oracle JDeveloper 11.1.1.7.0). While adding products to cell (Oracle Directory Services Manager for WebSphere - 11.1.2.2.0), I am getting below error:
    CFGFWK-64069: The following prerequisites were found to be missing: Oracle WebCenter Composer Extension - 11.1.1.0
    Also attached the screenshot of the error.
    Please help.
    Thanks,
    Himanshu Verma

    Hello,
    ODSM has the following dependencies apart from ADF (both components depend also on ADF):
    - UIShell (oracle.idm.uishell.war)
    - Webcenter Composer (oracle.webcenter.composer.war).
    Apparently the composer is missing.
    Important points to check when using ODSM with WAS:
    - To install and configure Oracle Fusion Middleware with IBM WebSphere, you must first install (but not configure) IBM WebSphere
    - You must install the Oracle Application Development Framework as the same user who installed Oracle Unified Directory.
    - appdev must be installed under the same ORACLE_HOME as OUD
    Sylvain
    Please mark this response as correct or helpful when appropriate to make it easier for others to find it

  • Java gets error pki-02002 accessing wallet on windows 2008 with Oracle 12 only

    I have a windows 2008 server with Oracle 12 client installed and I can't figure out what is preventing me from running java commands that use the wallet.  The wallet itself seems to be fine as I can log in with SQLPLUS using the wallet, it is only when I try to run a java command that it fails with a PKI-02002 error.
    Also - I can run the same command line without error with oracle 11 installed, so it seems to be something that differs between oracle 11 and 12.   Any ideas of what I should look for?  I've checked permissions on
    Here is the error:
    java.sql.SQLException: encountered a problem with the Secret Store. Check the wallet location for the presence of an open wallet (cwallet.sso) and ensure that this wallet contains the correct credentials using the mkstore utility: java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
            at oracle.jdbc.driver.PhysicalConnection.getSecretStoreCredentials(PhysicalConnection.java:3048)
    Exiting program...

    Hi,
    I am having exactly the same problem. Did you ever come to a resolution on this problem???
    Thanks,
    Darren

  • Error connecting WLS Portal to ORACLE 8.17

    Following is the error I get when trying to start weblogic portal. I am trying
    to connect to an Oracle database. (Also attaching my config.xml file).
    Thanks
    Neeta
    using the Oracle Thin database driver
    using LD_LIBRARY_PATH of /export/home/wlp/bea/weblogic700/server/lib/solaris
    using PATH of /export/home/wlp/bea/weblogic700/server/bin:/export/home/wlp/bea/jdk131_03/jre/bin:/export/home/wlp/bea/jdk131_03/bin:/usr/bin:/usr/ucb:/etc:.:/home/oracle/OraHome1/bin
    + /export/home/wlp/bea/jdk131_03/bin/java -server -Xms128m -Xmx128m -XX:MaxPermSize=128m
    -Dcommerce.properties=/export/home/wlp/bea/weblogic700/portal/weblogiccommerce.properties
    -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic
    -classpath /export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/bea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar
    -Dweblogic.Name=portalServer -Dbea.home=/export/home/wlp/bea -Dweblogic.management.username=weblogic
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled=true
    -Djava.security.policy=/export/home/wlp/bea/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Dec 5, 2002 6:54:17 PM GMT-06:00> <Notice> <Management> <140005> <Loading configuration
    /export/home/wlp/bea/user_projects/portalDomain/./config.xml>
    <Dec 5, 2002 6:54:30 PM GMT-06:00> <Error> <RDBMSRealm> <000000> <An error occured
    creating a database connection for the realm.
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:141)
         at com.bea.p13n.security.realm.RDBMSDelegate.<init>(RDBMSDelegate.java:178)
         at com.bea.p13n.security.realm.RDBMSDelegate$DFactory.getInstance(RDBMSDelegate.java:971)
         at com.bea.p13n.security.realm.internal.Pool.<init>(Pool.java:53)
         at com.bea.p13n.security.realm.RDBMSRealm.createPool(RDBMSRealm.java:153)
         at com.bea.p13n.security.realm.RDBMSRealm.<init>(RDBMSRealm.java:140)
         at java.lang.Class.newInstance0(Native Method)
         at java.lang.Class.newInstance(Class.java:232)
         at weblogic.security.acl.Realm.getRealm(Realm.java:87)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Dec 5, 2002 6:54:31 PM GMT-06:00> <Emergency> <WebLogicServer> <000342> <Unable
    to initialize the server: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
         at weblogic.security.acl.Realm.getRealm(Realm.java:94)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
         at weblogic.security.acl.Realm.getRealm(Realm.java:94)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
         at weblogic.security.acl.Realm.getRealm(Realm.java:94)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    + set +x
    [config.xml]

    Neeta -
    You need the @ sign in the config.xml file where you mention the URL.
    Kunal
    "Neeta Mittal" <[email protected]> wrote:
    >
    >
    >
    Following is the error I get when trying to start weblogic portal. I
    am trying
    to connect to an Oracle database. (Also attaching my config.xml file).
    Thanks
    Neeta
    using the Oracle Thin database driver
    using LD_LIBRARY_PATH of /export/home/wlp/bea/weblogic700/server/lib/solaris
    using PATH of /export/home/wlp/bea/weblogic700/server/bin:/export/home/wlp/bea/jdk131_03/jre/bin:/export/home/wlp/bea/jdk131_03/bin:/usr/bin:/usr/ucb:/etc:.:/home/oracle/OraHome1/bin
    + /export/home/wlp/bea/jdk131_03/bin/java -server -Xms128m -Xmx128m -XX:MaxPermSize=128m
    -Dcommerce.properties=/export/home/wlp/bea/weblogic700/portal/weblogiccommerce.properties
    -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic
    -classpath /export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/bea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/
    wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar
    -Dweblogic.Name=portalServer -Dbea.home=/export/home/wlp/bea -Dweblogic.management.username=weblogic
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled=true
    -Djava.security.policy=/export/home/wlp/bea/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Dec 5, 2002 6:54:17 PM GMT-06:00> <Notice> <Management> <140005> <Loading
    configuration
    /export/home/wlp/bea/user_projects/portalDomain/./config.xml>
    <Dec 5, 2002 6:54:30 PM GMT-06:00> <Error> <RDBMSRealm> <000000> <An
    error occured
    creating a database connection for the realm.
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:141)
         at com.bea.p13n.security.realm.RDBMSDelegate.<init>(RDBMSDelegate.java:178)
         at com.bea.p13n.security.realm.RDBMSDelegate$DFactory.getInstance(RDBMSDelegate.java:971)
         at com.bea.p13n.security.realm.internal.Pool.<init>(Pool.java:53)
         at com.bea.p13n.security.realm.RDBMSRealm.createPool(RDBMSRealm.java:153)
         at com.bea.p13n.security.realm.RDBMSRealm.<init>(RDBMSRealm.java:140)
         at java.lang.Class.newInstance0(Native Method)
         at java.lang.Class.newInstance(Class.java:232)
         at weblogic.security.acl.Realm.getRealm(Realm.java:87)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Dec 5, 2002 6:54:31 PM GMT-06:00> <Emergency> <WebLogicServer> <000342>
    <Unable
    to initialize the server: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
         at weblogic.security.acl.Realm.getRealm(Realm.java:94)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
         at weblogic.security.acl.Realm.getRealm(Realm.java:94)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
         at weblogic.security.acl.Realm.getRealm(Realm.java:94)
         at weblogic.security.acl.Realm.getRealm(Realm.java:65)
         at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
         at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
         at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
         at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
         at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
         at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
         at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
         at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    + set +x

  • Error Installing ERP2005 on Red Hat 4es Linux with Oracle  part II

    All,
    After succeeding in fixing the 64bit issue I have another issue when wanting to install ERP2005 on Red Hat linux beeing:
    the following error message:
    error in:
    Class   : com.sap.sdt.gui.core.SDTGui
    Name    : main
    Static  : true
    class [Ljava.lang.String; - [Ljava.lang.String;@4ee64ee6
    java.lang.RuntimeException: invocation target exception: Can't connect to X11 window server using 'localhost:11.0' as the value of the DISPLAY variable.
            at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:110)
            at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)
            at SDTGui.main(SDTGui.java:46)
    I do have my java home set and paths and display, but still this issue comes up
    at first I had installed the SUN java version 1.4.2.13 but that did not work as well (and was a 32bits version, no 64bits found there for linux) so I deinstalled that one and installed the IBM java 64bit version for linux.
    Hopefully someone knows a sollution, cause it is getting me bold.
    cheers
    Chris

    not solved but open to long without responce

  • Using JMS adapter with J2ee native queuing system

    Hi there,
    As far as I have understood J2EE contains it's own native queuing system (JMS). Since the J2EE is part of the WAS, shouldn't it be possible to somehow use XI's JMS adapter in conjunction with this native JMS?
    I've tried to search many places in many ways, but haven't been able to find any info. Is it possible at all?
    Hope, some of u guys can help out there:-)
    Regards,
    Daniel

    Hi Keith,
    It looks as if you are in the same situation.
    We have this working very nicely now and I'm happy to share. In fact I was just granted wiki permissions so I can add the information there along with screen shots.
    Informaiton on this configuration is very scattered but I imagine many people would find it useful for integrating with Mainframes without adding any complexity to the legacy environment. Let me come back to you with some more inormation, but for now you can get started with this:
    Insert a module as the 3rd line in your Module Processing Sequence to use AF_Modules/MessageTransformBean and give it a key in order to associate with the parameters you will need to type in below. These parameters are very similar to normal XI File adapter parameters.
    SAP Note 793922 has more info on the parameters... not the greatest reference I know.
    Also this has some info...
    http://help.sap.com/saphelp_nw04/Helpdata/EN/57/0b2c4142aef623e10000000a155106/content.htm
    I'll try and get some screen shots up on the Wiki.

  • Re: Send/receive messages from WLS to Oracle Advanced Queue.

     

    I am trying to send a message to a Queu (AQ) in OC4J.
              Since it works by using the common JMS api from a stand-alone java client, I thougt it should work also from a stateless EJB, but it doesn't!
              anyone an idea?
              

  • PeopleSoft 8.53 Integration Error with Oracle SES

    My System Details are :
    Machine 1
    Hostname : host1
    Port : port1
    Application : PeopleSoft 8.53 + HCM 9.2 + Oracle 11g
    OS : Windows 7 (64 Bit)
    Machine 2
    Hostname : host2
    Port : port2
    Application :Oracle Secure Enterprise Search 11.1.2.2.0
    OS : Windows 2008 Server (64 Bit)
    No Error was encountered while installation and systems started without any error.
    Now when trying to integrate PeopleSoft with Oracle SES.
    I entered all the details as per installation docs at PeopleTools->Search Framework->administration->Search Instance
    When I click on Ping I encounter the following error :
    Ping Test Result: Failure. Exception caught GetMessageText: No default message. (0,0) (262,612)
    I am behind a proxy server and have made the required entries in integrationGateway.properties files for proxy server.
    Also have added userid:pwd in Proxy-Authorization property for HTTPTARGET connector ID.
    The Errorlog.html contains the following error:
    Type - Error
    ErrorLevel - Standard Gateway Exception
    Description - HttpTargetConnector:ExternalApplicationException. External System responded with an Error status.
    Exception -  PeoplesoftListeningConnector: GeneralFrameworkException 
    MessageCatalog  
    MessageSet: 158  MessageID: 10623  MessageParms: HttpStatusCode returned : 407
    Stack Trace
    com.peoplesoft.pt.integrationgateway.common.ExternalApplicationException: HttpTargetConnector:ExternalApplicationException. External System responded with an Error status.
    at com.peoplesoft.pt.integrationgateway.targetconnector.HttpTargetConnector.send(HttpTargetConnector.java:1159)
    at com.peoplesoft.pt.integrationgateway.service.BasicConnectorInvocator.execute(BasicConnectorInvocator.java:131)
    at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.invokeService(GatewayManager.java:147)
    at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.connect(GatewayManager.java:191)
    at com.peoplesoft.pt.integrationgateway.listeningconnector.PeopleSoftListeningConnector.doPost(PeopleSoftListeningConnector.java:183)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at com.peoplesoft.pt.integrationgateway.listeningconnector.PeopleSoftListeningConnector.service(PeopleSoftListeningConnector.java:86)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.peoplesoft.pt.integrationgateway.common.IBFilter.doFilter(IBFilter.java:84)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Request
    Message-ID: <1975883609.1375092327640.JavaMail.userId@host1>
    Date: Mon, 29 Jul 2013 15:35:27 +0530 (IST)
    Mime-Version: 1.0
    Content-Type: multipart/related; boundary="Integration_Server_MIME_Boundary"
    Content-ID: PeopleSoft-Integration-Broker-Internal-Mime-Message
    PeopleSoft-ToolsRelease: 8.48
    --Integration_Server_MIME_Boundary
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-Disposition: inline
    Content-ID: IBInfo
    <?xml version="1.0"?><IBInfo><ExternalOperationName><![CDATA[GETAPIVERSION.V1]]></ExternalOperationName><OperationType>sync</OperationType><From><RequestingNode><![CDATA[PSFT_HR]]></RequestingNode><Protocol>http</Protocol><WS-Security><WSTokenType><![CDATA[]]></WSTokenType><WSTokenEncrypted></WSTokenEncrypted><WSTokenSigned></WSTokenSigned><WSTokenEncryptLevel></WSTokenEncryptLevel><WSRequestAliasName><![CDATA[]]></WSRequestAliasName></WS-Security><SAML-CertAlias><![CDATA[]]></SAML-CertAlias><SAML-QualifierName><![CDATA[]]></SAML-QualifierName><SAML-Issuer><![CDATA[]]></SAML-Issuer><SAML-SubjectName><![CDATA[]]></SAML-SubjectName><SAML-Signature><![CDATA[]]></SAML-Signature><SAML-TokenData>***deleted for security purposes****</SAML-TokenData><URIResourceIndex>-1</URIResourceIndex><SegmentsUnOrder>N</SegmentsUnOrder></From><ContentSections><ContentSection><ID>ContentSection0</ID><ContentType>text/plain; charset=UTF-8</ContentType><ContentTransfer>8bit</ContentTransfer><NonRepudiation>N</NonRepudiation></ContentSection></ContentSections><Connector><ConnectorClassName><![CDATA[HttpTargetConnector]]></ConnectorClassName><ConnectorParameters><ConnectorParam><Name><![CDATA[Method]]></Name><Value><![CDATA[POST]]></Value></ConnectorParam><ConnectorParam><Name><![CDATA[URL]]></Name><Value><![CDATA[http://host2:port2/search/api/admin/AdminService]]></Value></ConnectorParam><ConnectorParam><Name><![CDATA[SOAPUpContent]]></Name><Value><![CDATA[Y]]></Value></ConnectorParam></ConnectorParameters><ConnectorHeaders><Header><Name><![CDATA[sendUncompressed]]></Name><Value><![CDATA[Y]]></Value></Header><Header><Name><![CDATA[Content-Type]]></Name><Value><![CDATA[text/xml; charset=utf-8]]></Value></Header></ConnectorHeaders></Connector><AttachmentSection ResponseAsAttachment="N"></AttachmentSection></IBInfo>
    --Integration_Server_MIME_Boundary
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-ID: ContentSection0
    Content-Disposition: inline
    <?xml version="1.0"?>
    <getAPIVersion xmlns="http://search.oracle.com/Admin"><credentials xmlns=""><userName>eqsys</userName><password>***deleted for security purposes****</password></credentials></getAPIVersion>
    --Integration_Server_MIME_Boundary--
    Response
    Message-ID: <2136182902.1375092327641.JavaMail.userId@host1>
    Date: Mon, 29 Jul 2013 15:35:27 +0530 (IST)
    Mime-Version: 1.0
    Content-Type: multipart/related;
    boundary="----=_Part_8_1450854121.1375092327639"
    Content-ID: PeopleSoft-Integration-Broker-Internal-Mime-Message
    ------=_Part_8_1450854121.1375092327639
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-Disposition: inline
    Content-ID: IBInfo
    <?xml version="1.0"?><IBInfo><Status><StatusCode>40</StatusCode><MsgSet>158</MsgSet><MsgID>10623</MsgID><Parameters count="1"><Parm>HttpStatusCode returned : 407</Parm></Parameters><DefaultTitle>Integration Gateway Error</DefaultTitle></Status><ContentSections><ContentSection><ID>ContentSection0</ID><ContentType>text/plain; charset=UTF-8</ContentType><ContentTransfer>8bit</ContentTransfer><NonRepudiation>N</NonRepudiation></ContentSection></ContentSections></IBInfo>
    ------=_Part_8_1450854121.1375092327639
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-Disposition: inline
    Content-ID: ContentSection0
    <HEAD><TITLE>Proxy Authorization Required</TITLE></HEAD>
    <BODY BGCOLOR="white" FGCOLOR="black"><H1>Proxy Authorization Required</H1><HR>
    <FONT FACE="Helvetica,Arial"><B>
    Description: Authorization is required for access to this proxy</B></FONT>
    <HR>
    <!-- default "Proxy Authorization Required" response (407) -->
    </BODY>
    ------=_Part_8_1450854121.1375092327639--
    I have checked the required entries in integrationGateway.properties files for proxy server.
    Also have checked the userid:pwd entered in Proxy-Authorization property for HTTPTARGET connector ID.
    I have restarted the servers and machines as well but still the same error.
    Kindly help me ?

    RCC wrote:
    I agree with Hakan, sounds like your problem is getting to the proxy.
    Is the SES server on the same network as PS?  Or is it really somewhere else? Is this some kind of home setup since you are running PS on Win 7?  If SES is on the same network as PS, I would drop the proxy config and test that way first.  Get it working without the extra complexity, then add in Proxy.  You can test connectivity from PS to SES with telnet or just browsing to SES.
    Thanks for the response RCC.
    The PS is a Demo Instance being used for study purpose. Both the machines are on the same network.
    I tried the ping after removing the entries in integrationGateway.properties files for proxy server and it worked.
    Ping, Test Login and Validate are successful.
    I get the following error when I check Proxy Login.
    Proxy login failed : Invalid credentials for the federation entity (262,1317) (262,1318)
    I have created Federation Trusted Entity key by the name HCM92 on Oracle SES side and am using the same ID and password in the Query Service Credentials on the Search Instance Properties Page.
    I was not getting any error in any log file related to this.
    Kindly help.

  • Problem to connect Developer Suite forms 9 with Oracle 9i Database

    Hi,
    I have a problem to connect Developer Suite Release 2 forms 9 with Oracle 9i database release 1. I have done net8 easy configuration but no success. Can any one help me to solve this problem.
    Thanks in Advance
    Nasir Ali Mughal

    We cannot help if you don't give us the error number that you get.
    Also something that you might want to do is to search this error number on OTN.

  • Problem Connecting Developer Suite Form 9 with Oracle 9i Database

    Hi,
    I have a problem to connect Developer Suite Release 2 forms 9 with Oracle 9i database release 1. I have done net8 easy configuration but no success. The error is ORA-12514 TNS: Listener could not resolve SERVICE_NAME given in connect descriptor. I am not using any application server. Can any one help me to solve this problem.
    Thanks in Advance
    Nasir Ali Mughal

    Configure the net configuration for both 9idb and 9ids in the same way. Make sure the TNSlisner is started.

Maybe you are looking for