On Mon, 14 Jun 2004, Mike wrote:

According to lunarpages, Struts is causing the following problem, which causes Resin to restart continuously. They have suspended my account based on this problem. Does this mean anything to anyone else? THE STDERR log is below:

Mike

This is part of the stderr.log from the server pertaining to your account:

[2004-06-14 08:53:39.138] initializing application http://www.michaelmcgrady.com/
Jun 14, 2004 8:53:40 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Jun 14, 2004 8:53:40 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
Jun 14, 2004 8:53:42 AM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='resources.properties.messages', returnNull=true
srun can't bind to port 127.0.0.1:6802.
1) Check for conflicting servers.
2) Check that /127.0.0.1 is a valid interface for this machine.
Resin httpd start at Mon Jun 14 08:53:53 PDT 2004

The INFO messages about PropertyMessageResources are normal. The srun message is from Resin. Whether or not you need srun depends on whether you are using Resin as the web server directly or if you have another web server fronting it. In the former case, you can disable srun in your resin.conf file; in the latter case, it would seem that some other Resin instance has grabbed port 6802 (the srun port) before you.


In any case, as James mentioned, it's not a Struts issue.

--
Martin Cooper






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to