#java #spring-boot #emc
Вопрос:
Мы пытаемся извлечь данные из EMC с помощью FPLibrary jar.
Решение было запущено и запущено, но иногда оно перестает работать, из-за чего мы не можем запускать программу в течение более длительного времени.
Это приводит к следующей ошибке:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_INT_DIVIDE_BY_ZERO (0xc0000094) at pc=0x0000000000ed76aa, pid=27152, tid=0x0000000000007dfc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_271-b09) (build 1.8.0_271-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.271-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [FPCore.dll 0x176aa]
#
# Core dump written. Default location: D:hs_err_pid27152.mdmp
#
# An error report file with more information is saved as:
# D:hs_err_pid27152.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
**-->Error from dump text --> D:hs_err_pid27152.log**
com.filepool.natives.FPLibraryNative.FPClip_Open(JLjava/lang/String;I)J (0 bytes) @ 0x0000025b9e903a1a [0x0000025b9e9039c0 0x5a]
MigrationProcessingImpl.retrieveRecords()V (1846 bytes) @ 0x0000025b9f12bee8 [0x0000025b9f12b2e0 0xc08]
MigrationProcessingImpl.run()V (136 bytes) @ 0x0000025b9f2f8fb4 [0x0000025b9f2f8c60 0x354]
java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (225 bytes) @ 0x0000025b9f0c32e4 [0x0000025b9f0c22a0 0x1044]
java.util.concurrent.ThreadPoolExecutor$Worker.run()V (9 bytes) @ 0x0000025b9ee8870c [0x0000025b9ee88600 0x10c]
java.lang.Thread.run()V (17 bytes) @ 0x0000025b9dedae44 [0x0000025b9dedad00 0x144]
Любая помощь будет оценена по достоинству.