Re: [SourceJammer-users] Installation errors
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2002-01-17 16:22:56
|
Hi Chris. > > I am trying to get Source Jammer running on Win 98 > with Tomcat 3.2.4. > Here are my notes from my install so you will know > where I am at. > > Copy unzipped folders for Source Jammer and Tomcat. > set JAVA_HOME = jdk directory > set SJ_HOME = > c:\source~1\server\webapps\source~1\web-inf > set TOMCAT_HOME = c:\jakart~1.4 > Copy .bat files and XML files as instructed > *In start_sourcejammer.bat remove "$@" from end of > tomcat_sj.bat call > *In tomcat_sj.bat fix returns on set CLASSPATH=. > line > Change SimpleMapper to SimpleMapper1 in > server_sourcejammer.xml > Remove SecurityCheck entry in > server_sourcejammer.xml > *Remove FixHeaders entry in server_sourcejammer.xml > *Copy xerces.jar ver 1.4.4 into sj \lib directory > > The steps marked with a * are undocumented as far as > I can tell but they > appear to have fixed errors in my installation (also > they could be > causing them :)) The "$@" was causing Tomcat to > give me a syntax > description. The CLASSPATH line error was causing > an error related to > syntax or bad command or some such (I don't recall > the exact error). > FixHeaders was giving a similar error to > SecurityCheck. The xerces file > was related to an error that said SAXParserFactory > not found. Thanks for making the effort. Soon I would like to provide some default script files that work on the newer versions of Tomcat. It is remarkably difficult to keep up when they keep coming out with new versions of Tomcat all the time. > > Right now I am getting an error that looks like this > when I try to start > the server. > > Starting tomcat. Check logs/tomcat.log for error > messages > cannot load servlet name: jsp: null > cannot load servlet name: jsp: null > cannot load servlet name: AppConfigInitServlet: null > cannot load servlet name: jsp: null > cannot load servlet name: jsp: null > cannot load servlet name: jsp: null > cannot load servlet name: jsp: null I know that I have seen this Tomcat error before, but I can't remember when. I've looked for it on the Jakarta-Tomat site and have not found it yet. Let me suggest a couple of possibilities, and forgive me if these are things you've already checked. First of all, is the sj_server.jar file where it is supposed to be? And are you sure that the truncated directory names (source~1) are correct? You could try removing the "soap" context from server_sourcejammer.xml, but I'm not convinced that will change anything. You could also try removing "start" from the "startMeUp:" section of tomcat_sj.bat to see if there's any more information. One other thing to try. Remove the load-on-startup node from the AppConfigInitServlet in your web.xml file. If this works, you will have to hit the servlet (url/SysConfig) before you try to connect to your server with SourceJammer. If all else fails, you could send me your modified script files and I could look for any red flags. --Rob > > The script just sits there at this point. I have > tried connecting to > the server in my web browser and using NetCat (port > connection software) > and do not recieve anything from the server. Any > help with this would > be greatly appreciated. > > Also here is the dos window from the run so you can > check out my class > path and such. > > C:\jakarta-tomcat-3.2.4\bin>start_sourcejammer > Tomcat Home: c:\jakart~1.4 > SJ Home: C:\source~1\server\webapps\source~1\WEB-INF > Starting tomcat in new window > Using classpath: > C:\source~1\server\webapps\source~1\WEB-INF\lib\xerces.jar;c:\j > akart~1.4\classes;c:\jakart~1.4\lib\webserver.jar;c:\jakart~1.4\lib\jasper.jar;c > > :\jakart~1.4\lib\xml.jar;c:\jakart~1.4\lib\servlet.jar;C:\source~1\server\webapp > > s\source~1\WEB-INF\lib\activation.jar;C:\source~1\server\webapps\source~1\WEB-IN > > F\lib\mail.jar;C:\source~1\server\webapps\source~1\WEB-INF\lib\soap.jar;C:\sourc > > e~1\server\webapps\source~1\WEB-INF\lib\sj_lib.jar;C:\source~1\server\webapps\so > > urce~1\WEB-INF\lib\sj_server.jar > C:\jakarta-tomcat-3.2.4\bin> > > Thanks > Chris > > > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |