Hello Oliver Thank you for your response. I'm suing version 1.12.1 . Regards Prashanth.P On Wed, Nov 28, 2018 at 11:48 AM Oliver Haufe oliver_haufe@users.sourceforge.net wrote: Hello Prashanth, The log line "Session doesn't exist" matches the HTTP return code 440. This is sent when the session has expired. I remember that in early JOC Cockpit versions the session suddenly expired in rare moments. We couldn't determine the reason. I don't know exactly from which version on, but in newer versions I...
Hello I'm getting a strange error for monitoring script "check_jobscheduler_with_joc.pl". The script works fine some times (Gives OK status) but some time give's below error . CRITICAL: 440 Unknown code When i get 440 error ,i could see "- SessionNotExistException: Session doesn't exist" in the error logs. I have a time out value for securityManager.sessionManager.globalSessionTimeout is 1 hour. and every time script runs i could see "REQUEST: ./login " status in Joc audit log .Log out will be printed...
Hello I have couple of Job chains which triggers one another . for eg. Jobchain1 have jobs which create some trigger file which reads by Job chain 2 and starts the job .so on.. I 'm looking for a way to display all these jobchains flow in a single page of my Dashboard.Do we have any widegt or custome dash board to achive this?. Currently ,i could able to view only One jobchain and its jobs in the flow.
Hello I'm have couple of Job chains which triggers one another . for eg. Jobchain1 - have job ,which create some trigger file which reads by Job chain 2 and startes the job . I 'm looking for a way to display all these jobchains flow in a single page of my Dashboard.Do we have any widegt or custome dash board to achive this?. Currently ,i could able to view only One jobchain and its jobs in the flow.
Here is my config.Now am trying to integrate for the file value matches regex=“prod”/> ,which should move to /tmp/prod folder .
Thank you .Can you tell what is the paramater variable i can usee to mention the traget_dir ? WOuld it be possible for you to share me xml smaple.I tired the sample which mentioned here How to define and reference job chain node parameters ,but didnt helped me
Hello I'm new to Jebscheduler. I'm looking for some information to full-fill my requirement.Can you please guide me on this? I need to monitor a Folder ,incase any files comes in ,needs to copy to multiple folder based on the file name. I could able to create job and jobchain which copy the file ,but problem is i'm not able to provide multiple target directory. Example:Monitor /var folder and i have multiple file order source with different regex values. File movement based on regex should be like...