On Wed, Feb 24, 2010 at 21:35, Rieken, Joshua <[email protected]> wrote:
>
>
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On Behalf Of Thomas Mortagne
>> Sent: Wednesday, February 24, 2010 2:24 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Scheduler not executing job
>> correctly (or at all)
>>
>> Hi,
>>
>> I think when you create a job it's not enabled by default.
>> You have to "schedule" on http://host/xwiki/bin/view/Scheduler/ UI.
>
> I scheduled it, but it didn't run. I also tried triggering it manually, but 
> that didn't work either.

Do you have anything in the log ? Maybe there is an error in your script.

>
> -Joshua
>
>>
>> On Wed, Feb 24, 2010 at 20:44, Rieken, Joshua
>> <[email protected]> wrote:
>> > Hello,
>> >
>> > I'm attempting to run the following Groovy script with the
>> Scheduler app:
>> >
>> > def eventLog = xwiki.getDocument("CodeTest.TestEventLog")
>> > eventLog.setContent(eventLog.getContent() + "This is a test.")
>> > eventLog.save()
>> >
>> > However, this does nothing. I have scheduled the job (which
>> is supposed to run every 5 minutes) and triggered it
>> manually, but it still doesn't do anything.
>> >
>> > I also tried surrounding the code with {{groovy}}{{/groovy}}.
>> >
>> > My cron expression is the following:
>> > 0 0/5 * * * ?
>> >
>> > Running on XWiki Enterprise 2.1.1.
>> >
>> > Thanks in advance.
>> >
>> > -Joshua
>> >
>> > _______________________________________________
>> > users mailing list
>> > [email protected]
>> > http://lists.xwiki.org/mailman/listinfo/users
>> >
>>
>>
>>
>> --
>> Thomas Mortagne
>> _______________________________________________
>> users mailing list
>> [email protected]
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to