Re: Unable to run flashplayer under Jenkins

2014-01-09 Thread Jonathan Rogers
Wim Deblauwe wrote: > Hi, > > "Since OpenGL is involved, I'd look at variables which affect shared > library loading." > > Do you have information on what variables that are? I suppose PATH is, > but are there others? The man page for the dynamic loader would be a good place to start. You also mig

Re: Unable to run flashplayer under Jenkins

2014-01-09 Thread Wim Deblauwe
Hi, "Since OpenGL is involved, I'd look at variables which affect shared library loading." Do you have information on what variables that are? I suppose PATH is, but are there others? "It's even possible that when you run flashplayer in an interactive shell, it's using the OpenGL library of real

Re: Unable to run flashplayer under Jenkins

2014-01-08 Thread JonathanRRogers
On Wednesday, January 8, 2014 3:10:22 AM UTC-5, Wim Deblauwe wrote: > > Hi, > > Thanks for testing this. But how come it can work if I start flashplayer > manually from the command line into Xvnc ? > I haven't tried running flashplayer under Wine connected to a vncserver so I can't say if it's

Re: Unable to run flashplayer under Jenkins

2014-01-08 Thread Wim Deblauwe
Hi, Thanks for testing this. But how come it can work if I start flashplayer manually from the command line into Xvnc ? Is it possible to only run 1 maven child project in a multi-module project on a different slave ? regards, Wim 2014/1/8 Dirk Heinrichs > Am 07.01.2014 15:11, schrieb Wim

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Dirk Heinrichs
Am 07.01.2014 15:11, schrieb Wim Deblauwe: > I am using Ubuntu 13.10 with vnc4server I could reproduce the problem. However, I didn't find a solution. Looks like both Xvnc and Xvfb don't have proper OpenGL support. Maybe you could setup a Windows slave (VM) for running flashplayer. HTH... D

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Wim Deblauwe
I am using Ubuntu 13.10 with vnc4server 2014/1/7 Dirk Heinrichs > Am 07.01.2014 14:35, schrieb Wim Deblauwe: > > I am using vncserver and the vncserver plugin in jenkins to provide > $DISPLAY. I check with a pre-compilation step if $DISPLAY is set and it is. > I can connect with vinagre to th

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Dirk Heinrichs
Am 07.01.2014 14:35, schrieb Wim Deblauwe: > I am using vncserver and the vncserver plugin in jenkins to provide > $DISPLAY. I check with a pre-compilation step if $DISPLAY is set and > it is. I can connect with vinagre to the remote desktop while the > jenkins job is running. Can you tell exactl

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Wim Deblauwe
I am using vncserver and the vncserver plugin in jenkins to provide $DISPLAY. I check with a pre-compilation step if $DISPLAY is set and it is. I can connect with vinagre to the remote desktop while the jenkins job is running. 2014/1/7 Dirk Heinrichs > Am 07.01.2014 13:35, schrieb Wim Deblauwe

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Dirk Heinrichs
Am 07.01.2014 13:35, schrieb Wim Deblauwe: > Any idea what might the difference between Jenkins the webapp running > and logging in manually as the jenkins user ? A real user has $DISPLAY set, Jenkins has not. You could try using Xvfb to give your Jenkins job a (virtual) display (there should even

Unable to run flashplayer under Jenkins

2014-01-07 Thread Wim Deblauwe
Hi, I am trying to get the latest flashplayer running under Ubuntu using WINE with Jenkins using vncserver. I have it running fine when logging in manually as the 'jenkins' user. I can see the flashplayer in the remote desktop. However, it does not work from inside the Jenkins application. Thi