|
From: Ken G. <kgu...@te...> - 2004-05-26 07:51:57
|
On Wednesday 26 May 2004 12:29 am, Tomas Gustavsson wrote: > Dou you have execute permissions on all .sh files? This would hang > things on Linux. Yep. Ran find . -name "*.sh" -maxdepth 1 | xargs chmod 755..... Also=20 sed /bin/sh to /usr/local/bin/bash. > What happens if you run setup-adminweb.sh manually? Manual run should > give more information which is otherwise suppressed by java. > Just running setup-adminweb.sh should give you a list of arguments so > you could figure them out. setup-adminweb.sh seems to be what's hanging, but maybe I didn't have=20 all the params correct. =20 Apparently the install.sh script hangs on the adminweb set up part?? =20 The tomcat.jks gets created, then stops. install.sh is supposed to run=20 some tests and then copy the appropriate jboss-service.xml file. This=20 is not happening though. Also, looks like the paths to the keystore=20 might not be correct. I've manually configured everything and have now at least gotten to the=20 admin interface on port 8443, but then it doesn't accept my cert and I=20 get auth denied. Bummer. Noticed someone else was having probs w/=20 Konqueror, so I'll try it on a M$ machine. Just did. Same deal. Boo hiss!! > A manual install should consist of something like: > ca.sh init ... Done deal...;-) > setup-adminweb.sh ... Forewent the setup-admin and worked through it all manually. I've been=20 able to get all the scripts to work individually, but not=20 setup-adminweb.sh > A wipe of the database could be good if you get some more information > after running the above. After I recharge my batteries a bit I'll cat /dev/null to the logs, drop=20 the db, and start over with more systematic trouble shooting now that I=20 have pretty good knowledge of what the scripts are supposed to do. Anybody running AIX, Solaris, HP-U, etc. haven't run into similar=20 issues? --=20 Best regards, Ken Gunderson GPG Key-- 9F5179FD "Freedom begins between the ears." -- Edward Abbey |