Run this command in terminal to install 1.8.0 java version, Zap GUI will open:
sudo yum install java-1.8.0-openjdk-devel On Friday, January 27, 2017 at 3:48:45 AM UTC+5:30 WorkingCrassHero wrote: > Hey everybody, > > I've been trying to get OWASP's ZAP Intercepting Proxy to run in an AppVM, > but keep encountering this error: > > > *Found Java version 1.8.0_111* > *Available memory: 604 MB* > *Setting jvm heap size: -Xmx128m* > *0 [main] INFO org.zaproxy.zap.GuiBootstrap - OWASP ZAP 2.5.0 started.* > *73 [main] FATAL org.zaproxy.zap.GuiBootstrap - ZAP GUI is not supported > on a headless environment.* > > As far as I understand it, the AppViewer in the AppVM should catch the > GUI windowing attempt and forward it to Dom0's WindowManager, which should > then render it on the desktop. Other applications are forwarded and > rendered with no issue, so the inherent functionality is intact. > I ran a quick *runlevel* command and discovered that the AppVM is > running at 3 (multi-user, no GUI), so could that be the culprit forcing > Java's isHeadless() check to return as True and throw the error, not even > making the attempt at GUI in the first place? Granted I'm not a Java > programmer, so I'm not sure how those internals work. Simultaneously, > however, an instance of X server is running on the AppVM, the > qubes-gui-agent has a S(tart) entry in *rc3.d*, and as previously > mentioned, all other applications are displayed without a hitch. > Can anyone offer any help? Greatly appreciated and thanks in advance > > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/94b2b733-ee62-4f69-a237-995f02390841n%40googlegroups.com.
