Send Webobjects-dev mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/webobjects-dev
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Webobjects-dev digest..."
Today's Topics:
1. Re: Difficulties running WebObjects on CentOS linux remote
host (my website) (Reyn Waldram) (Reyn Waldram)
2. AppleTV and WOWODC content (Pascal Robert)
3. Re: AppleTV and WOWODC content (David Avendasora)
4. Re: WOAdaptor did not compile sucessfully on Solaris 10
(using Apache 2.2-64) (Raghavender)
----------------------------------------------------------------------
Message: 1
Date: Sat, 14 Nov 2009 23:33:12 +0100
From: Reyn Waldram <email@hidden>
Subject: Re: Difficulties running WebObjects on CentOS linux remote
host (my website) (Reyn Waldram)
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii
Hi,
Some of the problems on running WebObjects on CentOS linus are now
solved thank to Chuck, Mike and Kalpana.
Sorry Chuck for getting outside of the list...
The only thing is that I have run into a new problem: Starting up
the application the server reports that it can not allocate enough
Heap memory. (the test app. however is a very small Hello World
thing). Any Ideas on how to solve this?
Regards,
Reyn
Op 12 nov 2009, om 20:21 heeft webobjects-dev-
email@hidden het volgende geschreven:
Send Webobjects-dev mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/webobjects-dev
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Webobjects-dev digest..."
Today's Topics:
1. Difficulties running WebObjects on CentOS linux remote host
(my website) (Reyn Waldram)
2. Re: Difficulties running WebObjects on CentOS linux remote
host (my website) (Mike Schrag)
3. snip-me.com (Ken ISHIMOTO)
----------------------------------------------------------------------
Message: 1
Date: Thu, 12 Nov 2009 20:11:06 +0100
From: Reyn Waldram <email@hidden>
Subject: Difficulties running WebObjects on CentOS linux remote host
(my website)
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"
Hi,
I have a problem running webobjects applications on a CentOS
server (My website). Everything seems to be configured according
to this http://wiki.objectstyle.org/confluence/display/WO/Installing+WO+5.3+or+WO+5.4+on+Linux
Wiki.
When I try to start the application I get this:
[root@srv1 JavaApplications]# Hallo.woa/Hallo _WOPort 56789 &
[1] 19347
[root@srv1 JavaApplications]# Reading UNIXClassPath.txt ...
Launching Hallo.woa ...
java -DWORootDirectory="/opt" -DWOLocalRootDirectory="/opt/Local" -
DWOUserDirectory="/opt/Library/WebObjects/JavaApplications" -
DWOEnvClassPath="/usr/local/java/lib:/usr/local/java/jre/lib:/usr/
local/tomcat/bin/:/usr/local/tomcat/common/lib:." -
DWOApplicationClass=your.app.Application -DWOPlatform=UNIX -
Dcom.webobjects.pid=19347 -classpath WOBootstrap.jar
com.webobjects._bootstrap.WOBootstrap _WOPort 56789 -
WOFrameworksBaseURL /WebObjects/Hallo.woa/Frameworks
Hallo.woa/Hallo: line 301: exec: java: not found
I use WebObjects 5.4
Can anybody advise me on how to fix things so my apps can run on
this server?
Thanks and Regards,
Reyn Waldram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.apple.com/pipermail/webobjects-dev/attachments/20091112/16761561/attachment.html
------------------------------
Message: 2
Date: Thu, 12 Nov 2009 14:14:54 -0500
From: Mike Schrag <email@hidden>
Subject: Re: Difficulties running WebObjects on CentOS linux remote
host (my website)
To: Reyn Waldram <email@hidden>
Cc: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"
is java installed on the box? looks like it isn't .. or it's not
in your (its) path, at least.
ms
On Nov 12, 2009, at 2:11 PM, Reyn Waldram wrote:
Hi,
I have a problem running webobjects applications on a CentOS
server (My website). Everything seems to be configured according
to this http://wiki.objectstyle.org/confluence/display/WO/Installing+WO+5.3+or+WO+5.4+on+Linux
Wiki.
When I try to start the application I get this:
[root@srv1 JavaApplications]# Hallo.woa/Hallo _WOPort 56789 &
[1] 19347
[root@srv1 JavaApplications]# Reading UNIXClassPath.txt ...
Launching Hallo.woa ...
java -DWORootDirectory="/opt" -DWOLocalRootDirectory="/opt/Local"
-DWOUserDirectory="/opt/Library/WebObjects/JavaApplications" -
DWOEnvClassPath="/usr/local/java/lib:/usr/local/java/jre/lib:/usr/
local/tomcat/bin/:/usr/local/tomcat/common/lib:." -
DWOApplicationClass=your.app.Application -DWOPlatform=UNIX -
Dcom.webobjects.pid=19347 -classpath WOBootstrap.jar
com.webobjects._bootstrap.WOBootstrap _WOPort 56789 -
WOFrameworksBaseURL /WebObjects/Hallo.woa/Frameworks
Hallo.woa/Hallo: line 301: exec: java: not found
I use WebObjects 5.4
Can anybody advise me on how to fix things so my apps can run on
this server?
Thanks and Regards,
Reyn Waldram
_______________________________________________
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.apple.com/pipermail/webobjects-dev/attachments/20091112/889cb72e/attachment.html
------------------------------
Message: 3
Date: Thu, 12 Nov 2009 20:19:44 +0100
From: Ken ISHIMOTO <email@hidden>
Subject: snip-me.com
To: WebObjects-Dev List <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"
Hi,
It's a long time to write here, but I am alive^^
I am using WO now for two years. Also 100% in my 3 Project's that
I am developing. I am reading this Mailing list
but hadn't time to write, because to busy. 3 Developments running
the some time.
Today I would like to announce 1 of my Projects a new Online-
Platform.
Company : snip-me.com
Address : www.snip-me.com
We created an auction System for new cars. Last week we sold our
first KIA Rio for 1,14 Euro. (lesser than 2 USD)
Other cars are added, and in about 2 weeks some bikes are coming.
We are new in this kind of business and we are growing with ideas
every day^^
The Application is written in WO 5.4.3 & Eclipse 3.5.
At the Core Level we use Project WOnder, and also thanks very much
to Mike for his nice private Support.
This Site started now in Austria / Europe and we are try to expand
to Germany slowly. Also the Translation work for
an English version is going on. Because we like to go to all EU
and the US next year. A Japanese Version also is on the way.
Greetings, and hope that will help some Developer to stay with WO.
WO is great and I am loving it.
ISHIMOTO Ken
email@hidden / email@hidden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Logo_snip-me_080909.pdf
Type: application/pdf
Size: 179703 bytes
Desc: not available
Url : http://lists.apple.com/pipermail/webobjects-dev/attachments/20091112/4653ab81/Logo_snip-me_080909.pdf
-------------- next part --------------
------------------------------
_______________________________________________
Webobjects-dev mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/webobjects-dev
End of Webobjects-dev Digest, Vol 6, Issue 1067
***********************************************
------------------------------
Message: 2
Date: Sun, 15 Nov 2009 10:07:49 -0500
From: Pascal Robert <email@hidden>
Subject: AppleTV and WOWODC content
To: WebObjects Development <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Someone, I don't remember who, said to me a couple of months ago that
the WOWODC content don't play right on a AppleTV. I'm currently re-
encoding the files for WOWODC 2009 so I would like to test one file
with someone who have an AppleTV. If someone have one, please contact
me and I will send you a link to the file.
Thanks.
------------------------------
Message: 3
Date: Sun, 15 Nov 2009 11:42:15 -0500
From: David Avendasora <email@hidden>
Subject: Re: AppleTV and WOWODC content
To: Pascal Robert <email@hidden>
Cc: WebObjects Development <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii
Link me up! I have a first-gen AppleTV, so if I can play it anyone
should be able to!
Dave
On Nov 15, 2009, at 10:07 AM, Pascal Robert wrote:
Someone, I don't remember who, said to me a couple of months ago
that the WOWODC content don't play right on a AppleTV. I'm
currently re-encoding the files for WOWODC 2009 so I would like to
test one file with someone who have an AppleTV. If someone have
one, please contact me and I will send you a link to the file.
Thanks.
_______________________________________________
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
David Avendasora
Senior Software Engineer
K12, Inc.
*****
WebObjects Documentation Wiki : http://wiki.objectstyle.org/confluence/display/WO/
*****
WebObjects API: http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
*****
------------------------------
Message: 4
Date: Sun, 15 Nov 2009 22:54:25 +0530
From: Raghavender <email@hidden>
Subject: Re: WOAdaptor did not compile sucessfully on Solaris 10
(using Apache 2.2-64)
To: Paolo Sommaruga <email@hidden>
Cc: Development WebObjects <email@hidden>
Message-ID:
<email@hidden>
Content-Type: text/plain; charset="us-ascii"
Hi Paolo,
I have modified the makeAdaptor.sh file as per your suggestion, it
was compiled, but when i tried to use the compiled
'mod_WebObjects.so'
and start the apache then the following error is coming up:
------------------------------------------------------------------------------------------------------------------------------------------------------
bash-3.00# sh apache_startup.sh startssl
Starting Apache
httpsd.prefork: Syntax error on line 40 of /export/ers4/servers/test-
apache2.2-64/conf/httpsd.conf: Cannot load /export/ers4/apache2.2-64/
modules/standard/mod_WebObjects.so into server: ld.so.1:
httpsd.prefork: fatal: /export/ers4/apache2.2-64/modules/standard/
mod_WebObjects.so: wrong ELF class: ELFCLASS32
Server start FAILED
------------------------------------------------------------------------------------------------------------------------------------------------------
I have also tried to use the installed gcc, modified the path of gcc
in the makeAdaptor.sh file and tried to execute, but the following
error is generating:
-------------------------------------------------------------------------------------------------------------------------------------------------------------
bash-3.00# cat makeAdaptor.sh
#!/bin/sh
LTFLAGS="--tag=CC"; export LTFLAGS
/usr/apache2/bin/apxs -i -a -c -S CC=/opt/SUNW0gccfss/reloc/gcc/bin/
gcc -S CFLAGS='-O2 -Wall -fpic -DSSL_EXPERIMENTAL -DSSL_ENGINE' -
DSINGLE_THREADED_ADAPTOR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
DSSL_EXPERIMENTAL_PERDIRCA_IGNORE -DSSL_EXPERIMENTAL_PROXY_IGNORE -
DEAPI -DAPACHE mod_WebObjects.c appcfg.c cfgparse.c config.c
hostlookup.c list.c listing.c loadaverage.c loadbalancing.c log.c
MoreURLCUtilities.c nbsocket.c PB.project Platform.c random.c
request.c response.c roundrobin.c shmem.c strdict.c strtbl.c
transaction.c transport.c wastring.c womalloc.c WOURLCUtilities_3.c
WOURLCUtilities.c xmlcparser.c xmlctokenizer.c xmlparse.c
bash-3.00# sh makeAdaptor.sh
/var/apache2/build/libtool --tag=CC --mode=compile /opt/SUNW0gccfss/
reloc/gcc/bin/gcc -O2 -Wall -fpic -DSSL_EXPERIMENTAL -DSSL_ENGINE -I/
usr/apache2/include -I/usr/apache2/include -I/usr/apache2/
include -
I/usr/sfw/include -DSINGLE_THREADED_ADAPTOR -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -DSSL_EXPERIMENTAL_PERDIRCA_IGNORE -
DSSL_EXPERIMENTAL_PROXY_IGNORE -DEAPI -DAPACHE -c -o
mod_WebObjects.lo mod_WebObjects.c && touch mod_WebObjects.slo
mkdir .libs
/opt/SUNW0gccfss/reloc/gcc/bin/gcc -O2 -Wall -fpic -
DSSL_EXPERIMENTAL -DSSL_ENGINE -I/usr/apache2/include -I/usr/apache2/
include -I/usr/apache2/include -I/usr/sfw/include -
DSINGLE_THREADED_ADAPTOR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
DSSL_EXPERIMENTAL_PERDIRCA_IGNORE -DSSL_EXPERIMENTAL_PROXY_IGNORE -
DEAPI -DAPACHE -c mod_WebObjects.c -KPIC -DPIC -o .libs/
mod_WebObjects.o
ld.so.1: cc1: fatal: lib_I_dbg_gen.so.1: open failed: No such file or
directory
gcc: Internal error: Killed (program cc1)
Please submit a full bug report to
<URL:http://cooltools.sunsource.net Issue Tracker>.
apxs:Error: Command failed with rc=65536
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Regards,
Raghu.
On 14-Nov-09, at 3:59 PM, Paolo Sommaruga wrote:
Hi,
I have modified the makeAdaptor.sh in the following wave:
#!/bin/sh
LTFLAGS="--tag=CC"; export LTFLAGS
/usr/apache2/bin/apxs -i -a -c -S CC=/usr/sfw/bin/gcc -S CFLAGS='-O2
-Wall -fpic -DSSL_EXPERIMENTAL -DSSL_ENGINE' -
DSINGLE_THREADED_ADAPTOR -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -
DSSL_EXPERIMENTAL_PERDIRCA_IGNORE -DSSL_EXPERIMENTAL_PROXY_IGNORE -
DEAPI -DAPACHE mod_WebObjects.c appcfg.c cfgparse.c config.c
hostlookup.c list.c listing.c loadaverage.c loadbalancing.c log.c
MoreURLCUtilities.c nbsocket.c PB.project Platform.c random.c
request.c response.c roundrobin.c shmem.c strdict.c strtbl.c
transaction.c transport.c wastring.c womalloc.c WOURLCUtilities_3.c
WOURLCUtilities.c xmlcparser.c xmlctokenizer.c xmlparse.c
This has compiled successfully in Solaris 10 10/09 sparc with the
installed apache 2.0.63, using the installed gcc
Regards
Paolo
Il giorno 13/nov/2009, alle ore 16.03, Raghavender ha scritto:
Hi,
I have downloaded the Solaris WO Adaptor archive from the
following link:
http://wiki.objectstyle.org/confluence/display/WO/Programming__WebObjects-Web+Applications-Deployment-Solaris+WO5.3.3
And tried to build the adaptor using the makeAdaptor shell file,
but i am unable to build it, getting the following error even
though the apache extension tool is existing in the specified path:
-----------------------------------------------------
bash-3.00# ./makeAdaptor.sh
./makeAdaptor.sh: /export/ers4/apache2.2-64/bin/apxs: not found
-----------------------------------------------------
Any help would be appreciated.
Thanks,
Raghu.
_______________________________________________
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
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
Skipped content of type multipart/mixed
------------------------------
_______________________________________________
Webobjects-dev mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/webobjects-dev
End of Webobjects-dev Digest, Vol 6, Issue 1080
***********************************************