You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Kello Harby (Jira)" <ji...@apache.org> on 2022/04/17 17:31:00 UTC

[jira] [Commented] (PIVOT-993) Apache Pivot does not work with Oracle JDK8u131

    [ https://issues.apache.org/jira/browse/PIVOT-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523415#comment-17523415 ] 

Kello Harby commented on PIVOT-993:
-----------------------------------

[agario|https://agario.id/] [agario|https://agario.miami/] [agario|https://agar.cc/] [agario|https://agario.org.uk/] [agario|https://agario.boston/] [agario modded|https://agariomodded.com/] [agario private server|https://agarprivateservers.org/] [agario online|https://agarioonline.org/] [agario online|https://agarioonline.live/] [agario private server|https://agarprivateservers.net/] [altyazılı film izle|https://altyazilifilm.cc/] [mmo forum|https://mt2.org/] [metin2 pvp serverler|https://mt2.org/forum/metin2-pvp-serverler/] [pvp serverler|http://emekserverler.com/] [metin2 pvp serverler|http://www.zafer2.com/] [metin2 pvp serverler|http://editsizserverler.org/] [metin2 pvp serverler|http://www.emekserverler.net/] [metin2 pvp serverler|http://emekserverler.com/metin2.html] [wslik pvp serverler|http://wslikserverler.net/] [wslik pvp serverler|https://www.emekserverler.net/wslik.html] [agario unblocked|https://agar.rip/] [agario unblocked|https://agario.nl/] [agario|https://agar.tv/] [agario private server|https://agario.in/] [agario unblocked|https://agariohub.cc/] [io games|https://a99io.com/] [altyazılı film izle|https://altyazilifilm.live/] [okey|https://realokey.com/] [okey oyna|https://onlineokeyoynaa.com/] [okey oyna|https://duzokeyoynaa.com/] [okey oyna|https://canliokeyoynaa.com/] [sohbet|https://www.sohbetk.com/] [okey net|https://okey-net.com/] [ankara okey|https://ankaraokey.org/] [izmir okey|https://izmirokey.com/] [istanbul okey|https://istanbulokey.net/] [agario unblocked|https://agariounblocked.org/] [agario game|https://agariogame.net/] [fnf mods|https://a99io.com/category/fnf-mods.html]

> Apache Pivot does not work with Oracle JDK8u131
> -----------------------------------------------
>
>                 Key: PIVOT-993
>                 URL: https://issues.apache.org/jira/browse/PIVOT-993
>             Project: Pivot
>          Issue Type: Bug
>          Components: all
>    Affects Versions: 2.0.4
>         Environment: java version "1.8.0_131"
> Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
> Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
>            Reporter: Andres Almiray
>            Assignee: Roger Lee Whitcomb
>            Priority: Critical
>             Fix For: 2.1, 2.0.5
>
>
> Attempting to run a Pivot application with Oracle JDK8u131 results in the following stacktrace
> {code}
> Caused by: java.lang.NumberFormatException: Value out of range. Value:"131" Radix:10
> 	at java.lang.Byte.parseByte(Byte.java:151)
> 	at java.lang.Byte.parseByte(Byte.java:175)
> 	at org.apache.pivot.util.Version.decode(Version.java:150)
> 	at org.apache.pivot.wtk.ApplicationContext.<clinit>(ApplicationContext.java:1697)
> 	... 15 more
> {code}
> The problem is located in the `Version` class. This class parses version numbers using Byte. 131 is clearly out of range. Should use `Short` or `Integer` instead.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)