Generate graph visualization error (java > 8 not supported) #157
-
Good afternoon, I'm indexing data with the graph generation branch and I'm receiving the following message: WARNING: An illegal reflective access operation has occurred I know the version is still in development, but what can I do to fix these errors? |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments
-
Hi, What java version are you using? First warnings suggest it is > 1.8 and iped is tested with java 8, later java versions are not fully supported yet. And what commit did you compile from? Graph branch was merged and in recent days some related bugs were fixed in master brach. |
Beta Was this translation helpful? Give feedback.
-
java version "10.0.1" 2018-04-17 Hi Nassif, I compiled from the "graph_analysis" branch last month .... |
Beta Was this translation helpful? Give feedback.
-
ok, try to compile using jdk8 (oracle is easier) and try to compile master branch and let me know if the problem persists, so we could fix it before the release. |
Beta Was this translation helpful? Give feedback.
-
ok!!!! Thank you!!! I'll tell you the result ... |
Beta Was this translation helpful? Give feedback.
-
Now this error: 2020-06-26 18:12:17 [ERROR] [labld.graph.GraphGenerator] Error generating database. |
Beta Was this translation helpful? Give feedback.
-
D:\IPED 3-18\IPED-master\target\release\iped-3.18>java -version |
Beta Was this translation helpful? Give feedback.
-
2020-06-26 18:12:17 [INFO] [labld.graph.GraphImportRunner] Running C:\Program Files\Java\jdk1.8.0_251\jre\bin\java.exe -cp /D:/IPED%203-18/IPED-master/target/release/iped-3.18/lib/neo4j-3.4.10-shaded.jar org.neo4j.tooling.ImportTool --f C:\IPED_Index_temp\indexador-temp1593205910424\import-tool-args8580743116402907138.txt |
Beta Was this translation helpful? Give feedback.
-
Thank you for reporting back. Please send the full log. Will have time to look just on sunday. |
Beta Was this translation helpful? Give feedback.
-
2020-06-26 20:50:25 [INFO] [gpinf.indexer.IndexFiles] Indexador e Processador de Evidências Digitais 3.18-snapshot 2020-06-26 20:50:30 [INFO] [browsers.parsers.EdgeWebCacheParser] Libesedb library version: 20181229 2020-06-26 20:50:53 [WARN] [indexer.parsers.IndexerDefaultParser] ParsingThread-12 Parsing exception: *_hotmail.iso>>*@hotmail.com/Current/Folders/Caixa de Entrada/4651c686-e466-5305-a4c0-6a54f81e5e6c.eml>>Meus Documentos.zip>>;Documento-Compr;;.msi (270848 bytes) java.nio.file.FileSystemException: H:\INDEX_TEMP\indexador-temp1593215426907\apache-tika-10410978821474076127.tmp: Não foi possível concluir a operação com êxito porque o arquivo contém um vírus ou software possivelmente indesejado. 2020-06-26 20:51:00 [WARN] [indexer.parsers.IndexerDefaultParser] ParsingThread-12 Parsing exception: null (null bytes) java.lang.NullPointerException
ImageType Cnt Time Cnt Time Cnt Time Cnt Time Cnt Time Cnt Time Cnt Time Cnt Time Cnt Time Cnt Time Cnt Time 2020-06-26 20:51:37 [INFO] [process.task.IndexTask] Saving extracted text sizes... |
Beta Was this translation helpful? Give feedback.
-
Nassif,
I added an exception in the antivirus and uninstalled Jre11 and it worked. Thank you!!!!! |
Beta Was this translation helpful? Give feedback.
-
I did two indexes and it's working perfectly ... Thanks a lot for the help. |
Beta Was this translation helpful? Give feedback.
-
Great! thank you for the feedback. Probably it was because of 2, but 1 causes other problems too. |
Beta Was this translation helpful? Give feedback.
Hi,
What java version are you using? First warnings suggest it is > 1.8 and iped is tested with java 8, later java versions are not fully supported yet.
And what commit did you compile from? Graph branch was merged and in recent days some related bugs were fixed in master brach.