Re: MacOS WebObjects Apache 2.4 Adaptor

2020-05-29 Thread John Pollard via Webobjects-dev
Is there a simple way to determine what version of mod_webobjects.so is installed? I notice my live server has a 2011 dated file! This is on Amazon Linux My dev box is a Mac and has a 2014 dated mod_webobjects.so I am not inclined to tinker too much, but thought I would ask! Hmm, interestingly on

move to mysql 8 on Catalina jdbc Incorrect DATE value: '??’

2020-11-09 Thread John Pollard via Webobjects-dev
Hello WO list, I upgraded my Mac to Catalina and found mysql 5 no longer ran, so installed mysql 8 I switched to the latest mysql-connector-java-8.0.22.jar I note the following error when I run an application: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is

Re: move to mysql 8 on Catalina jdbc Incorrect DATE value: '??’

2020-11-09 Thread John Pollard via Webobjects-dev
oNull&useSSL=false&sendFractionalSeconds=false > > > > MYEOMODEL.URL.DBUser = xxx > MYEOMODEL.URL.DBPassword = xxx > MYEOMODEL.URL.DBPlugin = MySQL > MYEOMODEL.URL.DBDriver = com.mysql.cj.jdbc.Driver > #dbEOPrototypesEntityGLOBAL=EOJDBCMySQLPrototypes > > >> On 9 Nov

Default mysql TIMESTAMPS not allowed NULL

2020-11-11 Thread John Pollard via Webobjects-dev
Hi again list, My move to Catalina forced me to mysql 8. The previous version allowed NULL to be passed to TIMESTAMP fields causing mysql to set them automatically, but the NULL passed in the INSERT statements causes an error. From reading around I believe they should be passed as a blank “” ra

Re: Default mysql TIMESTAMPS not allowed NULL

2020-11-12 Thread John Pollard via Webobjects-dev
? Force what >> you want when a certain attribute type is null. Maybe poll for the version >> of mysql there? >> >> Tim >> UCLA GSE&IS >> >>> On Nov 11, 2020, at 2:20 PM, John Pollard via Webobjects-dev >>> wrote: >>> >

Mac OS Monterey

2021-12-16 Thread John Pollard via Webobjects-dev
I see my Mac is offering me Monterey. Have others installed this on a Mac they use for WO development? I use Eclipse (2018-12), EO Modeller, WOLips, Wonder. Many thanks, John ___ Do not post admin requests to the list. They will be ignored. Webobjects-

apache 2.4 mpm prefork or event?

2022-01-11 Thread John Pollard via Webobjects-dev
Hello list, I recently moved to Amazon Linux 2 and apache 2.4 In /etc/httpd/conf.modules.d/00-mpm.conf If I opt for prefork, I see this in the error log: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demand

Re: apache 2.4 mpm prefork or event?

2022-01-11 Thread John Pollard via Webobjects-dev
l > > Sent from my iPhone > >> On Jan 11, 2022, at 4:21 AM, John Pollard via Webobjects-dev >> wrote: >> >> Hello list, >> >> I recently moved to Amazon Linux 2 and apache 2.4 >> >> In /etc/httpd/conf.modules.d/00-mpm.conf >>

Monterey mod_WebObjects.so code signing

2022-02-08 Thread John Pollard via Webobjects-dev
Hello, After switching to Monterey apache configtest gives: [Tue Feb 08 17:25:53.363409 2022] [so:error] [pid 2017] AH06665: No code signing authority for module at /Library/WebObjects/Adaptors/Apache2.4/mod_WebObjects.so specified in LoadModule directive. If anyone has jumped through this

Re: Monterey mod_WebObjects.so code signing

2022-02-10 Thread John Pollard via Webobjects-dev
ing process to continue for module at /Library/WebObjects/Adaptors/Apache2.4/mod_WebObjects.so because module signature matches authority "JPMPLCA" specified in LoadModule directive and the world is right again John > On 8 Feb 2022, at 17:35, John Pollard via Webobjects-dev >

Amazon Linux 2023

2024-06-17 Thread John Pollard via Webobjects-dev
Hello, I am deployed to Amazon Linux 2 and need to move to Amazon Linux 2023 by March 2025. Was anyone else in this boat / has already done this migration? If so, is there anything I should be aware of before I start, or smooth sailing? I have a very manual deployment, but have extensive notes

Re: Amazon Linux 2023

2024-06-18 Thread John Pollard via Webobjects-dev
ds up. Is the WO apache adaptor going to work as is? And wotaskd and javamonitor should be fine I guess as just java apps. John > On 18 Jun 2024, at 00:25, Paul Hoadley via Webobjects-dev > wrote: > > Hi John, > > On 17 Jun 2024, at 20:09, John Pollard via Webobjects-dev >

Re: Amazon Linux 2023

2024-06-19 Thread John Pollard via Webobjects-dev
Thanks again Paul I use Java Web Start, so I don’t think corretto will work for me. I do use cron yes. John > On 19 Jun 2024, at 00:34, Paul Hoadley via Webobjects-dev > wrote: > > Hi John, > > On 18 Jun 2024, at 19:15, John Pollard wrote: > >> Thanks Paul, that’s really helpful. >> >> java

Re: Amazon Linux 2023

2024-06-21 Thread John Pollard via Webobjects-dev
deploying to Graviton? Thanks John > On 19 Jun 2024, at 10:05, John Pollard via Webobjects-dev > wrote: > > Thanks again Paul > I use Java Web Start, so I don’t think corretto will work for me. > I do use cron yes. > John > >> On 19 Jun 2024, at 00:34, P

Re: Amazon Linux 2023 and Graviton

2024-10-22 Thread John Pollard via Webobjects-dev
http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa Wow, that is a lot that works but still can’t nail the standard browser https request problem. Not giving up yet. John > On 3 Oct 2024, at 14:37, John Pollard via Webobjects-dev > wrote: > > Just to confirm, deploying to

Re: Amazon Linux 2023 and Graviton

2024-10-23 Thread John Pollard via Webobjects-dev
> Wow, that is a lot that works but still can’t nail the standard browser https > request problem. Not giving up yet. > > John > >> On 3 Oct 2024, at 14:37, John Pollard via Webobjects-dev >> wrote: >> >> Just to confirm, deploying to Graviton AWS server all sm

Re: Amazon Linux 2023 and Graviton

2024-09-18 Thread John Pollard via Webobjects-dev
Paul mentions that the WO Adaptor is easy to build from source; has anyone done it on Amazon Graviton hardware? Would the best instructions be here?: https://wiki.wocommunity.org/xwiki/bin/view/documentation/Home/Deployment/Compiling%20the%20HTTP%20adaptor%20on%20Linux/ Though I note that hasn’t

Re: Amazon Linux 2023 and Graviton

2024-09-19 Thread John Pollard via Webobjects-dev
Any feedback welcome. Thanks John > On 18 Sep 2024, at 10:23, John Pollard via Webobjects-dev > wrote: > > Paul mentions that the WO Adaptor is easy to build from source; has anyone > done it on Amazon Graviton hardware? > Would the best instructions be here?: > https://wiki

Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread John Pollard via Webobjects-dev
ADAPTORS = CGI Apache2.4 (this in the OTHER LINUX section) > > make > > A lot of output and warnings, but it created: > Adaptors/Apache2.4/mod_WebObjects.so > and > Adaptors/CGI/WebObjects > > I will not be able to test it for a while, but promising. > > Any feedback