Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Problem

When i try to create a new connection to my Oracle database i get following error: Cannot establish a connection to jdbc:oracle:thin:@oracle:1521:SOMEDB using oracle.jdbc.OracleDriver (Locale not recognized)

Solution

Check that default_options in your <Netbeasns install dir>/etc/openesb.conf file doesn't contains --locale=EN_us option. It may be the cause of such error. Try to use -J-Duser.language=en -J-Duser.region=US instead of --locale=EN_us

  • No labels