so I can a hostname: [root@intrawebii ~]# hostname intrawebii.agencysacks.com [root@intrawebii ~]#
then I tried to ping and low and behold a DNS issue. I found an error in resolv.conf vi /etc/resolv.conf thought I fixed it only to find that a line in: /etc/sysconfig/network-scripts/ifcfg-eth0 was overriding it. long and short DNS now works. Thanks for pointing me in the right direction. Ted > > Does intrawebii.agencysacks.com exists in DNS? > --- On Wed, 10/24/12, Pascal Robert <[email protected]> wrote: > From: Pascal Robert <[email protected]> > Subject: Re: centos deploy problems > To: "Theodore Petrosky" <[email protected]> > Cc: "WebObjects" <[email protected]> > Date: Wednesday, October 24, 2012, 8:52 AM > > Le 2012-10-24 à 08:41, Theodore Petrosky <[email protected]> > a écrit : > > > I have done this before on centos, so I don't know why > I am having problems. > > > > I am in the appserver account: > > > > > $NEXT_ROOT/Local/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd > & > > > > [2012-10-24 8:33:31 EDT] <main> The bundle > wotaskd has malformed version number: > > 2012-10-24 08:33:31,746 INFO 27.98 MB/23.33 MB > [main] logging.ERXLogger (ERXLogger.java:213) - Updated the > logging configuration with the current system properties. > > 2012-10-24 08:33:31,753 INFO 27.98 MB/23.33 MB > [main] logging.ERXLogger (ERXLogger.java:213) - Updated the > logging configuration with the current system properties. > > 2012-10-24 08:33:31,816 WARN 30.1 MB/21.22 MB > [main] logging.ERXNSLogLog4jBridge > (ERXNSLogLog4jBridge.java:43) - Couldn't load properties > file: /home/appserver/WebObjects.properties at path: > /home/appserver > > 2012-10-24 08:33:41,844 WARN 30.1 MB/21.22 MB > [main] logging.ERXNSLogLog4jBridge > (ERXNSLogLog4jBridge.java:43) - > <com.webobjects.appserver._private.WOClassicAdaptor > _maxWorkerThreads=0 nmbOfWorkerThreads=0 > _nmbOfActiveThreads=0 _windowSize=0 port=1085 > dispatchesRequestsConcurrentlyFlag=true > listenSocket=null> Failed to get localhost address > > 2012-10-24 08:33:41,849 WARN 30.1 MB/21.22 MB > [main] logging.ERXNSLogLog4jBridge > (ERXNSLogLog4jBridge.java:43) - A fatal exception occurred: > <WOApplication>: Cannot be initialized. > > [2012-10-24 8:33:41 EDT] <main> > com.webobjects.foundation.NSForwardException > [java.net.UnknownHostException] intrawebii.agencysacks.com: > intrawebii.agencysacks.com:<WOApplication>: Cannot be > initialized. > > > > from the env cli > > > > PWD=/home/appserver > > LANG=en_US.UTF-8 > > NEXT_ROOT=/opt > > > > > > I don't understand this part of the error message: > > > > Couldn't load properties file: > /home/appserver/WebObjects.properties at path: > /home/appserver > > That's not what is making it to crash, the reason is here: > > > 2012-10-24 08:33:41,844 WARN 30.1 MB/21.22 MB > [main] logging.ERXNSLogLog4jBridge > (ERXNSLogLog4jBridge.java:43) - > <com.webobjects.appserver._private.WOClassicAdaptor > _maxWorkerThreads=0 nmbOfWorkerThreads=0 > _nmbOfActiveThreads=0 _windowSize=0 port=1085 > dispatchesRequestsConcurrentlyFlag=true > listenSocket=null> Failed to get localhost address > > 2012-10-24 08:33:41,849 WARN 30.1 MB/21.22 MB > [main] logging.ERXNSLogLog4jBridge > (ERXNSLogLog4jBridge.java:43) - A fatal exception occurred: > <WOApplication>: Cannot be initialized. > > [2012-10-24 8:33:41 EDT] <main> > com.webobjects.foundation.NSForwardException > [java.net.UnknownHostException] intrawebii.agencysacks.com: > intrawebii.agencysacks.com:<WOApplication>: Cannot be > initialized. > > Does intrawebii.agencysacks.com exists in DNS? > > > What did I do wrong? > > > > I am about to wipe the install and start it again. > Maybe I wasn't careful (or I was careless). > > > > Ted > > > > > > _______________________________________________ > > Do not post admin requests to the list. They will be > ignored. > > Webobjects-dev mailing list ([email protected]) > > Help/Unsubscribe/Update your Subscription: > > https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > > > This email sent to [email protected] > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
