 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
ajdsii
Guest
|
24x7 Scheduler - out of order since 01/08/2008 (dd/mm/yyyy) |
|
Hello,
Could you help me please ...
Here are the data in debug.log :
2008-08-01 16:39:03,906 [AWT-EventQueue-0] ERROR com.softtreetech.jscheduler.business.log.LoggerImpl - parseLogRecord(...) :
java.text.ParseException: Unparseable date: "1-ao没t-2008 03:10:00 PM"
at java.text.DateFormat.parse(Unknown Source)
at com.softtreetech.jscheduler.business.log.LoggerImpl.o00000(Unknown Source)
at com.softtreetech.jscheduler.business.log.LoggerImpl.getLogRecordList(Unknown Source)
at com.softtreetech.jscheduler.business.log.LoggerImpl.new(Unknown Source)
at com.softtreetech.jscheduler.business.log.LoggerImpl.addLogRecord(Unknown Source)
at com.softtreetech.jscheduler.business.H.覱0000(Unknown Source)
at com.softtreetech.jscheduler.ui.B.oOOO$6.windowClosed(Unknown Source)
at java.awt.Window.processWindowEvent(Unknown Source)
at javax.swing.JFrame.processWindowEvent(Unknown Source)
at java.awt.Window.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Here are the data in scheduler-20080801-113943.log :
31-juil.-2008 10:30:00 PM 2 asT/CHhT63qlM2pweHN9/+rTD/U= 122 PRD: Upload Coswin. IDocs Job started.
31-juil.-2008 10:30:58 PM 2 asT/CHhT63qlM2pweHN9/+rTD/U= 122 PRD: Upload Coswin. IDocs Job finished.
31-juil.-2008 10:45:00 PM 2 asT/CHhT63qlM2pweHN9/+rTD/U= 124 PRD: Cliclac Coswin. IDocs Job started.
31-juil.-2008 10:45:34 PM 2 asT/CHhT63qlM2pweHN9/+rTD/U= 124 PRD: Cliclac Coswin. IDocs Job finished.
1-ao没t-2008 12:30:15 AM 2 null null 24x7 Scheduler 24x7 Scheduler starting...
1-ao没t-2008 12:30:15 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
1-ao没t-2008 11:26:08 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
1-ao没t-2008 11:27:47 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
1-ao没t-2008 11:30:46 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
1-ao没t-2008 11:31:13 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
1-ao没t-2008 11:31:37 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
1-ao没t-2008 11:37:20 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
1-ao没t-2008 11:39:25 AM 2 null null 24x7 Scheduler 24x7 Scheduler terminating...
My tools :
OS : W2K Server (French)
Java : jre 1.6.0
EDI : Eclipse + MapForce plugin
Scheduler : 24x7 Scheduler V 2.4.2
Thank you in advance.
[/u]
|
|
Tue Aug 05, 2008 9:15 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7949
|
|
|
|
You must be using JDK or JRE 1.4 to run this software. Java major versions are not backward or forward compatible! I wander if people ever read ReadMe or Requirements documents.
To fix the immediate problem, delete schedule.log file. You got some garbage in that log file.
Please don't forget to set JAVA_HOME to point to JRE 1.4.2 home folder. you can set either global environment variable or set locally defined environment variables (I mean adding SET JAVA_HOME=... as the first line in the master.bat, agent.bat, cons.bat files)
|
|
Tue Aug 05, 2008 9:23 am |
|
 |
ajdsii
Guest
|
|
|
Hi SysOp,
You know, i can read but only the comics . In my country we just have primary schools and after that : work hard ! (It's a joke).
I've already made that for the <master> :
@echo off
set java_home=C:\Program Files\Java\j2re1.4.2_11
cd "C:\Program Files\24x7_Scheduler"
if "%JAVA_HOME%"=="" goto no_javahome
if not exist "%JAVA_HOME%\bin\java.exe" goto no_javahome
...
but not for the other files : agent.bat, cons.bat
Anyway, i thank you for your help.
|
|
Tue Aug 05, 2008 11:26 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7949
|
|
|
|
You are welcome.
If you encounter any other issues, please let us know.
|
|
Tue Aug 05, 2008 11:32 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|