Tag Archives: iPlanet

Verify Error in iPlanet

Whenever you get a Verify Error in iPlanet, check for the size of that particular JSP file. This error occurs because your JSP file’s method has crossed the maximum size of 65KB. To solve this issue, break your JSP into multiple files and include the parts inside the main jsp by using “jsp:include”.  

Continue Reading

iPlanet. An error occurred during startup.

Error An error occurred during startup. The server YOUR_SERVER_NAME was not started. When you encounter this error, check if the error logs in the server’s log folder are huge. If yes, back it up(if you want it) and delete it. I found my error.log file to be 4 GB in size.

Continue Reading