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.

Similar Messages

  • Can you set up a new I Tunes account, but still use the same email address, as having problems with it keep telling me it has been disabled, no matter what I do to chnage the passwords, I haven't used the account since 2010?

    can you set up a new I Tunes account, but still use the same email address, as having problems with it keep telling me it has been disabled, no matter what I do to change the passwords, I haven't used the account since 2010?

    Hi eddinchina,
    You should have no need to use the Old Sync account.
    As long as device or devices are Firefox 29 or later (They should all be Firefox 30 now) you should use the New Sync.
    You may use the same email address with both accounts.

  • 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

  • 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.

  • 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  ?

  • 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

  • New error with upgrade jboss/tomcat: "Connection handle has been closed and is unusable"

    Hi,
    This error suddenly appeared when we upgraded from jboss3/tomcat5.0 to jboss4.2/tomcat5.5.
    here's the usecase:
    1) User clicks on report link
    2) Crystal reports web componnent displays screen to fill in report parameters.
    3) user enters parameters and clicks submit
    4) System throws Exception
    The same reports worked fine with jboss 3.2.6/tomcat 5.0. We haven't touched anything in this realm.
    Log Excerpt:
    09:42:18,842 INFO  [datasource] Openning rowset
    09:42:18,904 ERROR [reportdefinition] com.crystaldecisions.reports.queryengine.driverImpl.m: JDBC Error: Connection handle has been closed and is unusable
    09:42:18,905 ERROR [datasource] Failed to open rowset: the query failed to open rowset
    com.crystaldecisions.reports.reportdefinition.datainterface.g: JDBC Error: Connection handle has been closed and is unusable
         at com.crystaldecisions.reports.reportdefinition.datainterface.d.a(Unknown Source)
    To try to narrow down the problem, I've updated the jdbc configuration to
         <track-statements>true</track-statements>   
    here's a recap:
    This Boolean element specifies whether to check for unclosed statements when a connection is returned to the pool. If it is true, a warning message is issued for each unclosed statement. If the log4j category org.jboss.resource.adapter.jdbc.WrappedConnection has trace level enabled, a stack trace of the connection close call is logged as well. This is a debug feature that can be turned off in production.
    Interestingly enough, this error appears slightly upstream:
    (CachedConnectionManager.java:526) - Closing a connection for you.  Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@c76003
    java.lang.Throwable: STACKTRACE
         at
    org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
         at com.crystaldecisions.reports.queryengine.driverImpl.k.a(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.crystaldecisions.reports.dataengine.ba.try(Unknown Source)
         at com.crystaldecisions.reports.common.av.a(Unknown Source)
         at com.crystaldecisions.reports.common.ag.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown
    So the question arises:
    1) Is the jboss datasource overly/aggressively closing result sets?
    2) or is there a coding error in CRXIR2?
    thanks,
    bill
    Full stack trace:
    [2008-03-13 17:26:18,905] [INFO ] org.jboss.resource.connectionmanager.CachedConnectionManager (CachedConnectionManager.java:526) - Closing a connection for you.  Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@c76003
    java.lang.Throwable: STACKTRACE
         at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:290)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:417)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
         at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
         at com.crystaldecisions.reports.queryengine.driverImpl.k.a(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.crystaldecisions.reports.dataengine.ba.try(Unknown Source)
         at com.crystaldecisions.reports.common.av.a(Unknown Source)
         at com.crystaldecisions.reports.common.ag.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.z.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ak.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ad.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bk.for(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)
         at com.crystaldecisions.reports.sdk.DatabaseController.setTableLocation(Unknown Source)
         at org.apache.jsp.reports.processreport_jsp.switchTables(processreport_jsp.java:131)
         at org.apache.jsp.reports.processreport_jsp.loadReport(processreport_jsp.java:68)
         at org.apache.jsp.reports.processreport_jsp._jspService(processreport_jsp.java:227)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.shared.pagecache.client.PageCacheFilter.doFilter(PageCacheFilter.java:760)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.ExpiredPasswordFilter.doFilter(ExpiredPasswordFilter.java:92)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.pe.channels.client.servlet.ChannelUrlFilter.processUrl(ChannelUrlFilter.java:168)
         at com.participate.pe.channels.client.servlet.ChannelUrlFilter.doFilter(ChannelUrlFilter.java:100)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.BlockIpAddressFilter.doFilter(BlockIpAddressFilter.java:224)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.outstart.multiapp.filters.KeepOtherSessionsAliveFilter.doFilter(KeepOtherSessionsAliveFilter.java:88)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:151)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Thread.java:619)

    <p>
    OK. I found the problem along with a workaround.
    </p>
    <p>
    <strong>The problem:</strong>
    </p>
    <p>
    a programming practice clashes with a new jboss 'safety check'.
    </p>
    <p>
    <strong>Programming practice:</strong>
    </p>
    <p>
    crystal reports gets a database connection in one jsp page, then tries to use it on another jsp/servlet
    </p>
    <p>
    <strong>Jboss safety check:</strong>
    Jboss/tomcat new comes configured out-of-the-box with a 'cached connection
    manager', which
    </p>
    <p>
    "Check[s] for unclosed connections and transaction terminated checks in servlets/jsps."
    </p>
    <p>
    <strong> Summary</strong>
    </p>
    <p>
    In short, if a servlet/jsp ends and it leaves a database connection open, Jboss will automatically close it.
    </p>
    <p>
    </p>
    <p>
    <strong>Workaround:</strong><br />
    Comment out two entries in these two files:
    </p>
    <p>
    1) conf/jboss4/pe/deploy/jboss-web.deployer/server.xml
    </p>
    <p>
    2) conf/jboss4/pe/deploy/jboss-web.deployer/META-INF/jboss-service.xml
    </p>
    <p>
    The two entries:
    </p>
    <p>
    </p>
    <p>
    1)
    </p>
    <p>
                 <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"<br />
                    cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"<br />
                    transactionManagerObjectName="jboss:service=TransactionManager" /><br />
    </p>
    <p>
    2)
    </p>
    <p>
          <depends>jboss.jca:service=CachedConnectionManager</depends><br />
    </p>
    <p>
    </p>
    <p>
    <strong>Comments on the workaround</strong>
    </p>
    <p>
    The 'cached connection manager' basically makes sure that the application cleans up after bad programmers. It seems most helpful in development, load testing, or trouble shooting.
    </p>
    <p>
    In production,  you can likely  comment them out with minimal
    impact on the application.
    </p>

  • 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.

  • Hi , i have problems with my Adobe Flash , the system has crashed all the time . I have the latest version and i have still problems . Please help me .

    I am trying play games on Facebook and i see all the time the message : The adobe flash plugin has crashed .

    Hi,
    Blue screens usually indicate Windows system level problems involving device drivers like graphics card drivers, hardware errors (RAM, hard drive) etc. Malware may also cause this. Searching for the displayed error code would usually provide helpful pointers. The [http://answers.microsoft.com/en-us Windows forum] would also be helpful.

  • Problem reconnecting to wifi after the  notebooks has been turned on again

    I have a problem recoonecting to my wifi network when my notebook is turned on again.
    I have tried many suggestions online, but none seems to eradicate the problem.

    Resolving Stubborn Wi-Fi Connection Problems in Mac OS X
    View CTaztec steps here: https://discussions.apple.com/message/24210066#24210066
    (This link is a bit technical.)
    Download and run:  Namebench (free) http://code.google.com/p/namebench/
    Namebench hunts down the fastest DNS servers available for your computer to use.
    Namebench openS a browser window with results:(look in box at top right after it completes)
    Once you have the fastest domain name servers, you then have to manually change your DNS settings in System Preferences/Network/
    System Preferences > Network > Select you internet service (be it Airport, Ethernet etc) then click advanced tab > Select  DNS and enter the settings

  • I have an old email associated with my apple store. It has been closed. How do I get the new email to work with my account?

    I want to associate my old purchases with the new email and not loose my history.

    You should be able to update the primary email address on your account either via the Store> View Account menu option on your computer's iTunes (there should be an Edit button to the right of your account id on your account's details page), or via http://appleid.apple.com - you might then need to log out of the account on each comuter/device and log back in with the new version to 'refresh' the account on them

  • Problems with Pan and Zoom after video has been saved

    I have Adobe Premiere Elements 13 and I am running into a problem when I want to use pan and zoom.  I watched a video that said you needed to have the picture larger than the video frame so that you have room for panning and zooming.  The problem I am running into is after I create a video and play it back you can see all of the picture that sticks out past the video frame.  It doesn't show up when you are creating the movie.   Here is an example:
    I do have a video overlaying this photo.  It is the pinkish color that you see here in this picture.  It doesn't show any of the picture that extends beyond the sides, just on the top and bottom.
    I have tried having a different sized video frame. I have tried saving it as several different formats and this happens every time.  Any suggestions on how to fix this?  Any help is appreciated.  Thanks!

    No, I am not concerned about the playback buttons. Maybe this pic will explain it better.
    From my project. You can see that the picture is larger than the viewable area so that there is room for the pan to occur.

  • Firefox vers 5, crashes continually. Plus, it doesn't hold my home page. Needs reset every time the app has been closed. So with each crash, another home page reset. How can these issues be corrected. I know how to set the Home Page in the Option tab.

    Closing Firefox 5.0 resets Home Page to /www.searchqu.com. I know how to set it in the options tab.Earlier versions never had this issue. Plus, I return after being away to find that a "crash error" apologizing for the inconvenience. How2 can this be corrected?

    See these posts:
    https://support.mozilla.com/en-US/questions/790833
    https://support.mozilla.com/en-US/questions/816181
    Check and tell if its working.

  • Has anyone else had a problem with data? after updating my phone to the new update, i have all this data, and keep getting notifications that my data is getting high. i never had this problem before.

    has anyone else had a problem with data? after updating my phone to the new update, i have all this data, and keep getting notifications that my data is getting high. i never had this problem before.

    fair enough.  No need for any unnecessary posts either.  You issue had been addressed ad nauseum already in this forum had you bothered to search this forum (as forum etiquette would dictate) before posting.
    In any case, I hope that your problem was solved.

  • I'm having problems with FlashPlayerPlugin and plugin-container. They keep starting up and bogging down the system. This has been a recent occurrance. I've made sure that I have the latest version. I notice the problem when I am opening some applicatio, a

    I'm having problems with FlashPlayerPlugin and plugin-container. They keep starting up and bogging down the system. This has been a recent occurrance. I've made sure that I have the latest version. I notice the problem when I am opening some applicatio, and it freezes. If I go to Task Manager, I can see the two Adobe apps sucking up CPU cycles. If I end the processes, then the other apps continue. Today, I uninstalled FlashPlayerPluginqand plugin-container. All day since I have had no freezing of an app. What should I do to correct the problem?

    Here's an explanation of what those processes are. 
    Inside Flash Player Protected Mode for Firefox
    I'm curious about what you did to uninstall just those.

Maybe you are looking for