WebObjects 5.2.3 & XCode 1.2
WebObjects 5.2.3 & XCode 1.2
- Subject: WebObjects 5.2.3 & XCode 1.2
- From: Pat Homelvig <email@hidden>
- Date: Tue, 15 Jun 2004 14:58:20 -0600
*This message was transferred with a trial version of CommuniGate(tm) Pro*
We have a computer that has WO 5.2.3 Dev installed on it, and XCode
1.2. We created a brand new WO application, and in launching it from
XCode, we get the following exception:
[2004-06-15 14:46:45 MDT] <main> WOSMTPHost=smtp
[2004-06-15 14:46:45 MDT] <main>
WOFrameworksBaseURL=/WebObjects/Frameworks
[2004-06-15 14:46:45 MDT] <main> WOAdditionalAdaptors=()
[2004-06-15 14:46:45 MDT] <main> WOLifebeatDestinationPort=1085
[2004-06-15 14:46:45 MDT] <main> WOPort=-1
[2004-06-15 14:46:45 MDT] <main> WOLifebeatInterval=30
[2004-06-15 14:46:45 MDT] <main> WOSocketCacheSize=100
[2004-06-15 14:46:45 MDT] <main>
WOUserDirectory=/Users/zippy/Companies/WhiteWolf/Projects/KagiOrder2/
build
[2004-06-15 14:46:45 MDT] <main> WODisplayExceptionPages=true
[2004-06-15 14:46:45 MDT] <main> com.webobjects.pid = 5933
[2004-06-15 14:46:45 MDT] <main> ------------------------
[2004-06-15 14:46:46 MDT] <main> Unable to establish a connection to
port 0 on this host. Perhaps this port is already in use by another
WebObjects application instance.
[2004-06-15 14:46:46 MDT] <main> <WOApplication>: Cannot be
initialized.null
[2004-06-15 14:46:46 MDT] <main> A fatal exception occurred: null:
<WOApplication>: Cannot be initialized.
[2004-06-15 14:46:46 MDT] <main>
com.webobjects.foundation.NSForwardException for
com.webobjects.foundation.NSForwardException for
java.net.BindException: Can't assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:141)
Since the port is -1, it should select a default port (not 0).
We then defined WOPort=9000 from the commandline, and get the following:
[2004-06-15 14:54:52 MDT] <main>
WOFrameworksBaseURL=/WebObjects/Frameworks
[2004-06-15 14:54:52 MDT] <main> WOAdditionalAdaptors=()
[2004-06-15 14:54:52 MDT] <main> WOLifebeatDestinationPort=1085
[2004-06-15 14:54:52 MDT] <main> WOPort=9000
[2004-06-15 14:54:52 MDT] <main> WOLifebeatInterval=30
[2004-06-15 14:54:52 MDT] <main> WOSocketCacheSize=100
[2004-06-15 14:54:52 MDT] <main>
WOUserDirectory=/Users/zippy/Companies/WhiteWolf/Projects/KagiOrder2/
build
[2004-06-15 14:54:52 MDT] <main> WODisplayExceptionPages=true
[2004-06-15 14:54:52 MDT] <main> com.webobjects.pid = 6576
[2004-06-15 14:54:52 MDT] <main> ------------------------
[2004-06-15 14:54:53 MDT] <main> Unable to establish a connection to
port 9000 on this host. Perhaps this port is already in use by another
WebObjects application instance.
[2004-06-15 14:54:53 MDT] <main> <WOApplication>: Cannot be
initialized.null
[2004-06-15 14:54:53 MDT] <main> A fatal exception occurred: null:
<WOApplication>: Cannot be initialized.
[2004-06-15 14:54:53 MDT] <main>
com.webobjects.foundation.NSForwardException for
com.webobjects.foundation.NSForwardException for
java.net.BindException: Can't assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:141)
at
com.webobjects.appserver._private.WODefaultAdaptor._initServerSocket(WOD
efaultAdaptor.java:208)
First, do we have to re-install WO 5.2.3 after we install XCode 1.2?
Does anyone have any suggestions why we are getting the error?
Thanks in advance.
Pat Homelvig
White Wolf Software, Inc.
303-906-6104
mailto:email@hidden
http://www.whitewolf.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.