Deploy on Ubuntu 13.10

2013-11-27 Thread D Tim Cummings
I have a deployment running fine on Ubuntu 13.04 using the instructions from 

http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu

with DIST=ubuntu and SUITE=quantal

I have now done a 'do-release-upgrade' to upgrade ubuntu to 13.10 but it has 
broken my WebObjects deployment. Apache has been upgraded from 2.2 to 2.4 but 
now won't start. Configtest gives the following error

apache2ctl configtest

apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/webobjects.load: Cannot load 
/usr/lib/apache2/modules/mod_WebObjects.so into server: 
/usr/lib/apache2/modules/mod_WebObjects.so: undefined symbol: 
ap_get_server_version
Action 'configtest' failed.

Has anyone deployed on Ubuntu 13.10 successfully?

Tim ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Deploy on Ubuntu 13.10

2013-11-27 Thread Chuck Hill
My first guess is that the API has changed and you will need to re-build the WO 
adaptor on 13.10

Chuck


--
Chuck Hill
Executive Managing Partner, VP Development and Technical Services

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/gvc/practical_webobjects

Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
Companies in B.C!

Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
Canada’s Fastest-Growing Companies by PROFIT Magazine!

On 2013-11-27 4:19 PM, D Tim Cummings wrote:

I have a deployment running fine on Ubuntu 13.04 using the instructions from

http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu

with DIST=ubuntu and SUITE=quantal

I have now done a 'do-release-upgrade' to upgrade ubuntu to 13.10 but it has 
broken my WebObjects deployment. Apache has been upgraded from 2.2 to 2.4 but 
now won't start. Configtest gives the following error

apache2ctl configtest

apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/webobjects.load: Cannot load 
/usr/lib/apache2/modules/mod_WebObjects.so into server: 
/usr/lib/apache2/modules/mod_WebObjects.so: undefined symbol: 
ap_get_server_version
Action 'configtest' failed.

Has anyone deployed on Ubuntu 13.10 successfully?

Tim
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Deploy on Ubuntu 13.10

2013-11-27 Thread D Tim Cummings
Rebuilding worked, thanks. I don't think the API changed, just that it had to 
be built linked to the correct libraries.

Now I just need to get JavaMonitor on my other deployment machine (Ubuntu 12.04 
LTS) able to start up apps on the Ubuntu 13.10 server.

Tim


On 28 Nov 2013, at 10:46 am, Chuck Hill ch...@global-village.net wrote:

 My first guess is that the API has changed and you will need to re-build the 
 WO adaptor on 13.10
 
 Chuck
 
 
 -- 
 Chuck Hill 
 Executive Managing Partner, VP Development and Technical Services
 
 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/gvc/practical_webobjects
 
 Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
 Companies in B.C! 
 
 Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
 Canada’s Fastest-Growing Companies by PROFIT Magazine!
 
 On 2013-11-27 4:19 PM, D Tim Cummings wrote:
 
 I have a deployment running fine on Ubuntu 13.04 using the instructions from 
 
 http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu
 
 with DIST=ubuntu and SUITE=quantal
 
 I have now done a 'do-release-upgrade' to upgrade ubuntu to 13.10 but it has 
 broken my WebObjects deployment. Apache has been upgraded from 2.2 to 2.4 but 
 now won't start. Configtest gives the following error
 
 apache2ctl configtest
 
 apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error 
 on line 1 of /etc/apache2/mods-enabled/webobjects.load: Cannot load 
 /usr/lib/apache2/modules/mod_WebObjects.so into server: 
 /usr/lib/apache2/modules/mod_WebObjects.so: undefined symbol: 
 ap_get_server_version
 Action 'configtest' failed.
 
 Has anyone deployed on Ubuntu 13.10 successfully?
 
 Tim

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Deploy on Ubuntu 13.10

2013-11-27 Thread Chuck Hill
It seems odd that changing the OS would cause this to stop working.  That 
should be just normal TCP communication.  Has anything been changed on the 
DNS/networking side?   Or is it that you can't start apps on that server at 
all?  That would suggest more of a permissions issue.


Chuck


On 2013-11-27 8:11 PM, D Tim Cummings wrote:

Rebuilding worked, thanks. I don't think the API changed, just that it had to 
be built linked to the correct libraries.

Now I just need to get JavaMonitor on my other deployment machine (Ubuntu 12.04 
LTS) able to start up apps on the Ubuntu 13.10 server.

Tim


On 28 Nov 2013, at 10:46 am, Chuck Hill 
ch...@global-village.netmailto:ch...@global-village.net wrote:

My first guess is that the API has changed and you will need to re-build the WO 
adaptor on 13.10

Chuck


--
Chuck Hill
Executive Managing Partner, VP Development and Technical Services

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/gvc/practical_webobjects

Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
Companies in B.C!

Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
Canada’s Fastest-Growing Companies by PROFIT Magazine!

On 2013-11-27 4:19 PM, D Tim Cummings wrote:

I have a deployment running fine on Ubuntu 13.04 using the instructions from

http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu

with DIST=ubuntu and SUITE=quantal

I have now done a 'do-release-upgrade' to upgrade ubuntu to 13.10 but it has 
broken my WebObjects deployment. Apache has been upgraded from 2.2 to 2.4 but 
now won't start. Configtest gives the following error

apache2ctl configtest

apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/webobjects.load: Cannot load 
/usr/lib/apache2/modules/mod_WebObjects.so into server: 
/usr/lib/apache2/modules/mod_WebObjects.so: undefined symbol: 
ap_get_server_version
Action 'configtest' failed.

Has anyone deployed on Ubuntu 13.10 successfully?

Tim

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Deploy on Ubuntu 13.10

2013-11-27 Thread Thomas Peters
have you looking into setting iptables.  I just installed tomcat for a java 
application on ubuntu 13.4 and everything worked locally.  As soon as I tried 
to connect remotely, it’s as if the service was not there.  iptables enables 
the post to be opened.

https://help.ubuntu.com/community/ApacheTomcat5

this is related to tomcat, but there is a iptables REDIRECT command there.  you 
may want to also try using the ALLOW, it’s more simple syntax.
Thomas

On Nov 28, 2013, at 12:07 AM, Chuck Hill ch...@global-village.net wrote:

 It seems odd that changing the OS would cause this to stop working.  That 
 should be just normal TCP communication.  Has anything been changed on the 
 DNS/networking side?   Or is it that you can't start apps on that server at 
 all?  That would suggest more of a permissions issue.
 
 
 Chuck
 
 
 On 2013-11-27 8:11 PM, D Tim Cummings wrote:
 
 Rebuilding worked, thanks. I don't think the API changed, just that it had to 
 be built linked to the correct libraries.
 
 Now I just need to get JavaMonitor on my other deployment machine (Ubuntu 
 12.04 LTS) able to start up apps on the Ubuntu 13.10 server.
 
 Tim
 
 
 On 28 Nov 2013, at 10:46 am, Chuck Hill ch...@global-village.net wrote:
 
 My first guess is that the API has changed and you will need to re-build the 
 WO adaptor on 13.10
 
 Chuck
 
 
 -- 
 Chuck Hill 
 Executive Managing Partner, VP Development and Technical Services
 
 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/gvc/practical_webobjects
 
 Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest 
 Growing Companies in B.C! 
 
 Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
 Canada’s Fastest-Growing Companies by PROFIT Magazine!
 
 On 2013-11-27 4:19 PM, D Tim Cummings wrote:
 
 I have a deployment running fine on Ubuntu 13.04 using the instructions from 
 
 http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu
 
 with DIST=ubuntu and SUITE=quantal
 
 I have now done a 'do-release-upgrade' to upgrade ubuntu to 13.10 but it has 
 broken my WebObjects deployment. Apache has been upgraded from 2.2 to 2.4 
 but now won't start. Configtest gives the following error
 
 apache2ctl configtest
 
 apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error 
 on line 1 of /etc/apache2/mods-enabled/webobjects.load: Cannot load 
 /usr/lib/apache2/modules/mod_WebObjects.so into server: 
 /usr/lib/apache2/modules/mod_WebObjects.so: undefined symbol: 
 ap_get_server_version
 Action 'configtest' failed.
 
 Has anyone deployed on Ubuntu 13.10 successfully?
 
 Tim
 
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/thomasg_peters%40msn.com
 
 This email sent to thomasg_pet...@msn.com

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Deploy on Ubuntu 13.10

2013-11-27 Thread D Tim Cummings
Thanks. I have got it working now. I had added the host by ip address to 
javamonitor but this wouldn't allow me to start the app. I removed the host and 
added it again by host name and now I can start the app.

Tim



On 28 Nov 2013, at 3:07 pm, Chuck Hill ch...@global-village.net wrote:

 It seems odd that changing the OS would cause this to stop working.  That 
 should be just normal TCP communication.  Has anything been changed on the 
 DNS/networking side?   Or is it that you can't start apps on that server at 
 all?  That would suggest more of a permissions issue.
 
 
 Chuck
 
 
 On 2013-11-27 8:11 PM, D Tim Cummings wrote:
 
 Rebuilding worked, thanks. I don't think the API changed, just that it had to 
 be built linked to the correct libraries.
 
 Now I just need to get JavaMonitor on my other deployment machine (Ubuntu 
 12.04 LTS) able to start up apps on the Ubuntu 13.10 server.
 
 Tim
 
 
 On 28 Nov 2013, at 10:46 am, Chuck Hill ch...@global-village.net wrote:
 
 My first guess is that the API has changed and you will need to re-build the 
 WO adaptor on 13.10
 
 Chuck
 
 
 -- 
 Chuck Hill 
 Executive Managing Partner, VP Development and Technical Services
 
 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/gvc/practical_webobjects
 
 Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest 
 Growing Companies in B.C! 
 
 Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
 Canada’s Fastest-Growing Companies by PROFIT Magazine!
 
 On 2013-11-27 4:19 PM, D Tim Cummings wrote:
 
 I have a deployment running fine on Ubuntu 13.04 using the instructions from 
 
 http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu
 
 with DIST=ubuntu and SUITE=quantal
 
 I have now done a 'do-release-upgrade' to upgrade ubuntu to 13.10 but it has 
 broken my WebObjects deployment. Apache has been upgraded from 2.2 to 2.4 
 but now won't start. Configtest gives the following error
 
 apache2ctl configtest
 
 apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error 
 on line 1 of /etc/apache2/mods-enabled/webobjects.load: Cannot load 
 /usr/lib/apache2/modules/mod_WebObjects.so into server: 
 /usr/lib/apache2/modules/mod_WebObjects.so: undefined symbol: 
 ap_get_server_version
 Action 'configtest' failed.
 
 Has anyone deployed on Ubuntu 13.10 successfully?
 
 Tim
 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com