JxBrower7.7启动超时错误,红帽企业Linux服务器版本7.6(Maipo)

时间:2020-05-22 02:01:18

标签: linux arm redhat jxbrowser

linux: [root @ localhost bin]#cat / etc / redhat-release 红帽企业版Linux服务器7.6(Maipo)

[root @ localhost bin]#cat / proc / version Linux版本4.14.0-115.5.1.el7a.06.aarch64(mockbuild @ arm-buildhost1)(gcc版本4.8.5 20150623(NeoKylin 4.8.5-36)(GCC))#1 SMP周二6月18日10:34 :55 CST 2019

[root @ localhost bin]#文件/ bin / bash / bin / bash:用于GNU / Linux 3.7.0的ELF 64位LSB可执行文件,ARM aarch64版本1(SYSV),动态链接(使用共享库),BuildID [sha1] = 8a346ec01d611062313a5a4ed2b0201ecc9d9fa1,已剥离

JxBrower7.7: 我使用了这个演示,第55行是:浏览器浏览器= engine.newBrowser();

enter code here
public static void main(String[] args) {
    Engine engine = Engine.newInstance(
    EngineOptions.newBuilder(OFF_SCREEN).build());
    Browser browser = engine.newBrowser();
enter code here

[root @ localhost bin]#java -jar test.jar 线程“ main” com.teamdev.jxbrowser.navigation.TimeoutException中的异常:在45秒内未能执行任务。 在com.teamdev.jxbrowser.navigation.internal.NavigationImpl.loadAndWait(NavigationImpl.java:248) 在com.teamdev.jxbrowser.navigation.internal.NavigationImpl.loadUrlAndWait(NavigationImpl.java:105) 在com.teamdev.jxbrowser.navigation.internal.NavigationImpl.loadUrlAndWait(NavigationImpl.java:82) 在com.teamdev.jxbrowser.navigation.internal.NavigationImpl.loadUrlAndWait(NavigationImpl.java:74) 在com.teamdev.jxbrowser.engine.internal.EngineImpl.newBrowser(EngineImpl.java:458) 在com.pinnet.HelloWorld.main(HelloWorld.java:55)

Linux日志位于/ var / logs / messages:

22 09:48:53 localhost dbus [8661]:[系统]通过systemd激活:服务名称='org.bluez'unit ='dbus-org.bluez.service' 5月22日09:48:54本地主机abrt-hook-ccpp:用户0的进程90562(铬)被SIGABRT杀死-转储核心 5月22日09:48:54本地主机abrt-hook-ccpp:用户0的进程90566(铬)被SIGABRT杀死-忽略(重复崩溃) 5月22日09:48:54本地主机abrt-hook-ccpp:用户0的进程90561(铬)被SIGABRT杀死-忽略(重复崩溃) 5月22日09:48:54本地主机abrt-hook-ccpp:用户0的进程90593(铬)被SIGABRT杀死-忽略(重复崩溃) 5月22日09:48:55本地主机abrt-hook-ccpp:用户0的进程90624(铬)被SIGABRT杀死-忽略(重复崩溃) 5月22日09:48:55本地主机abrt-hook-ccpp:用户0的进程90623(铬)被SIGABRT杀死-忽略(重复崩溃) 5月22日09:48:56本地主机abrt服务器:重复:核心回溯 5月22日09:48:56本地主机abrt服务器:DUP_OF_DIR:/ var / spool / abrt / ccpp-2020-05-21-16:55:06-33694 5月22日09:48:56本地主机abrt服务器:删除问题目录ccpp-2020-05-22-09:48:54-90562(ccpp-2020-05-21-16:55:06-33694的副本) 5月22日09:48:56本地主机abrt服务器:/ bin / sh:记者邮箱:未找到命令 5月22日09:49:18本地主机dbus [8661]:[系统]无法激活服务'org.bluez':超时

0 个答案:

没有答案