Magnolia CE 3.6.1 is not compatible with Java SDK 1.4.2
-------------------------------------------------------

                 Key: MAGNOLIA-2380
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2380
             Project: Magnolia
          Issue Type: Bug
          Components: core
    Affects Versions: 3.6.1
         Environment: Linux dev.ecilia.fr 2.6.15-52-server #1 SMP Wed Aug 20 
13:40:34 UTC 2008 i686 GNU/Linux
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-01)
Java HotSpot(TM) Client VM (build Blackdown-1.4.2-01, mixed mode)
            Reporter: Francis PALLINI
            Assignee: Philipp Bracher
            Priority: Blocker


Downloaded "magnolia-tomcat-bundle-3.6.1-bundle-jdk14.zip"

After installation, when displaying homepage, encounter:

2008-09-18 15:52:06 StandardWrapperValve[default]: Servlet.service() for 
servlet default threw exception
java.lang.NoSuchMethodError: java.lang.Integer.valueOf(I)Ljava/lang/Integer;
        at info.magnolia.voting.DefaultVoting.vote(DefaultVoting.java:67)
        at 
info.magnolia.cms.filters.AbstractMgnlFilter.bypasses(AbstractMgnlFilter.java:81)
        at 
info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:96)
        at 
info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:200)

Checked the sourcecode, you make use of:

DefaultVoting.java:67
                    log.debug("highest vote is now {}", 
Integer.valueOf(highestVote));

However Integer.value(int) is available only since Java 1.5.0.

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

        

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Reply via email to