SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
24x7 Scheduler and Solaris.
Goto page 1, 2  Next
 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
24x7 Scheduler and Solaris.
Author Message
mpivac



Joined: 17 Aug 2012
Posts: 7
Country: Canada

Post 24x7 Scheduler and Solaris. Reply with quote
Hi,

I'm having problems starting master.sh. It's fresh V5.0.385 installation on Solaris.

Some info:
SunOS hostname 5.10 Generic_147440-09 sun4u sparc SUNW,SPARC-Enterprise

bash-3.00$ echo $JAVA_HOME
/ThirdParty/Java/jdk1.6.0_16/

bash-3.00$ /ThirdParty/Java/jdk1.6.0_16/bin/java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)

Error:

bash-3.00$ ./master.sh
bash-3.00$ 2012-08-17 16:43:50,029 [main] FATAL com.softtreetech.jscheduler.JSchedulerStarter - startup() :
java.lang.NullPointerException
at com.softtreetech.jscheduler.ui.controller.UIController.setTitle(Unknown Source)
at com.softtreetech.jscheduler.ui.controller.UIController.createMainFrame(Unknown Source)
at com.softtreetech.jscheduler.ui.controller.MasterController.createMainFrame(Unknown Source)
at com.softtreetech.jscheduler.JSchedulerStarter.startup(Unknown Source)
at com.softtreetech.jscheduler.JSchedulerStarter.main(Unknown Source)

Small error window pops up:



With nogui it is working fine. Also, version 4 (with JRE1.5) is working just fine on the same system. Any ideas?

.
Fri Aug 17, 2012 4:46 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7840

Post Reply with quote
Totally weird, an exception while trying to set title of the main window.

Do you get this error when you run ./agent.sh script?
Fri Aug 17, 2012 9:38 pm View user's profile Send private message
mpivac



Joined: 17 Aug 2012
Posts: 7
Country: Canada

Post Reply with quote
I haven't tried to run agent. I'll give it a try.

Is there any java debugging options I might try?
Mon Aug 20, 2012 11:26 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7840

Post Reply with quote
Let's try the agent mode first and see if it also has issues with the GUI.

Also, please verify your user account (the one you use to start the scheduler) has read/write/execute permissions for the scheduler directory and sub directories. Also, please check preferences.xml file is not corrupted, the size must be greater than 0 bytes.
Mon Aug 20, 2012 12:15 pm View user's profile Send private message
mpivac



Joined: 17 Aug 2012
Posts: 7
Country: Canada

Post Reply with quote
Agent is working fine.




User account is the same one I used during installation.
Preferences:

122 -rwxr-x--- 1 user user 62260 Aug 20 14:10 preferences.xml

.
Mon Aug 20, 2012 2:31 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7840

Post Reply with quote
Great. so that's not a GUI issue then, which makes it easier for us to rroubleshoot

Please check preferences.xml file in vi or other editor. Does it have a value in the line for "lastJobDB" element? If yes, does it point to a valid path? file?
Mon Aug 20, 2012 3:05 pm View user's profile Send private message
dupuip6



Joined: 29 Jun 2011
Posts: 19
Country: Canada

Post Reply with quote
Path and file are valid.
<property>
Mon Aug 20, 2012 3:51 pm View user's profile Send private message
dupuip6



Joined: 29 Jun 2011
Posts: 19
Country: Canada

Post Reply with quote
Oups! Path and file are valid. any idea?
"file:/sas/24x7_Scheduler_v5/DefaultJobDB.dat"
Mon Aug 20, 2012 3:52 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7840

Post Reply with quote
Please make a backup of the preferences.xml file and remove that property (the entire line) completely from the preferences file. Save changes and restart the master.sh Do you get the same error?
Mon Aug 20, 2012 4:01 pm View user's profile Send private message
dupuip6



Joined: 29 Jun 2011
Posts: 19
Country: Canada

Post Reply with quote
I did the change as you requested and I still have the same error.
Tue Aug 21, 2012 9:19 am View user's profile Send private message
mpivac



Joined: 17 Aug 2012
Posts: 7
Country: Canada

Post Reply with quote
I tried to run it with preferences file from V4 and also removing preferences file, but error is always the same.
Tue Aug 21, 2012 10:45 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7840

Post Reply with quote
That's good to know too. That means the issue is not caused by the settings. alone.

Please enable the traceEnabled option in the references.xml file, set it to true, save changes, and restart the scheduler. Post content of the debug.log file. This should tell us more about what it executed before and what it is trying to execute at the time of exception
Tue Aug 21, 2012 10:57 am View user's profile Send private message
mpivac



Joined: 17 Aug 2012
Posts: 7
Country: Canada

Post Reply with quote
There:


2012-08-21 10:59:30,287 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - JVM version: 1.6.0_16-b01
2012-08-21 10:59:30,295 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - Current time with timezone: Tue Aug 21 10:59:30 EDT 2012
2012-08-21 10:59:30,295 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - main(...) : start
2012-08-21 10:59:30,295 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - startup() : start
2012-08-21 10:59:30,651 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - startup() : creating business objects
2012-08-21 10:59:30,813 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - startup() : creating UI controller
2012-08-21 10:59:30,903 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - startup() : initializing business objects
2012-08-21 10:59:30,922 [main] DEBUG com.softtreetech.jscheduler.business.preferences.AbstractPrefDatabase - Creating backup for preferences file preferences.xml
2012-08-21 10:59:30,931 [main] DEBUG com.softtreetech.jscheduler.business.preferences.AbstractPrefDatabase - Preferences file has been copied to preferences.bak
2012-08-21 10:59:31,094 [main] DEBUG com.softtreetech.jscheduler.business.Master - Loading calendars...
2012-08-21 10:59:31,453 [main] DEBUG com.softtreetech.jscheduler.business.Master - Loading agent profiles...
2012-08-21 10:59:31,457 [main] DEBUG com.softtreetech.jscheduler.business.Master - Loading queue managers...
2012-08-21 10:59:31,465 [main] DEBUG com.softtreetech.jscheduler.business.Master - Initializing scheduling engine...
2012-08-21 10:59:31,465 [main] DEBUG com.softtreetech.jscheduler.business.Master - Loading job templates...
2012-08-21 10:59:31,482 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Submit job on remote AS400 mainframe' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/remote_mainframe.ini' not found.
2012-08-21 10:59:31,485 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Execute remote command on UNIX host' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/remote_unix.ini' not found.
2012-08-21 10:59:31,487 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: '24x7 UNIX RAS (Run program on UNIX host and capture output)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_output.ini' not found.
2012-08-21 10:59:31,489 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: '24x7 UNIX RAS (Run program on UNIX host, start process every day at Time1, stop it at Time2)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_start_stop.ini' not found.
2012-08-21 10:59:31,491 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: '24x7 UNIX RAS (Run program on UNIX host, wait for it complete, then run local program)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_run_remote_local.ini' not found.
2012-08-21 10:59:31,492 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: '24x7 UNIX RAS (Run program on UNIX host, wait for it complete, then run another UNIX program)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_run_2remote.ini' not found.
2012-08-21 10:59:31,494 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Telnet operations (change password on UNIX host)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/unix_set_password.ini' not found.
2012-08-21 10:59:31,495 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Telnet operations (change password on VMS host)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/vms_set_password.ini' not found.
2012-08-21 10:59:31,496 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: '24x7 UNIX RAS (Run program on UNIX host)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_run.ini' not found.
2012-08-21 10:59:31,497 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Convert mainframe file (convert from EBCDIC to ASCII)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/convert_EBCDIC_2_ASCII.ini' not found.
2012-08-21 10:59:31,502 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database free space monitor (sql server)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sql_space_monitor.ini' not found.
2012-08-21 10:59:31,503 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database `log full` monitor (sql server)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sql_log_monitor.ini' not found.
2012-08-21 10:59:31,505 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Disk free space monitor (local)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_space_monitor.ini' not found.
2012-08-21 10:59:31,506 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Multiple file server free space monitor' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_space_monitor2.ini' not found.
2012-08-21 10:59:31,508 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'UNIX file watch (check for new files on remote UNIX server; uses 24x7 RAS for UNIX)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_watch.ini' not found.
2012-08-21 10:59:31,511 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'UNIX file-change watch (start job when file-time change detected; uses 24x7 RAS for UNIX)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_file_change_watch.ini' not found.
2012-08-21 10:59:31,512 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database performance monitor (oracle)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ora_perf_monitor.ini' not found.
2012-08-21 10:59:31,519 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database free space monitor (oracle)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ora_space_monitor.ini' not found.
2012-08-21 10:59:31,520 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Free memory monitor' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/memory_monitor.ini' not found.
2012-08-21 10:59:31,522 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Remote Agent monitor' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/agent_monitor.ini' not found.
2012-08-21 10:59:31,523 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Web traffic monitor' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/web_traffic_monitor.ini' not found.
2012-08-21 10:59:31,524 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Server Alive monitor (light monitor)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/server_monitor.ini' not found.
2012-08-21 10:59:31,525 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'NT Service monitor' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/service_monitor.ini' not found.
2012-08-21 10:59:31,527 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Web server monitor' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/web_monitor.ini' not found.
2012-08-21 10:59:31,528 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP Server monitor' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_monitor.ini' not found.
2012-08-21 10:59:31,529 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Server Alive monitor (instant monitor)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/server_monitor2.ini' not found.
2012-08-21 10:59:31,530 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Process watch (start process only if it is not running yet)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/process_watch2.ini' not found.
2012-08-21 10:59:31,531 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Event log free space monitor and log backup' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/event_log_backup.ini' not found.
2012-08-21 10:59:31,533 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Event log monitor (monitor specific application)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/event_log_monitor2.ini' not found.
2012-08-21 10:59:31,534 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Event log monitor (monitor errors)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/event_log_monitor.ini' not found.
2012-08-21 10:59:31,535 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP file-change watch (start job when file-time change detected)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_file_change_watch.ini' not found.
2012-08-21 10:59:31,536 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP file watch (check for new files on remote FTP server)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_watch.ini' not found.
2012-08-21 10:59:31,538 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Directory change watch' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/dir_watch.ini' not found.
2012-08-21 10:59:31,539 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File change watch (start job when file-time change detected)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_change_watch.ini' not found.
2012-08-21 10:59:31,553 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Process watch (start process only if it is not running yet)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/process_watch2.ini' not found.
2012-08-21 10:59:31,555 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File change watch (start job when file-time change detected)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_change_watch.ini' not found.
2012-08-21 10:59:31,558 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'GUI automation macro' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/macroplayback.ini' not found.
2012-08-21 10:59:31,560 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Copy file' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/copy_file.ini' not found.
2012-08-21 10:59:31,562 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Backup file' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/backup_file.ini' not found.
2012-08-21 10:59:31,564 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Email file' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/email_file.ini' not found.
2012-08-21 10:59:31,567 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Synchronize computer time with Atomic Time' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/atomic_time.ini' not found.
2012-08-21 10:59:31,569 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File change watch and compare (start job when file-time changes, find new changes)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_change_watch2.ini' not found.
2012-08-21 10:59:31,571 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File search and replace (multi-file processing using file mask)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_replace.ini' not found.
2012-08-21 10:59:31,573 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Wait for file copy/download completion before performing other processing' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/wait_change_finish.ini' not found.
2012-08-21 10:59:31,575 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Execute database stored procedure (clean up temp table, load data, run procedure)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_proc.ini' not found.
2012-08-21 10:59:31,578 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Execute ASP or CGI file on web server (HTTP Post)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_asp.ini' not found.
2012-08-21 10:59:31,581 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Download stock quotes from Yahoo (HTTP Get)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/get_quotes.ini' not found.
2012-08-21 10:59:31,583 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Zip and email files' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/zip_and_email.ini' not found.
2012-08-21 10:59:31,586 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Make RAS connection (make RAS connection, run some program, disconnect)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ras.ini' not found.
2012-08-21 10:59:31,624 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File replication: Local directory(ies) to directory(ies) on FTP server' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sreplica_local_to_ftp.ini' not found.
2012-08-21 10:59:31,626 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP file watch (check for new files)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sftp_watch.ini' not found.
2012-08-21 10:59:31,627 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP upload (using file mask)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sftp_upload_mask.ini' not found.
2012-08-21 10:59:31,629 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File replication: Remote directory(ies) on FTP server to local directory(ies)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sreplica_ftp_to_local.ini' not found.
2012-08-21 10:59:31,630 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP upload (known file names)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sftp_upload.ini' not found.
2012-08-21 10:59:31,632 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP download (using file mask)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sftp_download_mask.ini' not found.
2012-08-21 10:59:31,634 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP download (known file names)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sftp_download.ini' not found.
2012-08-21 10:59:31,635 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP file-change watch (start job when file-time change detected)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sftp_file_change_watch.ini' not found.
2012-08-21 10:59:31,636 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Secure shell operation (execute remote command)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/remote_ssh.ini' not found.
2012-08-21 10:59:31,656 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run job as another user (job can be of any type, including JAL, SQL, and VBScripts)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_as_user2.ini' not found.
2012-08-21 10:59:31,657 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program or OS command as another user' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_as_user.ini' not found.
2012-08-21 10:59:31,657 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Simple job queue (auxiliary job for queued processing of other jobs)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/job_queue.ini' not found.
2012-08-21 10:59:31,658 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Sequential processing (wait for batch/program finish before starting next process)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_and_wait.ini' not found.
2012-08-21 10:59:31,658 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Get job completion code (case logic dependant on job success/failure)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/get_job_status.ini' not found.
2012-08-21 10:59:31,659 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Get process exit code (case logic dependant on exit code)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/get_exit_code.ini' not found.
2012-08-21 10:59:31,659 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Transfer file from remote UNIX computer running 24x7 Remote Access Server' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_transfer_remote_to_local.ini' not found.
2012-08-21 10:59:31,659 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Transfer local file to remote UNIX computer running 24x7 Remote Access Server' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ra_transfer_local_to_remote.ini' not found.
2012-08-21 10:59:31,660 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Local directory(ies) to directory(ies) on remote computer running 24x7 Remote Agent (Windows Edition)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/replica_local_to_remote.ini' not found.
2012-08-21 10:59:31,660 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Remote directory(ies) on remote computer running 24x7 Remote Agent (Windows Edition) to local directory(ies)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/replica_remote_to_local.ini' not found.
2012-08-21 10:59:31,660 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Local directory(ies) to local directory(ies) on the same machine or shared network drive' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/replica_local_to_local.ini' not found.
2012-08-21 10:59:31,660 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Transfer local file(s) to remote Windows computer running 24x7 Remote Agent (Windows Edition)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/transfer_local_to_remote.ini' not found.
2012-08-21 10:59:31,661 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Transfer file(s) from remote Windows computer running 24x7 Remote Agent (Windows Edition)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/transfer_remote_to_local.ini' not found.
2012-08-21 10:59:31,661 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Remote directory(ies) on FTP server to local directory(ies)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/replica_ftp_to_local.ini' not found.
2012-08-21 10:59:31,661 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Local directory(ies) to directory(ies) on FTP server' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/replica_local_to_ftp.ini' not found.
2012-08-21 10:59:31,662 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File replication: Remote directory(ies) on FTP server to local directory(ies)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/replica_ftp_to_local.ini' not found.
2012-08-21 10:59:31,662 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'File replication: Local directory(ies) to directory(ies) on FTP server' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/replica_local_to_ftp.ini' not found.
2012-08-21 10:59:31,662 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP download (using file mask)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_download_mask.ini' not found.
2012-08-21 10:59:31,662 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP upload (using file mask)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_upload_mask.ini' not found.
2012-08-21 10:59:31,663 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP resume' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_resume.ini' not found.
2012-08-21 10:59:31,663 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP append' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_append.ini' not found.
2012-08-21 10:59:31,663 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP file watch (check for new files)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_watch.ini' not found.
2012-08-21 10:59:31,663 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP file-change watch (start job when file-time change detected)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_file_change_watch.ini' not found.
2012-08-21 10:59:31,663 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP upload (known file names)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_upload.ini' not found.
2012-08-21 10:59:31,664 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP download (known file names)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_download.ini' not found.
2012-08-21 10:59:31,664 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP append (known file names)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_append.ini' not found.
2012-08-21 10:59:31,664 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'FTP resume (known file names)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ftp_resume.ini' not found.
2012-08-21 10:59:31,665 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program using job tailored calendar (custom run dates)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/custom_calendar.ini' not found.
2012-08-21 10:59:31,665 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Mixed file/time schedule (file watch job, start job only if files arrived in time)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_watch3.ini' not found.
2012-08-21 10:59:31,666 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Mixed process/time schedule (process watch, kill process if it started on weekend)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/process_watch.ini' not found.
2012-08-21 10:59:31,666 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Part-time schedule (start process every day at Time1, kill it at Time2)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/process3.ini' not found.
2012-08-21 10:59:31,666 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Part-time schedule (start process every N minutes from Time1 to Time2, workdays only)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/process2.ini' not found.
2012-08-21 10:59:31,667 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program every day except certain dates (custom exception dates)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/custom_calendar2.ini' not found.
2012-08-21 10:59:31,667 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Part-time schedule (start process every N minutes from Time1 to Time2, every day)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/process1.ini' not found.
2012-08-21 10:59:31,668 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run database stored procedure every hour' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_proc_all_day.ini' not found.
2012-08-21 10:59:31,668 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Single/multiple file watch job (known file names)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_watch.ini' not found.
2012-08-21 10:59:31,669 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program every day, notify via email if an error occurred' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_daily2.ini' not found.
2012-08-21 10:59:31,669 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program every 15 minutes' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_all_day.ini' not found.
2012-08-21 10:59:31,669 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program every day' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_daily.ini' not found.
2012-08-21 10:59:31,670 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program on [n] business day of every month' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_monthly4.ini' not found.
2012-08-21 10:59:31,670 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program on last business day of every month' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_monthly2.ini' not found.
2012-08-21 10:59:31,670 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program on first business day of every month' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_monthly.ini' not found.
2012-08-21 10:59:31,671 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program on last business day of every week' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_friday2.ini' not found.
2012-08-21 10:59:31,671 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program on first business day of every week' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_monday2.ini' not found.
2012-08-21 10:59:31,671 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program every Friday' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_friday.ini' not found.
2012-08-21 10:59:31,672 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program every Monday' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_monday.ini' not found.
2012-08-21 10:59:31,672 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Single/multiple file watch job (unknown file names, specified by file mask)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/file_watch2.ini' not found.
2012-08-21 10:59:31,672 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program on holidays and weekends' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_holiday.ini' not found.
2012-08-21 10:59:31,672 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program on last calendar day of every month' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_monthly3.ini' not found.
2012-08-21 10:59:31,673 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Run program every month on [n] business day prior month end' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/run_monthly5.ini' not found.
2012-08-21 10:59:31,673 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database replication (heterogeneous)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/db_pipe.ini' not found.
2012-08-21 10:59:31,673 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database `log full` monitor (sql server)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sql_log_monitor.ini' not found.
2012-08-21 10:59:31,674 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database free space monitor (sql server)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sql_space_monitor.ini' not found.
2012-08-21 10:59:31,674 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database update statistics (sql server)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sql_update_stat.ini' not found.
2012-08-21 10:59:31,674 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database backup (sql server)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/sql_backup.ini' not found.
2012-08-21 10:59:31,674 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database export' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/db_export.ini' not found.
2012-08-21 10:59:31,674 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database import' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/db_import.ini' not found.
2012-08-21 10:59:31,675 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database performance monitor (oracle)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ora_perf_monitor.ini' not found.
2012-08-21 10:59:31,675 [main] ERROR com.softtreetech.jscheduler.business.jobtemplates.JobTemplate - Template: 'Database free space monitor (oracle)' - Template file '/sas/24x7_Scheduler_v5/JAL/Template/ora_space_monitor.ini' not found.
2012-08-21 10:59:31,675 [main] DEBUG com.softtreetech.jscheduler.business.Master - Starting remote control interface...
2012-08-21 10:59:31,681 [main] DEBUG com.softtreetech.jscheduler.business.Master - Starting timer...
2012-08-21 10:59:31,682 [main] DEBUG com.softtreetech.jscheduler.business.Master - initialization completed...
2012-08-21 10:59:31,682 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - startup() : loading preferences
2012-08-21 10:59:31,683 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - startup() : Setting shutdown event hook
2012-08-21 10:59:31,683 [main] DEBUG com.softtreetech.jscheduler.JSchedulerStarter - startup() : creating user interface...
2012-08-21 10:59:32,814 [main] FATAL com.softtreetech.jscheduler.JSchedulerStarter - startup() :
java.lang.NullPointerException
at com.softtreetech.jscheduler.ui.controller.UIController.setTitle(Unknown Source)
at com.softtreetech.jscheduler.ui.controller.UIController.createMainFrame(Unknown Source)
at com.softtreetech.jscheduler.ui.controller.MasterController.createMainFrame(Unknown Source)
at com.softtreetech.jscheduler.JSchedulerStarter.startup(Unknown Source)
at com.softtreetech.jscheduler.JSchedulerStarter.main(Unknown Source)
2012-08-21 10:59:37,898 [main] DEBUG com.softtreetech.jscheduler.business.Master - shutdown() start
2012-08-21 10:59:37,898 [main] DEBUG com.softtreetech.jscheduler.business.runner.JobExecutorImpl - killAll() start
2012-08-21 10:59:37,901 [main] DEBUG com.softtreetech.jscheduler.business.Master - shutdown() end

.
Tue Aug 21, 2012 11:06 am View user's profile Send private message
dupuip6



Joined: 29 Jun 2011
Posts: 19
Country: Canada

Post Reply with quote
Hi,
Please could we have an update on that track?
Should we install version 4 instead?
Please advice.
Thanks.
Thu Aug 23, 2012 7:29 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7840

Post Reply with quote
Please try updating Java to a more recent version. I recommend 1.6.0_29 or a later 1.6 build. Last one available is 1.6.0_33. You can get it here
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jre-6u32-oth-JPR

If you have any existing application dependencies on the current Java install, install the new one into "jre" sub-directory of 24x7, then edit .SH files in 24x7 home dir and add as a t6he first line export JAVA_HOME=./jre
Fri Aug 24, 2012 8:27 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to: 
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


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.