Ora-92101 when add a new form

Dear all,
I am using oracle application server 10.1.2.0.2 and database 9.2.0.7.0
An ora-92101 error appeared when I tried to add a new form to the existing application with buttons that generate reports
would you help me please to solve this problem
regards,

I would check the source for the form as that appears to be programmer defined and not an error defined by Oracle.
http://download.oracle.com/docs/cd/E11882_01/server.112/e17766/toc.htm
I think user defined should be in the range -20000 .. -20999.
Your error is too similar to this FRM error for me not to post this:
Master Note For Known Causes of FRM-92101 Error In Forms [ID 604633.1]
Best Regards
mseberg
Thanks for the additional information.
Edited by: mseberg on Mar 10, 2011 11:51 AM

Similar Messages

  • How do you create a custom button in LiveCycle to add a new form page to an existing form?

    Can someone tell me how to create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    Hi,
    You can use addInstance method to achieve your requiremnets.
    form1.#subform[1].instanceManager.addInstance()
    BR,
    Paul Butenko

  • How do you create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    Can someone tell me how to create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    In Acrobat forms you can use the 'template' object's 'spawn' metod. A Lesson in Templates for Adobe Acrobat by Dave Wrigtht

  • FRM-92101 when trying to run forms from Forms Builder 10g

    I have been struggling with this for a few days now and have tried multiple solutions around on these forums without any resolution yet!
    Trying to run Forms Builder on a Windows XP machine with Oracle Development Suite 10.1.2.0.2 installed in its own ORACLE_HOME. The installation completes succesfully and I can start the OC4J instance.
    1) When I open up Forms Builder and pull up the test.fmb form and try to run it, I get the following error:
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    On clicking 'Details' the following errors are displayed:
    Java Exception:
    oracle.forms.netConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
    2) The ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\application.log includes the following errors:
    11/11/25 10:02:23 formsweb: RunformProcess.connect(): failed !
    11/11/25 10:02:23 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    11/11/25 10:02:23 formsweb: Forms session <1> exception stack trace:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    3) The Java console has the following error:
    oracle.forms.net.ConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties with no proxy
    Any inputs will be greatly appreciated.

    Same issue here... Been trying to get this working since a week now. I tried all the solutions like memory heap and all but no luck.
    One thing that I would like to know is that, in some threads the resolution was to recompile the INS_FORMS.MK file under /forms/lib32 but with my installation I don't have that "lib32" folder under /forms/ and I can not even find that file anywhere in my entire installation.
    I am using 12.1.1 on Windows Server 2008.
    Any help or guidelines is greatly appreciated.
    Santhosh.

  • Error when deploying a new forms .ear file

    Hi all
    I get the following eror when trying to start forms:
    Starting OPMN managed FORMS OC4J instance ...
    Calling txkChkFormsDeployment.pl to check whether latest FORMSAPP.EAR is deployed...
    Program : /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl started @ Tue Nov 16 11:16:23 2010
    *** Log File = /u01/apps/inst/apps/DEV_ikhsmappdev1/logs/appl/rgf/TXK/txkChkFormsDeployment_Tue_Nov_16_11_16_23_2010/txkChkFormsDeployment_Tue_Nov_16_11_16_23_2010.log
    File "/u01/apps/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib/frmsrv.jar" exists. Proceeding to check the size...
    =================================================
    *** Latest formsapp.ear has NOT been deployed ***
    Deploying the latest EAR file...
    =================================================
    Program : /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl completed @ Tue Nov 16 11:16:30 2010
    * W A R N I N G *
    Error while executing the perl script txkChkFormsDeployment.pl
    We have determined that you need to redeploy Forms (using txkChkFormsDeployment.pl).
    But could not do it automatically for you, due to some issues.
    For details refer the log files.
    Follow Note: 397174.1 to redeploy Forms manually.
    I then try and deploy a new Forms EAR file as per doc 397174.1 and run into errors as follows:
    Errors encountered running /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl
    *******FATAL ERROR*******
    PROGRAM : /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl(/u01/apps/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl)
    TIME : Tue Nov 16 16:33:03 2010
    FUNCTION: (eval) [ Level 1 ]
    ERRORMSG: Invalid 10.1.3 Oracle Home: /u01/apps/apps/tech_st/10.1.3
    How do I fix this?

    Still the same issue, yes.
    I have already logged an SR for this, but all is very quiet on that front.
    One funny, is that this HOME was never attached to the orainst.loc, so I did it manually.
    When I try and run opatch with lsinventory parm, it does not list any patches, although there are patches installed, if you look at $OH/.patch_storage.
    Any idea of how I should attach this home correctly?

  • FRM-92101 when openning a particular form

    Hello,
    When opening a particular form, users are encountering the error message:
    FRM-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration
    We have many more forms in the application. Those are working fine.
    Details:
    OAS is 10.1.2.0.2 on windows 2003 server
    Database 10.2
    Could you please have a look on the issue.
    Regards,
    murali

    Hi,
    If you have access to metalink I recommend you this note :
    [url https://support.oracle.com/CSP/main/article?cmd=show&id=189867.1&type=Not]Master Note for: Forms: 9.x and 10.x: Troubleshooting FRM-92050, FRM-921xx [ID 189867.1]
    I also use a tip when I encounter this problem that consist on making a search/replace pl/sql : search the string "*;*" and replace it by the same "*;*" .
    That make to whole forms to be recompile for sure.
    And it works for me.
    Regards
    JeanYves

  • Maintaining original Word document paper size when creating a new form

    I am creating a new form in Adobe LiveCycle using a template I created in Word.  The original form in Word is Legal size but when I change it to Adobe, it converts the form to Letter size.  How do I maintain the form in legal size?

    in the hierarchy tab, select page 1 of master pages.  in the object tab for the master page you can select paper type, orientation, or if you have a custom page size you can define that as well.  hope this helps.
    -rpeterson

  • Ora-23454 when add an objects to the materialized view group

    Hi, All,
    I tend to create a distributed MV, when add an objects to the materialized view group using:
    BEGIN
    DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
    gname => 'hr_repg',
    sname => 'hr',
    oname => 'departments_mv1',
    type => 'SNAPSHOT',
    min_communication => TRUE);
    END;
    I got the follwoing errors:
    ORA-23454: flavor not defined for object group "PUBLIC"."HR_REPG"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_REPCAT_UTL", line 452
    ORA-06512: at "SYS.DBMS_REPCAT_UTL", line 468
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 5599
    ORA-06512: at "SYS.DBMS_REPCAT_SNA", line 82
    ORA-06512: at "SYS.DBMS_REPCAT", line 1332
    ORA-06512: at line 2
    Does anybody know what is the problem?
    Thanks in advance for any advice.
    Sharon.Ni

    Are you trying to replicate an existing materialized view called "departments_mv1" ? That is what the implication of the arguments you are supplying.
    If it is an MV, you have to supply the DDL (in the DDL_TEXT) as well.
    Hemant K Chitale

  • The error when post a New Form use sap demo news

    Hi all!
    When I post a newform use the SAP Demo News form, I found the text(Title,Date,etc) on the post page is not found.and when I saved,The news text can't display.
    The trace file display:
    #1.5 #00145ED2F356006D0000021D000670C200047D17ADB8AB81#1263440559123#System.err#sap.com/irj#System.err#index_service#275030##DSAPBPRD_DPP_15757350#index_service#dc9235c000be11df9e9600145ed2f356#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###Exception while loading External XMLSource in 'document': javax.xml.transform.TransformerException: Error downloading from URL: wcm://XFBuilderConfig/Global-ResourceFile__en.xml, Invalid RID: No repository manager found for prefix: /XFBuilderConfig#
    #1.5 #00145ED2F356006D0000021E000670C200047D17ADB8AD1D#1263440559123#System.err#sap.com/irj#System.err#index_service#275030##DSAPBPRD_DPP_15757350#index_service#dc9235c000be11df9e9600145ed2f356#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###Exception while loading External XMLSource in 'document': javax.xml.transform.TransformerException: Error downloading from URL: wcm://SAP_DemoNews/SAP_DemoNews__en.xml, Invalid RID: No repository manager found for prefix: /SAP_DemoNews#

    Hi.
    Check SAP Note 1007805.
    Best regards,
    Aliaksandr Zhukau

  • URL show password when calling a new form

    Forms 10.1.2.0.2
    Java 6.22
    Windows XP
    FireFox 4.0 and IE 8.0
    Hi. When calling another form from within an existing form the new form shows the URL I'm calling, but also includes the parameters I'm passing which happen to include my username and password. Like this:
    http://9.35.32.205:7777/forms/frmservlet?pageTitle=Dropper%20E/M&config=TTMSMENU&form=dropper_em&userid=MYUSER/MYPASS@SPARC20
    {code)
    Is there anyway to suppress the display of the URL or the parameters?
    Any help would be greatly appreciated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    You said:
    ...When calling another form from within an existing form... Are you calling another form from an already open form using WEB.SHOW? If so, why? There are probably more reasons why you should not do this than the number of reasons to do this. Most importantly is that by opening a new browser to launch another Forms instance, you increase the resource usage on the client, thereby degrading performance.
    Why not use CALL_FORM, OPEN_FORM, or NEW_FORM? With any of these, the next form to open will display in the same browser and no login will be required since the user has already logged in at the first form. If the goal is to achieve multiple instances of the same "first" form, well for security sake, I would recommend the user log in manually each time anyway.

  • ORA-27102 when creating a new database

    I have a 10.2.0.4 RAC database on 64-bit Redhat Enterprise Linux AS Release 4.
    We have 32GB on both machines in this cluster. Currently there are 5 databases running, each with 1GB SGA and 256M SGA. When I try to create a new database, with the same memory requirements, I get an ORA-27102. I am sure we have set up our OS fine, according to suggestions from Oracle. Linux returns: Linux-X86_64 Error: 28: No space left on device
    $> sysctl -a
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    kernel.shmmax = 4294967295
    kernel.sem = 256 32000 100 128
    $> free
    total used free shared buffers cached
    Mem: 32890432 8599000 24291432 0 58084 6003368
    -/+ buffers/cache: 2537548 30352884
    Swap: 8385792 0 8385792
    So, why am I getting an "out of memory" message... I see 20+GB free...
    Edited by: jbednarz on Jan 14, 2009 3:08 PM

    jbednarz wrote:
    , I get an ORA-27102. Linux returns: Linux-X86_64 Error: 28: No space left on deviceIs that the complete error stack, from alert.log?
    kernel.shmall = 2097152This could be "it". This is system wide total, in pages. What is your page size?
    There might be other parameters that need increasing as you add instances. Check Oracle and linux documentation.

  • Error when add/ drop new logfile

    When I drop or add new logfile in my 10g r2 on RHEL, I did not see any error. however when I check the alert log file, I noticed at the same time of dropping or adding the logfile, systen produced three error .trc files in the udumpa and display error message about the " Control autobackup written to DISK device handle '/dbrecovery/flashback/#####BACKUP/autobackup/2006_09_07/o1_mf_s_600514666_2j0covnl_.bkp' " and here is the content of one of trc file, which I do not understood. to me there is no important message. can anyone see something significant?
    [oracle@BAANBACKUP bdump]$ more /oracle/product/10.2.0/admin/####backup/udump/####backup_ora_23123.trc
    /oracle/product/10.2.0/admin/####backup/udump/####backup_ora_23123.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /oracle/product/10.2.0/db_1
    System name: Linux
    Node name: #####BACKUP
    Release: 2.4.21-40.ELsmp
    Version: #1 SMP Thu Feb 2 22:22:39 EST 2006
    Machine: i686
    Instance name: #####backup
    Redo thread mounted by this instance: 1
    Oracle process number: 26
    Unix process pid: 23123, image: oracle#####backup@#####BACKUP
    *** 2006-09-07 09:37:47.991
    *** SERVICE NAME:(SYS$USERS) 2006-09-07 09:37:47.991
    *** SESSION ID:(191.13548) 2006-09-07 09:37:47.991
    [oracle@BAANBACKUP bdump]$

    select * from v$logfile;
    select * from v$log;
    if they list the changes after adding / dropping log files. You should be good.
    SID 191 , what is this sid about?
    SELECT * FROM v$session where SID=191 ;
    It doesn't seem that the alert log is complaining about log files. It seems that it has to do something with disk backup.
    Control autobackup written to DISK devic
    Thanks,

  • ORA-12543 When creating a new oracle instance, Oracle 11g

    Hello,
    I am getting the error ORA-12543 at the time i create a new oracle instance!
    tnsping is OK, and no firewall or anti virus, network is OK.
    Any idea??
    Thanks in advance,
    Salam

    I was using a password for all system accounts with @ i changed that to be without the @ and it worked...
    It took me 10 hours to fond the problem

  • Add a new form

    Hi Folks
    I would like to create interface UI form using C# , window form and add to SAP B1. Can anyone help me in this case.
    kv reddy

    Hello Ragno,
    I checked the SAP forums and think the best for your question is [this|https://www.sdn.sap.com/irj/sdn/businessone-forums].
    Falk

  • Netmgr error, when add a new directroy service naming to a MS AD LDAP

    oracle.net.common.dataStore.DataStoreException: error writing ServiceAlias to: LDAPDataStore [svr: msad01:389:636, type: AD`, ctxt: cn=OracleC ontext,DC=gaohome,DC=net, home: /ora/u01/oracle/product/10.2.0/db_1]
    original exception message: TNS-04412: A problem reading or writing an address
    caused by: oracle.net.config.SOExceptionConfig: TNS-04409: Directory service e rror
    caused by: oracle.net.config.DirectoryServiceException: TNS-04405: General err or
    caused by: oracle.net.ldap.NNFLException
    original stack trace: oracle.net.config.ServiceAliasException: TNS-04412: A prob lem reading or writing an address
    caused by: oracle.net.config.SOExceptionConfig: TNS-04409: Directory service e rror
    caused by: oracle.net.config.DirectoryServiceException: TNS-04405: General err or
    caused by: oracle.net.ldap.NNFLException
    oracle.net.config.SOExceptionConfig: TNS-04409: Directory service error
    caused by: oracle.net.config.DirectoryServiceException: TNS-04405: General err or
    caused by: oracle.net.ldap.NNFLException
    oracle.net.config.DirectoryServiceException: TNS-04405: General error
    caused by: oracle.net.ldap.NNFLException
    oracle.net.ldap.NNFLException
    at oracle.net.config.DirectoryService.throwException(Unknown Source)
    at oracle.net.config.DirectoryService.update(Unknown Source)
    at oracle.net.config.DirectoryService.update(Unknown Source)
    at oracle.net.config.DescriptionConfig.saveToLDAP(Unknown Source)
    at oracle.net.config.SchemaObjectConfigFactory.save(Unknown Source)
    at oracle.net.config.ServiceAlias.save(Unknown Source)
    at oracle.net.common.dataStore.LDAPNetServiceHandler.save(Unknown Source )
    at oracle.net.common.dataStore.NetObjectHandler.maybeCommit(Unknown Sour ce)
    at oracle.net.common.dataStore.NetObjectHandler.addElement(Unknown Sourc e)
    at oracle.net.mgr.servicename.ServiceNameComponent.writeLDAPEntry(Unknow n Source)
    at oracle.net.mgr.servicename.ServiceNameComponent.create(Unknown Source )
    at oracle.net.mgr.container.NetContainer.commandIssued(Unknown Source)
    at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter .deliverEvent(CommandAdapter.java:442)
    at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter .commandIssued(CommandAdapter.java:455)
    at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter .toolBarItemActionPerformed(CommandAdapter.java:393)
    at oracle.sysman.emSDK.client.appContainer.ToolBarEventAdapter.toolBarIt emActionPerformed(ToolBarEventAdapter.java:138)
    at oracle.ewt.toolBar.ToolBar.processToolBarEvent(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at oracle.ewt.toolBar.ToolBarPainterItem.activate(Unknown Source)
    at oracle.ewt.toolBar.ToolBarPainterItem.mouseReleased(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processMouseReleased(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483 )
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    at oracle.net.common.dataStore.LDAPNetServiceHandler.save(Unknown Source )
    at oracle.net.common.dataStore.NetObjectHandler.maybeCommit(Unknown Sour ce)
    at oracle.net.common.dataStore.NetObjectHandler.addElement(Unknown Sourc e)
    at oracle.net.mgr.servicename.ServiceNameComponent.writeLDAPEntry(Unknow n Source)
    at oracle.net.mgr.servicename.ServiceNameComponent.create(Unknown Source )
    at oracle.net.mgr.container.NetContainer.commandIssued(Unknown Source)
    at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter .deliverEvent(CommandAdapter.java:442)
    at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter .commandIssued(CommandAdapter.java:455)
    at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter .toolBarItemActionPerformed(CommandAdapter.java:393)
    at oracle.sysman.emSDK.client.appContainer.ToolBarEventAdapter.toolBarIt emActionPerformed(ToolBarEventAdapter.java:138)
    at oracle.ewt.toolBar.ToolBar.processToolBarEvent(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at oracle.ewt.toolBar.ToolBarPainterItem.activate(Unknown Source)
    at oracle.ewt.toolBar.ToolBarPainterItem.mouseReleased(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processMouseReleased(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
    at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483 )
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    I got it.
    Because my ldap.ora has an error
    DIRECTORY_SERVER_TYPE = AD'
    an extra "'" is there.
    :) don't laugh at me

Maybe you are looking for

  • Strange spot on iPhone 5s screen

    Such spot appeared out of the blue. I tried rebooting iPhone but problem still persists. After 3h in turned off state spot seems to shrink, but i still want to know what causes it and is it dangerous to use my phone?

  • Ichat/internet disconnecting when lid is closed

    Hello, Whenever i'm online using ichat or I doing anything internet-related, when i shut the cover of the computer everything signs off....i get disconnected from the internet completely and kicked off of ichat/aim. how can i shut this off? Thank you

  • Blojsom attach podcast from server

    Our faculty can record their lecutures and save the MP3 to their web directory in their account on the web server. The blojsom weblog service is running on the same server. When a faculty wants to create a weblog entry with a podcast, he or she must

  • BAPI to ALE interface

    Hi All, I'm trying to generate an ALE interface for the BAPI - BAPI_CASE_CREATE for my LSMW project, for object  SCASE , but each time I try to generate the ALE interface for the BAPI I get the error as follows - Segment 'SAGMENT NAME' is used multip

  • Photoshop and Premiere ask me for serial number

    I have the one year Creative Cloud service (so no serial number), but both for Photoshop and Premier I have these messages saying that I'm using a test version (I downloaded both from the Cloud) and that if I don't provide a serial number I won't be