https://bz.apache.org/bugzilla/show_bug.cgi?id=58199

kencosgr...@live.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |---
             Status|RESOLVED                    |REOPENED

--- Comment #5 from kencosgr...@live.com ---
That stack trace had a springloaded jar in there that is used for hot deploys
in STS (which is based on Eclipse).

Here's the stack trace with springloaded removed:
java.lang.ClassCircularityError: java/security/Permission
    at com.mytest.MySecurityManager.checkPermission(MySecurityManager.java:17)
    at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1298)
    at java.lang.System.getProperty(System.java:708)
    at sun.security.action.GetPropertyAction.run(GetPropertyAction.java:84)
    at sun.security.action.GetPropertyAction.run(GetPropertyAction.java:49)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.io.PrintWriter.<init>(PrintWriter.java:116)
    at java.io.PrintWriter.<init>(PrintWriter.java:100)
    at org.apache.juli.OneLineFormatter.format(OneLineFormatter.java:131)
    at org.apache.juli.FileHandler.publish(FileHandler.java:196)
    at java.util.logging.Logger.log(Logger.java:616)
    at java.util.logging.Logger.doLog(Logger.java:641)
    at java.util.logging.Logger.logp(Logger.java:841)
    at org.apache.juli.logging.DirectJDKLog.log(DirectJDKLog.java:182)
    at org.apache.juli.logging.DirectJDKLog.fatal(DirectJDKLog.java:158)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:627)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to