Java.rmi.NoSuchObjectException: Bean has been deleted.

 

We have similar problem with in one java method that uses a stateful session bean (bb):
n = bb.get();
Handle handle = bb.getHandle();
bb= (BB)handle.getEJBObject();
n = bb.get();
The last line throws
java.rmi.NoSuchObjectException: Bean has been deleted.
<<no stack trace available>>
Actually, program has this problem only on Solaris, where we use Sun JDK 1.3.1 java with -server option.

Similar Messages

  • Weblogic 8.1 - Bean has been deleted .

    Hi ,
    I am using weblogic 8.1 for my adapter.This particular adapter supports both HTTP and HTTPS requests.
    In the case of HTTPS scenarion when ever i try to post a request, i get the follwing error.
    I am not sure whether it is in my code or any configuration with weblogic, because the same code works fine with the JBOSS app server.
    Can any one help me on this ...
    the error tells that the bean is being deleted.
    Thanks in advance.
    The error is ...
    javax.ejb.NoSuchObjectLocalException: Bean has been deleted.: java.rmi.NoSuchObjectException: Bean has been deleted.
         at weblogic.ejb20.swap.DiskSwap.read(DiskSwap.java:189)
         at weblogic.ejb20.manager.StatefulSessionManager.getBean(StatefulSessionManager.java:332)
         at weblogic.ejb20.manager.StatefulSessionManager.preInvoke(StatefulSessionManager.java:402)
         at weblogic.ejb20.manager.StatefulSessionManager.remove(StatefulSessionManager.java:944)
         at weblogic.ejb20.internal.StatefulEJBLocalObject.remove(StatefulEJBLocalObject.java:91)
         at com.gxs.ace.adapter.http.ejb.OutboundFacade_rm31gc_ELOImpl.remove(OutboundFacade_rm31gc_ELOImpl.java:457)
         at com.gxs.ace.adapter.http.enterprise.ejb.EnterpriseOutboundBean.runOutboundProcessing(EnterpriseOutboundBean.java:252)
         at com.gxs.ace.adapter.http.enterprise.ejb.EnterpriseOutbound_namfym_EOImpl.runOutboundProcessing(EnterpriseOutbound_namfym_EOImpl.java:46)
         at com.gxs.ace.adapter.http.enterprise.ejb.EnterpriseOutbound_namfym_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:90)
         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)
         at weblogic.ejb20.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:145)
         at weblogic.ejb20.internal.BaseEJBLocalHome.handleSystemException(BaseEJBLocalHome.java:222)
         at weblogic.ejb20.internal.StatefulEJBLocalObject.remove(StatefulEJBLocalObject.java:97)
         at com.gxs.ace.adapter.http.ejb.OutboundFacade_rm31gc_ELOImpl.remove(OutboundFacade_rm31gc_ELOImpl.java:457)
         at com.gxs.ace.adapter.http.enterprise.ejb.EnterpriseOutboundBean.runOutboundProcessing(EnterpriseOutboundBean.java:252)
         at com.gxs.ace.adapter.http.enterprise.ejb.EnterpriseOutbound_namfym_EOImpl.runOutboundProcessing(EnterpriseOutbound_namfym_EOImpl.java:46)
         at com.gxs.ace.adapter.http.enterprise.ejb.EnterpriseOutbound_namfym_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:90)
         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)

    Which version of WLS?
    Are you getting the remote reference from ejb handle?
    If so, how much time the handle is persisted to file or db befopre bean is
    created out of it? Is it more than 5 minutes?
    The object will be DGC'ed if it dont receive the renew lease on the object.
    This could happen if the handle is created out of the bean and if the handle
    is not used till DGC time-out, then if the bean is created out of that
    handle you will see this kind of exception.
    This will happen if the bean is created from the handle on a different JVM.
    If the bean is created from the handle in the same jvm (say in a JSP) then
    you dont see this problem.
    Possible Solutions:
    1) Increase the DGC timeout. Add DGCIdlePeriodsUntilTimeout=20 in the
    config.xml to the Server tag.
    The default is 5. This means 5 heartbeat periods ie. 5*60secs.
    2) Review the application code. See if there is a chance to keep the lease
    messages flowing.
    This can be done, if you created the handle from the bean in leass than 5
    mts (DGC period) and create bean out of it and by calling a business method
    on it from a different JVM.
    You mentioned that, you got the remote reference. Some times, the remote
    reference is locally created in the client for SFSB's, if they are created
    from a handle. Handle knows how to create them. It will not ask the server
    for the remote. Hence you see this exception when you call a remote method
    on this remoteReference.
    If you still face problems, contact support for more help.
    Cheers,
    ..maruthi
    "gvs srinivas" <[email protected]> wrote in message
    news:3d3a8bfa$[email protected]..
    i am getting a nosuchobject found exception--bean has been deleted.i amable to get the remote reference of a stateful session bean,when i try to
    call the method on the remote reference it is giving the exception

  • Java.rmi.NoSuchObjectException: Session has timed out or was invalidated

    I am getting error in subject when my application is not using Statefull Session Bean for sometime(20 Minutes or so). What i understand is that after session bean is passivated and next time some method is invoked, it is throwing this exeception. My appserver is Oracle 10gAS release2. Please guide if somebody has any clue...This is very critical.Thanks.
    Below is stack trace for reference:
    java.rmi.NoSuchObjectException: Session has timed out or was invalidated
         at com.evermind.server.ejb.StatefulSessionEJBObject.throwPassivisationException(StatefulSessionEJBObject.java:299)
         at BONInstance_StatefulSessionBeanWrapper8.getOutputParameterDetail(BONInstance_StatefulSessionBeanWrapper8.java:728)
         at com.nuc.bon.controller.UIController.processRequest(UIController.java:170)
         at com.nuc.bon.controller.UIController.doPost(UIController.java:457)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

    I'm having the same problem. I posted to VSM sample and Pooled ApplicationModule Maximum Inactive Age
    which seems to be a similar situation.
    Does anyone have any information on where this time out parameter is set on either the app module or OAS and how to handle this error correctly?
    Thanks,
    Brian

  • Bean has been deleted

    i am getting a nosuchobject found exception--bean has been deleted.i am able to get the remote reference of a stateful session bean,when i try to call the method on the remote reference it is giving the exception

    Which version of WLS?
    Are you getting the remote reference from ejb handle?
    If so, how much time the handle is persisted to file or db befopre bean is
    created out of it? Is it more than 5 minutes?
    The object will be DGC'ed if it dont receive the renew lease on the object.
    This could happen if the handle is created out of the bean and if the handle
    is not used till DGC time-out, then if the bean is created out of that
    handle you will see this kind of exception.
    This will happen if the bean is created from the handle on a different JVM.
    If the bean is created from the handle in the same jvm (say in a JSP) then
    you dont see this problem.
    Possible Solutions:
    1) Increase the DGC timeout. Add DGCIdlePeriodsUntilTimeout=20 in the
    config.xml to the Server tag.
    The default is 5. This means 5 heartbeat periods ie. 5*60secs.
    2) Review the application code. See if there is a chance to keep the lease
    messages flowing.
    This can be done, if you created the handle from the bean in leass than 5
    mts (DGC period) and create bean out of it and by calling a business method
    on it from a different JVM.
    You mentioned that, you got the remote reference. Some times, the remote
    reference is locally created in the client for SFSB's, if they are created
    from a handle. Handle knows how to create them. It will not ask the server
    for the remote. Hence you see this exception when you call a remote method
    on this remoteReference.
    If you still face problems, contact support for more help.
    Cheers,
    ..maruthi
    "gvs srinivas" <[email protected]> wrote in message
    news:3d3a8bfa$[email protected]..
    i am getting a nosuchobject found exception--bean has been deleted.i amable to get the remote reference of a stateful session bean,when i try to
    call the method on the remote reference it is giving the exception

  • Java.rmi.NoSuchObjectException problems

    Hello,
    After calling home.create() in my code, passing in primary key and
    additional column data, when I call home.findByPrimaryKey (primkey)
    followed by a call to one of the methods in the bean, I immediately get
    a a java.rmi.NoSuchObjectException.
    An exception is not thrown when calling home.findByPrimaryKey (primkey)
    so it is safe to assume that a reference has been obtained to the bean
    with the data I am looking for, correct? If so, why am I getting this
    exception:
    java.rmi.NoSuchObjectException: Bean with primary key: 'Pat Hardy' not
    found in
    home: 'Student'
    at
    weblogic.ejb.internal.EntityEJBContext.load(EntityEJBContext.java:153
    at
    weblogic.ejb.internal.EntityEJBContext.afterBegin(EntityEJBContext.ja
    va:212)
    at
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulE
    JBObject.java:162)
    etc.
    etc.
    etc.
    Any ideas of what I might be doing wrong?
    Thanks for your help in advance.

    We had a similar problem, although I don't know if it was the same
    thing. We are using WL 5.1, sp5, with Oracle 8.1.6.
    I have a stateless session bean, which had a transactional attribute
    of 'Supports'. It would call an entity bean with transactional attribute
    of 'RequiresNew' for all methods. The session bean would do a finder
    on the entity bean, and if it got an ObjectNotFoundException, it would
    then create the entity bean with a call to home.create(id). Then, it would
    call a business method on the entity bean.
    For some reason, in the case where the session bean is called from within
    a thread that already had a transaction started, the call to the entity
    bean business method would hang, if an only if it had to create a new
    bean first. If the finder of the bean succeeded, there would be no hang.
    Sometimes, instead of hanging, it would return a NoSuchObjectException.
    If the stateless bean were called outside of a transaction, would always
    succeed, regardless.
    So, my fix, was to set the transactional attribute for the stateless bean to
    'NotSupported' for all methods. It now seems to work in all cases,
    no more hangs or NoSuchObjectExceptions....
    Is this expected behavior? Is this related to the same problem?
    The BEA recomendations to use READ-COMMITTED are useless for
    the case where you are running a clustered environment, and where you
    need to have the bean deployed on all servers in the cluster for
    fail-over reliability.....
    Jason
    "Korey Shronts" <[email protected]> wrote in message
    news:[email protected]...
    I dont' know about the mapping to CHAR but we've managed to fix our nosuch
    object problem.
    BEA sent me this snippet:
    The bug is as follows
    In Oracle (8.0.5), if there is a primary key constraint AND you use an
    isolation
    level of SERIALIZABLE, an insert followed by an update in the same
    transaction
    fails. Specifically, the insert succeeds (to all outward indications),
    but the update fails (the returned count is 0) after some number of
    iterations.
    What's the workaround? If the customer is not sharing the database with
    any
    other app or running it under a cluster, tell them to set the isolation
    level to
    read_committed. Serializable only slows them down without any added
    benefit.
    If clustering is on, and serializable behavior is deemed essential for
    this
    particular bean, maybe they can deploy the bean on only one of the
    servers
    to reduce it to the case above.
    I set the isolation level on our beans to read_commited. Fixed theproblem
    although we're using Oracle 8i not 8.0.5.
    <[email protected]> wrote in message
    news:[email protected]...
    Well, it appears, that you cannot map a java.lang.String to a CHAR inOracle.
    A java.lang.String can be mapped to a VARCHAR2.
    Is this a bug?
    [email protected] wrote:
    I just install WebLogic server 5.1.0 and SP5 on a new machine.
    Still have the same problems.
    Will keep you posted.
    Korey Shronts wrote:
    We're having the same problem. I've opened a case with BEA but
    haven't
    heard anything yet. If you find the solution let me know!
    [email protected]
    <[email protected]> wrote in message
    news:[email protected]...
    I accidently omitted the first line in the exception. Sorry aboutthat.
    Here it is again from the beginning:
    Thu Sep 21 08:52:12 EDT 2000:<I> <EJB JAR deploymentC:/wlogic/lib/S.jar>
    Transa
    ction: '969540638993_1' rolled back due to EJB exception:
    java.rmi.NoSuchObjectException: Bean with primary key: 'Pat Hardy'not
    found in
    home: 'Student'
    at
    weblogic.ejb.internal.EntityEJBContext.load(EntityEJBContext.java:153
    at
    weblogic.ejb.internal.EntityEJBContext.afterBegin(EntityEJBContext.ja
    va:212)
    at
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulE
    JBObject.java:162)
    etc.
    etc.
    etc.
    Any ideas of what I might be doing wrong?
    Thanks for your help in advance.
    [email protected] wrote:
    Hello,
    After calling home.create() in my code, passing in primary key
    and
    additional column data, when I call home.findByPrimaryKey(primkey)
    followed by a call to one of the methods in the bean, Iimmediately get
    a a java.rmi.NoSuchObjectException.
    An exception is not thrown when calling home.findByPrimaryKey(primkey)
    so it is safe to assume that a reference has been obtained to
    the
    bean
    with the data I am looking for, correct? If so, why am I gettingthis
    exception:
    java.rmi.NoSuchObjectException: Bean with primary key: 'Pat
    Hardy'
    not
    found in
    home: 'Student'
    at
    weblogic.ejb.internal.EntityEJBContext.load(EntityEJBContext.java:153
    at
    weblogic.ejb.internal.EntityEJBContext.afterBegin(EntityEJBContext.ja
    va:212)
    at
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulE
    JBObject.java:162)
    etc.
    etc.
    etc.
    Any ideas of what I might be doing wrong?
    Thanks for your help in advance.

  • Avoid java.rmi.NoSuchObjectException: Stateful SessionBean has timed-out

    I have a "java.rmi.NoSuchObjectException: Stateful SessionBean has timed-out" error when I call a statefull session bean after timeout,
    I would like to check if a bean was removed before calling a method (and so generate a rmi.NoSuchObjectException).

    No you wouldn't. It could time out between the check and the call. The correct way to do it is the way you are already doing it: attempt the operation and deal with the failure.

  • Java.rmi.NoSuchObjectException

    HI all
    Can anyone help regrding the following error.
    java.rmi.NoSuchObjectException: CORBA OBJECT_NOT_EXIST 9998 Maybe; nested exception is:
    INFO: CORE3282: stdout: org.omg.CORBA.OBJECT_NOT_EXIST: vmcid: 0x2000 minor code: 1806 completed: Maybe
    I got this exception when I am trying to access the bean.
    Thanks in advance..

    Hi,
    This exception is thrown when you invoke a method on an object that no longer exists in the remote virtual machine.
    I think the bean has been removed and hence you get the exception when the client tries to access it.
    Seting the log level to fine could help you in getting more detailed exceptions.
    -Amol

  • Exception:"no such object,bean have been deleted.."

    why did the app throw the NoSuchObjectException "no such object,bean have been deleted.."?
    how to solve it?
    thanks

    Hi,
    taken from specs
    "It is invalid to reference a session object that does not exist. Attempted remote invocations on a session object that does not exist result in java.rmi.NoSuchObjectException.
    When the client calls remove on the home or component interface to
    remove the session object, the container issues ejbRemove() on the bean
    instance. This ends the life of the ses-sion bean instance and the
    associated session object. Any subsequent attempt by its client to
    invoke the session object causes the java.rmi.NoSuchObjectException to
    be thrown if the client is a remote client"
    Regds
    Ashwani

  • Bean has been used before the taglib directive.

    Hi all,
    While i am trying to execute my proj, i am getting the follwing error.
    Error(1): Prefix: bean has been used before the taglib directive. Use a different prefix or move the taglib directive above any references to this prefix.
    Error(2): Prefix: html has been used before the taglib directive. Use a different prefix or move the taglib directive above any references to this prefix.
    It is referring to the following piece of code. Can anyone explain me about the error here as i can't pick it up.
    <%@ page isErrorPage="true" import="java.io.PrintStream"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <LINK REL=Stylesheet TYPE="text/css" href="../css/GStyle.css">
    <title>My Error Page</title>
    </head>
    <body>
    <%@ include file="/common/Banner.jsp" %>
    <!--
    <h3>Hello-My Error Page</h3>
    -->
    <%@ include file="messages.jsp"%>
    </br>
    </br>
    <input type="Button" value="Back" onclick='history.go(-1);' class="button" />
    </body>
    </html>
    What should i modify here?
    Thanks in advance,,

    u mite have declared the taglib in both these includes...
    <%@ include file="/common/Banner.jsp" %>
    <!--
    <h3>Hello-My Error Page</h3>
    -->
    <%@ include file="messages.jsp"%>Regards
    Shanu

  • "The destination has been deleted" & messages missing!

    The server nohup.out is showing the stack trace below with the message, that "The destination has been deleted". However, the destination is still visible in the Weblogic console.
              I could live with this message, if our application would still work properly. After 3 weeks of successful working, some (perhaps 5%) messages are missing and are not delivered to the topic subscribers. However, if this message is really correlated to our problem is not clear.
              We use a Weblogic 9.2 cluster with 3 Nodes. A JMS distributed JMS topic is configured with a member on each node. The messages are persistent. As the application sends a message and stores data to a DB, we use JMS XA factories and XA jdbc drivers. Durable subscribers are connected to the topic members. There are no current and pending messages for the durable subscribers. However, the current messages count of the topic member are 17, 392, and 3636 respectively.
              What to do? How to debug this problem?
              Peter
              <Mar 18, 2008 6:32:16 AM MET> <Warning> <JMS> <BEA-040498> <An error occurred while forwarding a message for distributed destination member datadispatcher-jms-module!HandlerTopic-2: weblogic.jms.common.JMSException: weblogic.messaging.kernel.IllegalStateException: The destination has been deleted
              weblogic.jms.common.JMSException: weblogic.messaging.kernel.IllegalStateException: The destination has been deleted
              at weblogic.jms.dispatcher.Request.handleThrowable(Request.java:63)
              at weblogic.jms.dispatcher.Request.getResult(Request.java:51)
              at weblogic.jms.backend.BEForwardingConsumer.processMessages(BEForwardingConsumer.java:475)
              at weblogic.jms.backend.BEForwardingConsumer.pushMessages(BEForwardingConsumer.java:285)
              at weblogic.messaging.util.DeliveryList.run(DeliveryList.java:256)
              at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
              at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
              at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
              weblogic.jms.common.JMSException: weblogic.messaging.kernel.IllegalStateException: The destination has been deleted
              at weblogic.messaging.dispatcher.Request.getResult(Request.java:291)
              at weblogic.jms.dispatcher.Request.getResult(Request.java:49)
              at weblogic.jms.backend.BEForwardingConsumer.processMessages(BEForwardingConsumer.java:475)
              at weblogic.jms.backend.BEForwardingConsumer.pushMessages(BEForwardingConsumer.java:285)
              at weblogic.messaging.util.DeliveryList.run(DeliveryList.java:256)
              at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
              at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
              at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
              weblogic.jms.common.JMSException: weblogic.messaging.kernel.IllegalStateException: The destination has been deleted
              at weblogic.jms.backend.BEDestinationImpl.tranForward(BEDestinationImpl.java:2189)
              at weblogic.jms.backend.BEDestinationImpl.invoke(BEDestinationImpl.java:1503)
              at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:759)
              at weblogic.messaging.dispatcher.DispatcherServerRef.invoke(DispatcherServerRef.java:276)
              at weblogic.messaging.dispatcher.DispatcherServerRef.handleRequest(DispatcherServerRef.java:141)
              at weblogic.messaging.dispatcher.DispatcherServerRef.access$000(DispatcherServerRef.java:36)
              at weblogic.messaging.dispatcher.DispatcherServerRef$2.run(DispatcherServerRef.java:112)
              at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
              at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
              weblogic.messaging.kernel.IllegalStateException: The destination has been deleted
              at weblogic.messaging.kernel.internal.DestinationImpl.checkDeleted(DestinationImpl.java:217)
              at weblogic.messaging.kernel.internal.DestinationImpl.checkDestinationState(DestinationImpl.java:394)
              at weblogic.messaging.kernel.internal.QueueImpl.send(QueueImpl.java:304)
              at weblogic.messaging.kernel.internal.TopicImpl.send(TopicImpl.java:155)
              at weblogic.jms.backend.BEDestinationImpl.tranForward(BEDestinationImpl.java:2161)
              at weblogic.jms.backend.BEDestinationImpl.invoke(BEDestinationImpl.java:1503)
              at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:759)
              at weblogic.messaging.dispatcher.DispatcherServerRef.invoke(DispatcherServerRef.java:276)
              at weblogic.messaging.dispatcher.DispatcherServerRef.handleRequest(DispatcherServerRef.java:141)
              at weblogic.messaging.dispatcher.DispatcherServerRef.access$000(DispatcherServerRef.java:36)
              at weblogic.messaging.dispatcher.DispatcherServerRef$2.run(DispatcherServerRef.java:112)
              at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
              at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
              >
              Edited by peter05 at 03/18/2008 9:13 AM

    Please investigate these possibilities:
              * Is it possible that the Destination you have looked up from JNDI is stale?
              In other words, did you do the destination=context.lookup(distributedDestinationMember) only once in your application, but afterwards one or more of the servers has rebooted?
              If so, you should re-create the initial context after the server has gone down, and refresh the destination with a new context.lookup
              * Are you sure the durable subscription has been created before the first message has been sent?
              Messages sent before the subscriber has been created will be missed by this dur sub.
              === a combination of both of these:
              When a durable subscriber is created, WLS JMS looks to see if the subscription has CHANGED and should be replaced. Unfortunately if you are using a STALE destination from a previous boot, the destination will not match.
              This may inadvertently replace an existing dur sub that has messages with a new one that has no messages.
              Sal Gambino, BEA Messaging Team Lead

  • JDBC connection fails with "java.rmi.NoSuchObjectException" message

    When connecting a JDBC client to a FireSIGHT Management Center, the following error message appears:
    SEVERE: java.rmi.NoSuchObjectException
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
            at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
            at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
            at java.net.Socket.connect(Socket.java:579)
            at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
            at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:407)
            at sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:88)
            at InstallCert.main(InstallCert.java:81)

    Cause
    Without the Server Hostname field filled in, a FireSIGHT Management Center (also known as Defense Center) tells the JDBC client that it has an address of localhost, or 127.0.0.1, which causes the connection to fail.
    Solution
    Step 1: Log in to your FireSIGHT Management Center where the JDBC is trying to connect to.
    Step 2: Navigate to System > Local > Configuration.
    Step 3: When the page loads, select Database on the left pane.
    Step 4: Ensure that the Server Hostname field is filled out with the Fully Qualified Domain Name, or the IP address of the FireSIGHT Management Center.

  • I'm trying to reset my ipod touch but for that i need to turn off find my ipod touch but i cant do that without entering my apple id password which is linked to an email that has been deleted help me please what do i do

    Okay so when I had a ipod touch 4 with ios 6 my apple id got hacked and they spent all my itunes credit bla blah blah. so i made a new apple id which was fine and was working. i recently upgraded to an ipod 5 so did my sister and i got ios 7and she just kept ios 6 then my ipod camera crapped out so i decided to back up my ipod first and switch with my litttle sister by erasing and restoring both of them. I erased my little sisters one and restored it to mine but it said to do that it needed to upgrade to io7 so i let it do its thing and then my ipod camera started working again (i hadnt erased mine) I then relised when i clicked back up to my ipod on my little sisters ipod i clicked the back up which was ages ago when i was using my ipod 4 and ios6 with my old apple id that i no longer use. now that i want to change her ipod back to her own one not with my old stuff on it. it is logged into the old apple id with the old email that we deleted and the old icloud account linked to the same old email account that is deleted. ------------------------------------------------------------------------------- ------------------------------------------------------------LONG STORY SHORT : I am trying to erase my sisters ipod so i can restore it back to normal but theres is an old apple id on it with an email account and icloud account that has been deleted. PLEASE HELP ME

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Also
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.

  • My photoshop won't open, it says that the preferences file has been deleted. What do I do?

    I was just working in my photoshop with no problems, I had just downloaded a free trial pluggin (Filter Forge) but that wasn't working, so I tried to close photoshop to re open it and it wasn't responding so I had to force quit it, and when I went to reopen it this box pops up..... "Could not initialize photoshop because the preferences file was invalid (it has been deleted)" I looked up how to fix this and I went under the library on my MAC to try and find the preferences file to move it because they said that would help, well I forgot.....the file has somehow been deleted. My other option that I haven't tried yet is to open photoshop and do the shortcut keys that resets everything but Im nervous to do that because I don't know what will get reset. Any help will be awesome I have several projects Im working on and need to finish!
    Thanks

    I haven't tried yet is to open photoshop and do the shortcut keys that resets everything but Im nervous to do that because I don't know what will get reset.
    If you have not saved your custom presets for some time you should naturally lose those when opening with cmd-alt-shift pressed and selecting to "delete settings file" – but you can consider this a learning experience.
    Apart from the presets you also need to set your Preferences (Interface, Performance, …) again after that if you had in any way changed them from the default settings.

  • All my firefox sync data has been deleted and I don't know why. Any way to restore it??

    I had alot of bookmarks and passwords on my firefox sync. However, I rebooted my computer a few days ago and now when I clicked on "Merge sync data" my data still does not appear and it seems like everything has been deleted. Can I restore this data?

    I have tried restoring it but it only shows dates for the last 5 days which doesn't help. I rebooted my computer (formatted hard drive and reinstalled windows) a few days ago so any backup files in my computer are gone. I thought that there are backup copies made on the Firefox server but obviously I was wrong!
    I don't see the point of Firefox sync if you can't view your bookmarks etc online and if there aren't backups made on the server.

  • My itunes account was set up under an email account that has been deleted. I started a new itunes account but have the same device as with the old account. How do i keep my music thats on my ipod touch from being deleted when i sync it to my new account?

    My itunes account was set up under an email account that has been deleted. I started a new i tunes account but have the same device as with the old account. How do i keep my music thats on my ipod touch from being deleted whin i sync it to itunes after purchasing new music?

    I have the same problem (deleted email account). I think I mistakenly set up an account when I was buying an Apple product online, not realizing that it would be the same ID as my iTunes.
    What is the way to actually contact Apple?
    I have been clicking around in circles for hours! Will I have to pay them to resolve this? I don't have any products still have applecare . . .

Maybe you are looking for