grlima
6 years agoNew Contributor
ReadyAPI (2.6.0) opens with Blank Screen - Linux x64
When starting the ReadyAPI I got a blank screen, with this error on the ReadyAPI log:
Tue Apr 16 11:35:04 BRT 2019: INFO: Starting ReadyAPI 2.6.0 (build 2261) Tue Apr 16 11:35:06 BRT 2019: ERROR: Failed to start IPC process. com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: Failed to start IPC process. at com.teamdev.jxbrowser.chromium.internal.ipc.d.run(SourceFile:200) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalStateException: Missing dependendecies have been detected. Check the log for details. at com.teamdev.jxbrowser.chromium.internal.ipc.ExternalChromiumProcessLinux.preProcessRun(SourceFile:3150) at com.teamdev.jxbrowser.chromium.internal.ipc.ExternalChromiumProcess.doStart(SourceFile:62) at com.teamdev.jxbrowser.chromium.internal.ipc.ChromiumProcess.start(SourceFile:235) at com.teamdev.jxbrowser.chromium.internal.ipc.d.run(SourceFile:193) ... 1 more
Fixed installing the following packages: gconf2-common and libgconf-2-4
You may close this thread now :)