1 Reply Latest reply on Feb 11, 2003 11:59 AM by sasgon

    java.lang.StackOverflowError, migration from 3.0.4 -> 3.0.6

    sasgon

      Hi,
      I've got problem after migration from 3.0.4 to JBOSS 3.0.6. When I use option -Djava.security.manager, I have following error exception java.lang.StackOverflowError

      without this option JBOSS started OK but my application doesnt work properly.

      Did anybody have the same problem? What has been changed between 3.0.4 and 3.0.6 what can cause to this problem.

      Thanks in advance,
      Alexander.

      16:27:50,879 INFO [Server] JBoss Release: JBoss-3.0.6 CVSTag=JBoss_3_0_6 java.lang.StackOverflowError
      at java.util.PropertyPermission.(PropertyPermission.java:135)
      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1291)
      at java.lang.System.getProperty(System.java:572)
      at org.jboss.net.protocol.URLStreamHandlerFactory.checkHandlerPkgs(URLStreamHandlerFactory.java:164)
      at org.jboss.net.protocol.URLStreamHandlerFactory.createURLStreamHandler(URLStreamHandlerFactory.java:115)
      at java.net.URL.getURLStreamHandler(URL.java:1057)
      at java.net.URL.(URL.java:584)
      at java.net.URL.(URL.java:476)
      at java.net.URL.(URL.java:425)
      at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:157)
      at java.net.JarURLConnection.(JarURLConnection.java:140)
      at sun.net.www.protocol.jar.JarURLConnection.(JarURLConnection.java:61)
      at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
      at java.net.URL.openConnection(URL.java:943)
      ...
      ...