PDA

View Full Version : Tomcat error


bsd12673
10-07-2004, 10:16 AM
After installing Laszlo and trying to run the laszlo presentation server I get the following error when Tomcat launches in a command window:

log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.E
mbedded).
log4j:WARN Please initialize the log4j system properly.

Am i missing something?

Thanks

bloch
10-07-2004, 10:21 AM
These warnings are harmless... leave the terminal alone and the LPS should (eventually) come up just fine.

-Eric

jbryant
10-08-2004, 07:34 AM
I am receiving the same warnings, but I can't ever get past the "Laszlo Presentation Server .. Now Launching" page. When I try launching Laszlo Explorer is just tries to start the presentation server again .. man I so want to kick the tires on this thing .. help !! ;-)

update
just got an error page back, says it is unable to connect to the LPS and that a firewall might be blocking it or another service might be using port 8080. The firewall is down and there should be no other service using this port. When I connect to that port with a browser I get Tomcat 5.0.24

fczuardi
10-21-2004, 03:49 AM
I am having the exact same problem on my macosx installation.

I've downloaded the lps-2.2-macosx.pkg.sit file, unpacked it and run the installation, after that a terminal window opened, with the warnings:

Last login: Tue Oct 19 14:06:02 on ttyp1
/Applications/Laszlo\ Presentation\ Server\ 2.2/Laszlo\ Explorer.command; exit
Welcome to Darwin!
Fabricio-Zuardis-Computer:~ fczuardi$ /Applications/Laszlo\ Presentation\ Server\ 2.2/Laszlo\ Explorer.command; exit
Using CATALINA_BASE: /Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24
Using CATALINA_HOME: /Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24
Using CATALINA_TMPDIR: /Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24/temp
Using JAVA_HOME: /usr
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.Embedded).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.

My Safari then open a page trying to connect, the "now launching page"... in the status bar of the browser it shows that there was an error opening the page, and if I look at the Activity window I see that it can't "connect to host" http://localhost:8080/lps-2.2/lps/utils/test.lzx?lzt?lzt=xml

Any ideas on how could I fix this problem?

thanks.

jogorman
10-21-2004, 08:32 AM
Eric;

Sorry, man 'leaving the terminal alone' does not work. Like jbryant I want to take this for a spin, and I can't even get the engine to kick over.

Anyone else got any ideas?

Thanks.

John O'

bloch
10-21-2004, 09:42 AM
Weird. You can try:

1) launch the LPS
2) after a bit... pop up another browser window and point it at http://localhost:8080/lps-2.2/

This *should* get you the LPS 2.2 quick index if things are working correctly.

You can check for problems in .../Laszlo Presentation Server 2.2/server/tomcat-5.0.24/logs and

.../Laszlo Presentation Server 2.2/server/lps-2.2/WEB-INF/lps/work/logs/lps.log

-Eric

fczuardi
10-21-2004, 10:45 AM
Hi Eric,

It seems that it's working now... I don't know how I did it, but after a reboot I open the http://localhost:8080 just to see if tomcat was running, it showed the tomcat page, then I clicked the Laszlo Explorer again and even with the warnings on the terminal it worked fine and I can now run the samples just fine :)

bloch
10-21-2004, 10:49 AM
The startup on some Macs can take minutes.

I posted in another thread on how you can make this faster in 2.2.

-Eric

jogorman
10-21-2004, 10:51 AM
Eric;


OK. The Index works fine...and I looked at some of the documentation...so far so good.

Now, when I try to launch an .lzs file (I started with 'Hello' of course) I get the Laszlo interface all right, but all I get on the page is the little icon that usually means the file was not found or can't be rendered.

Sorry to be a pest.

John O'

bloch
10-21-2004, 10:55 AM
log files?

jogorman
10-21-2004, 11:05 AM
Eric;

I looked at the logs, and there are 'file not found' errors.

1. How do I get the log to you to look at.
2. (preferable) How do I figure out where it is looking for the content?

Update:

I can get the Explorer Index to work, but none of the demos work properly. I looked at the logs again to see where "LPS_HOME" is, and it is pointing where it should, but none of the graphics or '.lsz' files will display properly.

Help?!?!