Re: Error on deployment - Can't connect to window server

2010-02-23 Thread James Cicenia
Thanks! I just add and edit the code... I will look at what the heck they were including j On Feb 23, 2010, at 2:44 PM, Mike Schrag wrote: > somehow whatever you did with your app is touching EOUserInterfaceParameters, > which touches the java.awt.Dimension class, which tries to initialize AWT

Re: Error on deployment - Can't connect to window server

2010-02-23 Thread Mike Schrag
somehow whatever you did with your app is touching EOUserInterfaceParameters, which touches the java.awt.Dimension class, which tries to initialize AWT. you can avoid this by setting -Djava.awt.headless=true in your VM params, but you're probably masking an actual problem. Some framework you're

Error on deployment - Can't connect to window server

2010-02-23 Thread James Cicenia
This is a very simple app I am using to try to learn and test some AJAX stuff. I have never seen this error before and I certainly don't use Windows. Thanks James Feb 23 14:19:37 N/A[N/A] (ERXNSLogLog4jBridge.java:43) WARN NSLog - A fatal exception occurred: Can't connect to window server -