I looked at the faq and my permissions are set with this command:
sudo chown -R root:wheel proofs.woa
That should be correct, as far as I know, but the application still doesn't 
start with the WOMonitor.

Yury Peskin
Director of IT Services
Cycle Software Services
8711 Lyndale Ave S.
Bloomington, MN 55420

-----Original Message-----
From: Chuck Hill [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 05, 2008 3:58 PM
To: Yury Peskin
Cc: webobjects-dev@lists.apple.com
Subject: Re: Deployment woes

See http://www.gvcsitemaker.com/gvc.webobjects/faq&mode=single&recordID=19193

Chuck

On Apr 5, 2008, at 1:30 PM, Yury Peskin wrote:

> List,
> I'm getting ready to deploy my app and I'm having a problem.  The  
> app starts if I start it from the command line, but not from the  
> monitor.  The log of the started app is below.
> Any ideas?
> thanks,
> Yury
>
>
> Reading MacOSClassPath.txt ...
> Launching proofs.woa ...
> java -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory="/System" - 
> DWOLocalRootDirectory="" -DWOUserDirectory="/Library/WebObjects/ 
> Applications/proofs.woa" -DWOEnvClassPath="" - 
> DWOApplicationClass=Application -DWOPlatform=MacOS - 
> Dcom.webobjects.pid=1046 -classpath WOBootstrap.jar  
> com.webobjects._bootstrap.WOBootstrap
> appRoot is /Library/WebObjects/Applications/proofs.woa/Contents
> Loading /Library/WebObjects/Applications/proofs.woa/Contents/MacOS/ 
> MacOSClassPath.txt
> Generated classpath:
>  /Library/WebObjects/Applications/proofs.woa/Contents/Resources/Java/ 
> proofs.jar
>  /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/ 
> javafoundation.jar
>  /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/ 
> javaeocontrol.jar
>  /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/ 
> javaeoaccess.jar
>  /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/ 
> javawebobjects.jar
>  /System/Library/Frameworks/JavaWOExtensions.framework/Resources/ 
> Java/JavaWOExtensions.jar
>  /System/Library/Frameworks/JavaXML.framework/Resources/Java/ 
> javaxml.jar
>  /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/ 
> javajdbcadaptor.jar
>  /var/root/Library/Java
>  /Library/Java/
>  /System/Library/Java/
>  /Network/Library/Java
>  /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
>  /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
>  /Library/WebObjects/Extensions/axis-ant.jar
>  /Library/WebObjects/Extensions/axis.jar
>  /Library/WebObjects/Extensions/commons-discovery.jar
>  /Library/WebObjects/Extensions/commons-logging.jar
>  /Library/WebObjects/Extensions/jaxrpc.jar
>  /Library/WebObjects/Extensions/log4j-1.2.4.jar
>  /Library/WebObjects/Extensions/saaj.jar
>  /Library/WebObjects/Extensions/wsdl4j.jar
>  /Library/WebObjects/Extensions/
> [2008-04-05 14:26:26 CST] <main> WOMaxIOBufferSize=8196
> [2008-04-05 14:26:26 CST] <main> WOWorkerThreadCountMin=16
> [2008-04-05 14:26:26 CST] <main> WOSocketMonitorSleepTime=50
> [2008-04-05 14:26:26 CST] <main> WODirectConnectEnabled=true
> [2008-04-05 14:26:26 CST] <main> WOIncludeCommentsInResponse=false
> [2008-04-05 14:26:26 CST] <main> WOWorkerThreadCount=8
> [2008-04-05 14:26:26 CST] <main> 
> WOAdaptorURL=http://127.0.0.1/cgi-bin/WebObjects
> [2008-04-05 14:26:26 CST] <main> WOPlatform=MacOS
> [2008-04-05 14:26:26 CST] <main> WODebuggingEnabled=true
> [2008-04-05 14:26:26 CST] <main> WOEnvClassPath=
> [2008-04-05 14:26:26 CST] <main> WOListenQueueSize=128
> [2008-04-05 14:26:26 CST] <main> WOMissingResourceSearchEnabled=true
> [2008-04-05 14:26:26 CST] <main>  
> WOSessionStoreClassName=WOServerSessionStore
> [2008-04-05 14:26:26 CST] <main> WOContextClassName=WOContext
> [2008-04-05 14:26:26 CST] <main> WOCachingEnabled=false
> [2008-04-05 14:26:26 CST] <main> WOApplicationClass=Application
> [2008-04-05 14:26:26 CST] <main> WOAcceptMalformedCookies=false
> [2008-04-05 14:26:26 CST] <main> NSProjectSearchPath=("..")
> [2008-04-05 14:26:26 CST] <main> WOMonitorEnabled=false
> [2008-04-05 14:26:26 CST] <main> WOAllowRapidTurnaround=true
> [2008-04-05 14:26:26 CST] <main> WORootDirectory=/System
> [2008-04-05 14:26:26 CST] <main> WOLocalRootDirectory=
> [2008-04-05 14:26:26 CST] <main> WOGenerateWSDL=true
> [2008-04-05 14:26:26 CST] <main> WOWorkerThreadCountMax=256
> [2008-04-05 14:26:26 CST] <main>  
> WOAllowsConcurrentRequestHandling=false
> [2008-04-05 14:26:26 CST] <main> WOAdaptor=WODefaultAdaptor
> [2008-04-05 14:26:26 CST] <main> WOSessionTimeOut=3600
> [2008-04-05 14:26:26 CST] <main> WOMaxSocketIdleTime=180000
> [2008-04-05 14:26:26 CST] <main> WODefaultUndoStackLimit=10
> [2008-04-05 14:26:26 CST] <main> WOAutoOpenClientApplication=true
> [2008-04-05 14:26:26 CST] <main> WOAutoOpenInBrowser=true
> [2008-04-05 14:26:26 CST] <main> WOApplicationBaseURL=/WebObjects
> [2008-04-05 14:26:26 CST] <main> WOMaxHeaders=200
> [2008-04-05 14:26:26 CST] <main> WOLifebeatEnabled=true
> [2008-04-05 14:26:26 CST] <main> WOAllowsCacheControlHeader=true
> [2008-04-05 14:26:26 CST] <main> WOSMTPHost=smtp
> [2008-04-05 14:26:26 CST] <main> WOFrameworksBaseURL=/WebObjects/ 
> Frameworks
> [2008-04-05 14:26:26 CST] <main> WOAdditionalAdaptors=()
> [2008-04-05 14:26:26 CST] <main> WOLifebeatDestinationPort=1085
> [2008-04-05 14:26:26 CST] <main> WOPort=-1
> [2008-04-05 14:26:26 CST] <main> WOLifebeatInterval=30
> [2008-04-05 14:26:26 CST] <main> WOSocketCacheSize=100
> [2008-04-05 14:26:26 CST] <main> WOUserDirectory=/Library/WebObjects/ 
> Applications/proofs.woa
> [2008-04-05 14:26:26 CST] <main> WODisplayExceptionPages=true
> [2008-04-05 14:26:26 CST] <main> com.webobjects.pid = 1046
> [2008-04-05 14:26:26 CST] <main> ------------------------
> [2008-04-05 14:26:26 CST] <main> Created adaptor of class  
> WODefaultAdaptor on port 51828 and address trinity/10.0.0.16 with  
> WOWorkerThread minimum of 16 and maximum of 256
> [2008-04-05 14:26:26 CST] <main> NSBundle is unable to find  
> "ExtensionsForResources.plist" in the main bundle.  Ignoring  
> optional configuration file.
> [2008-04-05 14:26:26 CST] <main> Cannot use rapid turnaround.   
> Please start Xcode and open the project for this application.
> [2008-04-05 14:26:26 CST] <main> Creating LifebeatThread now with:  
> proofs 51828 trinity/10.0.0.16 1085 30000
> Welcome to proofs!
> [2008-04-05 14:26:26 CST] <main> Unable to locate WOOpenURL on your  
> computer, AutoOpen launch will not work
> [2008-04-05 14:26:26 CST] <main> Opening application's URL in browser:
> http://10.0.0.16:51828/cgi-bin/WebObjects/proofs.woa
> [2008-04-05 14:26:26 CST] <main> Waiting for requests...
>
> _______________________________________________
> 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/chill%40global-village.net
>
> This email sent to [EMAIL PROTECTED]
>

-- 

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.
http://www.global-village.net/products/practical_webobjects






 _______________________________________________
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 [EMAIL PROTECTED]

Reply via email to