Hi Roy, Hmm... it may be something as simple as a syntax error in one of the scripts, or it may be something more... complicated.
Can you tell me if the server starts up okay? If you run the following: > sudo netstat -ltpn This command will show you what's listening for incoming TCP connections on your system. If "java" (which is Tomcat) is listening on port 8080, then you know it's started and running okay. You can also run the following: > sudo ps ax | grep java and see if any tomcat java processes are running. If the server is starting up okay, then chances are good that this is a simple syntax issue that I need to take care of. Let me know. Thanks in advance! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider navarre wrote: > I just tried the 64-bit OpenBD Installer on a cloud server (Ubuntu > 8.04 LTS, Xeon 64-bit processor) and have a problem. I am using the > installer that Jordan Michaels provided on his website @ > http://openbd.viviotech.net. > > I've have successfully used the 32-bit OpenBD Installer on two Ubuntu > systems. No installation problems and OpenBD comes up at boot time as > advertised. Thanks Michael - it works great on those 32-bit machines. > > The 64-bit Installer went through the process with no errors (the > installer did identify the 64-bit system). I rebooted the system but > found BD/Tomcat was not running. I tried manually running the > openbd_ctl restart script, and I get the following error: > > r...@cloud1:~# /etc/init.d/openbd_ctl restart > Shutting down OpenBD: /opt/openbd/jdk/jre/bin/java: 1: Syntax error: > "(" unexpected > [DONE] > Starting OpenBD: [DONE] > -------------------------------------------------------- > It may take a few moments for OpenBD to start processing > CFML templates. This is normal. > -------------------------------------------------------- > r...@cloud1:~# > > > There are no errors reported by the start script, only the stop > script. Here is the script output from both: > > r...@cloud1:~# /etc/init.d/openbd_ctl start > Starting OpenBD: [DONE] > -------------------------------------------------------- > It may take a few moments for OpenBD to start processing > CFML templates. This is normal. > -------------------------------------------------------- > > r...@cloud1:~# /etc/init.d/openbd_ctl stop > Shutting down OpenBD: /opt/openbd/jdk/jre/bin/java: 1: Syntax error: > "(" unexpected > [DONE] > r...@cloud1:~# > > > Don't know where to go from here - any help would be appreciated. > > Thanks, > Roy Terry > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
