FastJSON Parser exception after 2999 time range
Exception in thread "main" com.alibaba.fastjson.JSONException: For input string: "9999-12-31 00:00:00.000+0000"
at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:665)
at com.alibaba.fastjson.JSON.parseObject(JSON.java:365)
at com.alibaba.fastjson.JSON.parseObject(JSON.java:269)
at com.alibaba.fastjson.JSON.parseObject(JSON.java:488)
at com.xxx.xxx.main(StpBpmVariableSetter.java:146)
Caused by: java.lang.NumberFormatException: For input string: "9999-12-31 00:00:00.000+0000"
FastJSON is known to be fixed in version 1.2.49, and can be fixed with an upgrade
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.49</version>
</dependency>
Read More:
- Idea error: (4, 28) Java: package com.alibaba.fastjson does not exist
- Caused by: java.lang.ClassNotFoundException: com.alibaba.nacos.api.naming.NamingMaintainService
- Solve the problem of testing redis cluster“ java.lang.NumberFormatException : For input string: “ [email protected]@17002 “And so on
- Dependency frame package of Maven Alibaba JSON
- java.lang.AbstractMethodError: Receiver class com.alibaba.cloud.sentinel.feign.SentinelContractHolde
- [Solved] nested exception is com.alibaba.dubbo.rpc.RpcException: Failed t o invoke the method findPage
- Adding fastjson dependency to Maven project
- [Solved] com.alibaba.nacos.api.exception.NacosException: failed to req API
- JSON and map convert to each other (using fastjson)
- Kotlin reported an error jsonexception using fastjason: default constructor not found
- About starting the service, you always get stuck in com. Alibaba. Druid. Pool. Druiddatasource | {datasource-1} initiated
- com.alibaba.druid.sql.parser.ParserException: syntax error
- [error handling] idea error reporting com.alibaba.druid . pool.DruidDataSource error
- Springboot framework Maven build fastjson start error
- NACOS error com.alibaba.nacos.api.exception.NacosException: failed to req API:/api//nacos/v1/ns/instance
- A repeated string is composed of two identical strings. For example, abcabc is a repeated string with length of 6, while abcba does not have a duplicate string. Given any string, please help Xiaoqiang find the longest repeated substring.
- 209151; org.json.JSONException A JSONObject text must begin with'{‘at character 1 of {
- Android Error: Consumer closed input channel or an error occurred. events=0x9
- [Solved] Failed to set attribute: Invalid input data or parameter
- How to restrict input field to only input pure numbers in HTML