Hi
I'm not able to build 10.2.6 with a current tomcat7 (7.0.64):
com/netscape/cms/tomcat/ProxyRealm.java:22: error: ProxyRealm is not
abstract and does not override abstract method authenticate(String) in Realm
public class ProxyRealm implements Realm {
^
1 error
which is what I need in order to debug if my switch to tomcat8 is to
blame why the configure phase of a pki instance doesn't start on Debian:
2015-09-04 20:29:54 pkispawn : INFO ....... executing 'certutil
-N -d /root/.dogtag/pki-tomcat/ca/alias -f
/root/.dogtag/pki-tomcat/ca/password.conf'
2015-09-04 20:29:54 pkispawn : INFO ....... executing
'/etc/init.d/pki-tomcatd start pki-tomcat'
2015-09-04 20:30:07 pkispawn : DEBUG ........... No connection -
server may still be down
2015-09-04 20:30:07 pkispawn : DEBUG ........... No connection -
exception thrown: ('Connection a
borted.', error(104, 'Connection reset by peer'))
2015-09-04 20:30:08 pkispawn : DEBUG ........... No connection -
server may still be down
2015-09-04 20:30:08 pkispawn : DEBUG ........... No connection -
exception thrown: ('Connection a
borted.', error(104, 'Connection reset by peer'))
2015-09-04 20:30:09 pkispawn : DEBUG ........... No connection -
server may still be down
2015-09-04 20:30:09 pkispawn : DEBUG ........... No connection -
exception thrown: ('Connection a
borted.', error(104, 'Connection reset by peer'))
2015-09-04 20:30:10 pkispawn : DEBUG ........... No connection -
server may still be down
2015-09-04 20:30:10 pkispawn : DEBUG ........... No connection -
exception thrown: EOF occurred i
n violation of protocol (_ssl.c:590)
2015-09-04 20:30:12 pkispawn : DEBUG ........... No connection -
server may still be down
2015-09-04 20:30:12 pkispawn : DEBUG ........... No connection -
exception thrown: EOF occurred i
n violation of protocol (_ssl.c:590)
...
..
.
2015-09-04 20:31:00 pkispawn : ERROR ....... server failed to restart
2015-09-04 20:31:00 pkispawn : DEBUG ....... Error Type: Exception
2015-09-04 20:31:00 pkispawn : DEBUG ....... Error Message: server
failed to restart
2015-09-04 20:31:00 pkispawn : DEBUG ....... File
"/usr/sbin/pkispawn", line 597, in main
rv = instance.spawn(deployer)
File
"/usr/lib/python2.7/dist-packages/pki/server/deployment/scriptlets/configuration.py",
line 102, in spawn
raise Exception("server failed to restart")
(don't have catalina output from this..)
Another issue I found is that upgrading from 10.2.0 to 10.2.6 packages
(w.tomcat8) gives these errors:
http://pastebin.com/eM64FUDw
so wonder if these are somehow related.
--
t