[BlueOnyx:06491] Re: tomcat not working

Joe Kelly joekellytx at gmail.com
Fri Feb 11 17:27:13 -05 2011


Manuel,

My ps ax | grep tomcat5, below, looks the same, except I set my java
heap size.  It looks like Tomcat is running.

I am assuming you can view Tomcat Virtual Host Manager through the BO
GUI and your site is listed under Host Name.

If the /usr/sausalito/sbin/java_load_war.pl is not generating any
files in the desired site:
1. you may have a corrupted WAR file
2. your flags (siteAdmin, siteID or file path) may be incorrectly set
on the java_load_war.pl command,
e.g., /usr/sausalito/sbin/java_load_war.pl -n <siteAdmin> -g <siteID>
-f /tmp/Railo.war

You could try openBlueDragon as another OS CFML engine.  The WAR file
is a lot smaller.
http://www.openbluedragon.org/download.cfm

Good Luck!
Joe Kelly

24476 ?        Sl     8:45 /usr/lib/jvm/java/bin/java -Xms512m
-Xmx512m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:NewSize=128m
-Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
-Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
-Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath
/usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar
-Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5
-Djava.io.tmpdir=/usr/share/tomcat5/temp
org.apache.catalina.startup.Bootstrap start


On Fri, Feb 11, 2011 at 3:38 PM, Manuel <merelysparkles at gmail.com> wrote:
> Hi,
>
> sorry for the late answer. I've already tried that in vain.
>
> ps ax | grep tomcat5 gives me
> 26764 ?        Sl     1:02 /usr/lib/jvm/java/bin/java
> -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
> -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
> -Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath
> /usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar
> -Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5
> -Djava.io.tmpdir=/usr/share/tomcat5/temp
> org.apache.catalina.startup.Bootstrap start
>
> The file /usr/share/java/tomcat5-jsp-2.0-api.jar exists and contains
> HttpJspPage. So I can't really explain why the error
> java.lang.NoClassDefFoundError: javax/servlet/jsp/HttpJspPage shows up. I've
> already tried to place different versions of servlet-api.jar. Unfortunately
> that also didn't make it work.
>
> Does anybody have a clue or some idea to try?
>
> Regards, Manuel
>
>
> 2011/1/6 Joe Kelly <joekellytx at gmail.com>
>>
>> I can only suggest creating a new site and trying it on that.  Maybe
>> there's an issue with the site.
>> Thanks,
>> Joe Kelly
>>
>> On Wed, Jan 5, 2011 at 5:32 PM, Manuel <merelysparkles at gmail.com> wrote:
>>>
>>> Thanks for the blog post! Though I couldn't get Railo running (still no
>>> files were loaded). However I don't think that my problem is related to
>>> loading the war archive itself because an empty, single .jsp file also
>>> fails.
>>>
>>> Regards, Manuel
>>>
>>> 2011/1/5 Joe Kelly <joekellytx at gmail.com>
>>>>
>>>> I just blog posted a working Railo install using a .WAR.
>>>> http://www.cfjoe.com/index.cfm/2011/1/4/Railo-on-BlueOnyx
>>>> Maybe this will help some.
>>>> Make sure you have a good .WAR and you're putting it into the right
>>>> site..
>>>> Thanks,
>>>> Joe Kelly
>>>>
>>>> On Tue, Jan 4, 2011 at 6:41 PM, Manuel <merelysparkles at gmail.com> wrote:
>>>>>
>>>>> Ok. Now the script runs without errors and creates the directories but
>>>>> doesn't load any files of the archive.
>>>>>
>>>>> Thanks for your effort,
>>>>> Manuel
>>>>>
>>>>> 2011/1/4 Joe Kelly <joekellytx at gmail.com>
>>>>>>
>>>>>> Make sure that your <siteAdmin> has enough space allocated.  That
>>>>>> might be why you got that latest error.
>>>>>> Once you have tomcat running, it will be a clean site.  You'll have to
>>>>>> load the files back in.
>>>>>> Thanks,
>>>>>> Joe Kelly
>>>>>>
>>>>>> On Tue, Jan 4, 2011 at 3:10 PM, Manuel <merelysparkles at gmail.com>
>>>>>> wrote:
>>>>>>>
>>>>>>> Thanks for your answer. I got the error message "Undefined subroutine
>>>>>>> &main::fail called at /usr/sausalito/sbin/java_load_war.pl line 191, <GEN0>
>>>>>>> line 36" and everything with that site id (alternatively the current
>>>>>>> directory) got deleted. But altogether I think that we first have to get
>>>>>>> Tomcat working again.
>>>>>>>
>>>>>>> Should I provide more information or what do you suggest I should do?
>>>>>>>
>>>>>>> Regards,
>>>>>>> Manuel
>>>>>>>
>>>>>>> 2011/1/3 Joe Kelly <joekellytx at gmail.com>
>>>>>>>>
>>>>>>>> I couldn't get anything Web Archive related to work with the GUI.
>>>>>>>>  To load .WAR files I used:
>>>>>>>> /usr/sausalito/sbin/java_load_war.pl -n <siteAdmin> -g <siteID> -f
>>>>>>>> <.warFile>
>>>>>>>> and went from there.
>>>>>>>> Thanks,
>>>>>>>> Joe Kelly
>>>>>>>>
>>>>>>>> On Mon, Jan 3, 2011 at 6:33 AM, Mortan Reggir
>>>>>>>> <merelysparkles at gmail.com> wrote:
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> yesterday I tried to run some jsp scripts. In the beginning they
>>>>>>>>> worked without any trouble, but after deleting the web archive via the GUI a
>>>>>>>>> few times, tomcat didn't work anymore. I unsuccessfully restarted tomcat,
>>>>>>>>> httpd and the server and eventually reinstalled tomcat.
>>>>>>>>>
>>>>>>>>> The status quo is that the jsp files still show errors even without
>>>>>>>>> jsp content.
>>>>>>>>>
>>>>>>>>> The errors of the example start with
>>>>>>>>> "javax.servlet.ServletException: Error allocating a servlet instance" and
>>>>>>>>> continue with errors like "java.lang.NoClassDefFoundError:
>>>>>>>>> javax/servlet/jsp/HttpJspPage" or "java.lang.ClassNotFoundException:
>>>>>>>>> javax.servlet.jsp.HttpJspPage".
>>>>>>>>>
>>>>>>>>> echo $JAVA_HOME: "/etc/alternatives"
>>>>>>>>> echo $CATALINA_HOME: <blank> or after setting it
>>>>>>>>> "usr/share/tomcat5"
>>>>>>>>>
>>>>>>>>> /usr/share/tomcat5/logs:
>>>>>>>>>
>>>>>>>>> Jan 3, 2011 1:50:03 AM
>>>>>>>>> org.apache.catalina.core.StandardWrapperValve invoke
>>>>>>>>> SEVERE: Allocate exception for servlet jsp
>>>>>>>>> java.lang.ClassNotFoundException: javax.servlet.jsp.JspFactory
>>>>>>>>>
>>>>>>>>> Jan 3, 2011 1:53:29 AM
>>>>>>>>> org.apache.catalina.core.StandardWrapperValve invoke
>>>>>>>>> SEVERE: Allocate exception for servlet
>>>>>>>>> org.apache.jsp.jsp2.simpletag.hello_jsp
>>>>>>>>>
>>>>>>>>> (http://pastebin.com/Ai0JazC4)
>>>>>>>>>
>>>>>>>>> I think that a library is missing or the xml configuration got
>>>>>>>>> messed up but I think that you know better.
>>>>>>>>>
>>>>>>>>> Thanks for reading this mail,
>>>>>>>>>
>>>>>>>>> Manuel
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Blueonyx mailing list
>>>>>>>>> Blueonyx at blueonyx.it
>>>>>>>>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Blueonyx mailing list
>>>>>>>> Blueonyx at blueonyx.it
>>>>>>>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Blueonyx mailing list
>>>>>>> Blueonyx at blueonyx.it
>>>>>>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Blueonyx mailing list
>>>>>> Blueonyx at blueonyx.it
>>>>>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Blueonyx mailing list
>>>>> Blueonyx at blueonyx.it
>>>>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Blueonyx mailing list
>>>> Blueonyx at blueonyx.it
>>>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>>>
>>>
>>>
>>> _______________________________________________
>>> Blueonyx mailing list
>>> Blueonyx at blueonyx.it
>>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>>
>>
>>
>> _______________________________________________
>> Blueonyx mailing list
>> Blueonyx at blueonyx.it
>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>
>
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at blueonyx.it
> http://www.blueonyx.it/mailman/listinfo/blueonyx
>
>




More information about the Blueonyx mailing list