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/archive%40mail-archive.com This email sent to [email protected]
