Change "The form has been closed" error message

My client is not happy with famous "The form has been closed" error message. I have been asked to replace this with meaningful message along with some other messages. How can i do that ?
Searched internet but noting much there about this at all, I am not sure if anybody have done that in past ? is it doable ?

Hi Ben,
Solution is easy,
Edit  \12\TEMPLATE\LAYOUTS\INC\intlcorestrings.js file
Search for "IntlCoreStrings.k_strErrorFormClosed" and replace corresponding message with your desired one.
Save & close
But there is a down side of it, once you change the message it gets changed for all the web application running on the same server, because this file is located in 12 hive and shared across all Apps.
Ashraf ul Islam
Sharepoint Consultant

Similar Messages

  • Problems with data cache plugin - The ResultList has been closed

    I'm testing out the data cache to see if it helps some of my performance
    problems, but I now get lots of exceptions that I didn't get before I
    enabled the cache. Here's how I enabled it:
    # CACHE
    com.solarmetric.kodo.DataCacheClass=com.solarmetric.kodo.runtime.datacache.p
    lugins.CacheImpl
    com.solarmetric.kodo.RemoteCommitProviderClass=com.solarmetric.kodo.runtime.
    event.impl.SingleJVMRemoteCommitProvider
    The exception I'm getting follows. I'm curious if anyone has any insight
    into what's going on? I'm sure there is a problem with my code, I'm
    forgetting to close something or other but since it works fine without the
    cache I'm really stuck as to what it is.
    Thanks
    Michael
    22:17:32,792 ERROR ObjectFinder - Exception =
    com.solarmetric.kodo.runtime.FatalUserException: The ResultList has been
    closed.
    NestedThrowables:
    com.solarmetric.kodo.runtime.ClosurePoint: Closure point of object held in
    embedded stack trace.
    com.solarmetric.kodo.runtime.FatalUserException: The ResultList has been
    closed.
    NestedThrowables:
    com.solarmetric.kodo.runtime.ClosurePoint: Closure point of object held in
    embedded stack trace.
    at
    com.solarmetric.kodo.runtime.objectprovider.EagerResultList.checkClosed(Eage
    rResultList.java:66)
    at
    com.solarmetric.kodo.runtime.objectprovider.EagerResultList.get(EagerResultL
    ist.java:84)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.get(Cac
    hingRandomAccessList.java:124)
    at java.util.AbstractList$Itr.next(AbstractList.java:416)
    at java.util.AbstractList.equals(AbstractList.java:604)
    at serp.util.WeakCollection$WeakValue.equals(WeakCollection.java:123)
    at java.util.HashMap.eq(HashMap.java:270)
    at java.util.HashMap.removeEntryForKey(HashMap.java:525)
    at java.util.HashMap.remove(HashMap.java:507)
    at java.util.HashSet.remove(HashSet.java:198)
    at serp.util.RefValueCollection.removeFilter(RefValueCollection.java:272)
    at serp.util.RefValueCollection.remove(RefValueCollection.java:235)
    at
    com.solarmetric.kodo.runtime.datacache.query.QueryCacheImpl.unregisterClassC
    hangeListener(QueryCacheImpl.java:160)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.abortCa
    ching(CachingRandomAccessList.java:103)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.get(Cac
    hingRandomAccessList.java:149)
    at java.util.AbstractList$Itr.next(AbstractList.java:416)
    at java.util.AbstractList.hashCode(AbstractList.java:624)
    at serp.util.WeakCollection$WeakValue.<init>(WeakCollection.java:93)
    at serp.util.WeakCollection.createRefValue(WeakCollection.java:64)
    at serp.util.RefValueCollection.addFilter(RefValueCollection.java:193)
    at serp.util.RefValueCollection.add(RefValueCollection.java:166)
    at serp.util.RefValueCollection.add(RefValueCollection.java:157)
    at
    com.solarmetric.kodo.runtime.datacache.query.QueryCacheImpl.registerClassCha
    ngeListener(QueryCacheImpl.java:151)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.<init>(
    CachingRandomAccessList.java:76)
    at
    com.solarmetric.kodo.runtime.datacache.query.CacheAwareQuery.wrapList(CacheA
    wareQuery.java:146)
    at
    com.solarmetric.kodo.runtime.datacache.query.CacheAwareQuery.execute(CacheAw
    areQuery.java:270)
    at
    com.verideon.veriguard.persistence.ObjectFinder.getObjects(ObjectFinder.java
    :62)
    at
    com.verideon.veriguard.persistence.ObjectFinder.getObject(ObjectFinder.java:
    44)
    at
    com.verideon.veriguard.persistence.ObjectFinder.getRole(ObjectFinder.java:91
    at
    com.verideon.veriguard.services.VeriguardService.createCustomerAccount(Verig
    uardService.java:210)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.createTestUser(
    TestVeriguardServiceMonitors.java:133)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.setUp(TestVerig
    uardServiceMonitors.java:80)
    at junit.framework.TestCase.runBare(TestCase.java:125)
    at junit.framework.TestResult$1.protect(TestResult.java:106)
    at junit.framework.TestResult.runProtected(TestResult.java:124)
    at junit.framework.TestResult.run(TestResult.java:109)
    at junit.framework.TestCase.run(TestCase.java:118)
    at junit.framework.TestSuite.runTest(TestSuite.java:208)
    at junit.framework.TestSuite.run(TestSuite.java:203)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu
    nner.java:392)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.
    java:276)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner
    ..java:167)
    NestedThrowablesStackTrace:
    com.solarmetric.kodo.runtime.ClosurePoint: Closure point of object held in
    embedded stack trace.
    at
    com.solarmetric.kodo.runtime.objectprovider.EagerResultList.close(EagerResul
    tList.java:78)
    at com.solarmetric.kodo.impl.jdbc.query.JDBCQuery.close(JDBCQuery.java:127)
    at com.solarmetric.kodo.query.QueryImpl.closeAll(QueryImpl.java:637)
    at
    com.solarmetric.kodo.runtime.datacache.query.CacheAwareQuery.closeAll(CacheA
    wareQuery.java:343)
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.closeQueries(Persistence
    ManagerImpl.java:934)
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.close(PersistenceManager
    Impl.java:914)
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.close(PersistenceManager
    Impl.java:884)
    at com.verideon.veriguard.services.PMService.close(PMService.java:120)
    at com.verideon.veriguard.services.PMService.close(PMService.java:111)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.deleteTestUser(
    TestVeriguardServiceMonitors.java:127)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.tearDown(TestVe
    riguardServiceMonitors.java:103)
    at junit.framework.TestCase.runBare(TestCase.java:130)
    at junit.framework.TestResult$1.protect(TestResult.java:106)
    at junit.framework.TestResult.runProtected(TestResult.java:124)
    at junit.framework.TestResult.run(TestResult.java:109)
    at junit.framework.TestCase.run(TestCase.java:118)
    at junit.framework.TestSuite.runTest(TestSuite.java:208)
    at junit.framework.TestSuite.run(TestSuite.java:203)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu
    nner.java:392)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.
    java:276)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner
    ..java:167)

    Michael,
    Could you send your test case to [email protected] so that we
    can take a look at what's going on to cause this exception?
    Thanks,
    -Patrick
    On Thu, 22 May 2003 17:18:50 -0400, Michael wrote:
    I'm testing out the data cache to see if it helps some of my performance
    problems, but I now get lots of exceptions that I didn't get before I
    enabled the cache. Here's how I enabled it:
    # CACHE
    com.solarmetric.kodo.DataCacheClass=com.solarmetric.kodo.runtime.datacache.p
    lugins.CacheImpl
    com.solarmetric.kodo.RemoteCommitProviderClass=com.solarmetric.kodo.runtime.
    event.impl.SingleJVMRemoteCommitProvider
    The exception I'm getting follows. I'm curious if anyone has any
    insight into what's going on? I'm sure there is a problem with my code,
    I'm forgetting to close something or other but since it works fine
    without the cache I'm really stuck as to what it is.
    Thanks
    Michael
    22:17:32,792 ERROR ObjectFinder - Exception =
    com.solarmetric.kodo.runtime.FatalUserException: The ResultList has been
    closed.
    NestedThrowables:
    com.solarmetric.kodo.runtime.ClosurePoint: Closure point of object held
    in embedded stack trace.
    com.solarmetric.kodo.runtime.FatalUserException: The ResultList has been
    closed.
    NestedThrowables:
    com.solarmetric.kodo.runtime.ClosurePoint: Closure point of object held
    in embedded stack trace.
    at
    com.solarmetric.kodo.runtime.objectprovider.EagerResultList.checkClosed(Eage
    rResultList.java:66)
    at
    com.solarmetric.kodo.runtime.objectprovider.EagerResultList.get(EagerResultL
    ist.java:84)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.get(Cac
    hingRandomAccessList.java:124)
    at java.util.AbstractList$Itr.next(AbstractList.java:416) at
    java.util.AbstractList.equals(AbstractList.java:604) at
    serp.util.WeakCollection$WeakValue.equals(WeakCollection.java:123) at
    java.util.HashMap.eq(HashMap.java:270) at
    java.util.HashMap.removeEntryForKey(HashMap.java:525) at
    java.util.HashMap.remove(HashMap.java:507) at
    java.util.HashSet.remove(HashSet.java:198) at
    serp.util.RefValueCollection.removeFilter(RefValueCollection.java:272)
    at serp.util.RefValueCollection.remove(RefValueCollection.java:235) at
    com.solarmetric.kodo.runtime.datacache.query.QueryCacheImpl.unregisterClassC
    hangeListener(QueryCacheImpl.java:160)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.abortCa
    ching(CachingRandomAccessList.java:103)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.get(Cac
    hingRandomAccessList.java:149)
    at java.util.AbstractList$Itr.next(AbstractList.java:416) at
    java.util.AbstractList.hashCode(AbstractList.java:624) at
    serp.util.WeakCollection$WeakValue.<init>(WeakCollection.java:93) at
    serp.util.WeakCollection.createRefValue(WeakCollection.java:64) at
    serp.util.RefValueCollection.addFilter(RefValueCollection.java:193) at
    serp.util.RefValueCollection.add(RefValueCollection.java:166) at
    serp.util.RefValueCollection.add(RefValueCollection.java:157) at
    com.solarmetric.kodo.runtime.datacache.query.QueryCacheImpl.registerClassCha
    ngeListener(QueryCacheImpl.java:151)
    at
    com.solarmetric.kodo.runtime.datacache.query.CachingRandomAccessList.<init>(
    CachingRandomAccessList.java:76)
    at
    com.solarmetric.kodo.runtime.datacache.query.CacheAwareQuery.wrapList(CacheA
    wareQuery.java:146)
    at
    com.solarmetric.kodo.runtime.datacache.query.CacheAwareQuery.execute(CacheAw
    areQuery.java:270)
    at
    com.verideon.veriguard.persistence.ObjectFinder.getObjects(ObjectFinder.java
    :62)
    at
    com.verideon.veriguard.persistence.ObjectFinder.getObject(ObjectFinder.java:
    44)
    at
    com.verideon.veriguard.persistence.ObjectFinder.getRole(ObjectFinder.java:91
    at
    com.verideon.veriguard.services.VeriguardService.createCustomerAccount(Verig
    uardService.java:210)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.createTestUser(
    TestVeriguardServiceMonitors.java:133)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.setUp(TestVerig
    uardServiceMonitors.java:80)
    at junit.framework.TestCase.runBare(TestCase.java:125) at
    junit.framework.TestResult$1.protect(TestResult.java:106) at
    junit.framework.TestResult.runProtected(TestResult.java:124) at
    junit.framework.TestResult.run(TestResult.java:109) at
    junit.framework.TestCase.run(TestCase.java:118) at
    junit.framework.TestSuite.runTest(TestSuite.java:208) at
    junit.framework.TestSuite.run(TestSuite.java:203) at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu
    nner.java:392)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.
    java:276)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner
    .java:167)
    NestedThrowablesStackTrace:
    com.solarmetric.kodo.runtime.ClosurePoint: Closure point of object held
    in embedded stack trace.
    at
    com.solarmetric.kodo.runtime.objectprovider.EagerResultList.close(EagerResul
    tList.java:78)
    at
    com.solarmetric.kodo.impl.jdbc.query.JDBCQuery.close(JDBCQuery.java:127)
    at com.solarmetric.kodo.query.QueryImpl.closeAll(QueryImpl.java:637) at
    com.solarmetric.kodo.runtime.datacache.query.CacheAwareQuery.closeAll(CacheA
    wareQuery.java:343)
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.closeQueries(Persistence
    ManagerImpl.java:934)
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.close(PersistenceManager
    Impl.java:914)
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.close(PersistenceManager
    Impl.java:884)
    at com.verideon.veriguard.services.PMService.close(PMService.java:120)
    at com.verideon.veriguard.services.PMService.close(PMService.java:111)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.deleteTestUser(
    TestVeriguardServiceMonitors.java:127)
    at
    com.verideon.veriguard.services.TestVeriguardServiceMonitors.tearDown(TestVe
    riguardServiceMonitors.java:103)
    at junit.framework.TestCase.runBare(TestCase.java:130) at
    junit.framework.TestResult$1.protect(TestResult.java:106) at
    junit.framework.TestResult.runProtected(TestResult.java:124) at
    junit.framework.TestResult.run(TestResult.java:109) at
    junit.framework.TestCase.run(TestCase.java:118) at
    junit.framework.TestSuite.runTest(TestSuite.java:208) at
    junit.framework.TestSuite.run(TestSuite.java:203) at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu
    nner.java:392)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.
    java:276)
    at
    org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner
    .java:167)--
    Patrick Linskey
    SolarMetric Inc.

  • The PersistenceManager has been closed

    I am getting a strange exception. The stacktrace is as below.
    Caused By:
    kodo.util.FatalUserException: The PersistenceManager has been closed. The stack trace at which the PersistenceManager was closed is held in the embedded exception.
              atkodo.runtime.PersistenceManagerImpl.assertOpen(PersistenceManagerImpl.java:4429)
              atkodo.runtime.PersistenceManagerImpl.newQuery(PersistenceManagerImpl.java:3509)
              atkodo.runtime.PersistenceManagerImpl.newQuery(PersistenceManagerImpl.java:3497)
              atkodo.runtime.PersistenceManagerImpl.newQuery(PersistenceManagerImpl.java:3436)
              atkodo.runtime.PersistenceManagerImpl.newQuery(PersistenceManagerImpl.java:3442)
              atcom.capgroup.fpac.dat.rules.FCAcctRuleLibrary.read(FCAcctRuleLibrary.java:173)
                        atcom.capgroup.fpac.bst.hoaccount.FCHOAccountServiceImpl.getAllFCHOAccountModels(FCHOAccountServiceImpl.java:166)
              atcom.capgroup.fpac.bst.hoaccount.FCHOAccountServiceImpl.getAllFCHOAccountModels(FCHOAccountServiceImpl.java:134)
              atcom.capgroup.fpac.ejb.hoaccount.FCHOAccountServerBean.getAllFCHOAccountModels(FCHOAccountServerBean.java:108)
              atcom.capgroup.fpac.ejb.hoaccount.FCHOAccountServer_te2uuo_EOImpl.getAllFCHOAccountModels(FCHOAccountServer_te2uuo_EOImpl.java:154)
              atcom.capgroup.fpac.ejb.hoaccount.FCHOAccountServer_te2uuo_EOImpl_WLSkel.invoke(Unknown Source)
              atweblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
              atweblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
              atweblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
              atweblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
              atweblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
              atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
              atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
              atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused By:
    kodo.util.UserException:
              atkodo.runtime.PersistenceManagerImpl.free(PersistenceManagerImpl.java:1826)
              atkodo.runtime.PersistenceManagerImpl.close(PersistenceManagerImpl.java:1746)
              atcom.capgroup.isa.dal.LibrarySession.close(LibrarySession.java:116)
              atcom.capgroup.fpac.ejb.order.FCOrderServerBean.newOrder(FCOrderServerBean.java:153)
              atcom.capgroup.fpac.ejb.order.FCOrderServer_4ija6o_EOImpl.newOrder(FCOrderServer_4ija6o_EOImpl.java:1450)
              atcom.capgroup.fpac.ejb.order.FCOrderServer_4ija6o_EOImpl_WLSkel.invoke(Unknown Source)
              atweblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
              atweblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
              atweblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
              atweblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
              atweblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
              atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
              atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
              atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    At the start of EJB call, we get a PersistenceManager and we use this PM throughout this call. In the "finally" section of the EJB call, we close the PM. The stacktrace doesn't make sense since pm.close is called only after the other queries have been executed. Also this exception doesn't occur everytime. It happens once in a while. And it doesnt always happen in the same call. Sometimes this exception is thrown when another ejb call is made. Can the same persistencemanager instance be returned to two ejb invocations at the same time? Does Kodo have a PM pool?
    Thanks in advance.
    Vinod

    This is Kodo 3.3.4. The issue is I don't know when this is happening. It doesn't happen always. One scenario when it happened always was this.
    I have a jsp page which does open a PM and close it in the end. This is a data setup page.
    My application is a Swing based application. Sometimes I get the exact same exception as in my original post, with the cause pointed to the pm.close() in the JSP page. BUT THESE ARE TOTALLY DIFFERENT CALLS WITH NO RELATION TO EACH OTHER.
    I temporarily solved it by commenting out pm.close() in the jsp page. But I am not sure whether this is the right solution. The stack trace is as below:
    com.bst.exception.FCOrderServiceException: Unrecoverable System Error has occurred, Please try after sometime.
         at com.bst.order.builder.FCManagerOrderModelBuilder.constructOrderModelForNewOrder(FCManagerOrderModelBuilder.java:328)
         at com.bst.order.builder.FCAbstractOrderModelBuilder.buildForNew(FCAbstractOrderModelBuilder.java:227)
         at com.bst.order.builder.FCAbstractOrderModelBuilder.buildForNew(FCAbstractOrderModelBuilder.java:131)
         at com.bst.order.FCOrderServiceImpl.newOrder(FCOrderServiceImpl.java:929)
         at com.ejb.order.FCOrderServerBean.newOrder(FCOrderServerBean.java:142)
         at com.ejb.order.FCOrderServer_4ija6o_EOImpl.newOrder(FCOrderServer_4ija6o_EOImpl.java:424)
         at com.ejb.order.FCOrderServer_4ija6o_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: kodo.util.FatalUserException: The PersistenceManager has been closed. The stack trace at which the PersistenceManager was closed is held in the embedded exception.
         at kodo.runtime.PersistenceManagerImpl.assertOpen(PersistenceManagerImpl.java:4429)
         at kodo.runtime.PersistenceManagerImpl.isActive(PersistenceManagerImpl.java:943)
         at kodo.runtime.StateManagerImpl.beforeRead(StateManagerImpl.java:885)
         at kodo.runtime.StateManagerImpl.isLoaded(StateManagerImpl.java:1348)
         at com.dat.relation.FCOpacManager.jdoGetmgrNumber(FCOpacManager.java)
         at com.dat.relation.FCOpacManager.getMgrNumber(FCOpacManager.java:89)
         at com.bst.order.builder.FCManagerOrderModelBuilder.getManagerOrderDetails(FCManagerOrderModelBuilder.java:371)
         at com.bst.order.builder.FCManagerOrderModelBuilder.constructOrderModelForNewOrder(FCManagerOrderModelBuilder.java:315)
         ... 15 more
    Caused by: kodo.util.UserException:
         at kodo.runtime.PersistenceManagerImpl.free(PersistenceManagerImpl.java:1826)
         at kodo.runtime.PersistenceManagerImpl.close(PersistenceManagerImpl.java:1746)
         at com.capgroup.isa.dal.LibrarySession.close(LibrarySession.java:116)
         at jsp_servlet.__dynamiclibrarysetloader._jspService(__dynamiclibrarysetloader.java:223)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    The original call constructOrderModelForNewOrder is an EJB call from a Swing application. The root cause is shown from the JSP page.

  • Hi.  I purchased Adobe Acrobat Xi Pro from a store (card).  I submitted the number (under the scratch area on the card) on the adobe website, with my personal details etc.  When I submitted the form, I got an error message:  413 header length too large (a

    Hi.  I purchased Adobe Acrobat Xi Pro from a store (card).  I submitted the number (under the scratch area on the card) on the adobe website, with my personal details etc.  When I submitted the form, I got an error message:  413 header length too large (and on top the page reads JRun Servelet Error).  What does this mean? What should I do next?

    Hi.  I purchased Adobe Acrobat Xi Pro from a store (card).  I submitted the number (under the scratch area on the card) on the adobe website, with my personal details etc.  When I submitted the form, I got an error message:  413 header length too large (and on top the page reads JRun Servelet Error).  What does this mean? What should I do next?

  • One of the IDOCs has an specific error message (status 51 Idoc not posted)

    Dear Experts,
    ple. provide the solution for my issue.
    In my list of compaines one of the company had an external partner(warehouse) who takes care of their products.
    Communication between that external partner software and my system(PVS) is happen through IDOCs.
    But one of the IDOCs has an specific error message ( status 51 and status text : Specification for units and quantites containe error),
    acctually we are receiving picking meterials from the external system to my system.
    I can able to see the Inbound Idoc and status, I am not able to see the Outbound Idoc, then how can I test why its happening this problem and I how can I give the analysis properly please suggest me.
    Thanks in advance
    Suresh

    Suresh,
    Welcome to SDN. Adding to Jürgen Comment, Just double click on status 51 (at node), then in next screen there will be one information (long text) button, just click on it. Some times it will give good details about the error. the information can also suggest direct trasaction to correct the customization, some times!
    try for ur case.
    Reddy

  • When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    Hi,
    you can find documentation for Designer under this website
    http://help.adobe.com/en_US/livecycle/10.0/documentation.html#task=4,5&module=2
    In Designer you can use the JavaScript API of Acrobat.
    So the Devnet for Acrobat is also a good source.
    http://www.adobe.com/devnet/acrobat.html
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf

  • The PersistenceManager has been closed Exception

    Hi --
    I'm gettting the following exception:
    javax.jdo.JDOFatalUserException: The PersistenceManager has been closed.
         at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.checkClosed(PersistenceManagerImpl.java:2080)
         at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.isActive(PersistenceManagerImpl.java:481)
         at
    com.solarmetric.kodo.runtime.StateManagerImpl.isLoaded(StateManagerImpl.java:840)
         at
    net.nearlythere.utils.Money.jdoGetnet_nearlythere_utils_Money__amount(Money.java)
         at net.nearlythere.utils.Money.compareTo(Money.java:191)
         at
    net.nearlythere.business.data.ServiceIntervalPricing.isPaying(ServiceIntervalPricing.java:248)
    Now Money is a persistent class which looks like this (shortened greatly):
    public class Money implements Comparable, Cloneable, Serializable
    public static final Money ZERO = new Money(0.0);
    private BigDecimal _amount;
    public int compareTo(Money money)
    return amount.compareTo(money.amount);
    The code that throws the exception looks like:
         Money price = sip.getPrice();
         if(price.compareTo(Money.ZERO) > 0) {
    I have reason to believe the price is persistent capable. My question
    is: does jdo think the ZERO is persistent capable. Clearly, it is
    simply a constant, but is jdo able to handle this?
    Thanks,
    Dan

    Hi Patrick,
    In my system.jdo file, "Money" only shows up in only place, here's the
    portion of the jdo file in question:
    <package name="net.nearlythere.utils">
         <class name="Money">
         </class>
    </package>
    It resides in a different package than all the other objects, in case
    that matters...
    Dan
    Patrick Linskey wrote:
    Dan,
    What does your .jdo file look like for Money? In particular, are you
    explicitly listing ZERO as a persistent field? If so, can you try explicitly
    marking it as persistence-modifier="none":
    <field name="MONEY" persistence-modifier="none"/>
    This might be a bug in our default persistence assignment code.
    -Patrick
    On 6/26/02 1:48 PM, "Dan Finkelstein" <[email protected]> wrote:
    Hi Patrick,
    Here's some more info on this bug. With debug code, I have now
    determined that kodo things that Money.ZERO is a persistent object using
    the call JDOHelper.isPersistent(Money.ZERO). I've also verified that
    "price" is a persistent object -- as well it should be.
    It appears that kodo is throwing the PM has been closed exception
    because Money.ZERO is thought of as persistent and not part of the
    current PM.
    Your help is most appreciated,
    Dan
    Patrick Linskey wrote:
    This exception is probably not happening while accessing 'amount' in
    Money.ZERO, but rather while accessing 'amount' in 'price'. Additionally,
    the issue is not whether or not 'price' is a persistent instance; it's
    whether or not the object's PM is still open. The fact that the PM is even
    being used means that the object is associated with one.
    To debug, use JDOHelper.getPersistenceManager(), JDOHelper.isPersistent(),
    etc.
    -Patrick
    On 6/8/02 10:21 PM, "Dan Finkelstein" <[email protected]> wrote:
    Hi --
    I'm gettting the following exception:
    javax.jdo.JDOFatalUserException: The PersistenceManager has been closed.
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.checkClosed(PersistenceM
    an
    agerImpl.java:2080)
    at
    com.solarmetric.kodo.runtime.PersistenceManagerImpl.isActive(PersistenceMana
    ge
    rImpl.java:481)
    at
    com.solarmetric.kodo.runtime.StateManagerImpl.isLoaded(StateManagerImpl.java
    :8
    40)
    at
    net.nearlythere.utils.Money.jdoGetnet_nearlythere_utils_Money__amount(Money.
    ja
    va)
    at net.nearlythere.utils.Money.compareTo(Money.java:191)
    at
    net.nearlythere.business.data.ServiceIntervalPricing.isPaying(ServiceInterva
    lP
    ricing.java:248)
    Now Money is a persistent class which looks like this (shortened greatly):
    public class Money implements Comparable, Cloneable, Serializable
    public static final Money ZERO = new Money(0.0);
    private BigDecimal _amount;
    public int compareTo(Money money)
    return amount.compareTo(money.amount);
    The code that throws the exception looks like:
    Money price = sip.getPrice();
    if(price.compareTo(Money.ZERO) > 0) {
    I have reason to believe the price is persistent capable. My question
    is: does jdo think the ZERO is persistent capable. Clearly, it is
    simply a constant, but is jdo able to handle this?
    Thanks,
    Dan

  • Length specified in network packet payload did not match number of bytes read; the connection has been closed.

     Hello every one
    I am getting this in my event log from time to time . not sure what is that ?
    Is this a hacker trying to send rubbish data to SQL through the port ?
    Any help is appreciated .
    Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [CLIENT: someip]

    Thank you all for the reply  , 
    my server is on port  1533 . Port  1433  is closed  on my server .
    All the requests are coming from my own ip , i feel this is funny . 
    Is my server hacked then ? 
    Or could be my ISP doing any routine tests ? 
    Also is this is hack attempt , what does this hacker think he will benefit from this ? Could this bring the SQL  server down  ?  
    I was thinking about chaning port to something else ,  1344 or something , u think this can be better  ?

  • How can I delay my MBP from hibernating until the lid has been closed for a set period of time?

    After extensive research, I have been unable to solve this problem and I'm hoping someone can explain this to me.   Everytime I close the lid on my 13-inch, Early 2011 Macbook Pro, it immediately starts to write to disk (solid light on the front) for several seconds until it finally goes into Hibernate mode (flashing light on the front).  The problem is, I frequently close the lid, then immediately reopen it within 15-30 seconds to resume typing or to add something I may have forgotten.   Each time I reopen the lid before the light has started flashing, the MBP wakes for a moment, and allows me to resume typing.  However, the Hibernation process has already begun and within 30 seconds, the screen goes blank.   I have to wake it AGAIN, which is very annoying.
    Based on my research, I could use pmset to change the hibernatemode to 0 (it is currently set at 3).   However, I dont wish to disable hibernate mode completely; I DO want it to save a hibernation image to disk if it happens to run out of battery, so that when I resume I havent lost anything.   
    I then researched using standby and standbydelay to attempt a delay of the write to disk when going into standby mode.   According to the pmset manual:
    standby causes kernel power management to automatically hibernate a machine after it has slept for a
         specified time period. This saves power while asleep
    standbydelay specifies the delay, in seconds, before writing the hibernation image to disk and powering
         off memory for Standby
    I then set these values as below, expecting the laptop to wait 4200 seconds (70 minutes) before trying to write to disk when I close the lid:
    standbydelay         4200
    standby              1
    Unfortunately, that did not work either.   If I close the lid, the light glows solid immediately (indicating it is writing to disk), and if I try to reopen the lid before it is done, it will wake and seem fine, then 30 seconds later it goes blank right in the middle of me typing something.   I usually have to click the mouse several times, or even the power button to re-wake it.  
    I do have InsomniaX installed, for when I want to close the lid and keep the machine awake permanently (while watching videos on airplay) and I have tried quitting that application to test this.  However, when I close/reopen the lid..the result is the same.   I cant keep InsomniaX enabled all the time, because it will never go to sleep when I truly want it to.   If I am not using InsomniaX, I just want to delay hibernation until he lid has been closed for a set period (say 15 minutes or more).  If I have not reopened the lid within that time, I want it to write to disk and go into hibernation mode.  And if the battery runs all the way out, I want it to go into hibernation mode before shutting down so I can recover.
    I would appreciate any help in solving this problem.  Also any insight as to why the standbydelay setting above did not work.   Thanks!

    Whats with the MBP lid? Dont close it ... if you're so concerned! Just go to System Preferences/Energy Saver and set it to how you like it.

  • Can't access EMS or Toolbox - get "load quota for the system has been exceeded" error

    I'm trying to run some commands on our CAS servers, and I'm getting the error "load quota for the system has been exceeded".  I'm running two CAS servers in an Exchange 2013 Standard Environment, running on Windows 2012 Standard servers. 
    Both my CAS servers are getting the error.  I also have two MBX servers, and I can access EMS on those just fine.
    I checked another thread that had a similar issue for Exchange 2010: 
    https://social.technet.microsoft.com/Forums/exchange/en-US/1cc17514-44dc-41d9-b319-3232107490c0/cant-open-emc-or-ems-for-exchange-2010-from-local-machine?forum=exchange2010
    However none of the fixes they described worked, and some of the fixes look like they're out of date.
    Here's the full error message.  It tries to connect to both CAS's, fails, and then connects to the first MBX it can.
    VERBOSE: Connecting to cas2013.contoso.com.
    New-PSSession : [cas2013.contoso.com] Connecting to remote server cas2013.contoso.com failed with the following error message :
    The WS-Management service cannot process the request. The load quota for the system has been exceeded. Send future
    requests at a slower rate or raise the system quota. For more information, see the about_Remote_Troubleshooting Help
    topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : -2144108120,PSSessionOpenFailed
    VERBOSE: Connecting to CAS2013.contoso.com.
    New-PSSession : [cas2013.contoso.com] Connecting to remote server cas2013.contoso.com failed with the following error message :
    The WS-Management service cannot process the request. The load quota for the system has been exceeded. Send future
    requests at a slower rate or raise the system quota. For more information, see the about_Remote_Troubleshooting Help
    topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : -2144108120,PSSessionOpenFailed
    VERBOSE: Connecting to ca2-2013.contoso.com.
    New-PSSession : [ca2-2013.contoso.com] Connecting to remote server ca2-2013.contoso.com failed with the following error message :
    The WS-Management service cannot process the request. The load quota for the system has been exceeded. Send future
    requests at a slower rate or raise the system quota. For more information, see the about_Remote_Troubleshooting Help
    topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : -2144108120,PSSessionOpenFailed
    VERBOSE: Connecting to MB2-2013.contoso.com.
    VERBOSE: Connected to MB2-2013.contoso.com.
    [PS] C:\Windows\system32>
    ----------- Ron E Biggs Chief Tech Officer Entertainment Studios

    Hi,
    Is the ”
    cas2013.contoso.com” the second CAS Server you added?
    What’s the authentication settings on the powershell VD on the Back End Server. If the
    Anonymous is enabled, please disable it and restart the IIS to check if the issue persists.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • I keep getting the itunes has stopped working error message and the program keeps closing itself everytime I atry to access the store

    Every time that I attempt to open the store in my iTunes program, I receive and error message and it states ITunes has stopped working and needs to close the program. How do I fix this?

    Restart your computer then try iTunes.

  • Reader X failing on Save and Save As, after the form has been opened for  longer than an hour.

    I'm wondering if anyone else has had this happen or maybe can offer a solution. I have several Dynamic XML forms designed in LiveCycle ES2 v9 that since our ministry switched to Reader X have been failing. At first, the save button greys out (even though new information has been inputed) and the form will only save as. Then the save as function will start to fail if the form is left open.
    Our users are running Reader 10.1 on Windows Vista and so far its only users that have left it open longer than two hours, or over night. These forms have been Reader extended and at first save without issue.
    Unfortunately, just telling the users not to leave it open isn't an option. We just need Reader X to work.
    Thanks in advance for any information you can share about this.
    ~Connie

    Hi Kyle,
    Yes there is a lot of code within the forms. Mostly adding instances, and changing the presence on subforms. These particular forms do not have data connections, or execute any code from a server. The script all runs at the client level.
    I'm checking with the form content owners to see if I'm allowed to post any of them. If they give the okay then I'll put a sample up here.
    ~Connie

  • How to change the seeded(pre defined) OAF error message?

    Hi All,
    I got one conflict when I am working with OAF using Jdeveloper.
    I created 2 LOVs in a table. One is SupplierName LOV and the other is SupplierSite LOV where SupplierSite LOV depend on the SupplierName LOV. Until and unless we enter the Supplier's name the SupplierSite LOV shouldn't pop up.
    If we click on SupplierSite LOV its displaying an error message like You must enter a value for SupplierId as criteria for the List of Values. here SupplierId is the form value in SupplierName LOV.
    I want to change this error message as my own message, in the same page. I just want to display custom error message instead of the seeded error message.
    I will be grateful if you would give reply.
    Thanks in advance.
    Edited by: user12954909 on Jun 30, 2010 2:46 AM
    Edited by: user12954909 on Jun 30, 2010 2:47 AM

    Hi,
    We don't have any control on it still you can write code in controler for LOV supplier site there you can check this particular crieteria item and then throw your own message if it is null.
    Second solution could be to enable the supplier site LOV only when there is a value supplier field and whenevr user clears the value again disable it.
    Regards,
    Reetesh Sharma

  • How do I change the language of ADF framework error messages?

    I'm a beginner in ADF and JDeveloper and I tried to run one of the tutorials for ADF (Build a Web Application with JDeveloper 11g Using EJB, JPA, and JavaServer Faces).
    While clicking through the application I got errors like this one:
    ADF_FACES-60097:Pentru mai multe informaţii, consultaţi jurnalul de erori al serverului, pt. o intrare care începe cu: ADF_FACES-60096:Excepţie server în cursul PPR, nr. 1
    My question is how do I set the JDeveloper/WebLogic to show these messages in English (in order to have better chances while searching this forum :) )?
    I'm not talking about messages that I define in my application, but about framework error messages.
    I already set USER_LANGUAGE=en in <JDEV_HOME>\.product.properties, but no luck.
    Note that WebLogic server messages are in English (e.g. <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HR_EJB_JPA_App is not versioned.>), only ADF messages are presented in Romanian.
    Thanks,
    Bogdan

    I suspect that these messages are considered "system" ones (e.g. not for the user), so they are not generated in the user's locale but in the JVM's default locale. On Windows machines default JVM locale is taken from Windows Regional Settings. If you do not want to change your Regional Settings, you can try Java system properties "user.language" and "user.country". Try to add the following line to WebLogic domain's <tt>setDomainEnv.cmd</tt> script:
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Duser.language=en -Duser.country=USA restrart of the server is required.
    In Bulgaria we do not have such problems because ADF Faces messages do not have Bulgarian translation, so they are generated in English regardless of the fact that our Regional Settings are set to Bulgarian.
    Dimitar
    Edited by: Dimitar Dimitrov on May 3, 2011 7:40 PM

  • I keep getting the FIrefox has stopped working error message, i don't have firefox installed, i have installed then removed firefox but it persists.

    I do not use firefox, i have installed, and then uninstalled firefoxx to resolve this issue, removing all settings, i have cleared all browsing data from all browsers, the error messages are BEX. Its almost as if it keeps trying to install itself and failing.

    Screenshot.

Maybe you are looking for