Replies: 1 comment 7 replies
-
|
Hi, I just returned from vacation. Error above is expected, since IPED's portable python is not copied to case folder, so it complains. But it shouldn't break the report generation. Are you sure it was the report error cause? I suspect another error could have been printed in the log... Could you send the full log? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!!!
We provide an iped 4.0.4 for analysis, user machine contains java version "1.8.0_321" - 64-Bit.
The user tried to generated a report, but it gave an error, with the log output below:
2022-12-08 13:59:26 [INFO] [app.processing.Main] Indexador e Processador de Evidências Digitais 4.0.4
2022-12-08 13:59:26 [INFO] [engine.config.Configuration] Loading configuration from E:\xxx\IPED\xxx\iped
Warning: Nashorn engine is planned to be removed from a future JDK release
2022-12-08 13:59:28 [ERROR] [parsers.python.PythonParser] JEP não encontrado, todos os módulos python foram desligados. Veja https://github.com/sepinf-inc/IPED/wiki/User-Manual#python-modules
java.lang.UnsatisfiedLinkError: no jep in java.library.path: [E:xxx\IPED\xxxxx\iped\jre\bin, C:\WINDOWS\Sun\Java\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\Program Files (x86)\Common Files\Oracle\Java\javapath, C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS, C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS, C:\ProgramData\Oracle\Java\javapath, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0, C:\WINDOWS\System32\OpenSSH, C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, C:\Program Files (x86)\Kaspersky Lab\Endpoint Agent, C:\Users\MPGO\AppData\Local\Microsoft\WindowsApps, ., E:\xxx\IPED\xxx\iped\jre\bin, .]
at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.base/java.lang.Runtime.loadLibrary0(Unknown Source)
at java.base/java.lang.System.loadLibrary(Unknown Source)
at jep.MainInterpreter.initialize(MainInterpreter.java:129)
at jep.MainInterpreter.getMainInterpreter(MainInterpreter.java:101)
at jep.Jep.(Jep.java:133)
at jep.SharedInterpreter.(SharedInterpreter.java:56)
at iped.parsers.python.PythonParser.getNewJep(PythonParser.java:176)
at iped.parsers.python.PythonParser.getJep(PythonParser.java:165)
at iped.engine.task.PythonTask.getJep(PythonTask.java:98)
at iped.engine.task.PythonTask.getConfigurables(PythonTask.java:200)
at iped.engine.config.Configuration.loadConfigurables(Configuration.java:211)
(xxxx was the indentificacion hidden)
We used Iped.exe 4.0.4 that automatically calls its embedded java 11 to create the case.
When we tested and generated a report in a machine with java 1.8.0_341 it worked well.
any suggestions on what might be going on?
Beta Was this translation helpful? Give feedback.
All reactions