Serverinfo.exe does not work
Symptom
Internal error 500. Interface not supported.
Solution
- Register the weblib.tlb typelib using tregsvr (i.e., tregsvr weblib.tlb).
Symptoms
The server returned an invalid response.
Object factory for TWebResponse Missing.
Solution
- Register the webbrokerscript typelib using tregsvr (i.e., tregsvr webbrokerscript.tlb). Shut down and restart serverinfo.exe.
Symptom
The requested URL was not found. HTTP status code 404.
Solutions
- Run serverinfo.exe at least once to register the COM object.
- Check the spelling of the URL. Try http://localhost:1024/serverinfo.serverinfo
Symptoms
A connection with the server could not be established
Cannot find server
The page cannot be displayed
Solutions
- Start webappdbg.exe, configure the port number, and be sure it is listening on the specified port
- When specifying a URL to access the Web App Debugger be sure to include the port unless the Web App Debugger is listening on port 80. For example, the following URL is correct if the Web App Debugger is listening on port 1024: http://localhost:1024/serverinfo.serverinfo
Problems in Delphi
Symptom
After clicking on the Preview tab in the Delphi Editor, the preview is blank even though the HTML file has content.
Solution
- Look in the editor's Message View, you may see an error message that indicates a problem with the script.
Symptom
After clicking on the Preview tab in the Delphi Editor, the Message View displays the following message: Object factory for TWebResponse Missing.
Solution
- Register the webbrokerscript typelib using tregsvr (i.e., tregsvr webbrokerscript.tlb). Shut down and restart Delphi.