Help me on sched_send error

Message boards : Server programs : Help me on sched_send error
Message board moderation

To post messages, you must log in.

AuthorMessage
Gk

Send message
Joined: 4 Oct 07
Posts: 5
Message 17209 - Posted: 6 May 2008, 6:20:31 UTC

2008-05-06 09:10:58.7720 [PID=6744 ] [CRITICAL]   add_result_to_reply: can't insert deadline tag: -116
2008-05-06 09:10:58.7747 [PID=6744 ] [CRITICAL]   insert_after: <result>
 not found in 
<file_info>
    <name>nqueen_12_5_1210079093_236_0_0</name>
    <generated_locally/>
    <upload_when_present/>
    <max_nbytes>32768</max_nbytes>
    <url>http://192.168.222.208/test_cgi/file_upload_handler</url>
</file_info>
<result><wu_name>nqueen_12_5_1210079093_236</wu_name>
<name>nqueen_12_5_1210079093_236_0</name>

    <file_ref>
        <file_name>nqueen_12_5_1210079093_236_0_0</file_name>
        <open_name>out.nq</open_name>
    </file_ref>
</result>


I saw the source code on sched_send.C, it says it find "<result>n" string and add name after that. Here my result templates file:
<file_info>
    <name><OUTFILE_0/></name>
    <generated_locally/>
    <upload_when_present/>
    <max_nbytes>32768</max_nbytes>
    <url><UPLOAD_URL/></url>
</file_info>
<result>
    <file_ref>
        <file_name><OUTFILE_0/></file_name>
        <open_name>out.nq</open_name>
    </file_ref>
</result>


I even don't know where's error come :( Someone help, please.
ID: 17209 · Report as offensive

Message boards : Server programs : Help me on sched_send error

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.