Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebLingo.CurrentCache.LookupCompiledFile

Status
Not open for further replies.

madhuusa

IS-IT--Management
Oct 5, 2006
93
US
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.
 
Got this. Instead of installing, I had the html file unsaved and also was in the builder. I build the ospace and installed the module and it went fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top