Error under installation - Klaros Test Management - Forum - Klaros-Testmanagement
Error under installation
Gianmaria Gai, geändert vor 12 Jahren.
Error under installation
Padawan Beiträge: 26 Beitrittsdatum: 05.04.12 Neueste Beiträge
Hi,
I'm installing the application via console.
On the last step of the scrit I see:
Starting process Clearing target directory (1/4)
Starting process Clearing work directory (2/4)
Starting process Starting Tomcat (3/4)
Starting process Launching Browser (4/4)
java.lang.Exception: [firefox, google-chrome, opera, konqueror, epiphany, seamonkey, galeon, kazehakase, mozilla]
Install was successful
application installed on /usr/local/klaros
Is the installation ok or not?
Thanks.
I'm installing the application via console.
On the last step of the scrit I see:
Starting process Clearing target directory (1/4)
Starting process Clearing work directory (2/4)
Starting process Starting Tomcat (3/4)
Starting process Launching Browser (4/4)
java.lang.Exception: [firefox, google-chrome, opera, konqueror, epiphany, seamonkey, galeon, kazehakase, mozilla]
Install was successful
application installed on /usr/local/klaros
Is the installation ok or not?
Thanks.
Torsten Stolpmann, geändert vor 12 Jahren.
RE: Error under installation
Jedi Council Member Beiträge: 764 Beitrittsdatum: 12.02.09 Neueste Beiträge
You have selected the start browser option (this should best be not here in console mode anyway - the installer framework does not allow to properly detect console mode) and none of the browsers listed could be found.
Your Installation should be ok.
Regards,
Torsten
Your Installation should be ok.
Regards,
Torsten
Gianmaria Gai, geändert vor 12 Jahren.
RE: Error under installation
Padawan Beiträge: 26 Beitrittsdatum: 05.04.12 Neueste Beiträge
Ok thanks,
following your guide:
http://HOST:HTTP-Port/klaros-web/ --> for me http://XXX.XX.X.XX:18080/klaros-web/
doesn't work. I have installed the application under /usr/local/klaros and the proces seem to be ok.
00:01:23 /usr/local/java/bin/java -Djava.util.logging.config.file=/usr/local/klaros/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/usr/local/klaros/endorsed -classpath /root/.klaros/resources:/usr/local/klaros/bin/bootstrap.jar -Dcatalina.base=/usr/local/klaros -Dcatalina.home=/usr/local/klaros -Djava.io.tmpdir=/usr/local/klaros/temp -XX:MaxPermSize=192m -Xms256m -Xmx512m org.apache.catalina.startup.Bootstrap start
Any idea?
following your guide:
http://HOST:HTTP-Port/klaros-web/ --> for me http://XXX.XX.X.XX:18080/klaros-web/
doesn't work. I have installed the application under /usr/local/klaros and the proces seem to be ok.
00:01:23 /usr/local/java/bin/java -Djava.util.logging.config.file=/usr/local/klaros/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/usr/local/klaros/endorsed -classpath /root/.klaros/resources:/usr/local/klaros/bin/bootstrap.jar -Dcatalina.base=/usr/local/klaros -Dcatalina.home=/usr/local/klaros -Djava.io.tmpdir=/usr/local/klaros/temp -XX:MaxPermSize=192m -Xms256m -Xmx512m org.apache.catalina.startup.Bootstrap start
Any idea?
Torsten Stolpmann, geändert vor 12 Jahren.
RE: Error under installation
Jedi Council Member Beiträge: 764 Beitrittsdatum: 12.02.09 Neueste Beiträge
Did you have a look at /usr/local/klaros/logs/catalina.out?
Please make sure that you have a dedicated user account for the application (not root).
Hope this helps,
Torsten
Please make sure that you have a dedicated user account for the application (not root).
Hope this helps,
Torsten
Gianmaria Gai, geändert vor 12 Jahren.
RE: Error under installation
Padawan Beiträge: 26 Beitrittsdatum: 05.04.12 Neueste Beiträge
Installing with a simple user (not root)
[ ERROR: /usr/local/klaros/LICENSE (Permission denied) ]
java.io.FileNotFoundException: /usr/local/klaros/LICENSE (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
at com.izforge.izpack.installer.Unpacker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
[ ERROR: /usr/local/klaros/LICENSE (Permission denied) ]
java.io.FileNotFoundException: /usr/local/klaros/LICENSE (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
at com.izforge.izpack.installer.Unpacker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Torsten Stolpmann, geändert vor 12 Jahren.
RE: Error under installation
Jedi Council Member Beiträge: 764 Beitrittsdatum: 12.02.09 Neueste Beiträge
Seems your user account is missing write permissions to /usr/local/klaros/
The installer needs write permissions to the target directory
When being run the klaros application needs write permissions to <user home>/.klaros
To make things easy you should use the same account for installing and executing the application. It is advised but not required to create a dedicated account for this so you may have your init-script under that user.
Hope this helps,
Torsten
The installer needs write permissions to the target directory
When being run the klaros application needs write permissions to <user home>/.klaros
To make things easy you should use the same account for installing and executing the application. It is advised but not required to create a dedicated account for this so you may have your init-script under that user.
Hope this helps,
Torsten
Gianmaria Gai, geändert vor 12 Jahren.
RE: Error under installation
Padawan Beiträge: 26 Beitrittsdatum: 05.04.12 Neueste Beiträge
Installation done but after that the service is not up.
Torsten Stolpmann, geändert vor 12 Jahren.
RE: Error under installation
Jedi Council Member Beiträge: 764 Beitrittsdatum: 12.02.09 Neueste Beiträge
The application server startup script is <install_dir>/bin/catalina.sh, please refer to the service installation documentation for the command line: http://www.klaros-testmanagement.com/files/doc/html/User-Manual.Installation.installAsService.html to start the service.
Regards,
Torsten
Regards,
Torsten
Gianmaria Gai, geändert vor 12 Jahren.
RE: Error under installation
Padawan Beiträge: 26 Beitrittsdatum: 05.04.12 Neueste Beiträge
Installation DONE.
Thanks.
Just a quick note on the guide:
3.7.1 Installing Klaros-Testmanagement as a Linux service
/bin/su - $KLAROS_USER -c "$KLAROS_PATH/bin/catalina.sh $@ >/var/tmp/klaros.log 2>&1"
insted of
/bin/su -- -"${KLAROS_USER}" --c -"${KLAROS_PATH}/bin/catalina.sh $@ >/var/tmp/klaros.log 2>&1"
Regards
Thanks.
Just a quick note on the guide:
3.7.1 Installing Klaros-Testmanagement as a Linux service
/bin/su - $KLAROS_USER -c "$KLAROS_PATH/bin/catalina.sh $@ >/var/tmp/klaros.log 2>&1"
insted of
/bin/su -- -"${KLAROS_USER}" --c -"${KLAROS_PATH}/bin/catalina.sh $@ >/var/tmp/klaros.log 2>&1"
Regards
Torsten Stolpmann, geändert vor 12 Jahren.
RE: Error under installation
Jedi Council Member Beiträge: 764 Beitrittsdatum: 12.02.09 Neueste Beiträge
Thanks for spotting!
This seems to be a bug in the DocBook PDF generation, the HTML documentation has been generated as intended.
Cheers,
Torsten
This seems to be a bug in the DocBook PDF generation, the HTML documentation has been generated as intended.
Cheers,
Torsten