p4 changes is being called with an option -t (see line 2 in output below), but p4 does not know this option.
INFO: Scheduler JiraQuartzScheduler_$_NON_CLUSTERED started.
P4Process.exec: p4 -s -p localhost:1666 -u jira -c vrpc changes -t -l -s submitted @0,@1000
[Filter: profiling] Using parameter
[jira_profile]
[Filter: profiling] defaulting to off
[autostart=false]
[Filter: profiling] Turning filter off
[jira_profile=off]
P4Process.exec().is: java.io.BufferedInputStream@16aa42e
P4Process.exec().isr: java.io.InputStreamReader@40d611
P4Process.exec().es: java.io.FileInputStream@a632be
P4Process.exec().esr: java.io.InputStreamReader@14d659d
P4Process.exec().os: java.io.BufferedOutputStream@4a3158
P4Process.exec().osw: java.io.OutputStreamWriter@ed8eb5
P4Process: Thread is not done yet.
P4Process: Sleeping...
P4Process: Thread is not done yet.
P4Process: Sleeping...
07.12.2004 14:23:44 com.atlassian.jira.web.dispatcher.JiraServletDispatcher init
WARNUNG: Unable to find 'webwork.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir
07.12.2004 14:23:44 com.atlassian.jira.web.dispatcher.JiraServletDispatcher init
INFO: Action dispatcher initialized
07.12.2004 14:23:44 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Prg\jakarta-tomcat-5.0.19\conf\Catalina\localhost\manager.xml
From P4:error: Usage: changes
[-i -l -c client -m count -s status -u user] [files...]
P4Process.readLine(): error: Usage: changes
[-i -l -c client -m count -s status -u user] [files...]
From P4:error: Invalid option: -t.
P4Process.readLine(): error: Invalid option: -t.
From P4:exit: 1
ERROR: P4 exited with an Error!
Is this issue going to be fixed to support these older versions of P4 ? Is it possible to know when this feature would be implemented ? Thank you