You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by "Gregor J. Rothfuss" <gr...@apache.org> on 2005/03/27 22:05:04 UTC

stale scheduled jobs?

it seems that there are some stale jobs in the scheduler that are 
getting executed on each start of lenya. my jetty console has this:

-------------------- Loading --------------------
Processing repository: .\tools\jetty\lib
Adding jar: .\tools\jetty\lib\jetty-4.2.22.jar
Adding jar: .\tools\jetty\lib\servlet-2.3.jar
Processing repository: .\build\lenya\webapp\WEB-INF\lib\endorsed
-------------------- Executing -----------------
Main Class: org.mortbay.jetty.Server
17:28:42.136 EVENT  Checking Resource aliases
17:28:42.416 EVENT  Starting Jetty/4.2.22
17:28:42.967 EVENT  Started WebApplicationContext[/,.\build\lenya\webapp]
17:28:43.047 WARN!! Delete existing temp dir 
C:\DOCUME~1\grothfus\LOCALS~1\Temp\
Jetty__8888__ for WebApplicationContext[/,.\build\lenya\webapp]
17:28:50.117 EVENT  Started SocketListener on 0.0.0.0:8888
17:28:50.117 EVENT  Started org.mortbay.jetty.Server@1754ad2
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
"resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js", 
lin
e 19: uncaught JavaScript exception:
at executeUsecase 
(file:/C:/src/lenya-trunk/build/lenya/webapp/lenya/usecases/us
ecases.js, Line 94)
at 
(resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js,
Line 19):
org.apache.cocoon.ResourceNotFoundException: Resource not found.: 
org.apache.exc
alibur.source.SourceNotFoundException: 
file:/C:/src/lenya-trunk/build/lenya/weba
pp/lenya/usecases/tab/acLive.jx doesn't exist.
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/tutorial:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/tutorial:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/tutorial:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].
+++ ERROR +++ All language versions do already exist.
+++ ERROR +++ Cannot paste - the clipboard is empty.
+++ ERROR +++ This usecase cannot be invoked when the live version exists!
+++ ERROR +++ Cannot move the node in this direction.
+++ ERROR +++ The event [reject] is not executable on document 
[default:authorin
g:/index:en].

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: stale scheduled jobs?

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Andreas Hartmann wrote:
> Gregor J. Rothfuss wrote:
> 
>> it seems that there are some stale jobs in the scheduler that are 
>> getting executed on each start of lenya. my jetty console has this:
> 
> 
> Does it appear on startup, or only when you request a page?
> 
> I guess this is the output of the checkPreconditions() methods of
> the usecases which are called by the UsecaseMenuTransformer (the
> same stuff appears in my console).
> We should certainly remove the console logging of errors after
> this method, I'll take care of this.

this is no longer an issue, thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: stale scheduled jobs?

Posted by Andreas Hartmann <an...@apache.org>.
Gregor J. Rothfuss wrote:
> it seems that there are some stale jobs in the scheduler that are 
> getting executed on each start of lenya. my jetty console has this:

Does it appear on startup, or only when you request a page?

I guess this is the output of the checkPreconditions() methods of
the usecases which are called by the UsecaseMenuTransformer (the
same stuff appears in my console).
We should certainly remove the console logging of errors after
this method, I'll take care of this.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org