I know this is a very basic question but the fact is that I am unable
to intsall ControlTier on my machine, I am using jdk1.5 and using
ControlTier-3.4.9.jar file to install CT server and during
intsallation I also have tick start services checkup. Now once the
intsllation is complete following is what I get at the last step of
installation Step 10 of 12:
===========================================================================
C:\Documents and Settings\khokharm\Desktop>set JAVA_HOME=C:\Program
Files\Java\jdk1.5.0_15
C:\Documents and Settings\khokharm\Desktop>set CTIER_ROOT=C:\ctier
C:\Documents and Settings\khokharm\Desktop>cd "C:\ctier\pkgs
\ControlTier-3.4.9"
C:\ctier\pkgs\ControlTier-3.4.9>call INSTALL.BAT
-check-prereqs:
[echo] Using compatible Java version: 1.5
-pre-server-install:
-load-props:
[echo] System hostname: ukwy11303
[echo] Using CTIER_ROOT: C:\ctier
[echo] Using server HOSTNAME: ukwy11303
[echo] Using client HOSTNAME: ukwy11303
check-client-env:
check-server-env:
clean-client:
expand-client:
[mkdir] Created dir: C:\ctier\pkgs\ctl-1.4.9
[copy] Copying 2383 files to C:\ctier\pkgs\ctl-1.4.9
[copy] Copied 159 empty directories to 2 empty directories under
C:\ctier\pkgs\ctl-1.4.9
configure-client:
[mkdir] Created dir: C:\ctier\ctl
[mkdir] Created dir: C:\ctier\ctl\var\tmp\downloads
[exec] 'C:\Program' is not recognized as an internal or external
command,
[exec] operable program or batch file.
Setup failed.
C:\ctier\pkgs\ControlTier-3.4.9\etc\xml\install.xml:1272: C:\ctier\ctl
\etc not found.
C:\Documents and Settings\khokharm\Desktop>set JAVA_HOME=C:\Program
Files\Java\jdk1.5.0_15
C:\Documents and Settings\khokharm\Desktop>if NOT "true" ==
"true" (GOTO:EOF)
C:\Documents and Settings\khokharm\Desktop>CD "C:\Documents and
Settings\khokharm"
C:\Documents and Settings\khokharm>CALL CTIER.BAT
'CTIER.BAT' is not recognized as an internal or external command,
operable program or batch file.
C:\Documents and Settings\khokharm>CD "C:\ctier\pkgs
\jetty-6.1.14\bin"
The system cannot find the path specified.
C:\Documents and Settings\khokharm>ECHO Installing jetty as a windows
service ...
Installing jetty as a windows service ...
C:\Documents and Settings\khokharm>Jetty-Service.exe --install jetty-
ctier-service.conf
'Jetty-Service.exe' is not recognized as an internal or external
command,
operable program or batch file.
C:\Documents and Settings\khokharm>ECHO Starting jetty...
Starting jetty...
C:\Documents and Settings\khokharm>start Jetty-Service.exe --start
jetty-ctier-service.conf
The system cannot find the file Jetty-Service.exe.
C:\Documents and Settings\khokharm>EXIT 0
==============================================================================
And following ERROR message displays:
Jetty-Service.exe
---------------------------
Windows cannot find 'Jetty-Service.exe'. Make sure you typed the name
correctly, and then try again. To search for a file, click the Start
button, and then click Search.
---------------------------
OK
---------------------------
CAN ANYONE HELP ME WITH THIS INSTALLATION PLEASE.
Regards,
Mujahid
I belive the problem is that "space" character from: JAVA_HOME=C:
\Program Files\Java\jdk1.5.0_15 .
You could try to set it to using quotes ( JAVA_HOME="C:\Program Files
\Java\jdk1.5.0_15" ) , but it would be far better if you used the
suggested "Self-contained Directory Convention" (that would make,
among other system variables, JAVA_HOME=C:\ctier\pkgs\jdk1.5.0_15 )
Take a look here http://controltier.org/wiki/Installation , more
precisely: http://controltier.org/wiki/Installation#Running_the_installer
.
Good Luck !
--
You received this message because you are subscribed to the Google Groups "ControlTier" group.
To post to this group, send email to contr...@googlegroups.com
To unsubscribe from this group, send email to controltier...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/controltier?hl=en
http://wiki.controltier.org
If your Java installation directory has a space in its path name, you should use the shortened path name (e.g. C:\Progra~1\Java\jre6) in the environment variable instead.
Note for Windows users on 64-bit systems Progra~1 = 'Program Files' |