When starting forms FRM-92101, FRM-93000 messages , glibc mess. on OS

Customer called us.
Machine hasn't been rebooted for a long time after rebooting and bringing up forms services we get frm-92101 frm-93000 messages even before logging in. The Acceptance environment has no problems.
Messages on OS:
Aug 2 10:05:13 ccc frmweb: *** glibc detected *** frmweb: free(): invalid next size (fast): 0x0a408fd8 ***
Messages in logfile:/u01/app/oracle/product/10.1.2.0.2/oas/j2ee/OC4J_BI_Forms/application-deployments/formsapp/OC4J_BI_Forms_default_island_1
12/08/03 14:07:37 formsweb: Forms session <2> aborted: unable to communicate with runtime process.
12/08/03 14:07:37 formsweb: Forms session <2> exception stack trace:
java.io.IOException: FRM-93000: Unexpected internal error.
Details : No HTTP headers received from runform
at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(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.AJPRequestHandler.run(AJPRequestHandler.java:224)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
at java.lang.Thread.run(Thread.java:534)
On OS we get at the same time:
frmweb: *** glibc detected *** frmweb: free(): invalid next size (fast): 0x0af80fd8 ***
Tried strace as stated in 275510.1 however what to do with output
Cause probably a change some time ago without restart tier, after restart tier problem pop's up

We are launching one of the Apps Forms Page What is the form name? What is the navigation of the form?
Did you try to regenerate the form via adadmin? If not, please do so and check then.

Similar Messages

  • Oracle Forms 10g Frm-92101,Frm-92100

    Hi every body ..
    I have build template form using oracle form developer 10g
    .and i have use PJC To Customize default Smart Toolbar
    ,it's work fine but on heavy interaction i receive one of this tow error
    Frm-92101,Frm-92100...but using default oracle smart bar i don't receive this error Frm-92100
    please help me it's urgent..

    Please refer to the document, http://otn.oracle.com/products/forms/pdf/forms9idiagnostics.pdf
    The section, 'FRM-92XXX ERRORS' describes some of the causes and solutions to such errors.
    P.S. Specifying the stack trace of the exception would help in narrowing down the cause of a problem.

  • FRM 92101 & FRM 92050 on F5

    I get errors FRM 92101 & FRM 92050 when I naviagte away from and return to / or minimise and maximise my Oracle Web form (10g).
    The failure occurs when I hit the F5 key to query the form on my return to the application. Rather than run the Oracle F5 command, it tends to run the Internet Explorer F5 command which tries to refresh the IE window (as opposed to query the application), thus crashing the session.
    This happens because the cursor is no longer on the form on my return, and when I press F5 to query the form I get this above error and the application shuts down on me.
    Does anyone know how I overcome this error???

    Andreas,
    The item I'm adding which causes the issue is a standard forms item.
    As I was just developing a test form so that I could prove the setup of the server and the functionality, there is no pre-form and when new-form-instance triggers. The LOGON() call simply existed to avoid me having to enter db logon details every time I ran the form. In actuality it had the connection string passed to it ... LOGON('connection string'), I just didn't want to paste it on the web.
    It would be interesting to see if someone else could replicate this....it would give me an idea of whether it's just my server configuration or a bug within forms/webutil ...
    The simple steps I follow to replicate this issue:
    - Create a form
    - Sub-class the Webutil package
    - Attach the Webutil library
    - Create a data block and keep adding items to the block
    - After a given number of items are added to the block, upon deployment it errors (I added 37 text items to the block)

  • WebUtil gives FRM-40735 When-Custom-Item-Event ORA-06508 when starting form

    I have downloaded and installed/configured webutil on RH Linux AS2.1 per the manual and readme file.
    ( jacob.jar and webutil.jar signed on NT machine per instruction then loaded on LINUX server webutil/lib )
    I have incorporated webutil with an existing form as follows:
    1. linked webutil.pll
    2. subclassed webutil from webutil.olb
    3. compiled all
    4. compiled module
    Form was deployed on 9iAS.
    When the applet loads the following is displayed in the java console:
    Downloading http://myserver.mydomain.com:7779/forms90/webutil/webutil.jar to JAR cache
    Loading http://myserver.mydomain.com:7779/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://myserver.mydomain.com:7779/forms90/java/pfs.jar from JAR cache
    Downloading http://myserver.mydomain.com:7779/forms90/webutil/jacob.jar to JAR cache
    Loading http://myserver.mydomain.com:7779/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://myserver.mydomain.com:7779/forms90/java/pfs.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    When the form containing webutil is called, the following is displayed in the java console and the error mentioned in this topic's subject is given:
    2003-Jul-10 16:53:32.607 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Jul-10 16:53:32.707 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Jul-10 16:53:32.738 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Jul-10 16:53:32.758 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Jul-10 16:53:32.798 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Jul-10 16:53:32.998 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Jul-10 16:53:33.38 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Jul-10 16:53:33.58 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    Why can't webutil find the bean method/function?

    Per a previous suggestion, I have created a simple form module with one block containing a single push_button.
    The when-button-pressed trigger contains a simple call to client_get_file_name.
    I then:
    1. Attached the webutil.pll
    2. subclassed webutil from webutil.olb
    3. compiled all plsql
    4. created then deployed fmx
    The same errors are generated when this simple form loads without any calls to webtuil.
    I added the following debug code to the when-custom-item-event triggers of each bean area item in the webutil block:
    declare
    dataType pls_integer;
    dataPayload varchar2(32000 char);
    begin
    WEBUTIL_CORE.CustomEventHandler(:SYSTEM.CUSTOM_ITEM_EVENT,:SYSTEM.CUSTOM_ITEM_EVENT_PARAMETERS);
    exception
         when others then
         get_parameter_attr(:system.custom_item_event_parameters,'WUC_DATA',dataType, dataPayload);
         pfsutil.dbug(get_application_property(current_form_name)||'-WebUtil: '||'Item: '||:system.trigger_item||' Event: '||:system.custom_item_event||' :'
         ||'Data: '||dataPayload||' Error: '||sqlerrm);
    end;
    The following information is captured in the log:
    17:07:59 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_CLIENTINFO_FUNCTIONS Event: WUC_REGISTER :Data: WUI|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    17:08:55 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_FILE_FUNCTIONS Event: WUC_REGISTER :Data: WUF|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    17:08:58 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_HOST_FUNCTIONS Event: WUC_REGISTER :Data: WUH|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    17:08:59 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_SESSION_FUNCTIONS Event: WUC_REGISTER :Data: WUS|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    17:09:00 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_FILETRANSFER_FUNCTIONS Event: WUC_REGISTER :Data: WUT|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    17:09:01 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_OLE_FUNCTIONS Event: WUC_REGISTER :Data: WUO|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    17:09:03 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_C_API_FUNCTIONS Event: WUC_REGISTER :Data: WUL|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    17:09:04 WEBUTILTEST-WebUtil: Item: WEBUTIL.WEBUTIL_BROWSER_FUNCTIONS Event: WUC_REGISTER :Data: WUB|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    This may be initiated by Webutil_core.initWebUtil and the result of Webutil_core.registerBean?
    This following error information is captured when the push button is pressed:
    17:09:08 WEBUTILTEST-WebUtil: Item: MAIN_BLK.TEST_BUT Event: WUC_REGISTER :Data: WUB|192.168.111.2|Windows NT|Administrator|;|\|en Error: ORA-06508: PL/SQL: could not find program unit being called
    Hope this helps.
    Thank you for the quick responses.

  • When starting iTunes I always get the message "Do you want the application"... My firewall is on and incoming connections are allowed

    When starting Itunes the following message appears every thime:
    Do you want the application "iTunes.app" to accept incoming network connections?
    I always click on Allow, but it doesn't help.
    I'm not using the root user to work on my mac and turned the firewall on.
    As mentioned on a website I already removed the /Library/Preferences/com.apple.alf.plist file, but it didn't help.

    Found the solution:
    I checked iTunes by executing the following command in a terminal window:
    codesign -vvv /Applications/iTunes.app
    I reinstalled iTunes because my result was different from the expected output:
    /Applications/iTunes.app/: valid on disk
    /Applications/iTunes.app/: satisfies its Designated Requirement
    I logged in as a root user.
    In /Library/Preferences/ I deleted
    - com.apple.alf.plist
    - com.apple.alf.plist.lockfile
    (although I could not empty the trash bin due to the lockfile, you can after a reboot)
    I clicked on the iTunes.app application and pressed command+i
    In that window I allowed everyone to read/write
    I've moved the application to the trash bin.
    After rebooting the mac and logging in as a root user, I could empty the trash bin.
    I made sure that my firewall was started again, and downloaded the latest version of
    iTunes (currently 10.5.1).
    Launching iTunes doesn't give any warnings anymore because it's auto-trusted by mac.
    Hope this helps others.

  • Once computer dies, when starting back up get "eratic" application message

    1st my battery has not been holding a charge for long at all. I charge it and it says that it is charged then I unplug it and it only last like maybe a hour. It used to last like 2 hours. It doesn't charge long either.
    Once is does die when I leave it on unplugged and I come back to use it I have to restart it totally. I used to be able to just move the mouse or hit the space bar and it would wake up and I could plug it in.
    When it does restart I get a message that says "Your computer's clock is set to a date before March 24th, 2001. This may cause some applications to behave erratically." Then it says someting about going to the Time and Date preference panel to change it. The funny thing is that once I click OK it doesn't do anything to the time and date. but several applications like iChat & Safari have been acting "erracically." Like iChat will start up in random places on my screen & i have to restart safari windows to get them to load.
    I got the Mac only a year ago so I don't know what is going on.
    Please if you have any ideas write me back, this comp. is my life since I am a graphic design major about to graduate. Thanks so much!
    iBook G4   Mac OS X (10.4.9)   HELP!!!

    AppleSyncNotifier.exe - unable to locate component. This application has failed to start because CoreFoundation.dll was not found. Re-installing the application may fix the problem.
    Do you have the MobileMe control panel for Windows, lizzie? If so, try uninstalling and reinstalling the MobileMe control panel. Does that clear up the message?

  • When starting CS5 I get an error message

    When opening CS5 I get the error message:
    "The procedure entry point ONPreviewViewSet VRAM Usage Hint could not be located in the dynamic link library ONImaging.dll."
    I close the message and photoshop opens.
    My onOne Software is not available in photoshop.
    Any ideas on this problem?

    Have you tried disabling the onOne plugins?
    Have you contacted onOne about the problem with their plugins?

  • Java Error when starting form 10g from AS10g

    Hi!
    Just finished compiling libraries and forms on a UNIX machine, that hosts an application server.
    When I run my application via OC4J, the forms work fine, but when I start the application using the application server, only a grey applet window appears, and the JAVA console displays the following error:
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\rgoris
    Proxy Configuration: Manual Configuration
    Proxy: PROXY:8080
    Proxy Overrides: <local>
    JAR cache enabled
    Location: C:\Documents and Settings\rgoris\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    java.io.IOException: Connection failure with 407
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://10.2.2.76:7778/forms/webutil/webutil.jar
    Does anyone know what's wrong?
    Thanks!
    Remco

    Hi Remco!
    I have found what caused this problem. The browser proxy settings had to be adjusted to be skipped when using the URL for the application server.
    That's all!

  • Installed itunes on xp but when started I get 'Data Execution Prevention' message

    Have downloaded iTunes to XP but when i start the program all I get is an error text box with Data Execution Prevention message. We are running Firefox with AVG Anti Virus if this helps?
    Thanks
    SD

    Try updating your QuickTime Player to the latest version. Does that clear up the DEP errors in iTunes?

  • When starting my windows vista i receive message: applephotostream.exe has stopped working, how do i fix this?

    when i start my computer, windows vista serv. pac 2, i receive message: applephotstream.exe has stopped working. how do i fix this

    Hello! You've posted your question in the iPhoto for iOS forum. This forum is for questions about using Apple's iPhoto.app on an iPhone or iPad. Do you have an iPhone or iPad that you're synchronizing pictures with your PC? If so, you should probably post your question in the Using iPhone or Using iPad forum. We can also ask the Hosts to move this topic into the correct forum if we know which hardware device you're using.
    -Doug

  • ERROR WHEN START ESR: Cannot activate endpoint for message-driven bean

    Hi Gurus,
    We just upgraded our PI 7.1 to SP11, and we have finished it successfully, then we go to the /rep/start/repository.jnlp to start the ESR but some error happens,while the ID,SLD and RWB works well, below is the detailed message:
    Application cannot be started!
    Details:     
    com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repository*xml|com.sap.xpi.ibrep.server.jar*xml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:893)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl.prepareStart(ContainerInterfaceImpl.java:425)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:498)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:554)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3422)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3408)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:749)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.start(ApplicationManager.java:180)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.analyseAppStatusMode(ApplicationManager.java:288)
         at com.sap.engine.services.servlets_jsp.server.DeployContext.startLazyApplication(DeployContext.java:334)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:103)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:295)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:250)
    Caused by: com.sap.engine.services.ejb3.container.ActionException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repository*xml|com.sap.xpi.ibrep.server.jar*xml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:103)
         at com.sap.engine.services.ejb3.container.CompositeAction.perform(CompositeAction.java:81)
         at com.sap.engine.services.ejb3.container.ApplicationStarter.perform(ApplicationStarter.java:59)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:887)
         ... 34 more
    Caused by: javax.resource.NotSupportedException: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:113)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:451)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findResourceAdapterByName(EndpointActivationImpl.java:154)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findAdapter(EndpointActivationImpl.java:85)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:58)
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:95)
         ... 37 more
    Caused by: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:161)
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:101)
         ... 42 more
    Caused by: javax.resource.spi.UnavailableException: The destination jms/queue/xi/repository/SWCVSync cannot be looked up. Last attempt performed : jms_vendor_queues_global/jms/queue/xi/repository/SWCVSync
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:369)
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:128)
         ... 43 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of SWCVSync.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:367)
         ... 44 more
    how should we resolve this issue? does any one have such experience on this issue?
    thanks.

    Hi;
    As our Colleague said it would be good to create message to SAP.
    01 .Please check the cache,
    02. check the system users are  not locked.
    03. Re-initialization option in Java Web Start Administration (before using this please read the description carefully).
    04. try Full Cache Refresh.
    05. Check the Java run time version you are using.
    Regards,
    Prabhu Rajesh

  • Untill today FF has been great now when starting get firefox has stopped working message

    Windows 7 pro. HP Pavilion D3 laptop 4 gb Ram. All was good up until this morning and then FF will not open just get below error. Have uninstalled and reinstalled no joy

    Please make sure of the following:
    *All windows updates are up to date:
    *[[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    *[https://www.mozilla.org/en-US/plugincheck/ Update any outdated plugins]
    *Try a new profile: [[Use the Profile Manager to create and remove Firefox profiles]]

  • Frm-92101 issue using webutil

    hi all,
    i have this strange issue where my form works randomly and gives me the error FRM-92101. on putting messages in between i can debug it to having not retrieving the OS username on my when new form instance. i presume that the initialization the webutil is not taking place in time and it is causing the error.
    i do know that the FRM-92101 is a configuration error but on putting messages it shows me where the failure is taking place. is there any way i can initialize the webutil.
    i did try using a fake timer but still it is taking time to initialize.
    please suggest.
    regrads,
    RBL

    Hi,
    Follow the below suggestions and let me know
    1.You can increase the timeout parameter in $oracle_home/Apache/Apache/conf/httpd.conf file and re-start the server and check.
    2.Check your corresponding env file, or take the default.env file and map your bin and try
    3.Check mod_oc4j.conf is there any bytes restriction,if so remove that line and try.
    4.Add your application server ip and name in hosts file and check.
    Good luck
    Thangs
    Edited by: Thangs on May 14, 2010 1:05 PM

  • Just installed Developer Suite, starting Forms Builder gives an error

    Installing the suite (9.0.2.0.1) went properly, and connecting to the database (9.2.0.1.0)as well.
    But when starting Forms Builder 9.0 It says:
    -error with opening Oracle*terminalfile c:\oracle\DSuite\forms90\fmrNlw.res
    And when i klick OK it says:
    -FRM10039: unable to start up the form builder
    Then i click OK again and I'm thrown back to my desktop.
    Anyone who knows how to fix this?

    Installing the suite (9.0.2.0.1) went properly, and
    connecting to the database (9.2.0.1.0)as well.
    But when starting Forms Builder 9.0 It says:
    -error with opening Oracle*terminalfile
    c:\oracle\DSuite\forms90\fmrNlw.res
    And when i klick OK it says:
    -FRM10039: unable to start up the form
    builder
    Then i click OK again and I'm thrown back to my
    desktop.
    Anyone who knows how to fix this?Did you solve the problem frm 10039. please let me know.
    musa

  • What is the diff b\w open form and start form in scripts.

    Hi,
         can any one tell me what is the diff andb\w open form and start form in scripts.when we should use open form and when start form.

    Hi Friend.
    I have understood some usefull information and would like to share with you.
    Within one transaction, you can open and close several layout sets using OPEN_FORM and
    CLOSE_FORM, however not simultaneously. You can use parameters in the OPEN_FORM to control
    whether the output is stored in the same print request. But also the SAP spool decides,
    depending on several plausibility checks, whether new output is appended to an existing
    print request or whether to create a new print request anyway.
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'CLOSE_FORM'
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'CLOSE_FORM'
    You cannot combine ABAP/4 list output and SAPscript output in one print request.
    START A LAYOUT SET AGAIN
    Usually a print program does not print only one urging letter or one account statement, but
    several layout sets for different customers. To have the output for each customer begin with
    the start page of the layout set, you must start the current layout set again and again.
    To start a layout set again, you must first end the current layout set and then open the
    layout set again. Within one print request, first call the function module END_FORM. It
    executes the final processing for the current layout set. Then start the layout set again
    using START_FORM. Output then begins again on the start page of the desired layout set.
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION CLOSE_FORM
    Hope your obstacle is cleared.
    If not do ask me again?

Maybe you are looking for

  • X201 Tablet: Drivers not working for Network controller on Windows 7 Pro x64

    Hello, After downloading and installing all LAN and WLAN drivers for X201 Tablet, I couldn't find one that works on Windows 7 x64. How can I proceed? Thank you in advance Solved! Go to Solution.

  • When is the Firefox team going to admit the problem with FF4 and announce a solution?

    Looking through the problems here, hundreds if not thousands of people a '''day''' are rolling back to 3.1.17. Come on, we are loyal supporters. S**t happens! Announce something...when, if ever will things get fixed?

  • Urgent : double precision problem

    This problem is reported on the forum lots of times by lots of people. consider situation : if ((2.9 - 1.1) == 1.8) do something else do otherthings; Its expected to do something on evaluation of condition in if statement .. instead it enters else pa

  • Plant Maintenance_Goods Issue to Maintenance Order

    Dear Experts, Can you please suggest me how to map the following process in SAP PM. 1.     Mostly Engineers assigned to Maintenance raises MRN (Material Requisition Note) to Engineering Warehouse. 2.     Damage Items are returned as engineering scrap

  • Repeater action if Support team is changed

    Dear All, In our current system when a new support message is created a mail is send to the support team. But when the support team is changes in an existing message mail is not triggered, as the action is already executed. Is there a way to repeater