Author Topic: GetLocaleDir Failed  (Read 3345 times)

RHPharr

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
GetLocaleDir Failed
« on: June 13, 2016, 08:04:45 AM »
I have not been able to figure out the below error:

com.ibm.edms.od.ODException: GetLocaleDir Failed
       at com.ibm.edms.od.ODServer.initialize
(ODServer.java:150)

My code (seen below) used to run fine, but I have had to move from my laptop to a VDI and I have not been able to get it to run on there.

      ODConfig uat = new ODConfig(null,               // AfpViewer
                           null,                      // LineViewer
                           null,                      // MetaViewer
                           500000,                    // MaxHits
                           null,                      // AppletDir
                           "ENU",                     // Language
                           "c:\\temp",                // TempDir
                           "c:\\temp\\trace",         // TraceDir
                           4);                        // TraceLevel

      odServer = new ODServer(uat);
      odServer.initialize(applicationName);


Any thoughts?

Rick Pharr

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: GetLocaleDir Failed
« Reply #1 on: June 14, 2016, 01:52:16 AM »
Hello,

did you install ODWEK completely or did you copy only part of ODWEK and included in your application?

I strongly suspect that you install ODWEK somewhere, and then you copied the ODApi.jar, and maybe the native libraries too.
This setup is ABSOLUTELY not supported, you must install the FULL ODWEK package or your application won't be supported by IBM.

If you have installed ODWEK and still get this error, can you tell me which version of ODWEK are you using, the operating system and finally the path of installation of ODWEK.

Kind regards,
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

RHPharr

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: GetLocaleDir Failed
« Reply #2 on: June 14, 2016, 05:20:09 AM »
Full install.  ODWEK 9.0.0.0  and 9.0.0.7.

Installed to   C:\Program Files\IBM\OnDemand Web Enablement Kit\V9.0.

Windows 7 Enterprise. 
« Last Edit: June 14, 2016, 05:25:16 AM by RHPharr »