RFC adapter not  started (Error starting AS Java Service XPI Adapter)

Dear Experts,
We have recently Upgraded our sustem from XI3.0 to PI 7.1, and have encountered a peculiar error in RFC adapter which could not be started
error says:   Error starting AS Java Service XPI Adapter: RFC
corresponding instance when started says
Error starting AS Java Service XPI Adapter: RFC on DVEBMGS00
Hence our RFC channels are not functioning
Please help
Regards,
Rana De

can you try to restart XPI Adapter:RFC in NWA. if still it throws error then try to restart java stack.

Similar Messages

  • Getting the Adapter Class Not Found Error in the Java Manipulator

    Hi,
    I wrote a custom java manipulator for the baseline update and created a jar file for the class. This works fine in the Windows machine. All I have to do is while specifying the CLASSPATH, I entered the ./ib/newManipulator.jar; ./lib/additional_dependency.jar. When I tried to deploy the same code in the Unix environment, it fails saying the Adapter Class not found. The only difference from windows and Unix environment is that in the windows machine, in order to run the base line update, I go to the directory my_project->control->baseline_update.bat but in case of Unix environment I have a separate location where I have a shell script called run-baseline-update.sh located at /apps/bin which invokes the baseline.sh in the directory my_project/control/baseline.sh. I even tried to put the full path of the jar files e.g. /my_project/lib/newManipulator.jar; /my_project/lib/additional_dependency.jar in the class path but still the same issue. Any suggestions?

    Unix classpath needs ":" as the path separator, not ";". Changing that will make this work.
    For reference, later versions of the deployment template make this configurable, so you'd see (in environment.properties):
    # PATH_SEP_VARNAME: for platform-independence
    PATH_SEP_VARNAME=;
    # Forge needs record store libraries as well as Spring to load record store adapter configuration files
    FORGE_CLASSPATH=./config/lib/java/spring-delegate-adapter-1.0.1.jar${PATH_SEP_VARNAME}./config/lib/java/spring.jar${PATH_SEP_VARNAME}./config/lib/java/eacToolkit.jar${PATH_SEP_VARNAME}./config/script${PATH_SEP_VARNAME}.
    You can then add the following to your <forge /> definition in AppConfig.xml:
    <arg>--javaClasspath</arg>
    <arg>${FORGE_CLASSPATH}</arg>
    Hope this helps.
    Michael

  • Database adapter not returning error immediately in table space error.

    Hi,
    In my BPEL process I have an invoke activity to call Database adapter for a PL/SQL procedure invocation.
    The adapter received TABLESPACE error. The wiered thing is the error response we got after 3 hours? I am expecting immediately.
    How do I need to configure this?
    Here is more about my process.
    My BPEL process is an asynchronous process. Before and after the database adapter call I have a java embeded activity with checkpoint();
    retryIntervalValue is 60.
    Is there any thing I have to specify? Why it is taking 3 hours? is there a way to reduce this?
    -- Khaleel

    Hi. Is this still a problem or is it solved? As far as I know how BPEL works this can not really take 3 hours before erroring. You are the one that knows the application best so you can check some things. Maybe the time reported is from the database machine on which time is set different from BPEL machine? What database are you using? Is it Oracle? I guess so. What version? I assume the BPEL repository is in different database from DB Adapter? Can you confirm that checkpoint() is really done? What error is exactly thrown from DB Adapter? How does your BPEL process start? Is it adapter-driven and is the process XA-Transacted? In that case the whole process could be in retry for a longer period of time.
    Regards,
    Jos Baan

  • Cache entry not found error message in java console 1.6.0_05 - Citrix ICA

    Client information:_
    Windows XP_SP2
    Java Runtime version 1.6.0_05
    Application: Citrix ICA version 9.4.1868
    Slow citrix ICA client connection, repeated errors in the java console stating "cache entry not found". However when I downgrade to Java Runtime version 1.5.0_10 I do not see the "cache entry not found" errors and the Citrix ICA connection is much faster. Basically launches and connects in 10 seconds versus 2 minutes.
    Any ideas? Thanks!

    Hi,
    All your classes must be accessible through the web. The easiest solution is to put all your classes in the same folder as your web page.
    If your classes are in a different folder (which must be mapped as a virtual directory), try adding the codebase attribute to your applet.
    Regards,
    Kurt.

  • 503 Service not available error while testing web service in SOAMANAGER

    Hi guys,
    We have created a web service in ABAP and want to test it in soamanager.
    When trying to test it using the    "Open Web Service navigator for selected binding" link in web service administration page    we get the error page--
    503 Service not available
    Error: -6
    Version: 7000
    Component: J2EE Server
    Date/Time: Thu Jul 30 10:40:50 2009 
    Module: http_j2ee.c
    Line: 820
    Server: cmphr_HRC_10
    Error Tag:
    Detail: Cannot reach external Application Server on localhost:51000
    we have enabled the wsdl service in SICF and also the APP SOA MANAGER service.
    Can anyone please help.
    Thanks in advance.
    Regards
    Prince

    Hi,
    Detail: Cannot reach external Application Server on localhost:51000
    51000 is the port when the j2ee engine runs. As you dont have java stack am afraid this would not work.
    Regards,
    Vamshi.

  • RFC destination not defined for SAP global trade services

    HI friends,
    I have created a delivery against a sales order. Maintained the storage location and the picking quantity for the item.
    Now trying to post the goods issue but system is giving short dump and error message says:
    "RFC destination is not defined for SAP global trade services"
    We are not using SAP global trade services module and no IDocs are involved in the process.
    Please help
    Thanks in advance
    Veer

    Hi Mohit,
    Thank you for replying.
    It was not an issue with RFC destination but to do with transfer of outbound delivery processes to SAP global trade services.
    As we were not using global trade services, we had to deactivate the transfer of data from SD application to global trade services.
    The settings are under IMG>SD>foreging trade>SAP global trade services-plug-in> control data transfer to SAP global trade services
    Deactivate all the activities.
    Now this issue has been resolved.
    Thank you again for replying.
    Regards
    Veer

  • PL/SQL not working (error starting at line 1)

    Good day,
    I can't seem to get any PL/SQL commands to run in a SQL sheet. I am using SQL Developer with Oracle Express 11g and can run general SQL statements. Do I need to be running PL/SQL in a different form? I am copying the HR Schema Queries from here:
    http://www.srikanthtechnologies.com/oracle/dec9/hrqueries.html
    None of them are working and I'm guessing I need to change a setting.
    Thanks for your help,
    J

    I am just trying to assume what your problem may be..
    Use a "/" after your Declare-Begin-End Block and then place your cursor anywhere between your pl'sql block and hit "F9" from your SQL Developer.
    Things should get fine then.
    As far as your queries or blocks are concerned, I dont see any issues with them..

  • Scheduled job throws Class Not Found error when executing Java class

    Hi,
    I have written a java class to carry out a file upload to an external site and put the class on our server.
    I also wrote a script to call this java class, passing inthe relevant parameters.
    If i call the script using the ./ syntax from SSH it runs file logged in as Root and Oracle.
    I the setup a scheduled job to call this script but the job fails with the error...
    STANDARD_ERROR="Exception in thread "main" java.lang.NoClassDefFoundError: HttpsFileUpload Caused by: java.lang.ClassNotFoundException: HttpsFileUpload at java.net.URLClassLoader$1.run(URLClassLoader.java:"I cannot understand why it is raising the error if it runs from SSH.
    O/S = Red Hat Enterprise Linux ES, oracle version = 10.2.0.1.0
    Any help or guidance would be appreciated
    Thank you in advance
    Graham.
    Edited by: gpc on Feb 4, 2009 12:46 PM

    Hi,
    See this link for some tips if you haven't yet :
    Guide to External Jobs on 10g with dbms_scheduler e.g. scripts,batch files
    I can think of two things. Your script may not be able to run as the nobody user (by default external jobs run as the nobody user). Or your script might require that some environment variable be set (by default environment variables are not set in external jobs).
    Maybe you need to set the CLASSPATH variable in your script before calling java ?
    Hope this helps,
    Ravi.

  • WLS 7 SSL class not found error

    Actually, I got the same error message to start the Node Manager. However, I don't
    have the RSA license at this moment. How can it make the WL to use com.certicom.net.ssl.CerticomContextWrapper
    instead of com.rsa.ssl.WeblogicContextWrapper?
    Thanks,
    Victor
    "Pavel Smelkov" <[email protected]> wrote:
    It looks like ClassNotFoundException happend when WLS tried to initialize
    SSL implementation class, which is
    com.certicom.net.ssl.CerticomContextWrapper by default, or
    com.rsa.ssl.WeblogicContextWrapper if you have an RSA license. Since
    Certicom classes are shipped in weblogic.jar, you must have RSA license,
    but
    no RSA SSL classes in the server classpath?
    Pavel.
    "Jeff Davis" <[email protected]> wrote in message
    news:[email protected]...
    I'm having difficulty configuring the SSL port to listen to httpsrequests. The error
    that I always receive (regardless of which sample I maybe running,from
    the server
    samples to the portal ones) is similar to the following (notice the"Not
    listening
    for SSL, java.net.SocketException: Class not Found" error):
    **** START OF CONSOLE LOG **** <Jul 1, 2002 5:07:21 PM PDT> <Notice><Management>
    <141052> app tag removed <!--- Application Poller started for developmentserver.>
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ After the server hasbooted, your
    browser should automatically launch and point to the WebLogic ServerIndex
    running
    on this server. If your browser fails to launch, point your browserto the
    URL "http://JDavis-m1:7001/examplesWebApp/index.jsp"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <Jul 1, 2002 5:07:22PM
    PDT> <Emergency>
    <Security> <090034> <Not listening for SSL, java.net.SocketException:Class not Found.>
    <Jul 1, 2002 5:07:23 PM PDT> <Notice> <WebLogicServer> <000354> <Thread"ListenT
    hread.Default" listening on port 7001> <Jul 1, 2002 5:07:23 PM PDT><Notice> <Management>
    <141030> <Starting discovery of Managed Server... This feature is onby
    default,
    you may turn this off by pas sing -Dweblogic.management.discover=false><Jul 1, 2002
    5:07:23 PM PDT> <Notice> <WebLogicServer> <000331> <Started WebLogic
    Admin Server
    "examplesServer" for domain "examples" running in Development Mod e><Jul
    1, 2002
    5:07:23 PM PDT> <Notice> <WebLogicServer> <000365> <Server state changed
    to RUNNING>
    <Jul 1, 2002 5:07:23 PM PDT> <Notice> <WebLogicServer> <000360> <Serverstarted in
    RUNNING mode>
    **** END OF CONSOLE LOG **** I haven't made any changes to the SSLsetup,
    other than
    simply indicating I want it active (if that choice is not already active)
    I am just seeking to get the SSL using the test/demo certificate tofunction so that
    I can complete a demo of the commerce product to a client (requiresport
    7502 to
    function)
    Thanks!
    Jeff Davis
    </textarea> <br>
    <input type=submit name="action" value="Post" >
    </font></td></tr></table>
    </form>
    <hr>
    </FONT>
    <!-- ** COPY CONTENT INTO THIS SECTION HERE ** -->
    </TD>
    </TR>
    </TABLE>
    <!--start footer include -->
    <table width="720" border="0" cellspacing="0" cellpadding="0">
    <tr bgcolor="#CCCCCC">
    <td><img name="news_r06_c01" src="/images/shim.gif" width="1" height="1" border="0"></td>
    </tr>
    <tr>
    <td nowrap>
    <div align="left"><img name="news_r17_c01" src="/images/footer1.gif" width="467"
    height="18" border="0"><img name="news_r17_c31" src="/images/footer2.gif" width="200"
    height="18" border="0" usemap="#news_r17_c31Map"><MAP name="news_r17_c31Map"><AREA
    shape="rect" coords="139,2,167,18" href="http://www.bea.com/privacy.html"><AREA
    shape="rect" coords="80,3,127,16" href="mailto:[email protected]"><AREA shape="rect"
    coords="11,4,73,16" href="http://www.bea.com/contact/index.html"></MAP></div>
    </td>
    </tr>
    </table>
    <!--end footer include -->
    </BODY>
    </HTML>
    </body></html>

    Thanks for your responce ...
    I had discovered that when I typed "java program name" the java was running from /usr/bin a non-ssl enabled java installation. There was an SSL enabled version under another path on this box and it ran my code fine.

  • Message split on adapter engine for the java based IDoc adapter

    Hi Guys,
    Do you know if message split on adapter engine is available for the java based IDoc adapter on the single stack (PI 7.31)?
    I'm getting such exception when I try to post 3 IDocs
    Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.idoc.exception.IDOCAdapterException: Error before sending due to idoc parsing error: (7) IDOC_ERROR_PARSE_FAILURE: Invalid XML 1.0 character encountered within IDocXML for type <ns0:Messages>:
    state=EXPECTING_IMMEDIATE_TAG_END, charPosition=68, lineNumber=1, columnNumber=69, invalidChar=U+0078,
    sourceSnippet=...UTF-8" standalone="no"?><ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge"><ns0:Message1><...
    ^
    Mapping is one to many.
    Each IDoc content has been compared manually against the xsd schema and it was fine.  
    I know that old way of modifying xsd is still possible.
    Best regards,
    Wojciech

    Did you find a solution to this? Having a similar error right now.
    Thanks and kind regards
    Jens

  • Error : RFC Partner does not allow to start the Program.

    Hello Guys,
         I have a requirement where in  BAPI_DOCUMENT_CHECKOUTVIEW2  need to be  called from the front end (JAVA).
         When i run this BAPI in SAP it works fine ,when i run the same form front end it throws the error saying
              "RFC Partner does not allow to start the Program."( I have checked the error in debug mode).
             SAPGUI is installed at the JAVA developers desktop,still am facing this error.
            The error is thrown at the below code:
                      CALL FUNCTION 'RFC_PING'
                                                    DESTINATION 'SAPGUI'
                     EXCEPTIONS: communication_failure = 1 MESSAGE lf_msg_text
                                                  system_failure        = 2 MESSAGE lf_msg_text.
    Please suggest.
    Regards,
    Najam

    HI,
    You need a RFC path in this case.You can check SM59 and contact your basis team regarding this.

  • Type Error: oE Started immediately after Auto Java update! Other threads just started but doesn't mention the relationship! Firefox reset does not correct

    Problem correlates exactly with the Java update time per event viewer! Problem is starting to gain traction as more users experience same! Can’t determine how to fix? Maybe an error in the Java update?

    I have also been having this problem, starting today, although my Firefox doesn't crash/close when the error box pops up - I can just close the box and carry on browsing.
    However, as with the person in the thread listed above, I found that disabling McAfee SiteAdvisor seems to stop it happening (it happened fairly at random, but in about half an hour of browsing with it disabled, I haven't had the error pop up, compared to within a few minutes when SiteAdvisor is enabled). It looks like there was also a SiteAdvisor update today, so that also correlates with the onset of this problem. Are other people getting this problem using SiteAdvisor? I don't know much about the mechanics of SiteAdvisor - could there be a link with Java too?
    Using Firefox 27.0, Windows 7 SP1, McAfee SiteAdvisor 3.6.5, Java 10.45.2.18.

  • Error starting Oracle BI Java Host service

    Hi,
    We are facing some issue while starting the Oracle BI Java Host service. It throws the following error.
    This application was working properly till some 2 days back and suddenly it has started giving this error. We have not updated any software. The host machine is Win XP.
    Sep 27, 2011 12:08:15 PM Main main
    INFO: Javahost config file(s): C:\OracleBI\web\javahost\config\config.xml. Xpath:.
    Sep 27, 2011 12:08:16 PM ApplicationImpl createEnvironment
    INFO: Config environment properties:
    presentation.coreconfigdir=C:\OracleBI\web\config
    javahostdir=C:\OracleBI\web\javahost
    rootdir=C:\OracleBI
    presentation.dataconfigdir=C:\OracleBIData\web\config
    presentation.rootdir=C:\OracleBI\web
    tempdir=C:\OracleBIData\tmp
    presentation.cordaroot=C:\OracleBI\Corda50
    Sep 27, 2011 12:08:16 PM ApplicationImpl init
    SEVERE: java.io.IOException: Unable to establish loopback connection
         at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:106)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:122)
         at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:27)
         at java.nio.channels.Pipe.open(Pipe.java:133)
         at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:104)
         at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:26)
         at com.siebel.analytics.javahost.Listener.<init>(Listener.java:53)
         at com.siebel.analytics.javahost.ApplicationImpl.init(ApplicationImpl.java:121)
         at com.siebel.analytics.javahost.standalone.Main.init(Main.java:127)
    Caused by: java.net.SocketException: No buffer space available (maximum connections reached?): bind
         at sun.nio.ch.Net.bind(Native Method)
         at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
         at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
         at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
         at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:72)
         ... 9 more
    Request some input to resolve this error.
    Thanks in advance.

    @Deepak,
    Following are the log contents
    Sep 27, 2011 12:08:15 PM Main main
    INFO: Javahost config file(s): C:\OracleBI\web\javahost\config\config.xml. Xpath:.
    Sep 27, 2011 12:08:16 PM ApplicationImpl createEnvironment
    INFO: Config environment properties:
    presentation.coreconfigdir=C:\OracleBI\web\config
    javahostdir=C:\OracleBI\web\javahost
    rootdir=C:\OracleBI
    presentation.dataconfigdir=C:\OracleBIData\web\config
    presentation.rootdir=C:\OracleBI\web
    tempdir=C:\OracleBIData\tmp
    presentation.cordaroot=C:\OracleBI\Corda50
    Sep 27, 2011 12:08:16 PM ApplicationImpl init
    SEVERE: java.io.IOException: Unable to establish loopback connection
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:106)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:122)
    at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:27)
    at java.nio.channels.Pipe.open(Pipe.java:133)
    at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:104)
    at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:26)
    at com.siebel.analytics.javahost.Listener.<init>(Listener.java:53)
    at com.siebel.analytics.javahost.ApplicationImpl.init(ApplicationImpl.java:121)
    at com.siebel.analytics.javahost.standalone.Main.init(Main.java:127)
    Caused by: java.net.SocketException: No buffer space available (maximum connections reached?): bind
    at sun.nio.ch.Net.bind(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:72)
    It also mentions about the buffer space....could that be a reason for this.
    By the way, I forgot to mention, this deployment is in a VMWare (with XP as OS) which is hosted on Windows Server.

  • Error starting DBConsole. DBConsole could not be started successfully

    Hello All.
    How to fix the following failure on Windows XP SP2.
    Oracle application server 10g release 2 (1.2.0.2)
    1-SEVERE: Error starting DBConsole. DBConsole could not be started successfully
    2-Configuration assistant "Single Sign-On Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Mar 31, 2006 1:33:03 PM oracle.sysman.emcp.EMConfig updateReposVars
    INFO: Updating file C:\oracle\infra10g1202\sysman\emdrep\config\repository.variables ...
    Mar 31, 2006 1:33:18 PM oracle.sysman.emcp.EMConfig addPortEntries
    INFO: Updating file C:\oracle\infra10g1202\install\portlist.ini ...
    Mar 31, 2006 1:33:18 PM oracle.sysman.emcp.EMConfig updateEmdProps
    INFO: Updating file C:\oracle\infra10g1202\sysman\config\emd.properties ...
    Mar 31, 2006 1:33:20 PM oracle.sysman.emcp.EMConfig updateConfigFiles
    INFO: targets.xml file is updated successfully
    Mar 31, 2006 1:33:20 PM oracle.sysman.emcp.EMConfig updateEmomsProps
    INFO: Updating file C:\oracle\infra10g1202\sysman\config\emoms.properties ...
    Mar 31, 2006 1:33:21 PM oracle.sysman.emcp.EMConfig updateConfigFiles
    INFO: emoms.properties file is updated successfully
    Mar 31, 2006 1:33:37 PM oracle.sysman.emcp.EMConfig copyOC4JDir
    WARNING: Error copying OC4J config files from C:\oracle\infra10g1202\oc4j\j2ee\OC4J_DBConsole to C:\oracle\infra10g1202\oc4j\j2ee\OC4J_DBConsole_srdb-pc05.tamer.com_as10gdb
    Mar 31, 2006 1:33:37 PM oracle.sysman.emcp.EMConfig startOMS
    INFO: Starting the DBConsole ...
    Mar 31, 2006 1:38:38 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting DBConsole. DBConsole could not be started successfully
    Configuration assistant "Oracle Database Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Single Sign-On Configuration Assistant":
    Parameters passed to ssoca : param0:config param1:C:\oracle\infra10g1202 param2:cn=orcladmin param3:***** param4:AMERICAN_AMERICA.WE8MSWIN1252 param5:http param6:srdb-pc05.tamer.com param7:7777 param8:en
    Fri Mar 31 13:45:16 EST 2006
    Parameters received by ssoca : param0:config param1:C:\oracle\infra10g1202 param2:cn=orcladmin param3:***** param4:AMERICAN_AMERICA.WE8MSWIN1252 param5:http param6:srdb-pc05.tamer.com param7:7777 param8:en
    Content of ssoca config file is :
    -- listing properties --
    config_sso_oid=true
    config_lang=true
    config_sso_seed=true
    config_targets_xml=true
    config_ssoupg=true
    config_dad=true
    config_em_integ=true
    ACTION by SSOConfigAssistant :
    C:\oracle\infra10g1202\bin\sqlplus orasso/*****@"cn=as10gdb,cn=oraclecontext"
    @C:\oracle\infra10g1202\sso\admin\plsql\sso\ssoseedi.sql http srdb-pc05.tamer.com 777
    SQL*Plus: Release 10.1.0.4.2 - Production on Fri Mar 31 14:45:19 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> Connected.
    SQL> SQL> exit;
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options
    ACTION by SSOConfigAssistant :
    C:\oracle\infra10g1202\bin\sqlplus orasso/*****@"cn=as10gdb,cn=oraclecontext"
    @C:\oracle\infra10g1202\sso\admin\plsql\sso\ssooidd.sql srdb-pc05.tamer.com 636 "cn=orcladmin" ***** Y
    SQL*Plus: Release 10.1.0.4.2 - Production on Fri Mar 31 14:45:24 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> Connected.
    SQL> Creating OID entries for SSO
    Error code : 1
    Error message: User-Defined Exception
    LDAP error : 28862: UnKnown Error Encountered
    ERROR: deleting application entry
    Error code: 1
    Error message: User-Defined Exception
    ERROR: creating SSO users and groups in OID
    PL/SQL procedure successfully completed.
    *** Refreshing WWC OID cache....***
    declare
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "ORASSO.WWSEC_OID", line 1199
    ORA-06512: at "ORASSO.WWSEC_OID", line 1328
    ORA-06512: at "ORASSO.WWSEC_OID", line 2498
    ORA-06512: at "ORASSO.WWSEC_OID", line 2528
    ORA-06512: at "ORASSO.WWSEC_OID", line 1606
    ORA-06512: at "ORASSO.WWSEC_OID", line 1755
    ORA-06512: at "ORASSO.WWSEC_OID", line 2133
    ORA-06512: at line 8
    No errors.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options
    ERROR : Exception while configing SSO DAD :
    java.sql.SQLException: Io exception: JNDI Package failurejavax.naming.CommunicationException: Request: 1 cancelled
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:286)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.security.sso.SSOConfigAssistant.configDAD(SSOConfigAssistant.java:1473)
         at oracle.security.sso.SSOConfigAssistant.ssoConfig(SSOConfigAssistant.java:1270)
         at oracle.security.sso.SSOConfigAssistant.main(SSOConfigAssistant.java:217)
    Please fix the error reported in the stack trace above and re-run SSO Config Tool.
    Repository API Raised Exception : oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server ldap://srdb-pc05.tamer.com:389/. Base Exception : javax.naming.CommunicationException: simple bind failed: srdb-pc05.tamer.com:389 [Root exception is java.net.SocketException: Socket closed]
    oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server ldap://srdb-pc05.tamer.com:389/. Base Exception : javax.naming.CommunicationException: simple bind failed: srdb-pc05.tamer.com:389 [Root exception is java.net.SocketException: Socket closed]
         at oracle.ias.repository.directory.DirectoryReader.connect(DirectoryReader.java:124)
         at oracle.ias.repository.IASSchema.getColocatedDBConnect(IASSchema.java:657)
         at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:767)
         at oracle.ias.repository.SchemaManager.getDBConnect(SchemaManager.java:406)
         at oracle.security.sso.SSOConfigAssistant.configTargetsXML(SSOConfigAssistant.java:1847)
         at oracle.security.sso.SSOConfigAssistant.updateTargetsXML(SSOConfigAssistant.java:1786)
         at oracle.security.sso.SSOConfigAssistant.ssoConfig(SSOConfigAssistant.java:1280)
         at oracle.security.sso.SSOConfigAssistant.main(SSOConfigAssistant.java:217)
    Please fix the error reported in the stack trace above and re-run SSO Config Tool.
    Setting the AS product version value in targets.xml to be "10.1.2.0.2".
    Calling method getASTargetInfo.
    getASTargetInfo: oracleHome = "C:\oracle\infra10g1202".
    getASTargetInfo: iasName = "infra10g1202.srdb-pc05.tamer.com".
    getASTargetInfo: iAS Target Type = "oracle_ias".
    getASTargetInfo: StatusURL value = "http://srdb-pc05.tamer.com:7777".
    Retrieved SSO protocol, host, and port info from targets.xml.
    The values are: "http://srdb-pc05.tamer.com:7777".
    The following values will be used to configure the sso_server target entry in targets.xml.
    Protocol: "http".
    Hostname: "srdb-pc05.tamer.com".
    Port: "7777".
    C:\oracle\infra10g1202\jdk\bin\java
    -cp
    C:\oracle\infra10g1202\lib\xmlparserv2.jar;C:\oracle\infra10g1202\sysman\webapps\emd\WEB-INF\lib\emd.jar;C:\oracle\infra10g1202\sysman\webapps\emd\WEB-INF\lib\log4j-core.jar;C:\oracle\infra10g1202\lib\emSDK.jar
    -DORACLE_HOME=C:\oracle\infra10g1202
    oracle.sysman.emSDK.conf.TargetInstaller
    addtarget
    C:\oracle\infra10g1202\sso\sso_server_target2add.xml
    Configuring SSO languages with the following language code:
    us
    Language us is already installed.
    About to execute java call using emConfigInstall.jar.
    Here are the arguments:
    C:\oracle\infra10g1202\jdk\bin\java
    -DORACLE_HOME=C:\oracle\infra10g1202
    -jar
    C:\oracle\infra10g1202\jlib\emConfigInstall.jar
    consolesn
    C:\oracle\infra10g1202\sso\conf\consoleConfigSNSegment.xml
    Finished executing the call.
    Child Process has exited.
    SSO Configuration Assistant failed.
    Configuration assistant "Single Sign-On Configuration Assistant" failed

    I am getting a similar error in iAS 10g R2 on Windows 2003 64-bit. Did you solve your problem? Am I better off using Windows 2003 32-bit instead?
    Edited by: jkrich on Apr 7, 2011 8:33 PM

  • Not able to start the Sun Java System Access Manager 7 Console

    Hi All,
    I have successfully installed the Sun Java System Portal Server 7 on RHEL 4.0.The problem I am facing is not able to start the Sun Java System Access Manager 7 Console while accessing the URL: http://fqdn:8080/amconsole
    As soon as I try to access this URL it gives me following Excepiton:::::::
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    com.iplanet.jato.NavigationException: Exception encountered during forward
    Root cause = [java.lang.NullPointerException]
         com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:386)
         com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:267)
         com.iplanet.am.console.base.ConsoleServletBase.onUncaughtException(ConsoleServletBase.java:338)
         com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1023)
         com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:469)
         com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
         com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:294)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    If anyone have any idea about the cause of this error,please let me know.All suggestions are welcome .
    Thanx and Regards,
    Chirag.

    Hi All,
    I am having exactly the same problem with the same stack trace. Has anybody have an idea how to fix this?
    I have downloaded the Java Identity Management Suite.(java_es-5-identsuite-ga-windows-x86.zip) The first time installation was fine and I was able to bring the Access Manager console. I was able to create users groups etc.
    However, when I uninstalled and installed it again, I got exactly the same error described in the thread. Running "amserver start" and "amserver restart" did not help. I did the installation one more time
    but again I got the same error.
    Thanks for the help.
    celikkan

Maybe you are looking for

  • Custom OM Infotype

    Dear Expert, We need to store information in position object type , indicating that the position is outsourced or not (just a simple yes or no value or checkbox). I've look in standard OM infotype but nothing is suitable, do i have to create custom i

  • How to see how much data is used by computers on a network

    Hi, (I already asked this, but posted it in the wrong place... apologies) How can I tell the amount of data that some computer has downloaded from the Internet (via my airport extreme (new model))? I have an ADSL connection with a limit on the amount

  • [AS][CS5] Duplicate selection to new document

    Hi everyone, I'm working on a script that will allow me to make a PDF or printout of a selection in InDesign by duplicating the selection to a new document. I'm having difficulty with the portion of the script that duplicates the selection to a new d

  • ITunes6 and OSX 10.2.8

    GRRRRRRR ARRRGGGHHH! Tell me I am incorrect please! I can no longer access videos for iTunes, because it requires that I have QT7, which I can not install because it has a minimum req'd OSX 10.3/ Am I incorrect, is there a work around?

  • I am trying to e-mail 5 photos that have to be resized to 1024x768 and pixels no larger than 100 pip. how do I do this in iPhoto ? thanks !

    I am trying to e-mail 5 photos that have to be resized to 1024x768and the image to be a maximum of 100 ppi. How do I do this in Iphoto ? Thanks.