Anonymous | Login | Signup for a new account | 12-17-2024 08:53 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002738 | [Resin] | minor | always | 06-16-08 14:12 | 06-17-08 12:01 | ||||
Reporter | sam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | urgent | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.26 | ||||||
Summary | 0002738: problem error message for lpt9.jsp request only present when license is installed | ||||||||
Description |
(rep by T Fukuda) Windows 2000 Server IIS/5.0 (1) With a license installed: Step 1. Defrost Resin 3.0.26 Step 2. Install license file into 'licenses' directory. Step 3. Start Resin. Step 4. Access http://hostname/lpt9.jsp [^] via IIS. RESULT => <html> <head><title>500 Servlet Exception</title></head> <body> <h1>500 Servlet Exception</h1> <code><pre> root-directory `/C:/temp/2008-06-16/resin3.0.26/license_yes/resin-pro-3.0.26/webapps/lpt9.jsp' may not be a file. root-directory must specify a directory. </pre></code> <hr /><small> Resin-3.0.26 (built Tue, 27 May 2008 10:42:07 PDT) </small> </body></html> (2) Without a license installed: Step 1. Defrost Resin 3.0.26 Step 2. SKIP - DO NOT INSTALL LICENSE Step 3. Start Resin. Step 4. Access http://hostname/lpt9.jsp [^] via IIS. RESULT => <html> <head><title>404 Not Found</title></head> <body> <h1>404 Not Found</h1> /lpt9.jsp was not found on this server. <hr /> <small> Resin-3.0.26 (built Tue, 27 May 2008 10:42:07 PDT) </small> </body> </html> (3) A direct request to Resin, with a license installed: Step 1. Defrost Resin 3.0.26 Step 2. Install license file into 'licenses' directory. Step 3. Start Resin. Step 4. Access http://hostname:8080/lpt9.jsp [^] via Resin directly RESULT => ---- HTTP/1.1 500 Internal Server Error Server: Resin/3.0.26 Content-Type: text/html Content-Length: 0 Proxy-Connection: close Connection: close Date: Mon, 16 Jun 2008 03:57:10 GMT ---- |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |