> Author: crossley
> Date: Thu Jan  6 00:18:08 2011
> New Revision: 1055692
> 
> URL: http://svn.apache.org/viewvc?rev=1055692&view=rev
> Log:
> Try setting sysproperty java.awt.headless true.
> While forrest does run okay on vmgump and on zone,
> on the adam.a.o Mac OS X it issues "java.lang.InternalError:
> Can't connect to window server - not enough permissions"
> and then hangs for one hour until killed.

That did not fix it.

Actually i see now that this is already set at the top level
Host Configuration metadata/adam.xml

Can anyone help to resolve this please.

-David

> Modified:
>     gump/metadata/project/forrest.xml
> 
> Modified: gump/metadata/project/forrest.xml
> URL: 
> http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=1055692&r1=1055691&r2=1055692&view=diff
> ==============================================================================
> --- gump/metadata/project/forrest.xml (original)
> +++ gump/metadata/project/forrest.xml Thu Jan  6 00:18:08 2011
> @@ -84,7 +84,9 @@
>  
>    <project name="forrest-test-basic">
>  <!-- Build the "seed-basic" site, which utilises no plugins. -->
> -    <ant basedir="main" target="test-basic"/>
> +    <ant basedir="main" target="test-basic">
> +      <sysproperty name="java.awt.headless" value="true"/>
> +    </ant>
>      <depend project="forrest-core" inherit="runtime"/>
>      <depend project="commons-jxpath"/>
[ snip ]

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

Reply via email to