Backing Up While Logged Out

I am looking to do nightly backups of my server (10.4.7) to 5 different partitions. I am using SuperDuper to do this but I have found that I need to be logged in for the scheduler to run. Is there a script of some sort I can use to log my XServe in at a certain time and then logout when the backup is complete? Or is there software out there that will allow me to do a nightly backup to different partitions while logged out? Any help would be appreciated. Thank you.

you can use rsync, though many will complain that it does a poor job of backing up metadata. in my experience, i've never had a problem with it. either use the installed version at /usr/bin/rsync or download a patched version. links to the patched version can be found in threads here.
also, BRU will work for you. in limited testing, it's been more reliable than Retrospect and provides more useful options than i've found with Retrospect.

Similar Messages

  • Does power nap work while logged out?

    Will power nap work while logged out and asleep, or do you have to remain logged in?

    @Kappy, in my experience Apple does not post support documents that mention unreleased products.  The doc is dated in September.  No 27" iMacs shipped until December.
    @Shootist007, the two power nap use cases I can foresee wanting on a desktop would be photostream updates and time machine backups.  When I am on vacation I load a lot of pictures from my camera to my iPad.  I'd love to see those photos updated in my iPhoto library before I even get home.  And, who wouldn't want their backups to happen while they are not using the computer?  As for the doc not mentioning the iMacs see the comment above.
    I was hoping that one of the lucky people to have actually taken delivery of a late 2012 iMacs would comment.  Thanks.

  • Authenticate when user clicks back button after logging out

    Hi All,
    Is there a way that the user can be forced to authenticate, if he has just logged out, and then clicks the back button.
    I have a situation where a user who is working on relatively sensitive data logs out (yeees they should close the browser and all, but they never obey instructions... ) and someone else can come around and click the back button, and see what what he had been working on.
    Is there a way to disable this behaviour, or otherwise force a reload/re-authentication.
    Thanks.

    Hi there,
    You can accomplish this by writing this code in each page of your application
    Write this in your html header:
    <script type="text/javascript">
    javascript:history.go(1);
    </script>and write this in Page HTML Body Attribute:
    onunload="javascript:history.go(1)";It will not allow your users to go back.
    Thanks
    Tauceef

  • Stop user from cliking back button after logging out

    How can I stop the user from clicking the back when they had clicked the log out link...?
    <%@ page language="java" %>
    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body>
    </body>
    <script language="JavaScript" type="text/JavaScript">
    function refreshIt() {
    setTimeout('window.parent.location.reload()', 7 * 1000);
    <%
    session.removeAttribute("username");
    session.invalidate();
    response.sendRedirect( response.encodeRedirectUrl("index.jsp?message=You had logged out from the system"));
    %>
    document.onload = refreshIt();
    </script>
    </html>

    You can NOT stop the user from clicking the "back" button.
    However, all is not lost.
    Since you're invalidating the session, simply have every page that requires the user to be logged in check for a valid session before proceeding. Put that code into an "include" file. If the session is invalidated, redirect the user back to the "Please Login" page. Do this IMMEDIATELY before doing ANYTHING.
    Another technique, but is essentially the same thing, is to "logout" to a page with javascript that redirects the user to the "You are Now Logged Out" page, with either a "redirect" or a "window.forward()" call. When the user clicks "back", they'll return to the page with the javascript that redirects the user to the "You are Now Logged Out" page. The only problem with that is that savvy users using IE can click the "history" portion of the "back" button, and go back 2, 3, 4, etc. pages if they want to.
    Therefore, you'll still have to write the code at the beginning of every page that kicks the user back to "Please Login" if the session was invalidated.

  • Time Machine not backing up during log out process

    Situation: MacBook Pro, fully updated, running FileVault. When I log out, it should automatically back up my encrypted home folder to my Time Capsule. However, the large majority of times, no back up happens.
    In the past, it has sporadically worked, usually after many tries. However, today, no matter what I do, I can't force it to backup my home folder. I've tried restarting, logging into another account and back into my account, and mounting the encrypted sparsebundle image immediately before log out, to no avail.
    Is there a way to force it to backup at log out?

    mrpeters wrote:
    Solved my own problem: Made a new account (an administrator...not sure if this was necesary or not) without FileVault enabled, and ran Time Machine from this new account. It backed up the encrypted home folder (all of it...sure hope that it starts just uploaded the "strips" or "stripes" or whatever they're called in the future.)
    I don't think so -- I think that only applies to a "sparse" disk image, not the one used by FileVault. That's why TM is supposed to only back it up when you log out.

  • Turning on bluetooth with out keyboard/while logged out

    So, a few days ago, I spilt hot chocolate on my keyboard. Now, I'm sure that it won't come back. I have another computer with a bluetooth keyboard at my disposal, but the thing is, my keyboard-less computer is logged out, and I have no way of getting into the regular system preferences.
    Is it possible to pair a bluetooth keyboard with a iMac without logging in, or do I have to go out and get another keyboard?

    You may need another keyboard.
    If you rinse out the one with the spill using tap water and then let it dry out for a week or so you may find that it still works.

  • Exception while logging out of Process Administrator

    Hi,
    When I click on Save and Apply button on the basic engine configuration and then if I log out,
    I get the following error.
    An unexpected error ocurred.
    The error's technical description is:
    "javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found."
    Possible causes are:
    The maximum size for file uploads has been exceeded.
    If you are trying to publish an exported project you should publish it using the remote project option.
    If you are trying to upload the participant's photo you should choose a smaller one.
    An internal error has ocurred, please contact support attaching this page's source code.
    The webconsole logs are as follows:
    (cont) ] Main: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main: Caused by: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main: javax.management.RuntimeMBeanException: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main:      at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:195)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl_1030_WLStub.invoke(Unknown Source)
    [     (cont)     ] Main:      at weblogic.management.remote.common.RMIConnectionWrapper$15.run(ClientProviderBase.java:606)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    [     (cont)     ] Main:      at weblogic.security.Security.runAs(Security.java:61)
    [     (cont)     ] Main:      at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:604)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(Unknown Source)
    [     (cont)     ] Main:      at javax.management.MBeanServerInvocationHandler.invoke(Unknown Source)
    [     (cont)     ] Main:      at $Proxy14.disconnect(Unknown Source)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Unknown Source)
    [     (cont)     ] Main:      at fuego.mami.engine.jmx.EngineManagementJmxAdaptor$JmxEngineManagementProxy.invoke(EngineManagementJmxAdaptor.java:270)
    [     (cont)     ] Main:      at $Proxy14.disconnect(Unknown Source)
    [     (cont)     ] Main:      at fuego.mami.engine.jmx.EngineManagementJmxAdaptor.disconnect(EngineManagementJmxAdaptor.java:92)
    [     (cont)     ] Main:      at fuego.mami.Engine.disconnect(Engine.java:328)
    [     (cont)     ] Main:      at fuego.mami.EngineManager.disconnect(EngineManager.java:478)
    [     (cont)     ] Main:      at fuego.mami.EngineManager.invalidAllData(EngineManager.java:307)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.invalidAllData(AdminSession.java:379)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.disconnect(AdminSession.java:242)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.close(AdminSession.java:228)
    [     (cont)     ] Main:      at fuego.webconsole.model.LoginUser$LoginSessionBindingListener.valueUnbound(LoginUser.java:204)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.removeAttributeInternal(StandardSession.java:1607)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.expire(StandardSession.java:737)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.expire(StandardSession.java:643)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.invalidate(StandardSession.java:1088)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSessionFacade.invalidate(StandardSessionFacade.java:149)
    [     (cont)     ] Main:      at fuego.webconsole.model.LoginUser.logout(LoginUser.java:78)
    [     (cont)     ] Main:      at org.apache.jsp.jsf.logout_jsp._jspService(org.apache.jsp.jsf.logout_jsp:64)
    [     (cont)     ] Main:      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    [     (cont)     ] Main:      at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    [     (cont)     ] Main:      at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    [     (cont)     ] Main:      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    [     (cont)     ] Main:      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    [     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    [     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    [     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    [     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    [     (cont)     ] Main:      at java.lang.Thread.run(Unknown Source)
    [     (cont)     ] Main: Caused by: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main:      at fuego.ejbengine.EJBEngineManagementImpl.getConnectedClient(EJBEngineManagementImpl.java:289)
    [     (cont)     ] Main:      at fuego.ejbengine.EJBEngineManagementImpl.disconnect(EJBEngineManagementImpl.java:200)
    [     (cont)     ] Main:      at fuego.server.jmx.mami.ClusterAwareEngineManagement.disconnect(ClusterAwareEngineManagement.java:218)
    [     (cont)     ] Main:      at fuego.server.jmx.mami.JmxEngineManagement.disconnect(JmxEngineManagement.java:189)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Method.java:597)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
    [     (cont)     ] Main:      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    [     (cont)     ] Main:      at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [     (cont)     ] Main:      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [     (cont)     ] Main:      at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [     (cont)     ] Main:
    Kindly suggest why this happens.
    I have also increased the memory size of the domain,but still am stuck with this error.
    Thanks and Regards,
    charan

    hi Barry,
    what parameters in Secure Store do i need to check.
    and one more thing i wanted to tell u....
    i guess the problem started because of some changes that i did unknowingly in the settings of default login module stacks...
    actually i was trying to explore visual admin tool's usage..and in that process i unknowingly changed the values of the default login module stacks provided by EP..
    after that only the problem arose..
    can u tell me how to restore the default settings for the login module stacks (j2ee engine,basic,client_cert,form,
    digest,ticket,evaluation_assertion_ticket) so that the application starts working properly again
    thanks in advance
    PK

  • They're Back - The Slowdowns, Log-outs and Server Issues

    Well, Jan. 11, 2011, starting about 9:00AM -8 GMT, I have been logged-out with almost every post, or even just viewing a thread. Half of the time, the server appears to be dead, and I get bounced to either Adobe.com, or to the main Forum page, from the product forum. Loading of any page, or uploading any post/reply takes seemingly forever.
    Hope that it's just some server maintenance?
    Hunt

    No cross posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • Pair a keyboard while logged out

    My wireless keyboard died. I bought a new one. I am logged out of my mac and cannot type in the password. All instructions for pairing a keyboard assumed you are already logged in.
    How can I pair my keyboard from a logged out status?
    Thanks!

    If the keyboard is already paired with another device, remove that pairing. The keyboard should pair automatically when you reboot. You may have to press and hold the power button on the right side of an Apple keyboard until the LED starts flashing.

  • Heat while logged out

    Hello, I have a Macbook Pro, 2.5GHZ. I have the automatic log out option. When I return to the computer the next day, it is very hot but still logged out. If it is logged out, there shouldn´t be any programs running. Any way to get it cool again???
    thanks

    My fault, the energy preferences were set to better performance, that´s why it didn´t go to sleep. All ok now.

  • Activating onscreen keyboard while logged out.

    Is there any way to activate the onscreen keyboard without being logged in, or having access to a working keyboard.
    Or, alternately, is there a way to activate bluetooth without being able to log in?

    If the keyboard is already paired with another device, remove that pairing. The keyboard should pair automatically when you reboot. You may have to press and hold the power button on the right side of an Apple keyboard until the LED starts flashing.

  • Exception Trace on log out

    All,
    While logging out of ADF application i am getting the following exception
    Nov 3, 2011 11:58:06 AM oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _handleException
    WARNING: ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    java.lang.IllegalStateException: Cannot forward a response that is already committed
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
         at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:800)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Nov 3, 2011 11:58:06 AM GST> <Error> <HTTP> <BEA-101020> <[ServletContext@4341979[app:CustomerPortal module:Portal path:/Portal spec-version:2.5]] Servlet failed with Exception
    java.lang.IllegalStateException: Cannot forward a response that is already committed
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
         Truncated. see log file for complete stacktrace
    >
    My logout code is
            FacesContext fc = FacesContext.getCurrentInstance();
            ExternalContext ectx =
                FacesContext.getCurrentInstance().getExternalContext();
            HttpServletResponse response = (HttpServletResponse)ectx.getResponse();
            HttpSession session = (HttpSession)ectx.getSession(false);
            if (session != null)
                session.invalidate();
            try {
                response.sendRedirect(finalRedirectURL);
                //fc.responseComplete(); //uncommenting this lso produces the exception
            } catch (IOException e) {
                e.printStackTrace();
            }looking for advice pls....
    thnks
    Jdev 11.1.1.5

    Hi,
    can you try this piece of code
                    FacesContext facesCtx = FacesContext.getCurrentInstance();
                    ExternalContext ctx = FacesContext.getCurrentInstance().getExternalContext();
                    String viewId = "Logout.jspx";
                    ControllerContext controllerCtx = null;
                    controllerCtx = ControllerContext.getInstance();
                    String activityURL = controllerCtx.getGlobalViewActivityURL(viewId);
                    System.out.println(":::: Current Activity URL ::" + activityURL);
                    try {
                        session.invalidate();
                        ctx.redirect(activityURL);
                    } catch (IOException e) {
                        log.error("error in trying to redirect to login page  " + e);
                        e.printStackTrace();
                    }~Abhijit

  • Avoid browser caching after log out

    Hi all
    Once i logout. i am able to go in to the application using the browser back button .
    how to restrict this back action after log out .
    i tried with the header
    session.invalidate();
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Cache-Control","no-store");
    response.setDateHeader("Expires", 0);
    response.setHeader("Pragma","no-cache");
    but dint help me .
    also tried with
    javascript:window.history.forward(-1);
    it also dint work .
    my browser is Firefox/3.0.13
    any suggestions.

    hi
    once i click on logout link .it reaches to my servlet and there i am setting the header and then forwarding to the login page again.
    so i dint understand " you should disable caching at the top of your views"
    can u please explain it.
    public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException
            HttpSession session = request.getSession(true);
            session.removeAttribute("flag");
            session.invalidate();
            response.setHeader("Cache-Control","no-cache");
            response.setHeader("Cache-Control","no-store");
            response.setDateHeader("Expires", 0);
            response.setHeader("Pragma","no-cache");
            System.out.println("i have reached here ");
            dispatcher = getServletContext().getRequestDispatcher("/index.jsp");
            dispatcher.forward(request, response);
           }i tried putting the above header lines in jsp also ...
    but the result is same it allowed me to navigate in to the application using back button .
    I have googled for a solution ...but was not able to land with a solution .
    Kindly suggest
    Thanks in advance

  • Notification when logged out [email...?]

    Hi!
    I have two Skype accounts, one for business and one for private use.
    Is there a possibility to receive notifications about calls, new contact request etc while logged out [i.e.: while being logged in with the other account]?
    It would really help me continue using Skype as my communication tool for my business.
    Thanks in advance!
    Gabriel
    hebrew-tattoos.com

    Hello,
    I got my issue resolved.
    With jboss, there is another file to edit in addition to OIM_HOME/config/xlconfig.xml file.
    It's located in JBOSS_HOME/server/default/deploy.
    Filename is: xell-ds.xml
    I fixed the connection string in this file, restarted the jboss and it worked for me.
    Khanh

  • I logged out of my FaceTime for a while then when I tryed to log back in it kept saying error accrued

    I logged out of my FaceTime for a while then when I tryed to log back in it kept saying error accrued it's not activating

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

Maybe you are looking for

  • Slow in Reading XML response

    Hello Guys, I'm trying to upload from the Itemlist of SAP to MSDE and DBF tables, but it takes 10 hours to upload 29000 records of Items.  I'm reading in the XML file i got from the SOAP response.  Is there anyway that I can fasten the process?

  • I can't open Photoshop Elements 11 after a redownload.

    I am trying to redownload Photoshop Elements 11 on my new PC. There are 2 files to download.  I can't download the second file, nor can I open it. I get an error message that says I am missing the "archive file part."  What do I do?

  • Sorting in keyfigures is deactivated in Bex Anlayser 7.x

    Hi ALL, I cant able to sort key figures( sort option in the context menu is deactivated) . I have executed report in Bex Analyser , it has one structure in the column and in row it has hierarchy. It has three key figures (sales volume, gross volume,

  • Mail unable to find responses

    Lately, I get the message "Mail was unable to find your response" when I click on the response arrow next to an email in the main window. I found an old (now locked) thread on this topic and deleted my Caches/Mail folder as suggested, but the problem

  • How to revert UserID?

    I had a Lion powered MacBook Pro with several backups on my Airport Time Capsule. After acquiring a mid-2014 MBP with Mavericks, I was unable to migrate from the last backup to the new MBP during setup: I selected my ATC in Migration Manager, I could