You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org> on 2007/01/09 22:59:27 UTC

[jira] Resolved: (VELOCITY-501) Building Velocity on JDK 1.3.1 throws java.lang.ClassCircularityError

     [ https://issues.apache.org/jira/browse/VELOCITY-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Schmiedehausen resolved VELOCITY-501.
---------------------------------------------

    Resolution: Fixed

Fixed by shuffling the internal test a bit.

> Building Velocity on JDK 1.3.1 throws java.lang.ClassCircularityError
> ---------------------------------------------------------------------
>
>                 Key: VELOCITY-501
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-501
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.5 beta2
>            Reporter: Henning Schmiedehausen
>         Assigned To: Henning Schmiedehausen
>            Priority: Minor
>             Fix For: 1.5
>
>
> VelTTools66TestCase throws a ClassCircularityError when building Velocity 1.5 beta 2 on JDK 1.3.1
> Testcase: testVelTools66 took 0.202 sec
>         Caused an ERROR
> org/apache/velocity/test/issues/VelTools66TestCase$TestObject
> java.lang.ClassCircularityError: org/apache/velocity/test/issues/VelTools66TestCase$TestObject
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:115)
>         at org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.class$(VelTools66TestCase.java:89)
>         at org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.checkMemberAccess(VelTools66TestCase.java:120)
>         at java.lang.Class.checkMemberAccess(Class.java:1332)
>         at java.lang.Class.newInstance(Class.java:230)
>         at sun.io.Converters.newConverter(Converters.java:115)
>         at sun.io.Converters.newDefaultConverter(Converters.java:206)
>         at sun.io.CharToByteConverter.getDefault(CharToByteConverter.java:50)
>         at java.lang.String.getBytes(String.java:751)
>         at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
>         at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:114)
>         at java.io.File.exists(File.java:543)
>         at sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:780)
>         at sun.misc.URLClassPath.getResource(URLClassPath.java:133)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:187)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:115)
>         at org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.class$(VelTools66TestCase.java:89)
>         at org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.checkMemberAccess(VelTools66TestCase.java:120)
>         at java.lang.Class.checkMemberAccess(Class.java:1332)
>         at java.lang.Class.getMethod(Class.java:882)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org