Troubleshooting JD Edwards EnterpriseOne 9.0 Demo Installation

There have been lots of questions on different problems one encounters during the Oracle JD Edwards EnterpriseOne 9.0 Standalone/Demo Installation. Based on suggestion from Chris Koloszar, I thought of putting all the issues we’ve replied/commented and solved, into a single article.

Please do reply with your valuable comments, if this article helps you (else too :)).

Note: All the problems and solutions below applies to EnterpriseOne 9.0 Demo/Standalone Installations for Oracle or SQL Server Editions only

  • JDBJ.ini locations (3) are – C:\E900\DEMO\ini\sbf , C:\E900\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes & C:\Windows
  • JDE.ini location is C:\Windows
  • tnsnames.ora is found at C:\oracle\E1Local\NETWORK\ADMIN

For Re-starting the JD Edwards EnterpriseOne Application, make sure that activConsole.exe, jdenet_n.exe & java.exe is closed from the task manager.

Sample JDE.ini and JDBJ.ini for ORACLE Server Edition is available here

Issues/Problems/Error Messages

  1. Is EnterpriseOne 9.0 Compatible with Windows Vista/7, Windows Server Editions
  2. What is the purpose of the Standalone Versions of the EnterpriseOne software
  3. What functions can be performed on a standalone version and what is supported on this type of version?
  4. Unable to Locate Security Server / Unable to Send Message to Security Server launching Demo
  5. JAS Sign-in Error – Please contact the System Administrator
  6. System Prompts for User-Id and Password when Running EnterpriseOne Menu
  7. Java Compiler (JDK) was not Correctly Installed when Running E1 Demo 9.0
  8. Cannot start Web Server for HTML Client on EnterpriseOne 9.0 Standalone
  9. “Could not start web server”, followed by “Could not find Webserver”
  10. Failed to launch E1 Menu on HTML Engine (OC4J issue)
  11. TaskViews cannot be displayed in E9 Demo
  12. Menus missing in EnterpriseOne 9.0 Web page
  13. Cannot connect to Web on Standalone 9.0 “invalid cursor state failure”
  14. Error in Launch Broker
  15. Receive timed out error during E9 Installation
  16. The sa password must meet SQL Server password policy requirements
  17. Web Interface: Page Can Not be Displayed (Can not connect to http://localhost:8888…)
  18. Unable to update needed components. Exiting!
  19. Uninstalling JD Edwards EnterpriseOne 9.0


  1. Is EnterpriseOne 9.0 Compatible with Windows Vista/7, Windows Server Editions

    As per Oracle, EnterpriseOne Tools 8.98 is not compatible with Windows Vista/7 or any of the windows server editions. But with Luck, you can get EnterpriseOne 9.0 Demo/Standalone installed on Windows Vista or Windows 7.

  2. What is the purpose of the Standalone Versions of the EnterpriseOne software

    The Standalone Version of the EnterpriseOne software is intended to provide a hands-on limited view of how the EnterpriseOne software functions.  This software is intended for limited demonstration purposes only and to review basic functionality of the EnterpriseOne software.

  3. What functions can be performed on a standalone version and what is supported on this type of version?

    The standalone version is not intended to be used for full customer demonstrations.  In addition, no development or acceptance testing should be performed on a standalone version.  All specifications are local on a standalone version and there is no check-in functionality.  Therefore, if the software needs to be reinstalled, any work that has been performed will be lost.  Typically if errors are encountered on a Standalone Version, the only resolution for the errors is to reinstall the software.
    For support purposes, any issue that is encountered when testing or developing on a standalone version will be attempted to be duplicated on a full client/server version of the EnterpriseOne software.  If the issue can be duplicated, it will be reported.  If not, then the customer will be advised to test the issue on the full version of the EnterpriseOne software rather then on the standalone version.  Oracle Global Support does not support software issues encountered on a standalone version of the software.

  4. Unable to Locate Security Server / Unable to Send Message to Security Server launching Demo
    • Check if BDSEC=ROBIN is added under the [DB SYSTEM SETTINGS] section in jde.ini
    • Find the Port number of the Jdenet from the section JDENET of jde.ini
      Run netstat -ab and check which port is jdenet_n.exe running. If its not running under correct port, or is setting a dymanic port each time, then you probably have wrong path of installation.
    • Verify if you have copied the ojdbc5.jar into the correct location (C:\E900\system\OC4J\j2ee\home\lib and C:\E900\MISC).
    • Check JDBJ.ini and see if the Drivers are set to use Oracle.JDBC
    • Check if the following entries are correct in JDBJ.ini (for Oracle DB only)

      [JDBj-BOOTSTRAP DATA SOURCE]
      name=System Local
      databaseType=E
      server=localhost
      serverPort=1521
      database=E1Local
      physicalDatabase=JDESY900

      [JDBj-SPEC DATA SOURCE]
      name=Versions Local
      databaseType=E
      server=localhost
      serverPort=1521
      database=E1Local
      physicalDatabase=JDEVL900

    • Check if the tnsnames.ora file have pointers to E1local.
      To check try logging into Oracle using SQL* Plus with JDEDATA900/JDEDATA900/E1LOCAL.
  5. JAS Sign-in Error – Please contact the System Administrator
    • The issue can be an incorrect JDK or not having the JDK installed correctly
      Please verify if you have correct JDK – 1.5.0.xx installed.
    • JDK should be installed into the C:\E900\system directory.
    • Verify if ojdbc5.jar (for OEE) or sqljdbc.jar (for SSE) is copied into C:\E900\system\OC4J\j2ee\home\lib and C:\E900\MISC
    • Once verified, Run the X:\\ThirdParty\WebDevFeature\OH4A1013_setup.exe
  6. System Prompts for User-Id and Password when Running EnterpriseOne Menu
    • See Above (Point 5)
    • Verify the following in the JDBJ.ini at C:\E900\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes
      [JDBj-BOOTSTRAP DATA SOURCE]
      name=System Local
      databaseType=E
      server=localhost
      serverPort=1521
      database=E1Local
  7. Java Compiler (JDK) was not Correctly Installed when Running E1 Demo 9.0
    • If you are getting an error after installing E1 Standalone 9.00 (either with OEE or SSE versions) when accessing the web client that indicates the OC4J server cannot start because javac.exe was not in the right place.
      Error Shown: The Java compiler (JDK) was not correctly installed. This will prevent the Web Development environment from functioning correctly. Please contact your administrator to copy and configure the necessary files on your local machine after the installation process is finished. The JDK should be placed in C:\E900\system\oc4j\system folder.
    • When installing the Java Development Kit, change the path of the installation for the JDK to C:\Temp\JDK (as referenced on step 9 of the JD Edwards EnterpriseOne 9.0 Standalone Client Installation Guide ). Be sure that the other settings are left at their default values, including the installation path for the Java Runtime Environment, which is installed after the Java Development Kit.
    • Once done the above, copy the directories & files to “C:\E900\System\JDK” and “C:\E900\system\oc4j\system” folders.
  8. Cannot start Web Server for HTML Client on EnterpriseOne 9.0 Standalone
    • See Point 5
    • Check if the following Log folder exists – C:\E900\system\OC4J\j2ee\home\log
      If Not, check the PATH system variable. It should have the following: “C:\E900\system\bin32;C:\E900\DEMO\bin32;”
      Remove any unreadable characters if present.
      You will have to Reinstall the JDE EnterpriseOne Software.
  9. “Could not start web server”, followed by “Could not find Webserver”
    • Probable Cause: When running the JAVA 2 SDK install wizard for the second time, if the path for JRE is changed to C:\Temp\JDK instead of accepting the default values, Web Server for HTML Client on Standalone will not start and the following error message shows up:
      “Could not start Web Server”
    • Solution: In order to fix the error ,check for any error messages in Log.XML file found in folder:
      C:\E900\system\OC4J\j2ee\Home\Log\OC4J
    • Look for following error message in above Log.XML file :
      java.lang.InstantiationException: Error generating wrappers for file :/C:/E900/system/OC4J/j2ee/home/applications/admin_ejb.jar: javac.exe not found under C:\E900\system\JDK, please use a valid jdk or specify the location of your java compiler in server.xml using the tag.
    • Follow these steps to fix the error:
      Open Server.XML file using Notepad (or other text editor) from following location C:\E900\system\OC4J\j2ee\home\config and change the path in the file to the path mentioned in the Error message above to “C:\E900\system\JDK”
    • Copy the javac.exe file from “C:\Standalone_9.00\ThirdParty\ORACLE\E1Local\jdk\bin” and paste the file to the location mentioned in the error message: C:\E900\system\JDK
    • Also See Point 5 & Point 8
  10. Failed to launch E1 Menu on HTML Engine
    • Cause: Wrong Version of JDK installed. Install JDK 1.5.0.xx (link given in the mail installation guide)
    • See Point 5 to rectify
    • Verify if you have copied the ojdbc5.jar into the correct location (C:\E900\system\OC4J\j2ee\home\lib and C:\E900\MISC).
  11. TaskViews cannot be displayed in E9 Demo
    • If you get the error in JDE SSE Version: “Database Connection failed for DataSource OneWorld Local”, check the following
    • JDBJ.ini should have the values
      [JDBj – Spec Data Source]
      name=Versions
      Local databaseType=X
      databaseInstance=JDESSELocal
    • Change all localhost to 127.0.0.1 in JDBJ.INI and JAS.INI, the task views show up.
  12. Menus missing in EnterpriseOne 9.0 Web page
    • See Above (Point 11)
    • Change all localhost to 127.0.0.1 in JDBJ.INI and JAS.INI, the menus show up.
  13. Cannot connect to Web on Standalone 9.0 “invalid cursor state failure”
    • Check if the Database Services are running
  14. Error in Launch Broker
    • See Point 11
    • In the E9 download files,  locate the folder \\ThirdParty\BPMBroker. You need to run the file j2re1_3_0-win-i.exe. After reinstalling BPMBroker, the error goes off when the web server is started.
    • Change all localhost to 127.0.0.1 in JDBJ.INI and JAS.INI, the task views also start showing up.
  15. Receive timed out error during E9 Installation
    • If No menu details appears even though the login to the web server is successful
    • Setup JDBj-SPEC DATA SOURCE for 9.0 DEMO in jdbj.ini as follows (for SQL Server Edition) [JDBj-SPEC DATA SOURCE] name=Versions Local databaseType=X server=localhost serverPort=3372 database=EnterpriseOne SSELocal physicalDatabase=JDEVL owner=dbo lob=false unicode=true databaseInstance=JDESSELocal user=sa password=
    • Setup JDBj-SPEC DATA SOURCE for 9.0 DEMO in jdbj.ini as follows (for Oracle Edition) [JDBj-SPEC DATA SOURCE] name=Versions Local databaseType=E server=localhost serverPort=1521 database=E1Local physicalDatabase=JDEVL900 owner=dbo lob=true unicode=true databaseInstance= user=sa password=
  16. The sa password must meet SQL Server password policy requirements
    • The default password for user – sa in SQL Server 2005 does not meet complex password required for Windows Vista.
      1. Go to Administrative Tools / Domain Security Policy :: Security Settings | Account Policies | Password Policy
      2. Ensure “Minimum password length” and “Password must meet complexity requirements” set to “Not Defined” state.
        *Skip this steps if you don’t have domain controller.
      3. Go to Administrative Tools / Local Security Policy :: Security Settings | Account Policies | Password Policy
      4. Turn “Minimum password length” to zero and “Password must meet complexity requirements” to “Disable”
      5. Go to SQL Installation window and press “Retry”.
      6. After installation successfully done, turn changed security settings from steps 1-4 back.
  17. Web Interface: Page Can Not be Displayed (can not connect to http://localhost:8888….)

    This applies for Windows Vista and Windows 7 only.
    Edit the Windows Hosts File located at “C:\Windows\System32\drivers\etc\hosts” This has to be done so that your Web Version opens up.

    • If the following entry exists
      ::1  localhost
      then comment out the line by adding a # before that.
    • If the line does not exist, then too you need to add the same
      #::1  localhost
      The above is a IPv6 entry.
  18. Unable to update needed components. Exiting!
    • Run ActivConsole as an Administrator.
    • i.e. right click the ActivConsole icon and select Run as Administrator
  19. Uninstalling JD EDwards EnterpriseOne 9.0

Please do help to make this Troubleshooting guide better as possible.

44 thoughts on “Troubleshooting JD Edwards EnterpriseOne 9.0 Demo Installation

  1. arleen Reply

    Hello..
    After following the instructions for #4 (Unable to Locate Security Server/Unable to Send Msg
    When I check the JDENET of jde.ini for the port number.
    Here’s my jdenet
    [JDENET]
    serviceNameListen=6012
    serviceNameConnect=6012
    netTrace=0
    tempFileDir=c:\temp
    And when I ran the netstat -ab
    Here’s the outcome:
    UDP HP12811264332.4500 *:* 3372(PID)
    How do I fixt this problem… Port number does not match…

  2. Ahmad Reply

    Hi Deepesh,
    I am installing Platform on our existing JDE 8.9 enterprise server for upgrade. whenever we run first disk its started logging some java errors under Jdedwards\e812\log file.
    Please check the following logs and seggest me if i am doing something wrong.
    Thank you.
    (Jul 7, 2010 10:47:44 PM), Install.product.install, com.installshield.product.conditions.PlatformProductBeanCondition, dbg.platform, target platform: displayName=;name=Windows 2003;version=5.2;arch=x86;parent=
    (Jul 7, 2010 10:47:44 PM), Install.product.install, com.installshield.product.conditions.PlatformProductBeanCondition, dbg.platform, condition platform: displayName=Windows (All);name=Windows .*;version=.;arch=.;parent=
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-631ffb544932ba055f994e17464
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-71d61e25007ead81db822350797
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-d706f1eac9f7eacbfe2e276bfd1
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-49e266416a4391ff473968fb159
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-ef9b5e0ee0bc9e058eafa5c45d4
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-152343a1bd6c4e348423a5a83a3
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-9ff51a91cc30e3a9db0902b6a75
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-fdf9a64224edef551a4b1170447
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-ff205e0a9abadf2dbeff12a255d
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-c17d5dad89521f1845c4133cafb
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-c17d5dad89521f1845c4133cafb
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-ff205e0a9abadf2dbeff12a255d
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-fdf9a64224edef551a4b1170447
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-9ff51a91cc30e3a9db0902b6a75
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-152343a1bd6c4e348423a5a83a3
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-ef9b5e0ee0bc9e058eafa5c45d4
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-49e266416a4391ff473968fb159
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-d706f1eac9f7eacbfe2e276bfd1
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-71d61e25007ead81db822350797
    (Jul 7, 2010 10:47:56 PM), Install.product.install, com.installshield.extras.wizard.condition.AlreadyInstalledCondition, dbg, Checking existence of UID: e812-631ffb544932ba055f994e17464
    (Jul 7, 2010 10:48:19 PM), Install.product.install, com.jdedwards.install.ISMP.WizardAction.DynamicExecWizardAction, err, java.lang.NullPointerException
    STACK_TRACE: 8
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardAction.DynamicExecWizardAction.executeProcess(DynamicExecWizardAction.java:165)
    at com.jdedwards.install.ISMP.WizardAction.DynamicExecWizardAction.execute(DynamicExecWizardAction.java:133)
    at com.installshield.wizard.StandardWizardListener.execute(Unknown Source)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1818)
    (Jul 7, 2010 10:48:20 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 15
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1827)
    (Jul 7, 2010 10:48:20 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 15
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1827)
    (Jul 7, 2010 10:48:21 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 15
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1827)
    (Jul 7, 2010 10:48:21 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 15
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1827)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 15
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1827)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 15
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getNext(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1827)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 19
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.refreshButtonStates(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:757)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1818)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 19
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.refreshButtonStates(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:757)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1818)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 19
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.refreshButtonStates(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:757)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1818)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 19
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.refreshButtonStates(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:757)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1818)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 19
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.refreshButtonStates(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:757)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1818)
    (Jul 7, 2010 10:48:22 PM), Install.product.install, com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition, err, java.lang.NullPointerException
    STACK_TRACE: 19
    java.lang.NullPointerException
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.jdedwards.install.ISMP.WizardBeanCondition.DatabaseExistsWizardCondition.evaluateTrueCondition(DatabaseExistsWizardCondition.java:130)
    at com.installshield.wizard.WizardBeanCondition.isMet(Unknown Source)
    at com.installshield.util.ConditionSet.evaluateORExpression(Unknown Source)
    at com.installshield.util.ConditionSet.isMet(Unknown Source)
    at com.installshield.wizard.WizardBean.conditionsMet(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.accept(Unknown Source)
    at com.installshield.wizard.StandardWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ActiveWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.ConditionalWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.MultiWizardTreeIterator.getPrevious(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.refreshButtonStates(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:757)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1818)

    • Deepesh Divakaran Post authorReply

      Hi Tafsir,
      Do put your issues and problems in the comments in the articles. That way everyone can learn about how its solved, and similarly there might be greater response to your questions.

  3. Oc Reply

    I have gone through the various tips on resolution of ‘Unable to connect to Security server’ error and applied same but to no avail. Can anyone kindly explain what the possible cause of this problem is and permanent solution?
    Many thanks

  4. Oc Reply

    Hi Deepesh,
    Kindly find below the latest of the jdedebug.log. It is rather large.
    Jul 27 20:42:32.859000 – 772/2552 **** jdeDebugInit — output to file.
    Jul 27 20:42:33.234000 – 772/2552 MAIN_THREAD gethostname returned: oche-pc
    Jul 27 20:42:33.234001 – 772/2552 MAIN_THREAD process 772 registered in entry 0
    Jul 27 20:42:33.234002 – 772/2552 MAIN_THREAD process 772 registered in entry 0
    Jul 27 20:42:33.265000 – 772/2552 MAIN_THREAD MODE-About to initialize EnterpriseOne MobileClient
    Jul 27 20:42:33.265001 – 772/2552 MAIN_THREAD Using ICU data file “icudt32l.dat”
    Jul 27 20:42:36.312000 – 772/2172 UNKNOWN About to call dispatch function, flags=0x2, Type=575
    Jul 27 20:42:36.593000 – 772/2172 UNKNOWN Entering JDB_SetKernelType
    Jul 27 20:42:36.609000 – 772/2172 UNKNOWN KERNEL type = KERNEL_MDA
    Jul 27 20:42:36.609001 – 772/2172 UNKNOWN Exiting JDB_SetKernelType with Success
    Jul 27 20:42:36.609002 – 772/2172 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Jul 27 20:42:36.609003 – 772/2172 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Jul 27 20:42:36.609005 – 772/2172 UNKNOWN Security format trace: SecurityMode=0
    Jul 27 20:42:36.625000 – 772/2172 UNKNOWN Entering JDB_SetMessages
    Jul 27 20:42:36.625001 – 772/2172 UNKNOWN Exiting JDB_SetMessages with Success
    Jul 27 20:42:36.625002 – 772/2172 UNKNOWN Enter JDB_CreateCriticalSections.count=0
    Jul 27 20:42:36.625003 – 772/2172 UNKNOWN Creating mutex for JDBAPIs.
    Jul 27 20:42:36.625004 – 772/2172 UNKNOWN Creating mutex for Generic.
    Jul 27 20:42:36.625005 – 772/2172 UNKNOWN Creating mutex for JDB.
    Jul 27 20:42:36.625006 – 772/2172 UNKNOWN Exit JDB_CreateCriticalSections with count=1
    Jul 27 20:42:36.625007 – 772/2172 UNKNOWN Enter JDB_CreateCriticalSections.count=1
    Jul 27 20:42:36.625008 – 772/2172 UNKNOWN Exit JDB_CreateCriticalSections with count=2
    Jul 27 20:42:36.750000 – 772/2172 UNKNOWN Ini file returned Language Code=||
    Jul 27 20:42:36.750001 – 772/2172 UNKNOWN Entering GetSystemDecimalSep…..
    Jul 27 20:42:36.750002 – 772/2172 UNKNOWN jdedlg: Debug version of jdedlg installed.
    Jul 27 20:42:36.765000 – 772/2172 UNKNOWN Service OracleServiceE1Local is already running.
    Jul 27 20:42:36.765001 – 772/2172 UNKNOWN Service OracleE1LocalTNSListener is already running.
    Jul 27 20:42:36.765002 – 772/2172 UNKNOWN MODE-About to initialize EnterpriseOne MobileClient
    Jul 27 20:42:36.765003 – 772/2172 UNKNOWN Using ICU data file “icudt32l.dat”
    Jul 27 20:42:36.765004 – 772/2172 UNKNOWN JDENet already initialized
    Jul 27 20:42:36.765006 – 772/2172 UNKNOWN JDENet already initialized
    Jul 27 20:42:36.765007 – 772/2172 UNKNOWN Net init failed or not initialized
    Jul 27 20:42:36.765009 – 772/2172 UNKNOWN Entering JDB_SetEnv (Env DEMO900) (User DEMO) (Role *ALL)
    Jul 27 20:42:36.765010 – 772/2172 UNKNOWN Exiting JDB_SetEnv with Success(Env DEMO900) (User DEMO) (Role *ALL)
    Jul 27 20:42:36.765011 – 772/2172 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 27 20:42:36.765012 – 772/2172 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00C89DF0)
    Jul 27 20:42:36.765013 – 772/2172 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00C89DF0)
    Jul 27 20:42:36.765014 – 772/2172 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00C89DF0)
    Jul 27 20:42:36.781000 – 772/2172 UNKNOWN Opening up local metadata repository. Type – JDESPECTYPE_GLBLTBL.
    Jul 27 20:42:36.781001 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.781002 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenLocal completed OK.
    Jul 27 20:42:36.781003 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.781004 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.781005 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.781006 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.781007 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.781008 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.781009 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.781010 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.781011 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.781012 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.781013 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.781014 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.781015 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.781016 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.781017 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.781018 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.781019 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.781020 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796000 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796001 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796002 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796003 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796004 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796005 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796006 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796007 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796008 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796009 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796010 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796011 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796012 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796013 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796014 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796015 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796016 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796017 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796018 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796019 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796020 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796021 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796022 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796023 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796024 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796025 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796026 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796027 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796028 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796029 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796030 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796031 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796032 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796033 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796034 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796035 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796036 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796037 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796038 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796039 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796040 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796041 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796042 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796043 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796044 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796045 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796046 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796047 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796048 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796049 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796050 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796051 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796052 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796053 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796054 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796055 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796056 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796057 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796058 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796059 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796060 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796061 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796062 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796063 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796064 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796065 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796066 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796067 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796068 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796069 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796070 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796071 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796072 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796073 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796074 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796075 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796076 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796077 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796078 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796079 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796080 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796081 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796082 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796083 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796084 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796085 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796086 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796087 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796088 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796089 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796090 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796091 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796092 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796093 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796094 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796095 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796096 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796097 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796098 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796099 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.796100 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.796101 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.796102 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.796103 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812000 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812001 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812002 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812003 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812004 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812005 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812006 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812007 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812008 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812009 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812010 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812011 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812012 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812013 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812014 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812015 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812016 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812017 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812018 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812019 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812020 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812021 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812022 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812023 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812024 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812025 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812026 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812027 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812028 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812029 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812030 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812031 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812032 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812033 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812034 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812035 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812036 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812037 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812038 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812039 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812040 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812041 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812042 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812043 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812044 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812045 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812046 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812047 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812048 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812049 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812050 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812051 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812052 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812053 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812054 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812055 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812056 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812057 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812058 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812059 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812060 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812061 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812062 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812063 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812064 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812065 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812066 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812067 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812068 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812069 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812070 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812071 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812072 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812073 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812074 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812075 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812076 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812077 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812078 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812079 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812080 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812081 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.812082 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.812083 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.812084 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.812085 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828000 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828001 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828002 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828003 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828004 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828005 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828006 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828007 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828008 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828009 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828010 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828011 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828012 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828013 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828014 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828015 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828016 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828017 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828018 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828019 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828020 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828021 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828022 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828023 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828024 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828025 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828026 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828027 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828028 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828029 – 772/2172 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 27 20:42:36.828030 – 772/2172 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 27 20:42:36.828031 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 27 20:42:36.828032 – 772/2172 UNKNOWN SpecEncapsulation : Close completed.
    Jul 27 20:42:36.828033 – 772/2172 UNKNOWN Entering JDB_FreeUser (UserHandle 00C89DF0)
    Jul 27 20:42:36.828034 – 772/2172 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 00C89DF0)
    Jul 27 20:42:36.828035 – 772/2172 UNKNOWN Try to validate user by password
    Jul 27 20:42:36.828036 – 772/2172 UNKNOWN Try to validate user in SEC_BOOTSTRAP mode
    Jul 27 20:42:36.828037 – 772/2172 UNKNOWN Try to fetch proxy info from cache
    Jul 27 20:42:36.828038 – 772/2172 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 27 20:42:36.828039 – 772/2172 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00C89DF0)
    Jul 27 20:42:36.828040 – 772/2172 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00C89DF0)
    Jul 27 20:42:36.828041 – 772/2172 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00C89DF0)
    Jul 27 20:42:36.828042 – 772/2172 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 27 20:42:36.828043 – 772/2172 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05AECD80)
    Jul 27 20:42:36.828044 – 772/2172 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05AECD80)
    Jul 27 20:42:36.828045 – 772/2172 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05AECD80)
    Jul 27 20:42:36.843000 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 27 20:42:36.859000 – 772/2172 UNKNOWN Try to fetch proxy info from cache
    Jul 27 20:42:39.515000 – 772/2172 UNKNOWN Found Oracle database version info:
    SQL*Plus: Release 10.2.0.3.0 – Production
    Jul 27 20:42:39.515001 – 772/2172 UNKNOWN Database driver name is ‘jdboci101.DLL’
    Jul 27 20:42:39.625000 – 772/2172 UNKNOWN Exited CreateCriticalSections_oracle with ref cnt 1
    Jul 27 20:42:39.703000 – 772/2172 UNKNOWN ORACLE DBInitDrv envr=00C94DB0
    Jul 27 20:42:40.171000 – 772/2172 UNKNOWN OCI0000065 – Unable to create user session to database server
    Jul 27 20:42:40.171002 – 772/2172 UNKNOWN OCI0000141 – Error – ORA-01033: ORACLE initialization or shutdown in progress
    Jul 27 20:42:40.171004 – 772/2172 UNKNOWN ORACLE DBInitCon envr=00C94DB0 conn=05B2E9E8 oche-pc A (SYSTEM@E1Local) V0 Unicode=Y (srvrusers=1) 1
    Jul 27 20:42:40.171005 – 772/2172 UNKNOWN OCI0000367 – Unable to connect to Oracle ORA-01033: ORACLE initialization or shutdown in progress
    Jul 27 20:42:40.171007 – 772/2172 UNKNOWN JDB9900164 – Failed to connect to E1Local
    Jul 27 20:42:40.171009 – 772/2172 UNKNOWN JDB9909003 – Could not init connect.
    Jul 27 20:42:40.171011 – 772/2172 UNKNOWN JDB9909100 – Get connect info failed: Transaction ID =
    Jul 27 20:42:40.171013 – 772/2172 UNKNOWN JDB3100013 – Failed to get connectinfo
    Jul 27 20:42:40.171015 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 27 20:42:40.171016 – 772/2172 UNKNOWN JDB9900257 – Failed to open F986101
    Jul 27 20:42:40.171018 – 772/2172 UNKNOWN Couldn’t find role list for user DEMO.
    Jul 27 20:42:40.171019 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 27 20:42:40.328000 – 772/2172 UNKNOWN OCI0000065 – Unable to create user session to database server
    Jul 27 20:42:40.328002 – 772/2172 UNKNOWN OCI0000141 – Error – ORA-01033: ORACLE initialization or shutdown in progress
    Jul 27 20:42:40.328004 – 772/2172 UNKNOWN ORACLE DBInitCon envr=00C94DB0 conn=05BC4450 oche-pc A (SYSTEM@E1Local) V0 Unicode=Y (srvrusers=1) 2
    Jul 27 20:42:40.328005 – 772/2172 UNKNOWN OCI0000367 – Unable to connect to Oracle ORA-01033: ORACLE initialization or shutdown in progress
    Jul 27 20:42:40.328007 – 772/2172 UNKNOWN JDB9900164 – Failed to connect to E1Local
    Jul 27 20:42:40.328009 – 772/2172 UNKNOWN JDB9909003 – Could not init connect.
    Jul 27 20:42:40.328011 – 772/2172 UNKNOWN JDB9909100 – Get connect info failed: Transaction ID =
    Jul 27 20:42:40.328013 – 772/2172 UNKNOWN JDB3100013 – Failed to get connectinfo
    Jul 27 20:42:40.343000 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 27 20:42:40.343001 – 772/2172 UNKNOWN JDB9900240 – Failed to open F986101
    Jul 27 20:42:40.343003 – 772/2172 UNKNOWN JDB9900009 – Failed to load ObjectMap Cache
    Jul 27 20:42:40.343005 – 772/2172 UNKNOWN Unable to load primary Object Configuration Manager – switching to secondary
    Jul 27 20:42:40.343007 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 27 20:42:40.343008 – 772/2172 UNKNOWN JDB9900247 – Failed to find F98611 System Local in cache
    Jul 27 20:42:40.343010 – 772/2172 UNKNOWN JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    Jul 27 20:42:40.343012 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 27 20:42:40.343013 – 772/2172 UNKNOWN JDB9900257 – Failed to open F986101
    Jul 27 20:42:40.343015 – 772/2172 UNKNOWN Couldn’t find role list for user DEMO.
    Jul 27 20:42:40.343016 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 27 20:42:40.343017 – 772/2172 UNKNOWN JDB9900247 – Failed to find F98611 System Local in cache
    Jul 27 20:42:40.343019 – 772/2172 UNKNOWN JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    Jul 27 20:42:40.343021 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 27 20:42:40.343022 – 772/2172 UNKNOWN JDB9900240 – Failed to open F986101
    Jul 27 20:42:40.343024 – 772/2172 UNKNOWN JDB9900009 – Failed to load ObjectMap Cache
    Jul 27 20:42:40.343026 – 772/2172 UNKNOWN Entering LoadUserProfileCache
    Jul 27 20:42:40.343027 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F00921)
    Jul 27 20:42:40.343028 – 772/2172 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 27 20:42:40.343030 – 772/2172 UNKNOWN JDB3100011 – Failed to get location of table F00921 for environment DEMO900
    Jul 27 20:42:40.343032 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F00921) with Failure
    Jul 27 20:42:40.343033 – 772/2172 UNKNOWN MSC0000028 – Could not load F00921 cache
    Jul 27 20:42:40.343035 – 772/2172 UNKNOWN Leaving LoadUserProfileCache
    Jul 27 20:42:40.343036 – 772/2172 UNKNOWN Entering BuildFullLibName
    Jul 27 20:42:40.343037 – 772/2172 UNKNOWN Entering BuildBaseLibName
    Jul 27 20:42:40.343038 – 772/2172 UNKNOWN Entering JDB_GetEnv
    Jul 27 20:42:40.343039 – 772/2172 UNKNOWN Exiting JDB_GetEnv with Success
    Jul 27 20:42:40.343040 – 772/2172 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 27 20:42:40.343041 – 772/2172 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05AF1330)
    Jul 27 20:42:40.343042 – 772/2172 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05AF1330)
    Jul 27 20:42:40.343043 – 772/2172 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05AF1330)
    Jul 27 20:42:40.343044 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F00941)
    Jul 27 20:42:40.343045 – 772/2172 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 27 20:42:40.343047 – 772/2172 UNKNOWN JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    Jul 27 20:42:40.359000 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F00941) with Failure
    Jul 27 20:42:40.359001 – 772/2172 UNKNOWN Entering JDB_FreeUser (UserHandle 05AF1330)
    Jul 27 20:42:40.359002 – 772/2172 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05AF1330)
    Jul 27 20:42:40.359003 – 772/2172 UNKNOWN JDB9900408 – Failed to get package release level
    Jul 27 20:42:40.359005 – 772/2172 UNKNOWN Entering JDB_FreeUser (UserHandle 05AECD80)
    Jul 27 20:42:40.359006 – 772/2172 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05AECD80)
    Jul 27 20:42:40.359007 – 772/2172 UNKNOWN Entering addToGlobalList
    Jul 27 20:42:40.359008 – 772/2172 UNKNOWN Exiting addToGlobalList with Success
    Jul 27 20:42:40.359009 – 772/2172 UNKNOWN JDB1100016 – Failed to load Environment – DEMO900
    Jul 27 20:42:40.359011 – 772/2172 UNKNOWN Entering JDB_FreeEnv (EnvHandle 00C98008)
    Jul 27 20:42:40.359012 – 772/2172 UNKNOWN Enter JDB_CreateCriticalSections.count=2
    Jul 27 20:42:40.359013 – 772/2172 UNKNOWN Exit JDB_CreateCriticalSections with count=3
    Jul 27 20:42:40.359014 – 772/2172 UNKNOWN JDERT_CleanRealTimeEvents
    Jul 27 20:42:40.359015 – 772/2172 UNKNOWN Entering BuildFullLibName
    Jul 27 20:42:40.359016 – 772/2172 UNKNOWN Entering BuildBaseLibName
    Jul 27 20:42:40.359017 – 772/2172 UNKNOWN Entering JDB_GetEnv
    Jul 27 20:42:40.359018 – 772/2172 UNKNOWN Exiting JDB_GetEnv with Success
    Jul 27 20:42:40.359019 – 772/2172 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 27 20:42:40.359020 – 772/2172 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05AECD80)
    Jul 27 20:42:40.359021 – 772/2172 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05AECD80)
    Jul 27 20:42:40.359022 – 772/2172 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05AECD80)
    Jul 27 20:42:40.359023 – 772/2172 UNKNOWN Entering JDB_GetEnvironment
    Jul 27 20:42:40.359024 – 772/2172 UNKNOWN Exiting JDB_GetEnvironment returning global environment name
    Jul 27 20:42:40.359025 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F00941)
    Jul 27 20:42:40.359026 – 772/2172 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 27 20:42:40.359028 – 772/2172 UNKNOWN JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    Jul 27 20:42:40.359030 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F00941) with Failure
    Jul 27 20:42:40.359031 – 772/2172 UNKNOWN Entering JDB_FreeUser (UserHandle 05AECD80)
    Jul 27 20:42:40.359032 – 772/2172 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05AECD80)
    Jul 27 20:42:40.359033 – 772/2172 UNKNOWN Entering JDB_GetEnv
    Jul 27 20:42:40.359034 – 772/2172 UNKNOWN Exiting JDB_GetEnv with Success
    Jul 27 20:42:40.359035 – 772/2172 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 27 20:42:40.359036 – 772/2172 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05AECD80)
    Jul 27 20:42:40.359037 – 772/2172 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05AECD80)
    Jul 27 20:42:40.359038 – 772/2172 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05AECD80)
    Jul 27 20:42:40.359039 – 772/2172 UNKNOWN Opening up local metadata repository. Type – JDESPECTYPE_DDTABL.
    Jul 27 20:42:40.375000 – 772/2172 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.375001 – 772/2172 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.375002 – 772/2172 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.375003 – 772/2172 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.375004 – 772/2172 UNKNOWN Package name not passed to SetupPackageRDB. Using current running package.
    Jul 27 20:42:40.375005 – 772/2172 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.375006 – 772/2172 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.375007 – 772/2172 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.375008 – 772/2172 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.375009 – 772/2172 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.375010 – 772/2172 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.375011 – 772/2172 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.375012 – 772/2172 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.375013 – 772/2172 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.375014 – 772/2172 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.375015 – 772/2172 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.375016 – 772/2172 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.375017 – 772/2172 UNKNOWN Creating Spec release cache on handle
    Jul 27 20:42:40.375018 – 772/2172 UNKNOWN Entering JDB_OpenTable(Table = F00942)
    Jul 27 20:42:40.375019 – 772/2172 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 27 20:42:40.375021 – 772/2172 UNKNOWN JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    Jul 27 20:42:40.375023 – 772/2172 UNKNOWN Exiting JDB_OpenTable(Table = F00942) with Failure
    Jul 27 20:42:40.375024 – 772/2172 UNKNOWN JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    Jul 27 20:42:40.390000 – 772/2172 UNKNOWN JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    Jul 27 20:42:40.390002 – 772/2172 UNKNOWN Metadata Release Cache load failure – destroying cache.
    Jul 27 20:42:40.390003 – 772/2172 UNKNOWN Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    Jul 27 20:42:40.390005 – 772/2172 UNKNOWN GetMetadataReleaseLevelOfPathCode – Unable to determine spec release level of the path code DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)!
    Jul 27 20:42:40.390006 – 772/2172 UNKNOWN JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    Jul 27 20:42:40.390008 – 772/2172 UNKNOWN Local RDBMS data format is always XML.
    Jul 27 20:42:40.390009 – 772/2172 UNKNOWN SpecEncapsulation : jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 27 20:42:40.390010 – 772/2172 UNKNOWN jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 27 20:42:40.390012 – 772/2172 UNKNOWN isNewRTESystemEnabled – DDTABL spec handle cannot be accessed.
    Jul 27 20:42:40.390013 – 772/2172 UNKNOWN isNewRTESystemEnabled – DDTABL spec handle cannot be accessed.
    Jul 27 20:42:40.390015 – 772/2172 UNKNOWN Entering JDB_FreeUser (UserHandle 05AECD80)
    Jul 27 20:42:40.390016 – 772/2172 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05AECD80)
    Jul 27 20:42:40.390017 – 772/2172 UNKNOWN Classic event system is enabled
    Jul 27 20:42:40.390018 – 772/2172 UNKNOWN Calling legacy API
    Jul 27 20:42:40.390019 – 772/2172 UNKNOWN Close Table called with invalid user
    Jul 27 20:42:40.406000 – 772/2172 UNKNOWN Try to sign off from EnterpriseOne
    Jul 27 20:42:40.406001 – 772/2172 UNKNOWN The user has already logged off
    Jul 27 20:42:40.406002 – 772/2172 UNKNOWN Try to free sec list
    Jul 27 20:42:40.406003 – 772/2172 UNKNOWN Try to free sec list
    Jul 27 20:42:40.406004 – 772/2172 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 27 20:42:40.406005 – 772/2172 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05AECD80)
    Jul 27 20:42:40.406006 – 772/2172 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05AECD80)
    Jul 27 20:42:40.406007 – 772/2172 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05AECD80)
    Jul 27 20:42:40.406008 – 772/2172 UNKNOWN COB00001: jdeCallObject called to launch jdeFreeEnvBSFN.
    Jul 27 20:42:40.406009 – 772/2172 WRK:Starting jdeCallObject COB00001: jdeCallObject called to launch jdeFreeEnvBSFN.
    Jul 27 20:42:40.406010 – 772/2172 WRK:Starting jdeCallObject Opening up local metadata repository. Type – JDESPECTYPE_BUSFUNC.
    Jul 27 20:42:40.406011 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.406012 – 772/2172 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.406013 – 772/2172 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.406014 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.406015 – 772/2172 WRK:Starting jdeCallObject Package name not passed to SetupPackageRDB. Using current running package.
    Jul 27 20:42:40.406016 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.406017 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.406018 – 772/2172 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.406019 – 772/2172 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.406020 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.406021 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.406022 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.406023 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.406024 – 772/2172 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.406025 – 772/2172 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 27 20:42:40.406026 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 27 20:42:40.406027 – 772/2172 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 27 20:42:40.406028 – 772/2172 WRK:Starting jdeCallObject Creating Spec release cache on handle
    Jul 27 20:42:40.406029 – 772/2172 WRK:Starting jdeCallObject Entering JDB_OpenTable(Table = F00942)
    Jul 27 20:42:40.406030 – 772/2172 WRK:Starting jdeCallObject JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 27 20:42:40.406032 – 772/2172 WRK:Starting jdeCallObject JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    Jul 27 20:42:40.406034 – 772/2172 WRK:Starting jdeCallObject Exiting JDB_OpenTable(Table = F00942) with Failure
    Jul 27 20:42:40.406035 – 772/2172 WRK:Starting jdeCallObject JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    Jul 27 20:42:40.406037 – 772/2172 WRK:Starting jdeCallObject JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    Jul 27 20:42:40.406039 – 772/2172 WRK:Starting jdeCallObject Metadata Release Cache load failure – destroying cache.
    Jul 27 20:42:40.406040 – 772/2172 WRK:Starting jdeCallObject Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    Jul 27 20:42:40.406042 – 772/2172 WRK:Starting jdeCallObject GetMetadataReleaseLevelOfPathCode – Unable to determine spec release level of the path code DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)!
    Jul 27 20:42:40.406043 – 772/2172 WRK:Starting jdeCallObject JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    Jul 27 20:42:40.406045 – 772/2172 WRK:Starting jdeCallObject Local RDBMS data format is always XML.
    Jul 27 20:42:40.406046 – 772/2172 WRK:Starting jdeCallObject SpecEncapsulation : jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 27 20:42:40.406047 – 772/2172 WRK:Starting jdeCallObject jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 27 20:42:40.406049 – 772/2172 WRK:Starting jdeCallObject Entering JDB_FreeUser (UserHandle 05AECD80)
    Jul 27 20:42:40.406050 – 772/2172 WRK:Starting jdeCallObject Exiting JDB_FreeUser with Success(UserHandle 05AECD80)
    Jul 27 20:42:40.406051 – 772/2172 WRK:Starting jdeCallObject Entering JDB_FreeUser (UserHandle 00C89DF0)
    Jul 27 20:42:40.406052 – 772/2172 WRK:Starting jdeCallObject Exiting JDB_FreeUser with Success(UserHandle 00C89DF0)
    Jul 27 20:42:40.406053 – 772/2172 WRK:Starting jdeCallObject Entering jdeCacheDestroyAllUserCaches
    Jul 27 20:42:40.437000 – 772/2172 WRK:Starting jdeCallObject The JDEMAIL library is disabled, function is not available. Please see SAR 6546021 for details, and contact support.
    Jul 27 20:42:40.437001 – 772/2172 WRK:Starting jdeCallObject Entering JDB_UnloadTriggerLibrariesPrv
    Jul 27 20:42:40.437002 – 772/2172 WRK:Starting jdeCallObject Exiting JDB_UnloadTriggerLibrariesPrv with Success
    Jul 27 20:42:40.453000 – 772/2172 WRK:Starting jdeCallObject ORACLE DBFreeDrv envr=00C94DB0
    Jul 27 20:42:40.453001 – 772/2172 WRK:Starting jdeCallObject Exited FreeCriticalSections_oracle with ref cnt 0
    Jul 27 20:42:40.453002 – 772/2172 WRK:Starting jdeCallObject Freeing process-level cache now.
    Jul 27 20:42:40.453003 – 772/2172 WRK:Starting jdeCallObject Load spec. conversion library ‘MDSERIALIZER.DLL’
    Jul 27 20:42:40.625000 – 772/2172 WRK:Starting jdeCallObject Entering jdeGetOrSetSecondaryServer
    Jul 27 20:42:40.625001 – 772/2172 WRK:Starting jdeCallObject JDETAMA:Entering INTWorkWithTamLockList for action 1
    Jul 27 20:42:40.625002 – 772/2172 WRK:Starting jdeCallObject JDETAMA:Exited INTWorkWithTamLockList for action 1
    Jul 27 20:42:40.625003 – 772/2172 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=3
    Jul 27 20:42:40.625004 – 772/2172 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=2 to go
    Jul 27 20:42:40.625005 – 772/2172 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=2
    Jul 27 20:42:40.625006 – 772/2172 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=1 to go
    Jul 27 20:42:40.625007 – 772/2172 WRK:Starting jdeCallObject Exiting JDB_FreeEnv with Success (EnvHandle 00C98008)
    Jul 27 20:42:40.625008 – 772/2172 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=1
    Jul 27 20:42:40.625009 – 772/2172 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=0 to go
    Jul 27 20:42:40.625010 – 772/2172 WRK:Starting jdeCallObject Failed to init security bootstrap environment using user=DEMO, password=DEMO, env=DEMO900, role=*ALL
    Jul 27 20:42:40.625012 – 772/2172 WRK:Starting jdeCallObject Failed to init security bootstrap environment using user=DEMO, password=DEMO, env=DEMO900, role=*ALL
    Jul 27 20:42:40.640000 – 772/2172 WRK:Starting jdeCallObject Failed to init Env
    Jul 27 20:42:40.640002 – 772/2172 WRK:Starting jdeCallObject Failed to init Env
    Jul 27 20:42:40.640003 – 772/2172 WRK:Starting jdeCallObject Dispatch Function ‘_JDEK_DispatchSecurity@28’ returned failure on eNetDispatchInit
    Jul 27 20:42:40.640005 – 772/2172 WRK:Starting jdeCallObject Dispatch Function ‘_JDEK_DispatchSecurity@28’ returned failure on eNetDispatchInit
    Jul 27 23:03:48.578000 – 772/2556 UNKNOWN About to call dispatch function, flags=0x2, Type=575
    Jul 27 23:03:48.578001 – 772/2556 UNKNOWN Entering JDB_SetKernelType
    Jul 27 23:03:48.578002 – 772/2556 UNKNOWN KERNEL type = KERNEL_MDA
    Jul 27 23:03:48.578003 – 772/2556 UNKNOWN Exiting JDB_SetKernelType with Success
    Jul 27 23:03:48.578004 – 772/2556 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Jul 27 23:03:48.578005 – 772/2556 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Jul 27 23:03:48.625000 – 772/2556 UNKNOWN Security format trace: SecurityMode=0
    Jul 27 23:03:48.625001 – 772/2556 UNKNOWN Entering JDB_SetMessages
    Jul 27 23:03:48.625002 – 772/2556 UNKNOWN Exiting JDB_SetMessages with Success
    Jul 27 23:03:48.625003 – 772/2556 UNKNOWN Enter JDB_CreateCriticalSections.count=0
    Jul 27 23:03:48.625004 – 772/2556 UNKNOWN Creating mutex for JDBAPIs.
    Jul 27 23:03:48.625005 – 772/2556 UNKNOWN Creating mutex for Generic.
    Jul 27 23:03:48.625006 – 772/2556 UNKNOWN Creating mutex for JDB.
    Jul 27 23:03:48.625007 – 772/2556 UNKNOWN Exit JDB_CreateCriticalSections with count=1
    Jul 27 23:03:48.625008 – 772/2556 UNKNOWN Enter JDB_CreateCriticalSections.count=1
    Jul 27 23:03:48.625009 – 772/2556 UNKNOWN Exit JDB_CreateCriticalSections with count=2
    Jul 27 23:03:48.640000 – 772/2556 UNKNOWN Service OracleServiceE1Local is already running.
    Jul 27 23:03:48.640001 – 772/2556 UNKNOWN Service OracleE1LocalTNSListener is already running.
    Jul 27 23:03:48.640002 – 772/2556 UNKNOWN MODE-About to initialize EnterpriseOne MobileClient
    Jul 27 23:03:48.640003 – 772/2556 UN

  5. Oc Reply

    Hi Deepesh,
    The earlier log was too long and could not be accomodated in this comment box. Find below a newly generated log.
    Jul 30 06:14:27.890000 – 1040/5980 **** jdeDebugInit — output to file.
    Jul 30 06:14:28.421000 – 1040/5980 MAIN_THREAD Ini file returned Language Code=||
    Jul 30 06:14:28.421001 – 1040/5980 MAIN_THREAD Entering GetSystemDecimalSep…..
    Jul 30 06:14:28.453000 – 1040/5980 MAIN_THREAD jdedlg: Debug version of jdedlg installed.
    Jul 30 06:14:29.781000 – 1040/5980 MAIN_THREAD SE: Establishing the AutoPilot capture
    Jul 30 06:14:29.781001 – 1040/5980 MAIN_THREAD SE: Established the AutoPilot capture
    Jul 30 06:14:29.812000 – 1040/5980 MAIN_THREAD Entering JDB_SetKernelType
    Jul 30 06:14:29.812001 – 1040/5980 MAIN_THREAD KERNEL type = KERNEL_MDA
    Jul 30 06:14:29.812002 – 1040/5980 MAIN_THREAD Exiting JDB_SetKernelType with Success
    Jul 30 06:14:29.890000 – 1040/5980 MAIN_THREAD SE: Showing the splash screen
    Jul 30 06:14:30.078000 – 1040/5980 MAIN_THREAD SE: Prompting for login dialog
    Jul 30 06:14:30.109000 – 1040/5980 MAIN_THREAD Entering JDB_InitEnv
    Jul 30 06:14:30.125000 – 1040/5980 MAIN_THREAD Enter JDB_CreateCriticalSections.count=0
    Jul 30 06:14:30.125001 – 1040/5980 MAIN_THREAD Creating mutex for JDBAPIs.
    Jul 30 06:14:30.156000 – 1040/5980 MAIN_THREAD Creating mutex for Generic.
    Jul 30 06:14:30.156001 – 1040/5980 MAIN_THREAD Creating mutex for JDB.
    Jul 30 06:14:30.156002 – 1040/5980 MAIN_THREAD Exit JDB_CreateCriticalSections with count=1
    Jul 30 06:14:30.171000 – 1040/5980 MAIN_THREAD Enter JDB_CreateCriticalSections.count=1
    Jul 30 06:14:30.171001 – 1040/5980 MAIN_THREAD Exit JDB_CreateCriticalSections with count=2
    Jul 30 06:14:30.218000 – 1040/5980 MAIN_THREAD Service OracleServiceE1Local is already running.
    Jul 30 06:14:30.218001 – 1040/5980 MAIN_THREAD Service OracleE1LocalTNSListener is already running.
    Jul 30 06:14:30.375000 – 1040/5980 MAIN_THREAD MODE-About to initialize EnterpriseOne MobileClient
    Jul 30 06:14:30.375001 – 1040/5980 MAIN_THREAD Using ICU data file “icudt32l.dat”
    Jul 30 06:14:30.734000 – 1040/5980 MAIN_THREAD Entering JDB_SetEnv (Env DEMO900) (User ) (Role *ALL)
    Jul 30 06:14:30.734001 – 1040/5980 MAIN_THREAD Exiting JDB_SetEnv with Success(Env DEMO900) (User ) (Role *ALL)
    Jul 30 06:14:30.734002 – 1040/5980 MAIN_THREAD Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:30.734003 – 1040/5980 MAIN_THREAD Entering JDB_BeginTransaction (UserHandle 02E0ECA0)
    Jul 30 06:14:30.734004 – 1040/5980 MAIN_THREAD gethostname returned: oche-pc
    Jul 30 06:14:30.734005 – 1040/5980 MAIN_THREAD Exiting JDB_BeginTransaction with Success (UserHandle 02E0ECA0)
    Jul 30 06:14:30.734006 – 1040/5980 MAIN_THREAD Exiting JDB_InitUser with Success (UserHandle 02E0ECA0)
    Jul 30 06:14:30.781000 – 1040/5980 MAIN_THREAD Opening up local metadata repository. Type – JDESPECTYPE_GLBLTBL.
    Jul 30 06:14:30.812000 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.812001 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenLocal completed OK.
    Jul 30 06:14:30.812002 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.812003 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890000 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890001 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890002 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890003 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890004 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890005 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890006 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890007 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890008 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890009 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890010 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890011 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890012 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890013 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890014 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890015 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890016 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890017 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890018 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890019 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890020 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890021 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890022 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890023 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890024 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890025 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890026 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890027 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890028 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890029 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890030 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890031 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890032 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890033 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.890034 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.890035 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.890036 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.890037 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.906000 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.906001 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.906002 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.906003 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.906004 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.906005 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.906006 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.906007 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.906008 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.906009 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.906010 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.906011 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.906012 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.906013 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.906014 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.906015 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.921000 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.921001 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.921002 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.921003 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.921004 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.921005 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.921006 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.921007 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.921008 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.921009 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.921010 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.921011 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.921012 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.921013 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.921014 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.921015 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.921016 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.921017 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.921018 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.921019 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.921020 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.921021 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.921022 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.921023 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.921024 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.921025 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.921026 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.921027 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.937000 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.937001 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.937002 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.937003 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.937004 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.937005 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.937006 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.937007 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.937008 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.937009 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.937010 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.937011 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.937012 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.937013 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.937014 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.937015 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.937016 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.937017 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.937018 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.937019 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953000 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953001 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953002 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953003 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953004 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953005 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953006 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953007 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953008 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953009 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953010 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953011 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953012 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953013 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953014 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953015 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953016 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953017 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953018 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953019 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953020 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953021 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953022 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953023 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953024 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953025 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953026 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953027 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953028 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953029 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953030 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953031 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953032 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953033 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953034 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953035 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953036 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953037 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953038 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953039 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953040 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953041 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953042 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953043 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.953044 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.953045 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.953046 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.953047 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968000 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968001 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968002 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968003 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968004 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968005 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968006 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968007 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968008 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968009 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968010 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968011 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968012 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968013 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968014 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968015 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968016 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968017 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968018 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968019 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968020 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968021 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968022 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968023 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968024 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968025 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968026 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968027 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.968028 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.968029 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.968030 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.968031 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984000 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984001 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984002 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984003 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984004 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984005 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984006 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984007 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984008 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984009 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984010 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984011 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984012 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984013 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984014 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984015 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984016 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984017 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984018 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984019 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984020 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984021 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984022 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984023 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984024 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984025 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984026 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984027 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984028 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984029 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984030 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984031 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984032 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984033 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984034 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984035 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984036 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984037 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984038 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984039 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984040 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984041 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984042 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984043 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:30.984044 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:30.984045 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:30.984046 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:30.984047 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:31.000000 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:31.000001 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:31.000002 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:31.000003 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:31.000004 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:31.000005 – 1040/5980 MAIN_THREAD Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:31.000006 – 1040/5980 MAIN_THREAD jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:31.000007 – 1040/5980 MAIN_THREAD SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:31.000008 – 1040/5980 MAIN_THREAD SpecEncapsulation : Close completed.
    Jul 30 06:14:31.000009 – 1040/5980 MAIN_THREAD Entering JDB_FreeUser (UserHandle 02E0ECA0)
    Jul 30 06:14:31.000010 – 1040/5980 MAIN_THREAD Exiting JDB_FreeUser with Success(UserHandle 02E0ECA0)
    Jul 30 06:14:31.000011 – 1040/5980 MAIN_THREAD Starting OneWorld
    Jul 30 06:14:39.390000 – 1040/5980 MAIN_THREAD Entering JDB_LoadPartialEnv
    Jul 30 06:14:39.390001 – 1040/5980 MAIN_THREAD Try to validate user by password
    Jul 30 06:14:39.406000 – 1040/5980 MAIN_THREAD Try to validate user by sending message to security server
    Jul 30 06:14:39.421000 – 1040/5980 MAIN_THREAD Try to send the message to security server oche-pc
    Jul 30 06:15:59.453000 – 1040/5980 MAIN_THREAD JDENET Error = eTimeOut

  6. Oc Reply

    Hi Deepesh,
    This may also be useful. It is the content of the second generated jdedebug.log file. Am sorry for messing up the blog with such rather long post.
    Jul 30 06:14:29.859000 – 5864/5444 **** jdeDebugInit — output to file.
    Jul 30 06:14:30.328000 – 5864/5444 MAIN_THREAD gethostname returned: oche-pc
    Jul 30 06:14:30.328001 – 5864/5444 MAIN_THREAD process 5864 registered in entry 0
    Jul 30 06:14:30.328002 – 5864/5444 MAIN_THREAD process 5864 registered in entry 0
    Jul 30 06:14:30.375000 – 5864/5444 MAIN_THREAD MODE-About to initialize EnterpriseOne MobileClient
    Jul 30 06:14:30.375001 – 5864/5444 MAIN_THREAD Using ICU data file “icudt32l.dat”
    Jul 30 06:14:39.453000 – 5864/5240 UNKNOWN About to call dispatch function, flags=0x2, Type=575
    Jul 30 06:14:39.765000 – 5864/5240 UNKNOWN Entering JDB_SetKernelType
    Jul 30 06:14:39.765001 – 5864/5240 UNKNOWN KERNEL type = KERNEL_MDA
    Jul 30 06:14:39.765002 – 5864/5240 UNKNOWN Exiting JDB_SetKernelType with Success
    Jul 30 06:14:39.765003 – 5864/5240 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Jul 30 06:14:39.765004 – 5864/5240 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Jul 30 06:14:39.765006 – 5864/5240 UNKNOWN Security format trace: SecurityMode=0
    Jul 30 06:14:39.781000 – 5864/5240 UNKNOWN Entering JDB_SetMessages
    Jul 30 06:14:39.781001 – 5864/5240 UNKNOWN Exiting JDB_SetMessages with Success
    Jul 30 06:14:39.781002 – 5864/5240 UNKNOWN Enter JDB_CreateCriticalSections.count=0
    Jul 30 06:14:39.781003 – 5864/5240 UNKNOWN Creating mutex for JDBAPIs.
    Jul 30 06:14:39.781004 – 5864/5240 UNKNOWN Creating mutex for Generic.
    Jul 30 06:14:39.781005 – 5864/5240 UNKNOWN Creating mutex for JDB.
    Jul 30 06:14:39.781006 – 5864/5240 UNKNOWN Exit JDB_CreateCriticalSections with count=1
    Jul 30 06:14:39.781007 – 5864/5240 UNKNOWN Enter JDB_CreateCriticalSections.count=1
    Jul 30 06:14:39.781008 – 5864/5240 UNKNOWN Exit JDB_CreateCriticalSections with count=2
    Jul 30 06:14:39.906000 – 5864/5240 UNKNOWN Ini file returned Language Code=||
    Jul 30 06:14:39.906001 – 5864/5240 UNKNOWN Entering GetSystemDecimalSep…..
    Jul 30 06:14:39.906002 – 5864/5240 UNKNOWN jdedlg: Debug version of jdedlg installed.
    Jul 30 06:14:39.921000 – 5864/5240 UNKNOWN Service OracleServiceE1Local is already running.
    Jul 30 06:14:39.921001 – 5864/5240 UNKNOWN Service OracleE1LocalTNSListener is already running.
    Jul 30 06:14:39.921002 – 5864/5240 UNKNOWN MODE-About to initialize EnterpriseOne MobileClient
    Jul 30 06:14:39.921003 – 5864/5240 UNKNOWN Using ICU data file “icudt32l.dat”
    Jul 30 06:14:39.921004 – 5864/5240 UNKNOWN JDENet already initialized
    Jul 30 06:14:39.921006 – 5864/5240 UNKNOWN JDENet already initialized
    Jul 30 06:14:39.921007 – 5864/5240 UNKNOWN Net init failed or not initialized
    Jul 30 06:14:39.921009 – 5864/5240 UNKNOWN Entering JDB_SetEnv (Env DEMO900) (User DEMO) (Role *ALL)
    Jul 30 06:14:39.921010 – 5864/5240 UNKNOWN Exiting JDB_SetEnv with Success(Env DEMO900) (User DEMO) (Role *ALL)
    Jul 30 06:14:39.921011 – 5864/5240 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:39.921012 – 5864/5240 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00C89E20)
    Jul 30 06:14:39.921013 – 5864/5240 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00C89E20)
    Jul 30 06:14:39.921014 – 5864/5240 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00C89E20)
    Jul 30 06:14:39.921015 – 5864/5240 UNKNOWN Opening up local metadata repository. Type – JDESPECTYPE_GLBLTBL.
    Jul 30 06:14:39.937000 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937001 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenLocal completed OK.
    Jul 30 06:14:39.937002 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937003 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937004 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937005 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937006 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937007 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937008 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937009 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937010 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937011 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937012 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937013 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937014 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937015 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937016 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937017 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937018 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937019 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937020 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937021 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937022 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937023 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937024 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937025 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937026 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937027 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937028 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937029 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937030 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937031 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937032 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937033 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937034 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937035 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937036 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937037 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937038 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937039 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937040 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937041 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937042 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937043 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937044 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937045 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937046 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937047 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937048 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937049 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937050 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937051 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937052 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937053 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937054 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937055 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937056 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937057 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937058 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937059 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937060 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937061 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937062 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937063 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937064 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937065 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937066 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937067 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937068 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937069 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937070 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937071 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937072 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937073 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937074 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937075 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937076 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937077 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937078 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937079 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937080 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937081 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937082 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937083 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937084 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937085 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937086 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937087 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937088 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937089 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937090 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937091 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937092 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937093 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937094 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937095 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937096 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937097 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937098 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937099 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937100 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937101 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937102 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937103 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937104 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937105 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937106 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.937107 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.937108 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.937109 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.937110 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953000 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953001 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953002 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953003 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953004 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953005 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953006 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953007 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953008 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953009 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953010 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953011 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953012 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953013 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953014 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953015 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953016 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953017 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953018 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953019 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953020 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953021 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953022 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953023 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953024 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953025 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953026 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953027 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953028 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953029 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953030 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953031 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953032 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953033 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953034 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953035 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953036 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953037 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953038 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953039 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953040 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953041 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953042 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953043 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953044 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953045 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953046 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953047 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953048 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953049 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953050 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953051 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953052 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953053 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953054 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953055 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953056 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953057 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953058 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953059 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953060 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953061 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953062 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953063 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953064 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953065 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953066 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953067 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953068 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953069 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953070 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953071 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953072 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953073 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953074 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953075 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953076 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953077 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953078 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953079 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953080 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953081 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953082 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953083 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953084 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953085 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953086 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953087 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953088 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953089 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953090 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953091 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953092 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953093 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953094 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953095 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953096 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953097 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953098 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953099 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.953100 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.953101 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.953102 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.953103 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968000 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.968001 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.968002 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.968003 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968004 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.968005 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.968006 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.968007 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968008 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.968009 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.968010 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.968011 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968012 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.968013 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.968014 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.968015 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968016 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.968017 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.968018 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.968019 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968020 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.968021 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.968022 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.968023 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968024 – 5864/5240 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – E:\E900\system\bin32\.
    Jul 30 06:14:39.968025 – 5864/5240 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Jul 30 06:14:39.968026 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Jul 30 06:14:39.968027 – 5864/5240 UNKNOWN SpecEncapsulation : Close completed.
    Jul 30 06:14:39.968028 – 5864/5240 UNKNOWN Entering JDB_FreeUser (UserHandle 00C89E20)
    Jul 30 06:14:39.968029 – 5864/5240 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 00C89E20)
    Jul 30 06:14:39.968030 – 5864/5240 UNKNOWN Try to validate user by password
    Jul 30 06:14:39.968031 – 5864/5240 UNKNOWN Try to validate user in SEC_BOOTSTRAP mode
    Jul 30 06:14:39.968032 – 5864/5240 UNKNOWN Try to fetch proxy info from cache
    Jul 30 06:14:39.968033 – 5864/5240 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:39.968034 – 5864/5240 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00C89E20)
    Jul 30 06:14:39.968035 – 5864/5240 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00C89E20)
    Jul 30 06:14:39.968036 – 5864/5240 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00C89E20)
    Jul 30 06:14:39.968037 – 5864/5240 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:39.968038 – 5864/5240 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05ADCD80)
    Jul 30 06:14:39.968039 – 5864/5240 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05ADCD80)
    Jul 30 06:14:39.968040 – 5864/5240 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05ADCD80)
    Jul 30 06:14:39.984000 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 30 06:14:40.000000 – 5864/5240 UNKNOWN Try to fetch proxy info from cache
    Jul 30 06:14:43.390000 – 5864/5240 UNKNOWN Found Oracle database version info:
    SQL*Plus: Release 10.2.0.3.0 – Production
    Jul 30 06:14:43.390001 – 5864/5240 UNKNOWN Database driver name is ‘jdboci101.DLL’
    Jul 30 06:14:43.515000 – 5864/5240 UNKNOWN Exited CreateCriticalSections_oracle with ref cnt 1
    Jul 30 06:14:43.593000 – 5864/5240 UNKNOWN ORACLE DBInitDrv envr=05AE7B50
    Jul 30 06:14:44.625000 – 5864/5240 UNKNOWN OCI0000065 – Unable to create user session to database server
    Jul 30 06:14:44.625002 – 5864/5240 UNKNOWN OCI0000141 – Error – ORA-01033: ORACLE initialization or shutdown in progress
    Jul 30 06:14:44.625004 – 5864/5240 UNKNOWN ORACLE DBInitCon envr=05AE7B50 conn=05B1EA20 oche-pc A (SYSTEM@E1Local) V0 Unicode=Y (srvrusers=1) 1
    Jul 30 06:14:44.625005 – 5864/5240 UNKNOWN OCI0000367 – Unable to connect to Oracle ORA-01033: ORACLE initialization or shutdown in progress
    Jul 30 06:14:44.625007 – 5864/5240 UNKNOWN JDB9900164 – Failed to connect to E1Local
    Jul 30 06:14:44.625009 – 5864/5240 UNKNOWN JDB9909003 – Could not init connect.
    Jul 30 06:14:44.625011 – 5864/5240 UNKNOWN JDB9909100 – Get connect info failed: Transaction ID =
    Jul 30 06:14:44.625013 – 5864/5240 UNKNOWN JDB3100013 – Failed to get connectinfo
    Jul 30 06:14:44.625015 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 30 06:14:44.625016 – 5864/5240 UNKNOWN JDB9900257 – Failed to open F986101
    Jul 30 06:14:44.625018 – 5864/5240 UNKNOWN Couldn’t find role list for user DEMO.
    Jul 30 06:14:44.625019 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 30 06:14:44.765000 – 5864/5240 UNKNOWN OCI0000065 – Unable to create user session to database server
    Jul 30 06:14:44.765002 – 5864/5240 UNKNOWN OCI0000141 – Error – ORA-01033: ORACLE initialization or shutdown in progress
    Jul 30 06:14:44.765004 – 5864/5240 UNKNOWN ORACLE DBInitCon envr=05AE7B50 conn=05BB4450 oche-pc A (SYSTEM@E1Local) V0 Unicode=Y (srvrusers=1) 2
    Jul 30 06:14:44.765005 – 5864/5240 UNKNOWN OCI0000367 – Unable to connect to Oracle ORA-01033: ORACLE initialization or shutdown in progress
    Jul 30 06:14:44.765007 – 5864/5240 UNKNOWN JDB9900164 – Failed to connect to E1Local
    Jul 30 06:14:44.765009 – 5864/5240 UNKNOWN JDB9909003 – Could not init connect.
    Jul 30 06:14:44.765011 – 5864/5240 UNKNOWN JDB9909100 – Get connect info failed: Transaction ID =
    Jul 30 06:14:44.781000 – 5864/5240 UNKNOWN JDB3100013 – Failed to get connectinfo
    Jul 30 06:14:44.781002 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 30 06:14:44.781003 – 5864/5240 UNKNOWN JDB9900240 – Failed to open F986101
    Jul 30 06:14:44.781005 – 5864/5240 UNKNOWN JDB9900009 – Failed to load ObjectMap Cache
    Jul 30 06:14:44.781007 – 5864/5240 UNKNOWN Unable to load primary Object Configuration Manager – switching to secondary
    Jul 30 06:14:44.781009 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 30 06:14:44.781010 – 5864/5240 UNKNOWN JDB9900247 – Failed to find F98611 System Local in cache
    Jul 30 06:14:44.781012 – 5864/5240 UNKNOWN JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    Jul 30 06:14:44.781014 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 30 06:14:44.781015 – 5864/5240 UNKNOWN JDB9900257 – Failed to open F986101
    Jul 30 06:14:44.781017 – 5864/5240 UNKNOWN Couldn’t find role list for user DEMO.
    Jul 30 06:14:44.781018 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Jul 30 06:14:44.781019 – 5864/5240 UNKNOWN JDB9900247 – Failed to find F98611 System Local in cache
    Jul 30 06:14:44.781021 – 5864/5240 UNKNOWN JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    Jul 30 06:14:44.781023 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Jul 30 06:14:44.781024 – 5864/5240 UNKNOWN JDB9900240 – Failed to open F986101
    Jul 30 06:14:44.781026 – 5864/5240 UNKNOWN JDB9900009 – Failed to load ObjectMap Cache
    Jul 30 06:14:44.781028 – 5864/5240 UNKNOWN Entering LoadUserProfileCache
    Jul 30 06:14:44.781029 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F00921)
    Jul 30 06:14:44.781030 – 5864/5240 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 30 06:14:44.781032 – 5864/5240 UNKNOWN JDB3100011 – Failed to get location of table F00921 for environment DEMO900
    Jul 30 06:14:44.781034 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F00921) with Failure
    Jul 30 06:14:44.781035 – 5864/5240 UNKNOWN MSC0000028 – Could not load F00921 cache
    Jul 30 06:14:44.781037 – 5864/5240 UNKNOWN Leaving LoadUserProfileCache
    Jul 30 06:14:44.781038 – 5864/5240 UNKNOWN Entering BuildFullLibName
    Jul 30 06:14:44.781039 – 5864/5240 UNKNOWN Entering BuildBaseLibName
    Jul 30 06:14:44.781040 – 5864/5240 UNKNOWN Entering JDB_GetEnv
    Jul 30 06:14:44.781041 – 5864/5240 UNKNOWN Exiting JDB_GetEnv with Success
    Jul 30 06:14:44.781042 – 5864/5240 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:44.781043 – 5864/5240 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05AE1330)
    Jul 30 06:14:44.781044 – 5864/5240 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05AE1330)
    Jul 30 06:14:44.781045 – 5864/5240 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05AE1330)
    Jul 30 06:14:44.781046 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F00941)
    Jul 30 06:14:44.781047 – 5864/5240 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 30 06:14:44.781049 – 5864/5240 UNKNOWN JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    Jul 30 06:14:44.781051 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F00941) with Failure
    Jul 30 06:14:44.781052 – 5864/5240 UNKNOWN Entering JDB_FreeUser (UserHandle 05AE1330)
    Jul 30 06:14:44.781053 – 5864/5240 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05AE1330)
    Jul 30 06:14:44.781054 – 5864/5240 UNKNOWN JDB9900408 – Failed to get package release level
    Jul 30 06:14:44.781056 – 5864/5240 UNKNOWN Entering JDB_FreeUser (UserHandle 05ADCD80)
    Jul 30 06:14:44.781057 – 5864/5240 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05ADCD80)
    Jul 30 06:14:44.781058 – 5864/5240 UNKNOWN Entering addToGlobalList
    Jul 30 06:14:44.781059 – 5864/5240 UNKNOWN Exiting addToGlobalList with Success
    Jul 30 06:14:44.781060 – 5864/5240 UNKNOWN JDB1100016 – Failed to load Environment – DEMO900
    Jul 30 06:14:44.781062 – 5864/5240 UNKNOWN Entering JDB_FreeEnv (EnvHandle 00C98008)
    Jul 30 06:14:44.781063 – 5864/5240 UNKNOWN Enter JDB_CreateCriticalSections.count=2
    Jul 30 06:14:44.781064 – 5864/5240 UNKNOWN Exit JDB_CreateCriticalSections with count=3
    Jul 30 06:14:44.781065 – 5864/5240 UNKNOWN JDERT_CleanRealTimeEvents
    Jul 30 06:14:44.781066 – 5864/5240 UNKNOWN Entering BuildFullLibName
    Jul 30 06:14:44.781067 – 5864/5240 UNKNOWN Entering BuildBaseLibName
    Jul 30 06:14:44.781068 – 5864/5240 UNKNOWN Entering JDB_GetEnv
    Jul 30 06:14:44.781069 – 5864/5240 UNKNOWN Exiting JDB_GetEnv with Success
    Jul 30 06:14:44.781070 – 5864/5240 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:44.781071 – 5864/5240 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05ADCD80)
    Jul 30 06:14:44.781072 – 5864/5240 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05ADCD80)
    Jul 30 06:14:44.781073 – 5864/5240 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05ADCD80)
    Jul 30 06:14:44.781074 – 5864/5240 UNKNOWN Entering JDB_GetEnvironment
    Jul 30 06:14:44.781075 – 5864/5240 UNKNOWN Exiting JDB_GetEnvironment returning global environment name
    Jul 30 06:14:44.781076 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F00941)
    Jul 30 06:14:44.781077 – 5864/5240 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 30 06:14:44.781079 – 5864/5240 UNKNOWN JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    Jul 30 06:14:44.781081 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F00941) with Failure
    Jul 30 06:14:44.781082 – 5864/5240 UNKNOWN Entering JDB_FreeUser (UserHandle 05ADCD80)
    Jul 30 06:14:44.781083 – 5864/5240 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05ADCD80)
    Jul 30 06:14:44.781084 – 5864/5240 UNKNOWN Entering JDB_GetEnv
    Jul 30 06:14:44.781085 – 5864/5240 UNKNOWN Exiting JDB_GetEnv with Success
    Jul 30 06:14:44.781086 – 5864/5240 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:44.781087 – 5864/5240 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05ADCD80)
    Jul 30 06:14:44.781088 – 5864/5240 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05ADCD80)
    Jul 30 06:14:44.781089 – 5864/5240 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05ADCD80)
    Jul 30 06:14:44.781090 – 5864/5240 UNKNOWN Opening up local metadata repository. Type – JDESPECTYPE_DDTABL.
    Jul 30 06:14:44.812000 – 5864/5240 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.812001 – 5864/5240 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.828000 – 5864/5240 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.828001 – 5864/5240 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.843000 – 5864/5240 UNKNOWN Package name not passed to SetupPackageRDB. Using current running package.
    Jul 30 06:14:44.843001 – 5864/5240 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.843002 – 5864/5240 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.843003 – 5864/5240 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.843004 – 5864/5240 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.843005 – 5864/5240 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.843006 – 5864/5240 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.843007 – 5864/5240 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.843008 – 5864/5240 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.843009 – 5864/5240 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.843010 – 5864/5240 UNKNOWN Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.843011 – 5864/5240 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.843012 – 5864/5240 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.843013 – 5864/5240 UNKNOWN Creating Spec release cache on handle
    Jul 30 06:14:44.843014 – 5864/5240 UNKNOWN Entering JDB_OpenTable(Table = F00942)
    Jul 30 06:14:44.843015 – 5864/5240 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 30 06:14:44.843017 – 5864/5240 UNKNOWN JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    Jul 30 06:14:44.843019 – 5864/5240 UNKNOWN Exiting JDB_OpenTable(Table = F00942) with Failure
    Jul 30 06:14:44.843020 – 5864/5240 UNKNOWN JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    Jul 30 06:14:44.843022 – 5864/5240 UNKNOWN JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    Jul 30 06:14:44.843024 – 5864/5240 UNKNOWN Metadata Release Cache load failure – destroying cache.
    Jul 30 06:14:44.875000 – 5864/5240 UNKNOWN Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    Jul 30 06:14:44.875002 – 5864/5240 UNKNOWN GetMetadataReleaseLevelOfPathCode – Unable to determine spec release level of the path code DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)!
    Jul 30 06:14:44.875003 – 5864/5240 UNKNOWN JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    Jul 30 06:14:44.875005 – 5864/5240 UNKNOWN Local RDBMS data format is always XML.
    Jul 30 06:14:44.875006 – 5864/5240 UNKNOWN SpecEncapsulation : jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 30 06:14:44.875007 – 5864/5240 UNKNOWN jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 30 06:14:44.875009 – 5864/5240 UNKNOWN isNewRTESystemEnabled – DDTABL spec handle cannot be accessed.
    Jul 30 06:14:44.875010 – 5864/5240 UNKNOWN isNewRTESystemEnabled – DDTABL spec handle cannot be accessed.
    Jul 30 06:14:44.875012 – 5864/5240 UNKNOWN Entering JDB_FreeUser (UserHandle 05ADCD80)
    Jul 30 06:14:44.875013 – 5864/5240 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 05ADCD80)
    Jul 30 06:14:44.875014 – 5864/5240 UNKNOWN Classic event system is enabled
    Jul 30 06:14:44.875015 – 5864/5240 UNKNOWN Calling legacy API
    Jul 30 06:14:44.875016 – 5864/5240 UNKNOWN Close Table called with invalid user
    Jul 30 06:14:44.875017 – 5864/5240 UNKNOWN Try to sign off from EnterpriseOne
    Jul 30 06:14:44.875018 – 5864/5240 UNKNOWN The user has already logged off
    Jul 30 06:14:44.875019 – 5864/5240 UNKNOWN Try to free sec list
    Jul 30 06:14:44.875020 – 5864/5240 UNKNOWN Try to free sec list
    Jul 30 06:14:44.875021 – 5864/5240 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Jul 30 06:14:44.875022 – 5864/5240 UNKNOWN Entering JDB_BeginTransaction (UserHandle 05ADCD80)
    Jul 30 06:14:44.875023 – 5864/5240 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 05ADCD80)
    Jul 30 06:14:44.875024 – 5864/5240 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 05ADCD80)
    Jul 30 06:14:44.875025 – 5864/5240 UNKNOWN COB00001: jdeCallObject called to launch jdeFreeEnvBSFN.
    Jul 30 06:14:44.875026 – 5864/5240 WRK:Starting jdeCallObject COB00001: jdeCallObject called to launch jdeFreeEnvBSFN.
    Jul 30 06:14:44.875027 – 5864/5240 WRK:Starting jdeCallObject Opening up local metadata repository. Type – JDESPECTYPE_BUSFUNC.
    Jul 30 06:14:44.875028 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.875029 – 5864/5240 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.875030 – 5864/5240 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.875031 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.875032 – 5864/5240 WRK:Starting jdeCallObject Package name not passed to SetupPackageRDB. Using current running package.
    Jul 30 06:14:44.875033 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.875034 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.875035 – 5864/5240 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.875036 – 5864/5240 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.875037 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.875038 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.875039 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.875040 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.875041 – 5864/5240 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.875042 – 5864/5240 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Jul 30 06:14:44.875043 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Jul 30 06:14:44.875044 – 5864/5240 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Jul 30 06:14:44.875045 – 5864/5240 WRK:Starting jdeCallObject Creating Spec release cache on handle
    Jul 30 06:14:44.875046 – 5864/5240 WRK:Starting jdeCallObject Entering JDB_OpenTable(Table = F00942)
    Jul 30 06:14:44.875047 – 5864/5240 WRK:Starting jdeCallObject JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Jul 30 06:14:44.875049 – 5864/5240 WRK:Starting jdeCallObject JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    Jul 30 06:14:44.890000 – 5864/5240 WRK:Starting jdeCallObject Exiting JDB_OpenTable(Table = F00942) with Failure
    Jul 30 06:14:44.890001 – 5864/5240 WRK:Starting jdeCallObject JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    Jul 30 06:14:44.890003 – 5864/5240 WRK:Starting jdeCallObject JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    Jul 30 06:14:44.890005 – 5864/5240 WRK:Starting jdeCallObject Metadata Release Cache load failure – destroying cache.
    Jul 30 06:14:44.890006 – 5864/5240 WRK:Starting jdeCallObject Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    Jul 30 06:14:44.890008 – 5864/5240 WRK:Starting jdeCallObject GetMetadataReleaseLevelOfPathCode – Unable to determine spec release level of the path code DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)!
    Jul 30 06:14:44.890009 – 5864/5240 WRK:Starting jdeCallObject JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    Jul 30 06:14:44.890011 – 5864/5240 WRK:Starting jdeCallObject Local RDBMS data format is always XML.
    Jul 30 06:14:44.890012 – 5864/5240 WRK:Starting jdeCallObject SpecEncapsulation : jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 30 06:14:44.890013 – 5864/5240 WRK:Starting jdeCallObject jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Jul 30 06:14:44.890015 – 5864/5240 WRK:Starting jdeCallObject Entering JDB_FreeUser (UserHandle 05ADCD80)
    Jul 30 06:14:44.890016 – 5864/5240 WRK:Starting jdeCallObject Exiting JDB_FreeUser with Success(UserHandle 05ADCD80)
    Jul 30 06:14:44.890017 – 5864/5240 WRK:Starting jdeCallObject Entering JDB_FreeUser (UserHandle 00C89E20)
    Jul 30 06:14:44.890018 – 5864/5240 WRK:Starting jdeCallObject Exiting JDB_FreeUser with Success(UserHandle 00C89E20)
    Jul 30 06:14:44.890019 – 5864/5240 WRK:Starting jdeCallObject Entering jdeCacheDestroyAllUserCaches
    Jul 30 06:14:44.937000 – 5864/5240 WRK:Starting jdeCallObject The JDEMAIL library is disabled, function is not available. Please see SAR 6546021 for details, and contact support.
    Jul 30 06:14:44.937001 – 5864/5240 WRK:Starting jdeCallObject Entering JDB_UnloadTriggerLibrariesPrv
    Jul 30 06:14:44.937002 – 5864/5240 WRK:Starting jdeCallObject Exiting JDB_UnloadTriggerLibrariesPrv with Success
    Jul 30 06:14:44.937003 – 5864/5240 WRK:Starting jdeCallObject ORACLE DBFreeDrv envr=05AE7B50
    Jul 30 06:14:44.968000 – 5864/5240 WRK:Starting jdeCallObject Exited FreeCriticalSections_oracle with ref cnt 0
    Jul 30 06:14:44.968001 – 5864/5240 WRK:Starting jdeCallObject Freeing process-level cache now.
    Jul 30 06:14:44.968002 – 5864/5240 WRK:Starting jdeCallObject Load spec. conversion library ‘MDSERIALIZER.DLL’
    Jul 30 06:14:45.140000 – 5864/5240 WRK:Starting jdeCallObject Entering jdeGetOrSetSecondaryServer
    Jul 30 06:14:45.140001 – 5864/5240 WRK:Starting jdeCallObject JDETAMA:Entering INTWorkWithTamLockList for action 1
    Jul 30 06:14:45.140002 – 5864/5240 WRK:Starting jdeCallObject JDETAMA:Exited INTWorkWithTamLockList for action 1
    Jul 30 06:14:45.140003 – 5864/5240 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=3
    Jul 30 06:14:45.140004 – 5864/5240 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=2 to go
    Jul 30 06:14:45.140005 – 5864/5240 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=2
    Jul 30 06:14:45.140006 – 5864/5240 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=1 to go
    Jul 30 06:14:45.140007 – 5864/5240 WRK:Starting jdeCallObject Exiting JDB_FreeEnv with Success (EnvHandle 00C98008)
    Jul 30 06:14:45.140008 – 5864/5240 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=1
    Jul 30 06:14:45.140009 – 5864/5240 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=0 to go
    Jul 30 06:14:45.140010 – 5864/5240 WRK:Starting jdeCallObject Failed to init security bootstrap environment using user=DEMO, password=DEMO, env=DEMO900, role=*ALL
    Jul 30 06:14:45.140012 – 5864/5240 WRK:Starting jdeCallObject Failed to init security bootstrap environment using user=DEMO, password=DEMO, env=DEMO900, role=*ALL
    Jul 30 06:14:45.171000 – 5864/5240 WRK:Starting jdeCallObject Failed to init Env
    Jul 30 06:14:45.171002 – 5864/5240 WRK:Starting jdeCallObject Failed to init Env

  7. Oc Reply

    Hi Deepesh,
    Please what is the login details to the SQL Plus?
    Many thanks

  8. Oc Reply

    Hi Deepesh,
    Thanks for your response. I will do just that immediately and revert.
    Many thanks.

  9. Oc Reply

    Hi Deepesh,
    I have done just instructed. I am however unable to login. I encountered the error below
    “eSecSystemFailure: Security kernel encountered system problem!
    Please talk to a OneWorld Administrator”
    “JD Edwards EnterpriseOne could not sign you on. Make sure your User ID is correct and retype you Password.”
    I am still trying to figure out what exactly the problem. In the jde.log file I found the following:
    2276/948 MAIN_THREAD Fri Jul 30 20:03:17.187000 Jdb_ctl.c3946
    Starting OneWorld
    4224/2948 UNKNOWN Fri Jul 30 20:03:22.468000 jdeksec.c778
    INITIALIZING SECURITY SERVER KERNEL
    4224/2948 UNKNOWN Fri Jul 30 20:03:22.640000 Netpub.c975
    JDENet already initialized
    4224/2948 UNKNOWN Fri Jul 30 20:03:22.640001 Jdb_ctl.c2892
    Net init failed or not initialized
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.031000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.031001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.031002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.031003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.031004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.031005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.046000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.046001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.046002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.046003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.046004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.062000 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.078000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.078001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.078002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.078003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.078004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.078005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.312000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.312001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.312002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.312003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.312004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.312005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.375000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.375001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.375002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.375003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.375004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.375005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.484000 Jdb_ctl.c10092
    JDB1200017 – Exiting JDB_GetLocalClientEnv with NULL hEnv.
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.515000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.515001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.515002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.515003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.515004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.515005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531000 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531001 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F989999
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531002 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531003 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531004 Jdb_utl1.c11861
    JDB9900603 – Failed to open table F989999
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531005 Jdb_ctl.c10092
    JDB1200017 – Exiting JDB_GetLocalClientEnv with NULL hEnv.
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531006 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.531007 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546001 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546002 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546003 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546004 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546005 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F989999
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546006 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546007 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.546008 Jdb_utl1.c11861
    JDB9900603 – Failed to open table F989999
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.562000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578003 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578004 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578005 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578006 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F0009
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578007 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578008 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.578009 Jdecgsc.c352
    MSC0000025 – Could not load F0009 cache – ENVCACHE
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.593000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.593001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.609000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.609001 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.609002 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.609003 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.609004 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.625000 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F0010
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.625001 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.625002 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.625003 Jdecgsc.c386
    MSC0000026 – Could not load F0010 cache – ENVCACHE
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.640000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.640001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656001 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656002 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656003 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656004 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656005 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F4009
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656006 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.656007 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.671000 Jdecgsc.c416
    MSC0000027 – Could not load F4009 cache – ENVCACHE
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.734000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.750000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.750001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.750002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.750003 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.750004 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890006 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890007 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F98DRLOG
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890008 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890009 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.890010 jderep.c3179
    REP0000041 – Open to F98DRLOG failed
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906006 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906007 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F00950
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906008 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.906009 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.968000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.968001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.968002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.968003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.968004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.968005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984006 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984007 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F00950
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984008 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:28.984009 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000006 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000007 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F93011
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000008 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000009 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000010 Jdb_ctl.c9045
    JDB9900537 – Failed to create/load Pricing Rule Cache.
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000011 dbperfrq.c456
    OCI0000178 – Unable to execute – SELECT COUNT(*) FROM JDEOL900.F9861 WHERE ( SIOBNM = :KEY1 AND SIPATHCD = :KEY2 AND SISTCE = :KEY3 )
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000012 dbperfrq.c462
    OCI0000179 – Error – ORA-00942: table or view does not exist
    4224/2948 UNKNOWN Fri Jul 30 20:03:29.000013 Jdb_drvm.c1110
    JDB9900170 – Failed to execute db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.015000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98762MASTER WHERE ( BCFNNM = :KEY1 )
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.015001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.015002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98762MASTER WHERE ( BCFNNM = :KEY1 )
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.015003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.015004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.015005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.031000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046003 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046004 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046005 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046006 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F90705
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046007 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.046008 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.203000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.203001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.203002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.203003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.203004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.218000 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.234000 dbperfrq.c456
    OCI0000178 – Unable to execute – SELECT COUNT(*) FROM JDEOL900.F9861 WHERE ( SIOBNM = :KEY1 AND SIPATHCD = :KEY2 AND SISTCE = :KEY3 )
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.234001 dbperfrq.c462
    OCI0000179 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.234002 Jdb_drvm.c1110
    JDB9900170 – Failed to execute db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250006 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250007 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F98OWPU
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250008 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250009 Jdb_rq1.c1863
    JDB3100007 – Failed to get valid table specifications
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250010 jdeksec.c3885
    Unable to open table F98PWPURequest
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250011 Jdb_rqst.c1387
    JDB3800016 – Failed to validate Request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.250012 Jdb_rqst.c731
    JDB3800008 – Failed to validate request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.265000 Jdb_exef.c2908
    JDB3200005 – Failed to validate request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.265001 jdeksec.c3122
    There is no record for system user ‘JDE’ and default datasource in system user table
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281004 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281005 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281006 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281007 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281008 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281009 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281010 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281011 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.281012 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.296000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.296001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.296002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.296003 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    4224/2948 WRK:Starting jdeCallObject Fri Jul 30 20:03:29.296004 Jtp_cm.c1015
    JDB9909007 – Unable to obtain driver request handle
    2276/948 MAIN_THREAD Fri Jul 30 20:03:29.296000 jdecsec.c2524
    Security Server returned error: eSecSystemFailure: Security kernel encountered system problem!
    Please talk to a OneWorld Administrator
    2276/948 MAIN_THREAD Fri Jul 30 20:04:38.578000 jdecsec.c262
    Failed to validate user DEMO by password
    2276/948 MAIN_THREAD Fri Jul 30 20:04:38.578001 Jdb_ctl.c4558
    JDB1100018 – Failed to get past Security check
    2276/948 MAIN_THREAD Fri Jul 30 20:05:21.234000 msc_signon.cpp222
    ValidateUser failed from SignOn
    Your efforts are highly appreciated.
    Many thanks.

  10. Niran Reply

    Hi,
    I already had the web signon screen after put in the password nothing happens.All i noticed is that my userid and password disappear.
    Please give suggestion to resolve this

  11. Sonny Reply

    I get this whenever I go the the JDE E1 menu. Any ideas? Thanks!
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:C:\E900\system\OC4J\j2ee\home\application-deployments\webclient\webclient\persistence\_pages\_share\_html4login.java
    java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
    Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.Main
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Exception in thread “main” Could not find the main class: com.sun.tools.javac.Main. Program will exit.

      • Sonny Reply

        Hi Deepesh,
        I reinstalled everything but now I get this – JAS Sign-in Error – Please contact the System Administrator. I checked and I have the correct JDK version – 1.5.0.17. What can be the problem?
        Sonny

      • Sonny Reply

        Hi Deepesh,
        I found the problem. I didn’t copy the sqljdbc.jar on the C:\E9Standalone\Temp\ThirdParty\WebDevFeature\JDBC folder. Everything is working now.
        Thanks.
        Sonny

  12. Vijayan Aravamudhan Reply

    Hi Deepesh
    Must compliment you for this pretty good JDE 9.0 standalone trobule shooting site!
    My issue is similar to issue no 10. when i tried to lauch the JDE webclient through Tools->EnterpriseOne menu from FAT client,I get the message “Windows cannot find ‘\iexplore.exe. Make sure you typed the name correctly,and then try again.To search for a file,click the start button,and then click search”
    When i click Ok, another message pops up”Failed to launch E1 Menu on HTML Engine”. To resolve this I did all steps of issue no : 10 given above,but in vain.
    I find the below log under LOCALWEB_JDEDEBUG file :
    ——————————————————————————–
    Dec 10 12:42:05.234 – 716/548 Composed URL is: http://localhost:8888/jde/servlet/com.jdedwards.runtime.virtual.LoginServlet?jdelogindecryptor=X&jdeloginvalue=%0b%2b%28%18%49%36%29%29%6f&Environment=DEMO900&Role=*ALL
    Dec 10 12:44:52.078 – 716/548 URL is: http://localhost:8888/jde/servlet/com.jdedwards.runtime.virtual.LoginServlet?jdelogindecryptor=X&jdeloginvalue=%0b%2b%28%18%49%36%29%29%6f&Environment=DEMO900&Role=*ALL
    Dec 10 12:44:52.109 – 716/548 launch IE browser failed!, check IE setup.
    Dec 10 12:54:44.062 – 716/548 Ping response is:
    ————————————————————————————
    I had done other steps like re-installing IE7 and checking the regedit for IE6 or IE7 (it is configured for IE7 correctly). Many recommended using IE6 as 9.0 wont work with IE7 but in my case IE7 works,when i use the path http://localhost:8888/jde/E1Menu.maf in the IE7 browser DIRECTLY after opening the FAT client through solution explorer.
    If this is so,why is webclient not opening through Tools->EnterprisOne menu? Any help is appreciated
    regards
    Vijayan

  13. Vicki CA Reply

    Hi Deepeesh,
    I install the 9.0 demo and having trouble logging in. Here are the logs. Can you please help?
    4236/2944 MAIN_THREAD Thu Feb 24 16:58:50.175000 Jdb_ctl.c3944
    Starting OneWorld
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.103000 jdeksec.c768
    INITIALIZING SECURITY SERVER KERNEL
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.149000 Netpub.c975
    JDENet already initialized
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.165000 Jdb_ctl.c2890
    Net init failed or not initialized
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.383000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.383001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.851000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.867000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.867001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.867002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.883000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:56.883001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.023000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.039000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.039001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.039002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.054000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.070000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.070001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.085000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.085001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.085002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.101000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM JDEDD900.F9200 WHERE ( FRDTAI = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.101001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.101002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM JDEDD900.F9200 WHERE ( FRDTAI = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.101003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.117000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.117001 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.117002 Jdeddapi.c1730
    DDT0000015 – UpdateTamDD unsuccessful for item DCYR
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.132000 Jdb_rsd.c96
    JDB9900290 – Failed to read a valid dictionary struct
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.132001 Jdb_rsd.c521
    JDB9900293 – Failed to read specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.132002 Jdecgsc.c320
    MSC0000024 – Could not load Century Cutoff cache – ENVCACHE
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.148000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.148001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.148002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.163000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.163001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.163002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.179000 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.179001 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F0009
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.179002 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.195000 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.195001 Jdecgsc.c352
    MSC0000025 – Could not load F0009 cache – ENVCACHE
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.195002 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.210000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.210001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.210002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.226000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.226001 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.226002 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.226003 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F0010
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.241000 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.241001 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.241002 Jdecgsc.c386
    MSC0000026 – Could not load F0010 cache – ENVCACHE
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.257000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.257001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.257002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.273000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.273001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.273002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.288000 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.288001 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F4009
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.288002 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.304000 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.304001 Jdecgsc.c416
    MSC0000027 – Could not load F4009 cache – ENVCACHE
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.319000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.319001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.319002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.319003 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.335000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.335001 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.351000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.351001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.351002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.366000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.366001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.366002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.382000 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.382001 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F98DRLOG
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.382002 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.522000 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.538000 jderep.c3179
    REP0000041 – Open to F98DRLOG failed
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.538001 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.553000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.553001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.553002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.569000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.569001 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.569002 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.585000 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F00950
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.585001 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.585002 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.600000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.600001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.616000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.616001 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.616002 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.631000 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.631001 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.647000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.647001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.647002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.663000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.663001 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.663002 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.678000 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F00950
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.819000 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.834000 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.850000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.850001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.865000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.865001 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.865002 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.881000 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.881001 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.881002 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F93011
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.897000 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.897001 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 UNKNOWN Thu Feb 24 16:58:57.897002 Jdb_ctl.c9014
    JDB9900537 – Failed to create/load Pricing Rule Cache.
    1180/5620 UNKNOWN Thu Feb 24 16:58:58.084000 dbperfrq.c456
    OCI0000178 – Unable to execute – SELECT COUNT(*) FROM JDEOL900.F9861 WHERE ( SIOBNM = :KEY1 AND SIPATHCD = :KEY2 AND SISTCE = :KEY3 )
    1180/5620 UNKNOWN Thu Feb 24 16:58:58.084001 dbperfrq.c462
    OCI0000179 – Error – ORA-00942: table or view does not exist
    1180/5620 UNKNOWN Thu Feb 24 16:58:58.099000 Jdb_drvm.c1110
    JDB9900170 – Failed to execute db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.099001 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98762MASTER WHERE ( BCFNNM = :KEY1 )
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.115000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.115001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98762MASTER WHERE ( BCFNNM = :KEY1 )
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.115002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.131000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.255000 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.271000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.271001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.287000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.287001 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.287002 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.302000 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.443000 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.443001 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F90705
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.458000 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.458001 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.474000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.474001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.474002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.489000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.489001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.489002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.505000 dbperfrq.c456
    OCI0000178 – Unable to execute – SELECT COUNT(*) FROM JDEOL900.F9861 WHERE ( SIOBNM = :KEY1 AND SIPATHCD = :KEY2 AND SISTCE = :KEY3 )
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.505001 dbperfrq.c462
    OCI0000179 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.521000 Jdb_drvm.c1110
    JDB9900170 – Failed to execute db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.521001 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.536000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.536001 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98710MASTER WHERE ( THOBNM = :KEY1 )
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.536002 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.552000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.552001 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.552002 Jdb_rst.c1841
    JDB9900318 – Failed to find table information in TAM using RDB
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.567000 Jdb_rst.c448
    JDB9900913 – Failed to create global table specs for F98OWPU
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.567001 Jdb_rst.c1243
    JDB9900307 – Failed to find table specifications
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.567002 Jdb_rq1.c1810
    JDB3100007 – Failed to get valid table specifications
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.583000 jdeksec.c3676
    Unable to open table F98PWPURequest
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.583001 Jdb_rqst.c1387
    JDB3800016 – Failed to validate Request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.583002 Jdb_rqst.c731
    JDB3800008 – Failed to validate request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.599000 Jdb_exef.c2902
    JDB3200005 – Failed to validate request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.599001 jdeksec.c2980
    There is no record for system user ‘JDE’ and default datasource in system user table
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.614000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.614001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.614002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.630000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.630001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.630002 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.645000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.645001 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.645002 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.661000 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.661001 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.801000 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.817000 dbcolind.c141
    OCI0000017 – Unable to execute statement for describe – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.833000 dbcolind.c148
    OCI0000018 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.973000 dbinitrq.c981
    OCI0000143 – Failed to determine column order – SELECT * FROM SPEC_MASTER.F98740MASTER WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC,ELOBNM ASC,ELVERS ASC,ELFMNM ASC,ELCTRLID ASC,ELWEVENT ASC,ELERID3 ASC
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.973001 dbinitrq.c988
    OCI0000144 – Error – ORA-00942: table or view does not exist
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:58.989000 Jdb_drvm.c1026
    JDB9900168 – Failed to initialize db request
    1180/5620 WRK:Starting jdeCallObject Thu Feb 24 16:58:59.004000 Jtp_cm.c1004
    JDB9909007 – Unable to obtain driver request handle
    4236/2944 MAIN_THREAD Thu Feb 24 16:58:59.004000 jdecsec.c2515
    Security Server returned error: eSecSystemFailure: Security kernel encountered system problem!
    Please talk to a OneWorld Administrator
    4236/2944 MAIN_THREAD Thu Feb 24 16:59:00.455000 jdecsec.c262
    Failed to validate user DEMO by password
    4236/2944 MAIN_THREAD Thu Feb 24 16:59:00.455001 Jdb_ctl.c4556
    JDB1100018 – Failed to get past Security check
    4236/2944 MAIN_THREAD Thu Feb 24 16:59:02.499000 msc_signon.cpp224

  14. Nagarajan Reply

    Hi All,
    I installed 9.0 [Oracle DB] in my laptop [Windows XP] successfully. When I launch the web client thru Tools-> Enterprise menu, I get a page displaying “Page cannot be displayed”.
    Pls advise.

  15. Pingback: JDE Enterprise One 9.0 Demo Installation « Oracle JD Edwards in Mauritius

  16. Dario Cadei Reply

    Hi,
    I’ve tried but nothing to do…just a question. Can JDE Standalone works fine on a vmware VM ?!?
    I’m using XP (italian), I’ve tried with Oracle version and MSSQL version but nothing to do (Java 1.5.0.22).
    The only “strange” things I’ve noticed is that OC4J search non in E900\system\OC4J\… but in E900\system\OC4J\system\OC4J\…
    Thanks in advance
    Dario

    • Deepesh Divakaran Post authorReply

      Hi Dario,
      It does work good on WinXP VM. Its indeed very strange to see the OC4J in subfolders as you have specified. A re-install will be great.

      • Dario Cadei Reply

        I’ve just done it 3 times… I’ve also tried with SQL version but nothing ! Can I check something else ?!?

  17. Shashank Palai Reply

    dear Deepesh,
    i have installed JDE on windows 7 64 bit.
    Now, everytime i try to login to solution explorer, i get unable to connect to security server error.
    Sep 20 16:29:29.743000 – 3700/5076 **** jdeDebugInit — output to file.
    Sep 20 16:29:29.780000 – 3700/5076 MAIN_THREAD gethostname returned: spalai
    Sep 20 16:29:29.781000 – 3700/5076 MAIN_THREAD process 3700 registered in entry 0
    Sep 20 16:29:29.781001 – 3700/5076 MAIN_THREAD process 3700 registered in entry 0
    Sep 20 16:29:29.801000 – 3700/5076 MAIN_THREAD MODE-About to initialize EnterpriseOne MobileClient
    Sep 20 16:29:29.801001 – 3700/5076 MAIN_THREAD Using ICU data file “icudt32l.dat”
    Sep 20 16:29:33.330000 – 3700/5104 UNKNOWN About to call dispatch function, flags=0x2, Type=575
    Sep 20 16:29:33.362000 – 3700/5104 UNKNOWN Entering JDB_SetKernelType
    Sep 20 16:29:33.362001 – 3700/5104 UNKNOWN KERNEL type = KERNEL_MDA
    Sep 20 16:29:33.362002 – 3700/5104 UNKNOWN Exiting JDB_SetKernelType with Success
    Sep 20 16:29:33.362003 – 3700/5104 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Sep 20 16:29:33.362004 – 3700/5104 UNKNOWN INITIALIZING SECURITY SERVER KERNEL
    Sep 20 16:29:33.365000 – 3700/5104 UNKNOWN Security format trace: SecurityMode=0
    Sep 20 16:29:33.365001 – 3700/5104 UNKNOWN Entering JDB_SetMessages
    Sep 20 16:29:33.365002 – 3700/5104 UNKNOWN Exiting JDB_SetMessages with Success
    Sep 20 16:29:33.365003 – 3700/5104 UNKNOWN Enter JDB_CreateCriticalSections.count=0
    Sep 20 16:29:33.365004 – 3700/5104 UNKNOWN Creating mutex for JDBAPIs.
    Sep 20 16:29:33.365005 – 3700/5104 UNKNOWN Creating mutex for Generic.
    Sep 20 16:29:33.365006 – 3700/5104 UNKNOWN Creating mutex for JDB.
    Sep 20 16:29:33.365007 – 3700/5104 UNKNOWN Exit JDB_CreateCriticalSections with count=1
    Sep 20 16:29:33.365008 – 3700/5104 UNKNOWN Enter JDB_CreateCriticalSections.count=1
    Sep 20 16:29:33.365009 – 3700/5104 UNKNOWN Exit JDB_CreateCriticalSections with count=2
    Sep 20 16:29:33.378000 – 3700/5104 UNKNOWN Ini file returned Language Code=||
    Sep 20 16:29:33.378001 – 3700/5104 UNKNOWN Entering GetSystemDecimalSep…..
    Sep 20 16:29:33.383000 – 3700/5104 UNKNOWN jdedlg: Debug version of jdedlg installed.
    Sep 20 16:29:33.385000 – 3700/5104 UNKNOWN Service OracleServiceE1Local is already running.
    Sep 20 16:29:33.385001 – 3700/5104 UNKNOWN Service OracleE1LocalTNSListener is already running.
    Sep 20 16:29:33.386000 – 3700/5104 UNKNOWN MODE-About to initialize EnterpriseOne MobileClient
    Sep 20 16:29:33.386001 – 3700/5104 UNKNOWN Using ICU data file “icudt32l.dat”
    Sep 20 16:29:33.386002 – 3700/5104 UNKNOWN JDENet already initialized
    Sep 20 16:29:33.387000 – 3700/5104 UNKNOWN JDENet already initialized
    Sep 20 16:29:33.387001 – 3700/5104 UNKNOWN Net init failed or not initialized
    Sep 20 16:29:33.388000 – 3700/5104 UNKNOWN Entering JDB_SetEnv (Env DEMO900) (User DEMO) (Role *ALL)
    Sep 20 16:29:33.388001 – 3700/5104 UNKNOWN Exiting JDB_SetEnv with Success(Env DEMO900) (User DEMO) (Role *ALL)
    Sep 20 16:29:33.388002 – 3700/5104 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Sep 20 16:29:33.388003 – 3700/5104 UNKNOWN Entering JDB_BeginTransaction (UserHandle 0072E9C8)
    Sep 20 16:29:33.389000 – 3700/5104 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 0072E9C8)
    Sep 20 16:29:33.389001 – 3700/5104 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 0072E9C8)
    Sep 20 16:29:33.391000 – 3700/5104 UNKNOWN Opening up local metadata repository. Type – JDESPECTYPE_GLBLTBL.
    Sep 20 16:29:33.391001 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.391002 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenLocal completed OK.
    Sep 20 16:29:33.391003 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.391004 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.391005 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.391006 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.391007 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.391008 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.391009 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.392000 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.392001 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.392002 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.392003 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.392004 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.392005 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.392006 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.392007 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.392008 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.392009 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.392010 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.393000 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.393001 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.393002 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.393003 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.393004 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.393005 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.393006 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.393007 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.393008 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.393009 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.393010 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.393011 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.393012 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.393013 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.393014 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.393015 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.394000 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.394001 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.394002 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.394003 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.394004 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.394005 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.394006 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.394007 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.394008 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.394009 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.394010 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.394011 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.394012 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.394013 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.395000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.395001 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.395002 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.395003 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.395004 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.395005 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.395006 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.395007 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.395008 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.395009 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.395010 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.395011 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.396000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.396001 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.396002 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.396003 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.396004 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.396005 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.396006 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.396007 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.396008 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.396009 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.396010 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.396011 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.396012 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.396013 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.396014 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.396015 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.397000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.397001 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.397002 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.397003 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.397004 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.397005 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.397006 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.397007 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.397008 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.397009 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.397010 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.397011 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.397012 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.397013 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.397014 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.397015 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.398000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.398001 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.398002 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.398003 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.398004 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.398005 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.398006 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.398007 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.398008 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.398009 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.398010 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.398011 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.398012 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.398013 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.398014 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.398015 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.398016 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.398017 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.399000 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.399001 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.399002 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.399003 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.399004 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.399005 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.399006 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.399007 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.399008 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.399009 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.399010 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.399011 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.399012 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.399013 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.400000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.400001 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.400002 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.400003 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.400004 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.400005 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.400006 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.400007 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.400008 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.400009 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.400010 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.400011 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.400012 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.400013 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.400014 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.400015 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.400016 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.400017 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.401000 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.401001 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.401002 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.401003 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.401004 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.401005 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.401006 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.401007 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.401008 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.401009 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.401010 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.401011 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.401012 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.401013 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.402000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.402001 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.402002 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.402003 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.402004 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.402005 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.402006 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.402007 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.402008 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.402009 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.402010 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.402011 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.402012 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.402013 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.402014 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.402015 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.402016 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.403000 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.403001 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.403002 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.403003 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.403004 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.403005 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.403006 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.403007 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.403008 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.403009 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.403010 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.403011 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.403012 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.403013 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.403014 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.403015 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.403016 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.404000 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.404001 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.404002 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.404003 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.404004 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.404005 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.404006 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.404007 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.404008 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.404009 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.404010 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.404011 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.404012 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.405000 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.405001 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.405002 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.405003 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.405004 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.405005 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.405006 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.405007 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.405008 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.405009 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.405010 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.405011 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.405012 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.406000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.406001 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.406002 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.406003 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.406004 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.406005 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.406006 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.406007 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.406008 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.406009 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.406010 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.406011 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.406012 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.406013 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.407000 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.407001 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.407002 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.407003 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.407004 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.407005 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.407006 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.407007 – 3700/5104 UNKNOWN Opening up remote metadata repository. Type – JDESPECTYPE_JDEKRNL, Path – C:\E900\system\bin32\.
    Sep 20 16:29:33.407008 – 3700/5104 UNKNOWN jdeSpecOpen() opening spec of release JDESPECRELLVL_B9U.
    Sep 20 16:29:33.407009 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenRemote completed OK.
    Sep 20 16:29:33.408000 – 3700/5104 UNKNOWN SpecEncapsulation : Close completed.
    Sep 20 16:29:33.408001 – 3700/5104 UNKNOWN Entering JDB_FreeUser (UserHandle 0072E9C8)
    Sep 20 16:29:33.408002 – 3700/5104 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 0072E9C8)
    Sep 20 16:29:33.408003 – 3700/5104 UNKNOWN Try to validate user by password
    Sep 20 16:29:33.408004 – 3700/5104 UNKNOWN Try to validate user in SEC_BOOTSTRAP mode
    Sep 20 16:29:33.408005 – 3700/5104 UNKNOWN Try to fetch proxy info from cache
    Sep 20 16:29:33.409000 – 3700/5104 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Sep 20 16:29:33.409001 – 3700/5104 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00748790)
    Sep 20 16:29:33.409002 – 3700/5104 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00748790)
    Sep 20 16:29:33.409003 – 3700/5104 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00748790)
    Sep 20 16:29:33.409004 – 3700/5104 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Sep 20 16:29:33.409005 – 3700/5104 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00766290)
    Sep 20 16:29:33.409006 – 3700/5104 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00766290)
    Sep 20 16:29:33.409007 – 3700/5104 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00766290)
    Sep 20 16:29:33.410000 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Sep 20 16:29:33.410001 – 3700/5104 UNKNOWN Try to fetch proxy info from cache
    Sep 20 16:29:33.459000 – 3700/5104 UNKNOWN Found Oracle database version info:
    SQL*Plus: Release 10.2.0.3.0 – Production
    Sep 20 16:29:33.459001 – 3700/5104 UNKNOWN Database driver name is ‘jdboci101.DLL’
    Sep 20 16:29:33.461000 – 3700/5104 UNKNOWN Exited CreateCriticalSections_oracle with ref cnt 1
    Sep 20 16:29:33.475000 – 3700/5104 UNKNOWN ORACLE DBInitDrv envr=007266F0
    Sep 20 16:29:33.483000 – 3700/5104 UNKNOWN OCI0000374 – Failed to connect to the database instance
    Sep 20 16:29:33.484000 – 3700/5104 UNKNOWN OCI0000375 – Error – ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Sep 20 16:29:33.485000 – 3700/5104 UNKNOWN OCI0000064 – Unable to create database server connection
    Sep 20 16:29:33.486000 – 3700/5104 UNKNOWN ORACLE DBInitCon envr=007266F0 conn=07A419E0 spalai.frsymtrax.local A (SYSTEM@E1Local) V0 Unicode=Y (srvrusers=0) 1
    Sep 20 16:29:33.486001 – 3700/5104 UNKNOWN OCI0000367 – Unable to connect to Oracle ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Sep 20 16:29:33.487000 – 3700/5104 UNKNOWN JDB9900164 – Failed to connect to E1Local
    Sep 20 16:29:33.488000 – 3700/5104 UNKNOWN JDB9909003 – Could not init connect.
    Sep 20 16:29:33.489000 – 3700/5104 UNKNOWN JDB9909100 – Get connect info failed: Transaction ID =
    Sep 20 16:29:33.490000 – 3700/5104 UNKNOWN JDB3100013 – Failed to get connectinfo
    Sep 20 16:29:33.491000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Sep 20 16:29:33.491001 – 3700/5104 UNKNOWN JDB9900257 – Failed to open F986101
    Sep 20 16:29:33.492000 – 3700/5104 UNKNOWN Couldn’t find role list for user DEMO.
    Sep 20 16:29:33.492001 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Sep 20 16:29:33.498000 – 3700/5104 UNKNOWN OCI0000374 – Failed to connect to the database instance
    Sep 20 16:29:33.499000 – 3700/5104 UNKNOWN OCI0000375 – Error – ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Sep 20 16:29:33.501000 – 3700/5104 UNKNOWN OCI0000064 – Unable to create database server connection
    Sep 20 16:29:33.502000 – 3700/5104 UNKNOWN ORACLE DBInitCon envr=007266F0 conn=07A4FAB8 spalai.frsymtrax.local A (SYSTEM@E1Local) V0 Unicode=Y (srvrusers=0) 2
    Sep 20 16:29:33.502001 – 3700/5104 UNKNOWN OCI0000367 – Unable to connect to Oracle ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Sep 20 16:29:33.503000 – 3700/5104 UNKNOWN JDB9900164 – Failed to connect to E1Local
    Sep 20 16:29:33.504000 – 3700/5104 UNKNOWN JDB9909003 – Could not init connect.
    Sep 20 16:29:33.505000 – 3700/5104 UNKNOWN JDB9909100 – Get connect info failed: Transaction ID =
    Sep 20 16:29:33.506000 – 3700/5104 UNKNOWN JDB3100013 – Failed to get connectinfo
    Sep 20 16:29:33.507000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Sep 20 16:29:33.507001 – 3700/5104 UNKNOWN JDB9900240 – Failed to open F986101
    Sep 20 16:29:33.508000 – 3700/5104 UNKNOWN JDB9900009 – Failed to load ObjectMap Cache
    Sep 20 16:29:33.509000 – 3700/5104 UNKNOWN Unable to load primary Object Configuration Manager – switching to secondary
    Sep 20 16:29:33.511000 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Sep 20 16:29:33.511001 – 3700/5104 UNKNOWN JDB9900247 – Failed to find F98611 System Local in cache
    Sep 20 16:29:33.513000 – 3700/5104 UNKNOWN JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    Sep 20 16:29:33.514000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Sep 20 16:29:33.514001 – 3700/5104 UNKNOWN JDB9900257 – Failed to open F986101
    Sep 20 16:29:33.515000 – 3700/5104 UNKNOWN Couldn’t find role list for user DEMO.
    Sep 20 16:29:33.515001 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F986101)
    Sep 20 16:29:33.515002 – 3700/5104 UNKNOWN JDB9900247 – Failed to find F98611 System Local in cache
    Sep 20 16:29:33.516000 – 3700/5104 UNKNOWN JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    Sep 20 16:29:33.518000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F986101) with Failure
    Sep 20 16:29:33.518001 – 3700/5104 UNKNOWN JDB9900240 – Failed to open F986101
    Sep 20 16:29:33.519000 – 3700/5104 UNKNOWN JDB9900009 – Failed to load ObjectMap Cache
    Sep 20 16:29:33.520000 – 3700/5104 UNKNOWN Entering LoadUserProfileCache
    Sep 20 16:29:33.520001 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F00921)
    Sep 20 16:29:33.520002 – 3700/5104 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Sep 20 16:29:33.521000 – 3700/5104 UNKNOWN JDB3100011 – Failed to get location of table F00921 for environment DEMO900
    Sep 20 16:29:33.523000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F00921) with Failure
    Sep 20 16:29:33.523001 – 3700/5104 UNKNOWN MSC0000028 – Could not load F00921 cache
    Sep 20 16:29:33.524000 – 3700/5104 UNKNOWN Leaving LoadUserProfileCache
    Sep 20 16:29:33.524001 – 3700/5104 UNKNOWN Entering BuildFullLibName
    Sep 20 16:29:33.524002 – 3700/5104 UNKNOWN Entering BuildBaseLibName
    Sep 20 16:29:33.524003 – 3700/5104 UNKNOWN Entering JDB_GetEnv
    Sep 20 16:29:33.524004 – 3700/5104 UNKNOWN Exiting JDB_GetEnv with Success
    Sep 20 16:29:33.524005 – 3700/5104 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Sep 20 16:29:33.524006 – 3700/5104 UNKNOWN Entering JDB_BeginTransaction (UserHandle 0796E608)
    Sep 20 16:29:33.524007 – 3700/5104 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 0796E608)
    Sep 20 16:29:33.524008 – 3700/5104 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 0796E608)
    Sep 20 16:29:33.524009 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F00941)
    Sep 20 16:29:33.524010 – 3700/5104 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Sep 20 16:29:33.525000 – 3700/5104 UNKNOWN JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    Sep 20 16:29:33.527000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F00941) with Failure
    Sep 20 16:29:33.527001 – 3700/5104 UNKNOWN Entering JDB_FreeUser (UserHandle 0796E608)
    Sep 20 16:29:33.527002 – 3700/5104 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 0796E608)
    Sep 20 16:29:33.527003 – 3700/5104 UNKNOWN JDB9900408 – Failed to get package release level
    Sep 20 16:29:33.528000 – 3700/5104 UNKNOWN Entering JDB_FreeUser (UserHandle 00766290)
    Sep 20 16:29:33.528001 – 3700/5104 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 00766290)
    Sep 20 16:29:33.528002 – 3700/5104 UNKNOWN Entering addToGlobalList
    Sep 20 16:29:33.528003 – 3700/5104 UNKNOWN Exiting addToGlobalList with Success
    Sep 20 16:29:33.528004 – 3700/5104 UNKNOWN JDB1100016 – Failed to load Environment – DEMO900
    Sep 20 16:29:33.530000 – 3700/5104 UNKNOWN Entering JDB_FreeEnv (EnvHandle 00720778)
    Sep 20 16:29:33.530001 – 3700/5104 UNKNOWN Enter JDB_CreateCriticalSections.count=2
    Sep 20 16:29:33.530002 – 3700/5104 UNKNOWN Exit JDB_CreateCriticalSections with count=3
    Sep 20 16:29:33.530003 – 3700/5104 UNKNOWN JDERT_CleanRealTimeEvents
    Sep 20 16:29:33.530004 – 3700/5104 UNKNOWN Entering BuildFullLibName
    Sep 20 16:29:33.530005 – 3700/5104 UNKNOWN Entering BuildBaseLibName
    Sep 20 16:29:33.530006 – 3700/5104 UNKNOWN Entering JDB_GetEnv
    Sep 20 16:29:33.530007 – 3700/5104 UNKNOWN Exiting JDB_GetEnv with Success
    Sep 20 16:29:33.530008 – 3700/5104 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Sep 20 16:29:33.530009 – 3700/5104 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00766290)
    Sep 20 16:29:33.530010 – 3700/5104 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00766290)
    Sep 20 16:29:33.530011 – 3700/5104 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00766290)
    Sep 20 16:29:33.530012 – 3700/5104 UNKNOWN Entering JDB_GetEnvironment
    Sep 20 16:29:33.530013 – 3700/5104 UNKNOWN Exiting JDB_GetEnvironment returning global environment name
    Sep 20 16:29:33.530014 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F00941)
    Sep 20 16:29:33.530015 – 3700/5104 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Sep 20 16:29:33.531000 – 3700/5104 UNKNOWN JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    Sep 20 16:29:33.532000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F00941) with Failure
    Sep 20 16:29:33.532001 – 3700/5104 UNKNOWN Entering JDB_FreeUser (UserHandle 00766290)
    Sep 20 16:29:33.532002 – 3700/5104 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 00766290)
    Sep 20 16:29:33.532003 – 3700/5104 UNKNOWN Entering JDB_GetEnv
    Sep 20 16:29:33.532004 – 3700/5104 UNKNOWN Exiting JDB_GetEnv with Success
    Sep 20 16:29:33.532005 – 3700/5104 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Sep 20 16:29:33.532006 – 3700/5104 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00766290)
    Sep 20 16:29:33.532007 – 3700/5104 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00766290)
    Sep 20 16:29:33.532008 – 3700/5104 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00766290)
    Sep 20 16:29:33.532009 – 3700/5104 UNKNOWN Opening up local metadata repository. Type – JDESPECTYPE_DDTABL.
    Sep 20 16:29:33.532010 – 3700/5104 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.532011 – 3700/5104 UNKNOWN Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.533000 – 3700/5104 UNKNOWN Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.533001 – 3700/5104 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.533002 – 3700/5104 UNKNOWN Package name not passed to SetupPackageRDB. Using current running package.
    Sep 20 16:29:33.533003 – 3700/5104 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.533004 – 3700/5104 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.533005 – 3700/5104 UNKNOWN Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.533006 – 3700/5104 UNKNOWN Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.533007 – 3700/5104 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.533008 – 3700/5104 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.533009 – 3700/5104 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.533010 – 3700/5104 UNKNOWN PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.533011 – 3700/5104 UNKNOWN Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.533012 – 3700/5104 UNKNOWN Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.533013 – 3700/5104 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.533014 – 3700/5104 UNKNOWN PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.533015 – 3700/5104 UNKNOWN Creating Spec release cache on handle
    Sep 20 16:29:33.533016 – 3700/5104 UNKNOWN Entering JDB_OpenTable(Table = F00942)
    Sep 20 16:29:33.533017 – 3700/5104 UNKNOWN JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Sep 20 16:29:33.534000 – 3700/5104 UNKNOWN JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    Sep 20 16:29:33.535000 – 3700/5104 UNKNOWN Exiting JDB_OpenTable(Table = F00942) with Failure
    Sep 20 16:29:33.535001 – 3700/5104 UNKNOWN JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    Sep 20 16:29:33.537000 – 3700/5104 UNKNOWN JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    Sep 20 16:29:33.538000 – 3700/5104 UNKNOWN Metadata Release Cache load failure – destroying cache.
    Sep 20 16:29:33.538001 – 3700/5104 UNKNOWN Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    Sep 20 16:29:33.539000 – 3700/5104 UNKNOWN GetMetadataReleaseLevelOfPathCode – Unable to determine spec release level of the path code DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)!
    Sep 20 16:29:33.539001 – 3700/5104 UNKNOWN JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    Sep 20 16:29:33.541000 – 3700/5104 UNKNOWN Local RDBMS data format is always XML.
    Sep 20 16:29:33.541001 – 3700/5104 UNKNOWN SpecEncapsulation : jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Sep 20 16:29:33.541002 – 3700/5104 UNKNOWN jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Sep 20 16:29:33.542000 – 3700/5104 UNKNOWN isNewRTESystemEnabled – DDTABL spec handle cannot be accessed.
    Sep 20 16:29:33.542001 – 3700/5104 UNKNOWN isNewRTESystemEnabled – DDTABL spec handle cannot be accessed.
    Sep 20 16:29:33.544000 – 3700/5104 UNKNOWN Entering JDB_FreeUser (UserHandle 00766290)
    Sep 20 16:29:33.544001 – 3700/5104 UNKNOWN Exiting JDB_FreeUser with Success(UserHandle 00766290)
    Sep 20 16:29:33.544002 – 3700/5104 UNKNOWN Classic event system is enabled
    Sep 20 16:29:33.544003 – 3700/5104 UNKNOWN Calling legacy API
    Sep 20 16:29:33.544004 – 3700/5104 UNKNOWN Close Table called with invalid user
    Sep 20 16:29:33.544005 – 3700/5104 UNKNOWN Try to sign off from EnterpriseOne
    Sep 20 16:29:33.544006 – 3700/5104 UNKNOWN The user has already logged off
    Sep 20 16:29:33.544007 – 3700/5104 UNKNOWN Try to free sec list
    Sep 20 16:29:33.544008 – 3700/5104 UNKNOWN Try to free sec list
    Sep 20 16:29:33.544009 – 3700/5104 UNKNOWN Entering JDB_InitUser with (AUTO commit mode)
    Sep 20 16:29:33.544010 – 3700/5104 UNKNOWN Entering JDB_BeginTransaction (UserHandle 00766290)
    Sep 20 16:29:33.544011 – 3700/5104 UNKNOWN Exiting JDB_BeginTransaction with Success (UserHandle 00766290)
    Sep 20 16:29:33.544012 – 3700/5104 UNKNOWN Exiting JDB_InitUser with Success (UserHandle 00766290)
    Sep 20 16:29:33.544013 – 3700/5104 UNKNOWN COB00001: jdeCallObject called to launch jdeFreeEnvBSFN.
    Sep 20 16:29:33.544014 – 3700/5104 WRK:Starting jdeCallObject COB00001: jdeCallObject called to launch jdeFreeEnvBSFN.
    Sep 20 16:29:33.544015 – 3700/5104 WRK:Starting jdeCallObject Opening up local metadata repository. Type – JDESPECTYPE_BUSFUNC.
    Sep 20 16:29:33.544016 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.544017 – 3700/5104 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.544018 – 3700/5104 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.544019 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.544020 – 3700/5104 WRK:Starting jdeCallObject Package name not passed to SetupPackageRDB. Using current running package.
    Sep 20 16:29:33.544021 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.544022 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.544023 – 3700/5104 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.544024 – 3700/5104 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.544025 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.544026 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.544027 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.544028 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Entering IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.544029 – 3700/5104 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.544030 – 3700/5104 WRK:Starting jdeCallObject Entering IntSvrPkgGetINIPaths
    Sep 20 16:29:33.544031 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniFilePath
    Sep 20 16:29:33.544032 – 3700/5104 WRK:Starting jdeCallObject PKGBLD: Exiting IntSvrPkgGetSpecIniPrivateProfileString
    Sep 20 16:29:33.544033 – 3700/5104 WRK:Starting jdeCallObject Creating Spec release cache on handle
    Sep 20 16:29:33.544034 – 3700/5104 WRK:Starting jdeCallObject Entering JDB_OpenTable(Table = F00942)
    Sep 20 16:29:33.544035 – 3700/5104 WRK:Starting jdeCallObject JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    Sep 20 16:29:33.546000 – 3700/5104 WRK:Starting jdeCallObject JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    Sep 20 16:29:33.547000 – 3700/5104 WRK:Starting jdeCallObject Exiting JDB_OpenTable(Table = F00942) with Failure
    Sep 20 16:29:33.547001 – 3700/5104 WRK:Starting jdeCallObject JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    Sep 20 16:29:33.548000 – 3700/5104 WRK:Starting jdeCallObject JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    Sep 20 16:29:33.550000 – 3700/5104 WRK:Starting jdeCallObject Metadata Release Cache load failure – destroying cache.
    Sep 20 16:29:33.550001 – 3700/5104 WRK:Starting jdeCallObject Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    Sep 20 16:29:33.551000 – 3700/5104 WRK:Starting jdeCallObject GetMetadataReleaseLevelOfPathCode – Unable to determine spec release level of the path code DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)!
    Sep 20 16:29:33.551001 – 3700/5104 WRK:Starting jdeCallObject JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    Sep 20 16:29:33.552000 – 3700/5104 WRK:Starting jdeCallObject Local RDBMS data format is always XML.
    Sep 20 16:29:33.552001 – 3700/5104 WRK:Starting jdeCallObject SpecEncapsulation : jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Sep 20 16:29:33.552002 – 3700/5104 WRK:Starting jdeCallObject jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    Sep 20 16:29:33.554000 – 3700/5104 WRK:Starting jdeCallObject Entering JDB_FreeUser (UserHandle 00766290)
    Sep 20 16:29:33.554001 – 3700/5104 WRK:Starting jdeCallObject Exiting JDB_FreeUser with Success(UserHandle 00766290)
    Sep 20 16:29:33.554002 – 3700/5104 WRK:Starting jdeCallObject Entering JDB_FreeUser (UserHandle 00748790)
    Sep 20 16:29:33.554003 – 3700/5104 WRK:Starting jdeCallObject Exiting JDB_FreeUser with Success(UserHandle 00748790)
    Sep 20 16:29:33.568000 – 3700/5104 WRK:Starting jdeCallObject Entering jdeCacheDestroyAllUserCaches
    Sep 20 16:29:33.569000 – 3700/5104 WRK:Starting jdeCallObject The JDEMAIL library is disabled, function is not available. Please see SAR 6546021 for details, and contact support.
    Sep 20 16:29:33.569001 – 3700/5104 WRK:Starting jdeCallObject Entering JDB_UnloadTriggerLibrariesPrv
    Sep 20 16:29:33.569002 – 3700/5104 WRK:Starting jdeCallObject Exiting JDB_UnloadTriggerLibrariesPrv with Success
    Sep 20 16:29:33.570000 – 3700/5104 WRK:Starting jdeCallObject ORACLE DBFreeDrv envr=007266F0
    Sep 20 16:29:33.570001 – 3700/5104 WRK:Starting jdeCallObject Exited FreeCriticalSections_oracle with ref cnt 0
    Sep 20 16:29:33.570002 – 3700/5104 WRK:Starting jdeCallObject Freeing process-level cache now.
    Sep 20 16:29:33.570003 – 3700/5104 WRK:Starting jdeCallObject Load spec. conversion library ‘MDSERIALIZER.DLL’
    Sep 20 16:29:33.573000 – 3700/5104 WRK:Starting jdeCallObject Entering jdeGetOrSetSecondaryServer
    Sep 20 16:29:33.573001 – 3700/5104 WRK:Starting jdeCallObject JDETAMA:Entering INTWorkWithTamLockList for action 1
    Sep 20 16:29:33.573002 – 3700/5104 WRK:Starting jdeCallObject JDETAMA:Exited INTWorkWithTamLockList for action 1
    Sep 20 16:29:33.573003 – 3700/5104 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=3
    Sep 20 16:29:33.573004 – 3700/5104 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=2 to go
    Sep 20 16:29:33.573005 – 3700/5104 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=2
    Sep 20 16:29:33.573006 – 3700/5104 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=1 to go
    Sep 20 16:29:33.573007 – 3700/5104 WRK:Starting jdeCallObject Exiting JDB_FreeEnv with Success (EnvHandle 00720778)
    Sep 20 16:29:33.573008 – 3700/5104 WRK:Starting jdeCallObject Enter JDB_FreeCriticalSections. count=1
    Sep 20 16:29:33.574000 – 3700/5104 WRK:Starting jdeCallObject Exit JDB_FreeCriticalSections,count=0 to go
    Sep 20 16:29:33.574001 – 3700/5104 WRK:Starting jdeCallObject Failed to init security bootstrap environment using user=DEMO, password=DEMO, env=DEMO900, role=*ALL
    Sep 20 16:29:33.575000 – 3700/5104 WRK:Starting jdeCallObject Failed to init security bootstrap environment using user=DEMO, password=DEMO, env=DEMO900, role=*ALL
    Sep 20 16:29:33.575001 – 3700/5104 WRK:Starting jdeCallObject Failed to init Env
    Sep 20 16:29:33.577000 – 3700/5104 WRK:Starting jdeCallObject Failed to init Env
    Sep 20 16:29:33.577001 – 3700/5104 WRK:Starting jdeCallObject Dispatch Function ‘_JDEK_DispatchSecurity@28’ returned failure on eNetDispatchInit
    Sep 20 16:29:33.578000 – 3700/5104 WRK:Starting jdeCallObject Dispatch Function ‘_JDEK_DispatchSecurity@28’ returned failure on eNetDispatchInit
    Sep 20 16:31:30.095000 – 3700/5076 MAIN_THREAD Info:Net program ended(JDENET_RunNet), pid = 3700, JDENETError = 0
    Sep 20 16:31:30.099000 – 3700/5076 MAIN_THREAD Info:Net program ended(JDENET_RunNet), pid = 3700, JDENETError = 0
    Sep 20 16:31:30.100000 – 3700/5076 MAIN_THREAD API ipcSawUnregisterProcV1 : process 3700 unregistered in entry 0
    Sep 20 16:31:30.100001 – 3700/5076 MAIN_THREAD API ipcSawUnregisterProcV1 : process 3700 unregistered in entry 0

  18. Paul Rice Reply

    Hi I am in the first install executable and get an error message. Cannot uncab the file. C:\Standalone+9.00\ThirdParty\Oracle\E1Local.cab Gives me two options one to the stop the installation of all products (Which I believe I have to take) or Stop Installation of this component only. Does anyone have any idea what this error is caused by and how to fix it. Thank You for your assistance. Paul

    • Deepesh Divakaran Post authorReply

      Hi Paul,
      Do the installation as Administrator. i.e. Right click the Setup.exe, and then select Run as Administrator. If still the error exists, you may have to re-download the package, as the files may be corrupted.

    • AE Reply

      In response to Paul, it seems the newer media on the oracle site is in 4 files, files 3 and 4 contain the E1cab files. In order to get around the problem that you had, I extraced cd 3/4 into the ThirdParty/Oracle directory. This seemed to resolve the problem. I think Oracle missed the directory location when creating the files, I didn’t see this in their documentation.
      Also, I ran into an issue where the installer couldn’t connect to the E1Local database. I disabled IPv6 and re-ran, it worked fine after that.

  19. Joe Reply

    I get the unable to contact security server error. Any ideas? The jde.log is below:
    1640/5728 MAIN_THREAD Mon Jan 16 07:29:00.473000 Jdb_ctl.c3944
    Starting OneWorld
    4836/884 UNKNOWN Mon Jan 16 07:29:11.856000 jdeksec.c768
    INITIALIZING SECURITY SERVER KERNEL
    4836/884 UNKNOWN Mon Jan 16 07:29:11.891000 Netpub.c975
    JDENet already initialized
    4836/884 UNKNOWN Mon Jan 16 07:29:11.891001 Jdb_ctl.c2890
    Net init failed or not initialized
    4836/884 UNKNOWN Mon Jan 16 07:29:13.145000 dbinitcn.c745
    OCI0000374 – Failed to connect to the database instance
    4836/884 UNKNOWN Mon Jan 16 07:29:13.146000 dbinitcn.c750
    OCI0000375 – Error – ORA-12541: TNS:no listener
    4836/884 UNKNOWN Mon Jan 16 07:29:13.146001 dbinitcn.c427
    OCI0000064 – Unable to create database server connection
    4836/884 UNKNOWN Mon Jan 16 07:29:13.146002 dbinitcn.c520
    OCI0000367 – Unable to connect to Oracle ORA-12541: TNS:no listener
    4836/884 UNKNOWN Mon Jan 16 07:29:13.147000 Jdb_drvm.c909
    JDB9900164 – Failed to connect to E1Local
    4836/884 UNKNOWN Mon Jan 16 07:29:13.147001 Jtp_cm.c273
    JDB9909003 – Could not init connect.
    4836/884 UNKNOWN Mon Jan 16 07:29:13.147002 Jtp_tm.c1134
    JDB9909100 – Get connect info failed: Transaction ID =
    4836/884 UNKNOWN Mon Jan 16 07:29:13.148000 Jdb_rq1.c2376
    JDB3100013 – Failed to get connectinfo
    4836/884 UNKNOWN Mon Jan 16 07:29:13.148001 Jdb_omp1.c3374
    JDB9900257 – Failed to open F986101
    4836/884 UNKNOWN Mon Jan 16 07:29:14.255000 dbinitcn.c745
    OCI0000374 – Failed to connect to the database instance
    4836/884 UNKNOWN Mon Jan 16 07:29:14.255001 dbinitcn.c750
    OCI0000375 – Error – ORA-12541: TNS:no listener
    4836/884 UNKNOWN Mon Jan 16 07:29:14.256000 dbinitcn.c427
    OCI0000064 – Unable to create database server connection
    4836/884 UNKNOWN Mon Jan 16 07:29:14.256001 dbinitcn.c520
    OCI0000367 – Unable to connect to Oracle ORA-12541: TNS:no listener
    4836/884 UNKNOWN Mon Jan 16 07:29:14.256002 Jdb_drvm.c909
    JDB9900164 – Failed to connect to E1Local
    4836/884 UNKNOWN Mon Jan 16 07:29:14.257000 Jtp_cm.c273
    JDB9909003 – Could not init connect.
    4836/884 UNKNOWN Mon Jan 16 07:29:14.257001 Jtp_tm.c1134
    JDB9909100 – Get connect info failed: Transaction ID =
    4836/884 UNKNOWN Mon Jan 16 07:29:14.257002 Jdb_rq1.c2376
    JDB3100013 – Failed to get connectinfo
    4836/884 UNKNOWN Mon Jan 16 07:29:14.257003 Jdb_omp1.c1224
    JDB9900240 – Failed to open F986101
    4836/884 UNKNOWN Mon Jan 16 07:29:14.258000 Jdb_cach.c1352
    JDB9900009 – Failed to load ObjectMap Cache
    4836/884 UNKNOWN Mon Jan 16 07:29:14.258001 Jdb_cach.c1369
    Unable to load primary Object Configuration Manager – switching to secondary
    4836/884 UNKNOWN Mon Jan 16 07:29:14.261000 Jdb_omp1.c661
    JDB9900247 – Failed to find F98611 System Local in cache
    4836/884 UNKNOWN Mon Jan 16 07:29:14.261001 Jdb_rq1.c1943
    JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.262000 Jdb_omp1.c3374
    JDB9900257 – Failed to open F986101
    4836/884 UNKNOWN Mon Jan 16 07:29:14.262001 Jdb_omp1.c661
    JDB9900247 – Failed to find F98611 System Local in cache
    4836/884 UNKNOWN Mon Jan 16 07:29:14.263000 Jdb_rq1.c1943
    JDB3100011 – Failed to get location of table F986101 for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.263001 Jdb_omp1.c1224
    JDB9900240 – Failed to open F986101
    4836/884 UNKNOWN Mon Jan 16 07:29:14.263002 Jdb_cach.c1352
    JDB9900009 – Failed to load ObjectMap Cache
    4836/884 UNKNOWN Mon Jan 16 07:29:14.264000 Jdb_omp1.c639
    JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.264001 Jdb_rq1.c1943
    JDB3100011 – Failed to get location of table F00921 for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.264002 Jdecgsc.c201
    MSC0000028 – Could not load F00921 cache
    4836/884 UNKNOWN Mon Jan 16 07:29:14.265000 Jdb_omp1.c639
    JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.265001 Jdb_rq1.c1943
    JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.265002 Jdb_ctl.c789
    JDB9900408 – Failed to get package release level
    4836/884 UNKNOWN Mon Jan 16 07:29:14.266000 Jdb_ctl.c4188
    JDB1100016 – Failed to load Environment – DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.266001 Jdb_omp1.c639
    JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.266002 Jdb_rq1.c1943
    JDB3100011 – Failed to get location of table F00941 for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.267000 Jdb_omp1.c639
    JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.268000 Jdb_rq1.c1943
    JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    4836/884 UNKNOWN Mon Jan 16 07:29:14.268001 SpecUtil.c5141
    JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    4836/884 UNKNOWN Mon Jan 16 07:29:14.268002 SpecUtil.c5180
    JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    4836/884 UNKNOWN Mon Jan 16 07:29:14.269000 SpecUtil.c5053
    Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    4836/884 UNKNOWN Mon Jan 16 07:29:14.269001 SpecOpen.c1827
    JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    4836/884 UNKNOWN Mon Jan 16 07:29:14.269002 SpecOpen.c2615
    jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    4836/884 UNKNOWN Mon Jan 16 07:29:14.269003 evtcache.c867
    isNewRTESystemEnabled – DDTABL spec handle cannot be accessed.
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.270000 Jdb_omp1.c639
    JDB9900246 – Failed to find existence of default OMAP for environment DEMO900
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.271000 Jdb_rq1.c1943
    JDB3100011 – Failed to get location of table F00942 for environment DEMO900
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.271001 SpecUtil.c5141
    JDESPEC0000051 – Unable to open F00942 to load metadata cache. Fatal Error.
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.271002 SpecUtil.c5180
    JDESPEC0000052 – Unable to select all records from F00942 to load metadata cache. Fatal Error.
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.272000 SpecUtil.c5053
    Metadata release cache handle destroyed before it could be used. System probably being shut down. Returning failure.
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.272001 SpecOpen.c1827
    JDESPEC0000059 – Unable to determine spec release level of the data source DEMO. Cannot determine metadata format version of this path code. Cannot acccess metadata (specs)! Fatal Error.
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.272002 SpecOpen.c2615
    jdeSpecOpenLocal completed in error – JDESPECRESULT_FAILED.
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.278000 secutil.c391
    Failed to init security bootstrap environment using user=DEMO, password=DEMO, env=DEMO900, role=*ALL
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.278001 jdeksec.c3338
    Failed to init Env
    4836/884 WRK:Starting jdeCallObject Mon Jan 16 07:29:14.279000 Netflow.c1028
    Dispatch Function ‘_JDEK_DispatchSecurity@28’ returned failure on eNetDispatchInit
    1640/5728 MAIN_THREAD Mon Jan 16 07:30:31.821000 jdecsec.c2104
    JDENET Error = eTimeOut
    1640/5728 MAIN_THREAD Mon Jan 16 07:38:11.222000 jdecsec.c2537
    Failed to communicate with security server: Unable to locate Security Server
    1640/5728 MAIN_THREAD Mon Jan 16 07:38:12.277000 jdecsec.c262
    Failed to validate user DEMO by password
    1640/5728 MAIN_THREAD Mon Jan 16 07:38:12.278000 Jdb_ctl.c4556
    JDB1100018 – Failed to get past Security check
    1640/5728 MAIN_THREAD Mon Jan 16 07:38:13.661000 msc_signon.cpp224
    ValidateUser failed from SignOn

  20. Jay Reply

    I have an issue my 32bit laptop was stolen I got me a 64bit Window 7 It looks like the ODBC Driver for Oracle on 64BIT is not the same for Oracle on 32 BIT now the sign on can not connect to the Security Server Does any one have a way to map the Oracle ODBC for 64BIT on Window7 so things can go well

  21. Rauf Reply

    I am using JD Edwards EnterpriseOne 8.12 DEMO
    When I click JDEdwards Solution Explorer » Tools » EnterpriseOne Menu, I get the following errors
    ERROR 1
    —————————
    C:\E812\system\oc4j\startOC4J.bat
    —————————
    Windows cannot find ‘C:\E812\system\oc4j\startOC4J.bat’. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
    —————————
    OK
    —————————
    When I pressed ‘OK’, a small pop window with title ‘Starting Web Server’ and a progress bar has came. After the this windows, I got the following errors
    ERROR 2
    —————————
    ERROR
    —————————
    Could not start Web Server
    —————————
    OK
    —————————
    ERROR 3
    —————————
    JD Edwards Solution Explorer
    —————————
    Failed to Launch E1 Menu on HTML Engine
    —————————
    OK
    —————————
    How can I fix the issue ?

  22. Senthilkumar Reply

    Hi,
    I also face the same issue.
    Could you please let me know what could be the reason?
    Thanks

  23. Pingback: JD Edwards EnterpriseOne 9.0 Standalone Installation | E1 Tips

  24. ADP Reply

    Unable to Locate Security Server / Unable to Send Message to Security Server launching Demo
    —————————————————————————————————————————-
    I have installed JDE EnterpriseOne 9.0 SQL version on my Windows 7 pc. There was no error during installation.
    When i tried to run JDE E1, it asked for login to SQL DB JDESSELOCAL, which was not happening, until i added BDSEC=ROBIN and change (local) to actual local server name.
    Now it is not asking to login to SQL, but it is showing error message “Unable to locate Security Server”.
    I tried above mentioned suggestions but seems not working for me. Any more suggestions please.

  25. Pingback: Fix Adp Error 500 Java.lang.nullpointerexception Windows XP, Vista, 7, 8 [Solved]

Leave a Reply