History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: KTS-4153
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Priority One: Required Priority One: Required
Assignee: Kevin Fourie
Reporter: Kevin Fourie
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
KnowledgeTree Community Edition

All scheduled tasks are failing to run on the new stack

Created: 24/Mar/09 08:23 PM   Updated: 02/Apr/09 01:06 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.6.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
This issue duplicates:
KTS-3500 Scheduler - Task: Indexing error in l... Priority One: Required Closed
 
Related
This issue is related to:
KTS-3491 Scheduler appears to be working, but ... Priority Two: Important Closed
KTS-3688 Refactor kt_url() and review the cach... Unprioritised Closed
 


 Description  « Hide
The following output is being generated...

2009-03-24 | 22:14:12 | DEBUG | 21303 | 242 | n/a | dms | default | call_page | call_page: calling curl with - http://127.0.0.1:8080/home/kevin/Projects/KnowledgeTree/ktdms/knowledgeTree/search2/documentProcessor/bin/documentProcessor.php
2009-03-24 | 22:14:12 | INFO | 21297 | 712 | n/a | dms | default | main | Scheduler - Task: Document Processor
2009-03-24 | 22:14:12 | INFO | 21297 | 713 | n/a | dms | default | main | Scheduler - Command: "/home/kevin/Projects/KnowledgeTree/ktdms/php/bin/php" "/home/kevin/Projects/KnowledgeTree/ktdms/knowledgeTree/search2/bin/cronDocumentProcessor.php"
2009-03-24 | 22:14:12 | INFO | 21297 | 713 | n/a | dms | default | main | Scheduler - Output: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /home/kevin/Projects/KnowledgeTree/ktdms/knowledgeTree/search2/documentProcessor/bin/documentProcessor.php was not found on this server.</p>
</body></html>


It appears the call_page and/or kt_internal_url methods in lib/util/ktutil.inc may have issues.

 All   Comments   Work Log   Change History      Sort Order:
Jarques - [02/Apr/09 01:06 PM ]
02 04 2009. Tested, Passed and Closed
KTDMS 3.6 (3.6.0.2009-04-02-000502)
new install and OSS upgraded form 354aOSS

-Ubuntu 8.04
-RHEL 5
-Win Vista
-Win XP
-Win Server 2003 (32-bit)

Result:
The issue seems to have been fixed. The scheduler is running and when I upload documents indexing appears to be taking place (I checked the Document Indexer Statistics).

JC