Hello list. I was asked to help setting up deployment on Linux system. It is not my first linux deployment, so I do know main steps and some possible errors. But this time it is something new for me. I can not even start wotaskd. When running from terminal it fails with
[2011-4-9 10:46:41 MSD] <main> A fatal exception occurred: <WOApplication>: Cannot be initialized. [2011-4-9 10:46:41 MSD] <main> com.webobjects.foundation.NSForwardException [java.lang.reflect.InvocationTargetException] null:<WOApplication>: Cannot be initialized. at com.webobjects.appserver.WOApplication.<init>(WOApplication.java:918) at Application.<init>(Application.java:112) ......... Caused by: java.lang.reflect.InvocationTargetException ......... at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.webobjects.foundation._NSUtilities.instantiateObject(_NSUtilities.java:614) at com.webobjects.appserver.WOApplication.adaptorWithName(WOApplication.java:1316) at com.webobjects.appserver.WOApplication._initAdaptors(WOApplication.java:1386) at com.webobjects.appserver.WOApplication.<init>(WOApplication.java:802) ......... Caused by: java.net.UnknownHostException: NET-DIST.school19.xeno.ru: NET-DIST.school19.xeno.ru at java.net.InetAddress.getLocalHost(InetAddress.java:1354) at com.webobjects.appserver._private.WOClassicAdaptor.<init>(WOClassicAdaptor.java:93) ... 23 more I have explored all WO configuration files I could remember , but I did not find aforementioned hostname there. Where did wotaskd get that hostname? Why does it need one? And is it possible to override in somewhere? Gennady Kushnir _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com