• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Windows Development with WO 5.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Windows Development with WO 5.3


  • Subject: Windows Development with WO 5.3
  • From: "John Huss" <email@hidden>
  • Date: Thu, 4 Jan 2007 16:52:36 -0600

I'm trying to get WO development going on my Windows XP machine.  I
don't have a WO cd, but I do have a mac with WO that I've been using
for some time.  Here's what I've done so far:

Installed Apache
Installed Java
Installed Eclipse
Installed WOLips
Installed EOGenerator
Installed FrontBase

Copied needed frameworks from /System/Library/Frameworks
Copied needed frameworks from /Library/Frameworks
Copied needed jars from /Library/Java/Extensions
Copied needed jars from /Library/Webobjects/Extensions

Set NEXT_ROOT environment variable
Changed TMP and TEMP environment variables to have no spaces

I can compile fine, but not run yet.

I still need the CGI and mod_webobjects adaptors.  I don't know how to
get those.  Any help?

And I'm probably missing other stuff too.  Here's the output I get at
this point:

[2007-01-04 16:39:52 CST] <main> Failed to load
file:///C:\Apple\System\Library\Frameworks\JavaEOControl.framework/Resources/Info.plist.
Treating as empty. com.webobjects.foundation.NSForwardException
[java.io.FileNotFoundException]
C:\Apple\System\Library\Frameworks\JavaEOControl.framework\Resources\Info.plist
(The system cannot find the path specified)
[2007-01-04 16:39:52 CST] <main> Failed to load
file:///C:\Apple\System\Library\Frameworks\JavaEOAccess.framework/Resources/Info.plist.
Treating as empty. com.webobjects.foundation.NSForwardException
[java.io.FileNotFoundException]
C:\Apple\System\Library\Frameworks\JavaEOAccess.framework\Resources\Info.plist
(The system cannot find the path specified)
[2007-01-04 16:39:52 CST] <main> Failed to load
file:///C:\Apple\System\Library\Frameworks\JavaEOApplication.framework/Resources/Info.plist.
Treating as empty. com.webobjects.foundation.NSForwardException
[java.io.FileNotFoundException]
C:\Apple\System\Library\Frameworks\JavaEOApplication.framework\Resources\Info.plist
(The system cannot find the path specified)
[2007-01-04 16:39:52 CST] <main> WOMaxIOBufferSize=8196
[2007-01-04 16:39:52 CST] <main> WOWorkerThreadCountMin=16
[2007-01-04 16:39:52 CST] <main> WOSocketMonitorSleepTime=50
[2007-01-04 16:39:52 CST] <main> WODirectConnectEnabled=true
[2007-01-04 16:39:52 CST] <main> WOIncludeCommentsInResponse=false
[2007-01-04 16:39:52 CST] <main> WOWorkerThreadCount=8
[2007-01-04 16:39:52 CST] <main>
WOAdaptorURL=http://127.0.0.1/cgi-bin/WebObjects
[2007-01-04 16:39:52 CST] <main> WOIDE=WOLips
[2007-01-04 16:39:52 CST] <main> WODebuggingEnabled=true
[2007-01-04 16:39:52 CST] <main> WOListenQueueSize=128
[2007-01-04 16:39:52 CST] <main> WOMissingResourceSearchEnabled=true
[2007-01-04 16:39:52 CST] <main> WOApplicationClassName=Application
[2007-01-04 16:39:52 CST] <main> WOSessionStoreClassName=WOServerSessionStore
[2007-01-04 16:39:52 CST] <main> WOContextClassName=WOContext
[2007-01-04 16:39:52 CST] <main> WOCachingEnabled=false
[2007-01-04 16:39:52 CST] <main> WOAcceptMalformedCookies=false
[2007-01-04 16:39:52 CST] <main> NSProjectSearchPath=(..,../..)
[2007-01-04 16:39:52 CST] <main> WOMonitorEnabled=false
[2007-01-04 16:39:52 CST] <main> WOAllowRapidTurnaround=true
[2007-01-04 16:39:52 CST] <main> WORootDirectory=C:\Apple
[2007-01-04 16:39:52 CST] <main> WOGenerateWSDL=true
[2007-01-04 16:39:52 CST] <main> WOWorkerThreadCountMax=256
[2007-01-04 16:39:52 CST] <main> WOAllowsConcurrentRequestHandling=false
[2007-01-04 16:39:52 CST] <main> WOAdaptor=WODefaultAdaptor
[2007-01-04 16:39:52 CST] <main> WOSessionTimeOut=3600
[2007-01-04 16:39:52 CST] <main> WORoot=C:\Apple
[2007-01-04 16:39:52 CST] <main> WOMaxSocketIdleTime=180000
[2007-01-04 16:39:52 CST] <main> WODefaultUndoStackLimit=10
[2007-01-04 16:39:52 CST] <main> WOAutoOpenClientApplication=true
[2007-01-04 16:39:52 CST] <main> WOAutoOpenInBrowser=true
[2007-01-04 16:39:52 CST] <main> WOApplicationBaseURL=/WebObjects
[2007-01-04 16:39:52 CST] <main> WOMaxHeaders=200
[2007-01-04 16:39:52 CST] <main> WOLifebeatEnabled=true
[2007-01-04 16:39:52 CST] <main> WOAllowsCacheControlHeader=true
[2007-01-04 16:39:52 CST] <main> WOSMTPHost=smtp
[2007-01-04 16:39:52 CST] <main> WOFrameworksBaseURL=/WebObjects/Frameworks
[2007-01-04 16:39:52 CST] <main> WOAdditionalAdaptors=()
[2007-01-04 16:39:52 CST] <main> WOStatisticsStoreSessionMax=50
[2007-01-04 16:39:52 CST] <main> WOLifebeatDestinationPort=1085
[2007-01-04 16:39:52 CST] <main> WOPort=1234
[2007-01-04 16:39:52 CST] <main> WOLifebeatInterval=30
[2007-01-04 16:39:52 CST] <main> WOSocketCacheSize=100
[2007-01-04 16:39:52 CST] <main>
WOUserDirectory=C:\workspace\AWOApp\build\AWOApp.woa
[2007-01-04 16:39:52 CST] <main> WODisplayExceptionPages=true
[2007-01-04 16:39:52 CST] <main> ------------------------
[2007-01-04 16:39:52 CST] <main> Created adaptor of class
WODefaultAdaptor on port 1234 and address John/192.168.223.178 with
WOWorkerThread minimum of 16 and maximum of 256
[2007-01-04 16:39:52 CST] <main> NSBundle is unable to find
"ExtensionsForResources.plist" in the main bundle.  Ignoring optional
configuration file.
Welcome to MainBundle !
[2007-01-04 16:39:54 CST] <main> Creating LifebeatThread now with:
MainBundle 1234 John/192.168.223.178 1085 30000
[2007-01-04 16:39:54 CST] <main> Unable to locate WOOpenURL on your
computer, AutoOpen launch will not work
[2007-01-04 16:39:54 CST] <main> Opening application's URL in browser:
http://192.168.223.178:1234/cgi-bin/WebObjects/MainBundle.woa
[2007-01-04 16:39:55 CST] <main> null
[2007-01-04 16:39:54 CST] <main> Waiting for requests...
[2007-01-04 16:40:43 CST] <WorkerThread0>
<com.webobjects.appserver._private.WOComponentRequestHandler>:
Exception occurred while handling request:
java.lang.NullPointerException
[2007-01-04 16:40:43 CST] <WorkerThread0> java.lang.NullPointerException
	at com.webobjects.appserver._private.WOComponentDefinition.<init>(WOComponentDefinition.java:84)
	at com.webobjects.appserver.WOApplication._componentDefinitionFromClassNamed(WOApplication.java:2353)
	at com.webobjects.appserver.WOApplication._componentDefinition(WOApplication.java:2448)
	at com.webobjects.appserver.WOApplication.pageWithName(WOApplication.java:1943)
	at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedSession(WOComponentRequestHandler.java:273)
	at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedApplication(WOComponentRequestHandler.java:322)
	at com.webobjects.appserver._private.WOComponentRequestHandler._handleRequest(WOComponentRequestHandler.java:358)
	at com.webobjects.appserver._private.WOComponentRequestHandler.handleRequest(WOComponentRequestHandler.java:432)
	at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1306)
	at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:173)
	at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:254)
	at java.lang.Thread.run(Unknown Source)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: NSTimestamp problem
  • Next by Date: Service and WSDL problem (help?)
  • Previous by thread: Re: NSTimestamp problem
  • Next by thread: Service and WSDL problem (help?)
  • Index(es):
    • Date
    • Thread