2016-05-28 233 views
1

由於某些問題,我重新安裝了操作系統,我複製了我的舊項目,現在我無法使JXBrowser正常工作。我有開源項目的許可證。日誌說,這無法啓動JXBrowser

04:49:31 INFO: OS name: Linux 
04:49:31 INFO: JRE version: 1.8.0_91 64-bit 
04:49:31 INFO: JxBrowser version: 6.4 
04:49:31 INFO: JxBrowser type: HEAVYWEIGHT 
04:49:31 INFO: Starting IPC... 
04:49:31 INFO: Starting IPC Server... 
04:49:31 INFO: Starting socket server 
04:49:31 INFO: Starting socket server at port 1101... 
04:49:31 INFO: Starting IPC Process... 
04:49:31 INFO: Starting Chromium process... 
04:49:31 INFO: The '/lib/x86_64-linux-gnu/libudev.so.0' library exists: FALSE 
04:49:31 INFO: The '/tmp/jxbrowser-chromium-49.0.2623.110.6.4/libudev.so.0' library exists: TRUE 
04:49:31 INFO: The '/lib/x86_64-linux-gnu/libgcrypt.so.11' library exists: FALSE 
04:49:31 INFO: The '/tmp/jxbrowser-chromium-49.0.2623.110.6.4/libgcrypt.so.11' library exists: TRUE 
04:49:31 INFO: The '/lib/x86_64-linux-gnu/libcrypto.so.1.0.0' library exists: FALSE 
04:49:31 INFO: The '/tmp/jxbrowser-chromium-49.0.2623.110.6.4/libcrypto.so.1.0.0' library exists: FALSE 
04:49:31 INFO: Looking for libcrypto.so.x.x.x in '/lib/x86_64-linux-gnu/'... 
04:49:31 INFO: Looking for libcrypto.so.x.x.x in '/lib64/'... 
04:49:31 INFO: Looking for libcrypto.so.x.x.x in '/usr/lib64/'... 
04:49:31 INFO: Failed to find libcrypto.so.x.x.x 
04:49:31 INFO: Command line: /tmp/jxbrowser-chromium-49.0.2623.110.6.4/jxbrowser-chromium 1101 2837 --disable-surfaces 
04:49:31 INFO: Chromium process exit code 127 
04:49:31 INFO: /tmp/jxbrowser-chromium-49.0.2623.110.6.4/jxbrowser-chromium: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory 
com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: IPC process exited. Exit code: 127 
    at com.teamdev.jxbrowser.chromium.internal.ipc.d.run(Unknown Source) 
    at java.lang.Thread.run(Thread.java:745) 
04:49:32 INFO: Stopping Server... 
04:49:32 INFO: Stopping Server... [DONE] 
04:49:32 INFO: Waiting process exit... 

我運行它卡利2.0和Eclipse火星

回答

1

的錯誤信息表明鉻引擎未能找到libcrypto.so.1.0.0系統庫。請嘗試安裝這個庫並檢查它是否有幫助。

+0

我檢查了我的電腦,發現我有usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2,因爲我有最新版本的OpenSSL。我必須降級到1.0.0嗎? – Leonardo

+0

看着JXBrowser的日誌我認爲它在lib文件夾中查找它,但我已經在usr/lib – Leonardo

+0

我解決了現在在lib文件夾中複製該庫 – Leonardo