Hi All,
 
I tried to install a (my first) ssl certificate today and upon re-start my server died.  Starting the server from the command line with CFSTART.BAT gives me
 
jrunx.xml.XMLMetaData$CouldNotCreateDocumentException: Could  not create document from locationfile:/E:/<cfroot>/runtime/lib/lib/servers.xml'
 
So, I then removed the cert and now I am getting:
 
 
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at jrunx.kernel.JRun.invoke(JRun.java:180)
        at jrunx.kernel.JRun.main(JRun.java:168)
Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.jrunx.k
ernel)
        at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
        at java.security.AccessController.checkPermission(AccessController.java:401)
        at jrunx.kernel.JRun.<init>(JRun.java:439)
        at jrunx.kernel.JRun$1.run(JRun.java:339)
        at java.security.AccessController.doPrivileged(Native Method)
        at jrunx.kernel.JRun.start(JRun.java:336)
        ... 6 more
 
Usage: -[start,stop,restart,status] [server ...] (no arg means all servers) or -[stop,restart] server [server ...] -user
name <jndi-principal> -password <jndi-credentials> or -info or -version or -usage
Anyone seen this before?  I have a hard time believing that adding and removing a cert would do this.
 
 
Thanks,
 
Dirk
 

Reply via email to