I found it in my application:

                TimeZone.setDefault(TimeZone.getTimeZone("America/New_York"));
                NSTimeZone.setDefault(TimeZone.getTimeZone("America/New_York"));

Silly me. I fixed it and now I am happy.

Thanks, Jesse

> On Oct 16, 2025, at 3:35 PM, Jesse Tayler <[email protected]> wrote:
> 
> I’ve seen UNIX timezone files that are out of date or incompatible and got 
> similar errors although details I do not recall.
> 
> I’d look up where that timezone comes from - a UNIX file and perhaps it needs 
> updating or ignoring.
> 
> Seems likely you want to can your server timezone to GMT
> 
> 
> 
>> On Oct 16, 2025, at 3:10 PM, Theodore Petrosky via Webobjects-dev 
>> <[email protected]> wrote:
>> 
>> Ok I have an app that connects to a postgresql database. It connects and 
>> runs the migrations. Locally, it runs just fine. I finally set up a little 
>> pc running windows pro 11 and Hyper-V. In the Hyper-V I am running Ubuntu 
>> and Postgresql. I can connect to the ubuntu postgresql from my local machine 
>> with psql -h 192.168.1.68 fine.
>> 
>> I changed the ip in my app to point to the ubuntu db and created the db on 
>> the ubuntu machine. I run the app and I am expecting to see the log with the 
>> notices of the migrations but it dies with:
>> 
>> Oct 16 18:55:40 ASBriefsD2W[57863] INFO  
>> er.extensions.appserver.ERXApplication  - Wonder version: 7.4
>> Oct 16 18:55:40 ASBriefsD2W[57863] INFO  
>> er.extensions.appserver.ERXApplication  - Welcome to ASBriefsD2W !
>> 
>> Oct 16 18:55:41 ASBriefsD2W[57863] ERROR 
>> er.extensions.appserver.ERXApplication  - ASBriefsD2W failed to start.
>> JDBCAdaptorException: FATAL: invalid value for parameter "TimeZone": 
>> "Canada/Eastern”
>> 
>> ok, where can I fix this? I am hoping there is a line in my preferences that 
>> can fix it. I don’t see that it is coming from the database but locally with 
>> JDBC.
>> 
>> Ted
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
>> 
>> This email sent to [email protected]
> 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]
  • JDBC issue Theodore Petrosky via Webobjects-dev
    • Re: JDBC issue Jesse Tayler via Webobjects-dev
      • Re: JDBC issue Theodore Petrosky via Webobjects-dev

Reply via email to