Guru's,
I am writing a new oscript module for a business functionality.
I have a LLRequestHandler called CreateNew with funcprefix as user.
In the execute method of the CreateNew requesthandler, I do some checks and then set .fHTMLFile = 'show1.html'
I restart builder, open up the ospace (in the admin page I see the module installed) and go to a browser and hit
xxxx?func=user.CreateNew
I get below error in the log file and the browser becomes as below. I have not encountered this before. Any pointers will be helpful.
It breaks correctly in execute, if I set a breakpoint and goes upt to the .fHTMLFile line but after that when I hit GO on the debugger the browser with the cache error in the thread0.out file.
Browser:
Content-Type: text/html
Server did not Respond
The Livelink Server did not respond, or sent a document that contained no data.
Please try again. If the problem persists, contact your Livelink administrator.
Error from WebLingo.CurrentCache.LookupCompiledFile: WebLingo.CacheMap/LookupCompiledFile(FILENOTFOUND): show1.html
[DispatchCBScript.Execute] was called
Thu Jul 12 15:01:46 2007 - 32140 Func='user.CreateNew' Timing: 0.063 0.060 0.063
Any ideas of what I am missing.
I am writing a new oscript module for a business functionality.
I have a LLRequestHandler called CreateNew with funcprefix as user.
In the execute method of the CreateNew requesthandler, I do some checks and then set .fHTMLFile = 'show1.html'
I restart builder, open up the ospace (in the admin page I see the module installed) and go to a browser and hit
xxxx?func=user.CreateNew
I get below error in the log file and the browser becomes as below. I have not encountered this before. Any pointers will be helpful.
It breaks correctly in execute, if I set a breakpoint and goes upt to the .fHTMLFile line but after that when I hit GO on the debugger the browser with the cache error in the thread0.out file.
Browser:
Content-Type: text/html
Server did not Respond
The Livelink Server did not respond, or sent a document that contained no data.
Please try again. If the problem persists, contact your Livelink administrator.
Error from WebLingo.CurrentCache.LookupCompiledFile: WebLingo.CacheMap/LookupCompiledFile(FILENOTFOUND): show1.html
[DispatchCBScript.Execute] was called
Thu Jul 12 15:01:46 2007 - 32140 Func='user.CreateNew' Timing: 0.063 0.060 0.063
Any ideas of what I am missing.