INFO [PSLogger] 07/25/12 15:14:56 Started Rx Log
WARN [PSLogger] 07/25/12 15:14:56 call default initModel
WARN [PSLogger] 07/25/12 15:15:56 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:15:56 call default initModel
INFO [PSLogger] 07/25/12 15:19:02 Service key not found for Percussion Service
WARN [PSLogger] 07/25/12 15:19:34 jar file does not exist : E:\percussion\windows\setup/…/resource/jre64.zip
WARN [PSLogger] 07/25/12 15:19:34 jar file does not exist : E:\percussion\windows\setup/…/resource/server.zip
INFO [PSLogger] 07/25/12 15:19:34 Install args : -buildfile C:\Users\pcooper\AppData\Local\Temp\129593.tmp/system/installResources/install.xml -listener com.percussion.installer.action.RxInstall -logfile E:/rxconfig/Installer/ant.log
INFO [PSLogger] 07/25/12 15:19:34 Install properties : port=9992 service.description=Percussion Service port.pooled=9996 service.name=Percussion Service server.core=yes port.naming=9993 port.jms=9997 server.devtools=no devtools=no install.dir=E:\ install.type=new repository=yes server.type=System Master fastforward=no port.rmi=9994 server=yes trimRxPubDocs=false server.doc=no port.ajp=9998 port.jrmp=9995
INFO [PSLogger] 07/25/12 15:19:34 Cleaning up temporary directory for Windows install
WARN [PSLogger] 07/25/12 15:19:35 RxInstallServiceAction#loadServiceNameAndDescription : Could not find property ‘rhythmyxSvcName’.
WARN [PSLogger] 07/25/12 15:19:35 RxInstallServiceAction#loadServiceNameAndDescription : Could not find property ‘rhythmyxSvcDesc’. Using default service description ‘Percussion Service’.
WARN [PSLogger] 07/25/12 15:19:35 Service name not found, skipping service installation.
INFO [PSLogger] 07/25/12 15:19:36 ERROR : java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused: connect.
INFO [PSLogger] 07/25/12 15:19:36 java.sql.SQLNonTransientConnectionException: java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused: connect.
WARN [PSLogger] 07/25/12 15:19:36 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:19:36 call default initModel
WARN [PSLogger] 07/25/12 15:19:53 PersistProperties is empty - not saving any props.
WARN [PSLogger] 07/25/12 15:19:53 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:19:53 PropertyFileName not set - not saving any props.
INFO [PSLogger] 07/25/12 15:19:53 System environment variable TMPDIR has been set to: C:\WINDOWS\TEMP
INFO [PSLogger] 07/25/12 15:20:00 ERROR : java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused: connect.
INFO [PSLogger] 07/25/12 15:20:00 java.sql.SQLNonTransientConnectionException: java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused: connect.
WARN [PSLogger] 07/25/12 15:20:00 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:20:00 call default initModel
WARN [PSLogger] 07/25/12 15:20:00 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:20:00 call default initModel
WARN [PSLogger] 07/25/12 15:20:20 PersistProperties is empty - not saving any props.
WARN [PSLogger] 07/25/12 15:20:20 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:20:20 PropertyFileName not set - not saving any props.
INFO [PSLogger] 07/25/12 15:20:20 System environment variable TMPDIR has been set to: C:\WINDOWS\TEMP
INFO [PSLogger] 07/25/12 15:20:29 ERROR : java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused: connect.
INFO [PSLogger] 07/25/12 15:20:29 java.sql.SQLNonTransientConnectionException: java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused: connect.
WARN [PSLogger] 07/25/12 15:20:29 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:20:29 call default initModel
WARN [PSLogger] 07/25/12 15:20:29 PropertyFileName not set - not saving any props.
WARN [PSLogger] 07/25/12 15:20:29 call default initModel
From the log, it looks like that you have chosen to install to the embedded derby database, and the installer is failing to start up the embedded database server using the default port 1527. Is that port open (meaning no other application is running on port 1527 on that host server)? What windows version are you performing the installation on? If you navigate to the path E:\Percussion, do you have a file called “DatabaseStartup.bat”? If yes, are you able to successfully launch that batch file?
I went ahead and cancelled it/removed it from drive E. I did install it on drive C: and it did not pop up an error message during install but it does pop up the aforementioned port 1527 error when I launch it. I do have the DatabaseStartup.bat file and it launched.
I don’t believe there should be anything using this port because (other than the OS and Firefox) Percussion is the only thing I have installed. However, something is so any recommendations?
From your screen captures, it looks like the installation completed and the CM1 server started up successfully.
In this case, you don’t need to run “DatabaseStartup.bat” since the database server is already up and running on port 1527 ( #1 screenshot).
It appears that you had an issue installing on drive E. How much free space is available on that drive? What version are you installing?
I believe we squared this issue away on our coaching session. Preston can comment further and confirm, but I believe the issue was not that it didn’t install properly in the end, but that the service was already running in the background. He was attempting to start the service up, but since it was already running, it was running into an issue starting up a second instance.
Once it’s running as a process on the server you don’t need to manually start the service. We got this cleared up and it appears to be on the machine fine now and up and running.
I have been thinking some more about this. I have two hard drives and installed Percussion on the 120GB C: drive which smoothed out the install. However, IIS is installed on the much larger 350GB E: drive where my IT department wants my website. Where will the web pages/content ultimately be? On the C: drive with percussion or on the E: drive with ISS?