- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在研究地理围栏,因此我正在使用 Google 依赖项 "android-maps-utils"和"geopackage-android-map"
我在系统中安装了这些 jar 并在 pom.xml 文件中使用它们
它在 Eclipse IDE 中工作正常,但是当我构建项目并单独运行项目 jar 时,它会抛出下面给出的 Expecetion :
预先感谢您的帮助。
Exception in thread "main" java.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 - 12): 0
at java.time.temporal.ValueRange.checkValidValue(Unknown Source)
at java.time.temporal.ChronoField.checkValidValue(Unknown Source)
at java.time.LocalDate.of(Unknown Source)
at java.time.LocalDateTime.of(Unknown Source)
at org.springframework.boot.loader.jar.CentralDirectoryFileHeader.decodeMsDosFormatDateTime(CentralDirectoryFileHeader.java:127)
at org.springframework.boot.loader.jar.CentralDirectoryFileHeader.getTime(CentralDirectoryFileHeader.java:116)
at org.springframework.boot.loader.jar.JarEntry.<init>(JarEntry.java:58)
at org.springframework.boot.loader.jar.JarFileEntries.getEntry(JarFileEntries.java:316)
at org.springframework.boot.loader.jar.JarFileEntries.access$400(JarFileEntries.java:48)
at org.springframework.boot.loader.jar.JarFileEntries$EntryIterator.next(JarFileEntries.java:366)
at org.springframework.boot.loader.jar.JarFileEntries$EntryIterator.next(JarFileEntries.java:350)
at org.springframework.boot.loader.jar.JarFile$2.nextElement(JarFile.java:204)
at org.springframework.boot.loader.jar.JarFile$2.nextElement(JarFile.java:195)
at org.springframework.boot.loader.archive.JarFileArchive$EntryIterator.next(JarFileArchive.java:189)
at org.springframework.boot.loader.archive.JarFileArchive$EntryIterator.next(JarFileArchive.java:174)
at org.springframework.boot.loader.archive.JarFileArchive.getNestedArchives(JarFileArchive.java:85)
at org.springframework.boot.loader.ExecutableArchiveLauncher.getClassPathArchives(ExecutableArchiveLauncher.java:69)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52)
最佳答案
看起来它已在 spring-boot 2.1.12 中修复 https://github.com/spring-projects/spring-boot/pull/19595
关于java - 线程中的异常 "main"java.time.DateTimeException : Invalid value for MonthOfYear (valid values 1 - 12): 0 when i am using Google Map jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60486960/
是否可以使用 jodatime 解析日期 8302011?在一种不那么痛苦的格式中,它看起来像 8/30/2011,我将其模式化为 MM/dd/yyyy。 我尝试过的: 模式 Mddyyyy 8302
我在签署 Ionic android apk 时遇到此错误,我在 Kubuntu 17.04 上,使用 Ionic 3,安装了 java 8 我得到的错误: Enter Passphrase for
我在 ubuntu 16 中编译 maven 时遇到问题。它正在编译到其他机器中的相同代码,所以看起来问题与某些环境变化有关,可能是自动更新。 如果我再花一天时间坚持这一点,我可能会尝试格式化机器并从
我正在研究地理围栏,因此我正在使用 Google 依赖项 "android-maps-utils"和"geopackage-android-map" 我在系统中安装了这些 jar 并在 pom.xml
我是一名优秀的程序员,十分优秀!