aspose file tools
The moose likes Other Java Products and Servers and the fly likes Class Not Found Error iPlanet web server 6.0--Urgent Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Class Not Found Error iPlanet web server 6.0--Urgent" Watch "Class Not Found Error iPlanet web server 6.0--Urgent" New topic
Author

Class Not Found Error iPlanet web server 6.0--Urgent

ankur
Greenhorn

Joined: Jun 30, 2005
Posts: 2
Hi,
I am a newcomer to the users of iPlanet web server 6.0.
I am trying to deploy a bean for which I've placed the classfile (EncryptionObject.class) in the following path:
c:\iPlanet\Servers\https-abcd.in.xyz.com\web-apps\EncryptionObject\WEB-INF\classes\enc

This is the JSP code:
(Angular brackets)jsp:useBean id="encobj" class="enc.EncryptionObject" /(Angular brackets)
(Angular brackets)%
String password=encobj.readFile();
out.println("\""+password+"\"");
%(Angular brackets)




While compiling the JSP page, following error are generated:

Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. C:\iPlanet\Servers\https-abcd.in.xyz.com\config\..\ClassCache\_jsps\_PortalTemplates\_Content\_SetPwd\_ContentTemplate_jsp.java:63: Class enc.EncryptionObject not found. enc.EncryptionObject encobj = null; ^ C:\iPlanet\Servers\https-abcd.in.xyz.com\config\..\ClassCache\_jsps\_PortalTemplates\_Content\_SetPwd\_ContentTemplate_jsp.java:65: Class enc.EncryptionObject not found. encobj= (enc.EncryptionObject) ^ C:\iPlanet\Servers\https-abcd.in.xyz.com\config\..\ClassCache\_jsps\_PortalTemplates\_Content\_SetPwd\_ContentTemplate_jsp.java:69: Class enc.EncryptionObject not found. encobj = (enc.EncryptionObject) Beans.instantiate(this.getClass().getClassLoader(), "enc.EncryptionObject"); ^ C:\iPlanet\Servers\https-abcd.in.xyz.com\config\..\ClassCache\_jsps\_PortalTemplates\_Content\_SetPwd\_ContentTemplate_jsp.java:73: Variable encobj may not have been initialized. pageContext.setAttribute("encobj", encobj, PageContext.PAGE_SCOPE); ^ C:\iPlanet\Servers\https-abcd.in.xyz.com\config\..\ClassCache\_jsps\_PortalTemplates\_Content\_SetPwd\_ContentTemplate_jsp.java:84: Variable encobj may not have been initialized. String password=encobj.readFile(); ^ 5 errors, 1 warning

Please help me out.
Thanx.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56190
    
  13

"Failed God",

There aren't may rules that have been put into place here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56190
    
  13

You might also want to read this.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Class Not Found Error iPlanet web server 6.0--Urgent
 
Similar Threads
Class Not Found Error iPlanet web server 6.0--Urgent
calling java files from jsp page
Dear All, Could you please guide me how i will solve this code
JSP Runtime error
JNI Probelm with Oracle iPlanet 7.0.9 Web Server