kokorozashi
10-07-2004, 09:54 PM
I've just had a terrible out-of-box experience after downloading and installing lps-2.2-macosx.pkg.sit on Mac OS 10.3.5. My web browser is Safari 1.2.3.
First, the installer seems to finish and then opens "Laszlo Explorer.command", which is a script file to which a custom icon has been added, apparently using Resorcerer. So rather than the script running, Resorcerer opens and shows me the icon resources in the resource fork of the script file. Um, hello? I'm a developer. I can be expected to have Resorcerer. Happily, I can also figure out what the problem was, but this is pretty silly.
So I launch Terminal and cd to the directory in which this file resides and execute it from the command line. Sadly, it fails. I get this error message:
2004-10-07 22:26:41.132 open[1258] LSOpenFromURLSpec() returned -43 for application (null) path /Server/lps-2.2/lps/utils/startup.html.
Well, yeah, it does make sense that LSOpenFromURLSpec wouldn't be able to find an application with which to open a document on a path which doesn't exist. I don't have a /Server. Maybe it meant ./Server... So I figure out which file it was trying to open... but by then I've gotten some more mysterious messages to interpret:
Using CATALINA_BASE: /Volumes/Big/Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24
Using CATALINA_HOME: /Volumes/Big/Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24
Using CATALINA_TMPDIR: /Volumes/Big/Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24/temp
Using JAVA_HOME: /usr
OK, that sounds like somebody telling me it recognizes some environment variables. Or something. In any case, it doesn't sound bad. But this does:
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.
Hmmm. And the terminal session is sitting there apparently hard at work, because I don't get the prompt back. Eventually I hit ^C and open that file the script was trying to open. Oooh, pretty. Now let's run that script again, because even though I know it won't be able to open that file, I've already got the file open, so that shouldn't matter.
Same messages. No joy. Eventually the web page times out. I am offcially dead in the water. Boo hoo.
First, the installer seems to finish and then opens "Laszlo Explorer.command", which is a script file to which a custom icon has been added, apparently using Resorcerer. So rather than the script running, Resorcerer opens and shows me the icon resources in the resource fork of the script file. Um, hello? I'm a developer. I can be expected to have Resorcerer. Happily, I can also figure out what the problem was, but this is pretty silly.
So I launch Terminal and cd to the directory in which this file resides and execute it from the command line. Sadly, it fails. I get this error message:
2004-10-07 22:26:41.132 open[1258] LSOpenFromURLSpec() returned -43 for application (null) path /Server/lps-2.2/lps/utils/startup.html.
Well, yeah, it does make sense that LSOpenFromURLSpec wouldn't be able to find an application with which to open a document on a path which doesn't exist. I don't have a /Server. Maybe it meant ./Server... So I figure out which file it was trying to open... but by then I've gotten some more mysterious messages to interpret:
Using CATALINA_BASE: /Volumes/Big/Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24
Using CATALINA_HOME: /Volumes/Big/Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24
Using CATALINA_TMPDIR: /Volumes/Big/Applications/Laszlo Presentation Server 2.2/Server/tomcat-5.0.24/temp
Using JAVA_HOME: /usr
OK, that sounds like somebody telling me it recognizes some environment variables. Or something. In any case, it doesn't sound bad. But this does:
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.
Hmmm. And the terminal session is sitting there apparently hard at work, because I don't get the prompt back. Eventually I hit ^C and open that file the script was trying to open. Oooh, pretty. Now let's run that script again, because even though I know it won't be able to open that file, I've already got the file open, so that shouldn't matter.
Same messages. No joy. Eventually the web page times out. I am offcially dead in the water. Boo hoo.