Hallo:
We try to install a new Mac Os X Server 10.4.7 with WebObjects. We have
tried several things up to now to get Wo running, inkluding a complete
reinstall of everything but still no luck :-(.
We have istalled Xcode to be able to compile the app on the server (to
make sure that the failure upon start of the compiled version is not
due to a version problem between the compiling machine and this
server), but we are not even able to compile the app on the new server.
The app we now try to work is a hello world app with nothing in it but
a hello world statement in main.
This is the stacktrace of the compilation. Perhaps someone has seen
this before and can point us into the right direction.
Thanks for some input.
Regards,
Ute
/Developer/Private/jam -d1 -j2
JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase
JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=4.0
CONFIGURATION=Deployment BUILD_STYLE=Deployment
"CPP_HEADERMAP_FILE=/Users/admin/Desktop/wotest/testzwei/build/
testzwei.build/Deployment/Application
Server.build/_WOServertestzwei.hmap"
SRCROOT=/Users/admin/Desktop/wotest/testzwei
OBJROOT=/Users/admin/Desktop/wotest/testzwei/build
SYMROOT=/Users/admin/Desktop/wotest/testzwei/build
DSTROOT=/tmp/testzwei.dst
Mkdir /Users/admin/Desktop/wotest/testzwei/build/Deployment
/bin/mkdir -p /Users/admin/Desktop/wotest/testzwei/build/Deployment
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
SymLink
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses
/bin/mkdir -p
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses"
ClearJavaFileList
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaFileList
/bin/rm -rf
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaFileList" && /usr/bin/touch
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaFileList"
AppendToJavaFileList
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses/Application.class
AppendToJavaFileList
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses/DirectAction.class
AppendToJavaFileList
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses/Session.class
AppendToJavaFileList
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses/Main.class
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources
JavaCompile.default <CompileJava>_WOServertestzwei.tmp
frameworkjars=""
for i in `echo
/System/Library/Frameworks/JavaFoundation.framework/Resources/Java/
*.jar
/System/Library/Frameworks/JavaEOControl.framework/Resources/Java/*.jar
/System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/*.jar
/System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/
*.jar
/System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/
*.jar /System/Library/Frameworks/JavaXML.framework/Resources/Java/*.jar
/System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/
*.jar
/System/Library/Frameworks/JavaFoundation.framework/Resources/Java/
*.zip
/System/Library/Frameworks/JavaEOControl.framework/Resources/Java/*.zip
/System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/*.zip
/System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/
*.zip
/System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/
*.zip /System/Library/Frameworks/JavaXML.framework/Resources/Java/*.zip
/System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/
*.zip ` ; do if [ -f "$i" ] ; then frameworkjars="$frameworkjars":"$i"
; fi ; done
classpath="/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/
Deployment/Application
Server.build/JavaClasses:/System/Library/Frameworks/
JavaFoundation.framework/Resources/Java:/System/Library/Frameworks/
JavaEOControl.framework/Resources/Java:/System/Library/Frameworks/
JavaEOAccess.framework/Resources/Java:/System/Library/Frameworks/
JavaWebObjects.framework/Resources/Java:/System/Library/Frameworks/
JavaWOExtensions.framework/Resources/Java:/System/Library/Frameworks/
JavaXML.framework/Resources/Java:/System/Library/Frameworks/
JavaJDBCAdaptor.framework/Resources/Java$frameworkjars:"`/usr/bin/
javaconfig DefaultClasspath`
/usr/bin/javac -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
-extdirs
/Library/WebObjects/Extensions:/Library/Java/Extensions:/System/
Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/
Home/lib/ext -g -encoding MACINTOSH -sourcepath
/Users/admin/Desktop/wotest/testzwei/. -classpath "$classpath" -d
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses"
'@/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaFileList'
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Main.api
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks Main.api
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Main.wo
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks Main.wo
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/WOAfile.icns
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks WOAfile.icns
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Properties
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks Properties
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Info.plist
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/Info.plist"
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/MacOS
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/MacOS
Cp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/MacOS/_WOServertestzwei
/bin/cp
/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/
JavaApplicationStub
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/MacOS/_WOServertestzwei
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Java
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Java
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/Objects-normal
/bin/mkdir -p
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/Objects-normal"
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/DerivedSources
/bin/mkdir -p
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/DerivedSources"
BuildPhase <DeriveAndCompileSources>_WOServertestzwei.tmp
ClassArchive.jarArchive
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Java/_WOServertestzwei.jar
cd
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/JavaClasses" && /bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Java && /usr/bin/jar cvf0
"-J-Dfile.encoding=UTF8"
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp/Contents/Resources/Java/_WOServertestzwei.jar .
Manifest wurde hinzugefügt.
Hinzufügen von: Application.class(ein = 1287) (aus= 1287)(gespeichert 0
%)
Hinzufügen von: DirectAction.class(ein = 607) (aus= 607)(gespeichert 0
%)
Hinzufügen von: Main.class(ein = 357) (aus= 357)(gespeichert 0 %)
Hinzufügen von: Session.class(ein = 268) (aus= 268)(gespeichert 0 %)
BuildPhase <CopyResources>_WOServertestzwei.tmp
BuildPhase <JavaArchiveFiles>_WOServertestzwei.tmp
BuildPhase <LinkWithFrameworksAndLibraries>_WOServertestzwei.tmp
PhaseScriptExecution
<Execution>/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/
Deployment/Application Server.build/BPTag004-script.sh
echo "=== Script ==="
cat
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/BPTag004-script.sh"
echo "--- Output ---"
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Application Server.build/BPTag004-script.sh"
_result=$?
echo "=== Exit code: ${_result} ==="
exit ${_result}
=== Script ===
#!/bin/sh
# Copy the requisite files from the Server and Client directories into
the final wrapper directory
. "${BUILD_FILES_DIR}/ComputeTargetClasspath.sh" "NO"
"${SERVER_UNIQUIFIER}"
--- Output ---
Saving build-time classpath...
=== Exit code: 0 ===
BuildPhase <Script>_WOServertestzwei.tmp
Touch
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
SetMode
<ModeOwnerGroup>/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
/bin/chmod -RH a+rX
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
SetOwnerAndGroup
<ModeOwnerGroup>/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
/usr/sbin/chown -RH admin:staff
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOServertestzwei.tmp
/Developer/Private/jam -d1 -j2
JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase
JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=4.0
CONFIGURATION=Deployment BUILD_STYLE=Deployment
"CPP_HEADERMAP_FILE=/Users/admin/Desktop/wotest/testzwei/build/
testzwei.build/Deployment/Web Server.build/_WOClienttestzwei.hmap"
SRCROOT=/Users/admin/Desktop/wotest/testzwei
OBJROOT=/Users/admin/Desktop/wotest/testzwei/build
SYMROOT=/Users/admin/Desktop/wotest/testzwei/build
DSTROOT=/tmp/testzwei.dst
SymLink
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp/Contents
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp/Contents
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/Objects-normal
/bin/mkdir -p
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/Objects-normal"
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp/Contents/Info.plist
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/Info.plist"
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp/Contents
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/JavaClasses
/bin/mkdir -p
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/JavaClasses"
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/DerivedSources
/bin/mkdir -p
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/DerivedSources"
BuildPhase <CopyResources>_WOClienttestzwei.tmp
BuildPhase <JavaArchiveFiles>_WOClienttestzwei.tmp
BuildPhase <LinkWithFrameworksAndLibraries>_WOClienttestzwei.tmp
PhaseScriptExecution
<Execution>/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/
Deployment/Web Server.build/BPTag004-script.sh
echo "=== Script ==="
cat
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/BPTag004-script.sh"
echo "--- Output ---"
"/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
Web Server.build/BPTag004-script.sh"
_result=$?
echo "=== Exit code: ${_result} ==="
exit ${_result}
=== Script ===
#!/bin/sh
# Copy the requisite files from the Server and Client directories into
the final wrapper directory
if [ "${BUILD_CLIENT_LAUNCH_SCRIPT}" = "YES" ]; then
. "${BUILD_FILES_DIR}/ComputeTargetClasspath.sh" "YES"
"${CLIENT_UNIQUIFIER}"
fi
--- Output ---
=== Exit code: 0 ===
BuildPhase <Script>_WOClienttestzwei.tmp
Touch
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
SetMode
<ModeOwnerGroup>/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
/bin/chmod -RH a+rX
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
SetOwnerAndGroup
<ModeOwnerGroup>/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
/usr/sbin/chown -RH admin:staff
/Users/admin/Desktop/wotest/testzwei/build/Deployment/
_WOClienttestzwei.tmp
/Developer/Private/jam -d1 -j2
JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase
JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=4.0
CONFIGURATION=Deployment BUILD_STYLE=Deployment
CPP_HEADERMAP_FILE=/Users/admin/Desktop/wotest/testzwei/build/
testzwei.build/Deployment/testzwei.build/testzwei.hmap
SRCROOT=/Users/admin/Desktop/wotest/testzwei
OBJROOT=/Users/admin/Desktop/wotest/testzwei/build
SYMROOT=/Users/admin/Desktop/wotest/testzwei/build
DSTROOT=/tmp/testzwei.dst
SymLink
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa
Mkdir /Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa/
Contents
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa/
Contents
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/Objects-normal
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/Objects-normal
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa/
Contents/Info.plist
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/Info.plist
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa/
Contents
PBXCp
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa/
Contents/PkgInfo
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn
-strip-debug-symbols -resolve-src-symlinks
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/PkgInfo
/Users/admin/Desktop/wotest/testzwei/build/Deployment/testzwei.woa/
Contents
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/JavaClasses
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/JavaClasses
BuildPhase <CopyResources>testzwei.woa
Mkdir
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/DerivedSources
/bin/mkdir -p
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/DerivedSources
BuildPhase <JavaArchiveFiles>testzwei.woa
BuildPhase <LinkWithFrameworksAndLibraries>testzwei.woa
PhaseScriptExecution
<Execution>/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/
Deployment/testzwei.build/BPTag004-script.sh
echo "=== Script ==="
cat
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/BPTag004-script.sh
echo "--- Output ---"
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/BPTag004-script.sh
_result=$?
echo "=== Exit code: ${_result} ==="
exit ${_result}
=== Script ===
#!/bin/sh
# Copy the requisite files from the Server and Client directories into
the final wrapper directory
. "${BUILD_FILES_DIR}/AssembleApplication.sh"
--- Output ---
Copying WebObjects resources...
Copying server-side Java classes and archives...
No web server resources to copy
No client-side Java classes to copy
=== Exit code: 0 ===
BuildPhase <Script>testzwei.woa
PhaseScriptExecution
<Execution>/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/
Deployment/testzwei.build/BPTag005-script.sh
echo "=== Script ==="
cat
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/BPTag005-script.sh
echo "--- Output ---"
/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/Deployment/
testzwei.build/BPTag005-script.sh
_result=$?
echo "=== Exit code: ${_result} ==="
exit ${_result}
=== Script ===
#!/bin/sh
# Create the run scripts and classpath files for all platforms
. "${BUILD_FILES_DIR}/CreateRunFiles.sh"
--- Output ---
Creating Mac OS server-side launch files...
Creating UNIX server-side launch files...
Creating Windows server-side launch files...
Creating crossplatform server-side launch files...
BPTag005-script.sh: missing Info.plist from malformed bundle:
/tmp/testzwei.dst//Library/WebObjects/Applications/testzwei.woa
=== Exit code: 1 ===
...failed PhaseScriptExecution
<Execution>/Users/admin/Desktop/wotest/testzwei/build/testzwei.build/
Deployment/testzwei.build/BPTag005-script.sh ...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [email protected]