While creating Oracle XE 10g Database connection from Jdeveloper in ubuntu(or any other system) sometimes we get below error:
"ora 01882 timezone region not found"
Below are the solution:
1.) Open JEV_HOME/jdevbin/jdev/bin/jdev.conf
add below line anywhere in the file:
AddVMOption -Duser.timezone="+05:30"
(UTC +5:30 is India's timezone, {works for me :)}If this does not work, google your time zone and try adding that)
2.) Right click on the project you have created and go to Project Properties->Run/Debug/Profile > Default (Configuration) > Edit > Launch Settings > Java Options — Set the value here to ” -Duser.timezone=”+05:30″ ” [ Do not use double quotes ]
Please note that sometimes UTC(Coordinated Universal Time) also works fine. i.e. -Duser.timezone=”UTC″
"ora 01882 timezone region not found"
Below are the solution:
1.) Open JEV_HOME/jdevbin/jdev/bin/jdev.conf
add below line anywhere in the file:
AddVMOption -Duser.timezone="+05:30"
(UTC +5:30 is India's timezone, {works for me :)}If this does not work, google your time zone and try adding that)
2.) Right click on the project you have created and go to Project Properties->Run/Debug/Profile > Default (Configuration) > Edit > Launch Settings > Java Options — Set the value here to ” -Duser.timezone=”+05:30″ ” [ Do not use double quotes ]
Please note that sometimes UTC(Coordinated Universal Time) also works fine. i.e. -Duser.timezone=”UTC″
[11:21:42 AM] Creating IntegratedWebLogicServer Domain...
ReplyDelete[11:22:02 AM] ERROR: An error occurred while building the default domain.
Please see this log file for more details:
C:\Users\ramyad\AppData\Roaming\JDeveloper\system12.2.1.1.42.160607.2047\o.j2ee.adrs\BuildDefaultDomain.log