I (foolishly) did the MacOS 10.4.7 upgrade on my server this
afternoon, and it has broken my webobjects deployment big time. When
I start an instance in the monitor the Frankenstein switch thing
keeps cycling up forever. Furthermore (which I haven't seen before)
when I hit "stop" it just cycles down forever.
I did manage to find the following in /var/log/webobjects.log, tho I
can't get it to repeat the same exception (perhaps it happend while
upgrading):
[2006-07-20 17:42:32 WST] <main> Multicast Response Disabled
[2006-07-20 17:42:32 WST] <Thread-0> Created UDP socket; listening
for requests...
[2006-07-20 17:42:32 WST] <main> The URL for webserver connect is:
http://130.95.1.65/cgi-bin/WebObjects/wotaskd.woa/-1085
The URL for direct connect is:
http://130.95.1.65:1085/cgi-bin/WebObjects/wotaskd.woa
[2006-07-20 17:42:32 WST] <main> null
[2006-07-20 17:42:32 WST] <main> Waiting for requests...
[2006-07-20 17:55:09 WST] <main> A fatal exception occurred:
InetAddress bytes need to have 4 (or better) 6 bytes:
<WOApplication>: Cannot be initialized.
[2006-07-20 17:55:09 WST] <main>
com.webobjects.foundation.NSForwardException for
java.lang.IllegalArgumentException: InetAddress bytes need to have 4
(or better) 6 bytes
at
com.webobjects.eocontrol.EOTemporaryGlobalID._setHostIdentificationBytes
(EOTemporaryGlobalID.java:108)
at com.webobjects.appserver.WOApplication.<init>
(WOApplication.java:594)
at Application.<init>(Application.java:73)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0
(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance
(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance
(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at com.webobjects.appserver.WOApplication.main
(WOApplication.java:323)
at Application.main(Application.java:22)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.webobjects._bootstrap.WOBootstrap.main
(WOBootstrap.java:71)
[2006-07-20 17:55:21 WST] <main> Multicast Response Disabled
[2006-07-20 17:55:21 WST] <Thread-0> Created UDP socket; listening
for requests...
[2006-07-20 17:55:21 WST] <main> The URL for webserver connect is:
http://130.95.1.65/cgi-bin/WebObjects/wotaskd.woa/-1085
The URL for direct connect is:
http://130.95.1.65:1085/cgi-bin/WebObjects/wotaskd.woa
[2006-07-20 17:55:21 WST] <main> null
[2006-07-20 17:55:21 WST] <main> Waiting for requests...
and this:
[2006-07-20 18:05:15 WST] <main> Error getting address for Host:
gungurru.csse.uwa.edu.au
[2006-07-20 18:05:15 WST] <main> Multicast Response Disabled
[2006-07-20 18:05:15 WST] <Thread-0> Created UDP socket; listening
for requests...
[2006-07-20 18:05:15 WST] <WorkerThread0> Exception getting instance:
localhost/127.0.0.1 + 56789
[2006-07-20 18:05:15 WST] <main> The URL for webserver connect is:
http://127.0.0.1/cgi-bin/WebObjects/wotaskd.woa/-1085
The URL for direct connect is:
http://127.0.0.1:1085/cgi-bin/WebObjects/wotaskd.woa
[2006-07-20 18:05:15 WST] <main> null
[2006-07-20 18:05:15 WST] <main> Waiting for requests...
[2006-07-20 18:05:45 WST] <WorkerThread0> Exception getting instance:
localhost/127.0.0.1 + 56789
[2006-07-20 18:06:15 WST] <WorkerThread0> Exception getting instance:
localhost/127.0.0.1 + 56789
then I just get hundreds of that last line 30 seconds apart so
presumably corresponding to the 30sec refresh cycle of the monitor.
I managed to get this bit again once:
[2006-07-20 18:38:58 WST] <main> Error getting address for Host:
gungurru.csse.uwa.edu.au
[2006-07-20 18:38:58 WST] <main> Multicast Response Disabled
[2006-07-20 18:38:58 WST] <Thread-0> Created UDP socket; listening
for requests...
[2006-07-20 18:38:58 WST] <WorkerThread0> Exception getting instance:
localhost/127.0.0.1 + 56789
[2006-07-20 18:38:58 WST] <main> The URL for webserver connect is:
http://127.0.0.1/cgi-bin/WebObjects/wotaskd.woa/-1085
The URL for direct connect is:
http://127.0.0.1:1085/cgi-bin/WebObjects/wotaskd.woa
[2006-07-20 18:38:58 WST] <main> null
[2006-07-20 18:38:58 WST] <main> Waiting for requests...
[2006-07-20 18:39:28 WST] <WorkerThread0> Exception getting instance:
localhost/127.0.0.1 + 56789
and then back to the 30 second complaints.
Running the app in development mode still works fine as far as I can
see - tho I still get some of these in the log:
[2006-07-20 18:47:44 WST] <WorkerThread15> Exception getting
instance: gungurru.csse.uwa.edu.au/130.95.1.65 + 9090
[2006-07-20 18:47:58 WST] <WorkerThread0> Exception getting instance:
localhost/127.0.0.1 + 56789
[2006-07-20 18:48:14 WST] <WorkerThread15> Exception getting
instance: gungurru.csse.uwa.edu.au/130.95.1.65 + 9090
[2006-07-20 18:48:28 WST] <WorkerThread0> Exception getting instance:
localhost/127.0.0.1 + 56789
(9090 is the address for the developer mode execution is set to open in)
Any help from anyone who understands what all of the above means
would be greatly appreciated!
Thanks
Cara
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to archive@mail-archive.com