• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Session awake after shell-script run
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Session awake after shell-script run


  • Subject: Re: Session awake after shell-script run
  • From: Ron X <email@hidden>
  • Date: Thu, 24 May 2012 16:47:56 +0300

WARN  37.31 MB used/43.75 MB free [WorkerThread11 oRebRNnqdp4MjtSGjeqv3g:email@hidden] (Session.java:25)  - Invoked from
Exception
  at dm.legalsounds.Session.awake(Session.java:25)
  at com.webobjects.appserver.WOSession._awakeInContext(WOSession.java:838)
  at com.webobjects.appserver.WOApplication.restoreSessionWithID(WOApplication.java:1917)
  at er.extensions.appserver.ERXApplication.restoreSessionWithID(ERXApplication.java:2278)
     ... skipped 3 stack elements
  at er.ajax.AjaxRequestHandler.handleRequest(AjaxRequestHandler.java:17)
     ... skipped 3 stack elements
  at com.extensions.LSApplication.dispatchRequest(LSApplication.java:115)
  ... skipped 3 stack elements

2012/5/24 Mike Schrag <email@hidden>
oh .. yes, if it's an existing session. if it's a new session, the original will show you where it's created.

ms

On May 24, 2012, at 9:31 AM, Ron X wrote:

no, it is not

may be:

@Override
    public void awake() {
        super.awake();
 LOG.warn("Invoked from", new Exception());
}

?

2012/5/24 Mike Schrag <email@hidden>
That will show why.

Sent from my iPhone

On May 24, 2012, at 7:57 AM, Ron X <email@hidden> wrote:

and what for this code?
i asked - why the cause of session awake?

2012/5/24 Lachlan Deck <email@hidden>
public Session() {
       super();
       LOG.warn("Invoked from", new Exception());
}

On 24/05/2012, at 4:34 PM, Ron X wrote:

> if i use
>
> ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), false, true);
>
> than Session.awake invoke too.
>
> what cause Session to invoke aeake-method?
>
> 2012/5/22 Ron X <email@hidden>
> hi for all
> i found strange behaviour:
> after execution such line
> Runtime.getRuntime().exec(commandLine, args).waitFor();
>
> i have
> DEBUG 59.14 MB used/21.92 MB free [WorkerThread2 b4bXjs8Q7U5ts3tNlo6BXM:email@hidden] (Session.java:397)  - Session awake stared...
>
> and this operation "eat" ~ 1 second (measured by System.currentTimeMillis())
>
> why should it happens?
>
> this 1 second became 4 hours in my compressing module...
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

Lachlan Deck
email@hidden




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Session awake after shell-script run
      • From: Mike Schrag <email@hidden>
References: 
 >Session awake after shell-script run (From: Ron X <email@hidden>)
 >Re: Session awake after shell-script run (From: Ron X <email@hidden>)
 >Re: Session awake after shell-script run (From: Lachlan Deck <email@hidden>)
 >Re: Session awake after shell-script run (From: Ron X <email@hidden>)
 >Re: Session awake after shell-script run (From: Mike Schrag <email@hidden>)
 >Re: Session awake after shell-script run (From: Ron X <email@hidden>)
 >Re: Session awake after shell-script run (From: Mike Schrag <email@hidden>)

  • Prev by Date: Re: Session awake after shell-script run
  • Next by Date: Re: Session awake after shell-script run
  • Previous by thread: Re: Session awake after shell-script run
  • Next by thread: Re: Session awake after shell-script run
  • Index(es):
    • Date
    • Thread