Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Can Joget works with Oracle9i Enterprise Edition Release 9.2.0.1.0 ? 

i get this get error after change the db configuration, 

ERROR 04 Mar 2015 13:48:51 org.joget.commons.spring.model.ResourceBundleMessageDao  - Cannot create PoolableConnectionFactory (ORA-00604: error occurred at recursive SQL level 1_ORA-01882: timezone region  not found_)
java.sql.SQLException: Cannot create PoolableConnectionFactory (ORA-00604: error occurred at recursive SQL level 1
ORA-01882: timezone region  not found
)
*ERROR 04 Mar 2015 13:48:51 org.joget.commons.spring.model.ResourceBundleMessageDao  - Cannot create PoolableConnectionFactory (ORA-00604: error occurred at recursive SQL level 1_ORA-01882: timezone region  not found_)
java.sql.SQLException: Cannot create PoolableConnectionFactory (ORA-00604: error occurred at recursive SQL level 1
ORA-01882: timezone region  not found
)

And even try adding   -Doracle.jdbc.timezoneAsRegion=false   or    -Duser.timezone=GMT+07:00  

...