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
- Is EnterpriseOne 9.0 Compatible with Windows Vista/7, Windows Server Editions
- What is the purpose of the Standalone Versions of the EnterpriseOne software
- What functions can be performed on a standalone version and what is supported on this type of version?
- Unable to Locate Security Server / Unable to Send Message to Security Server launching Demo
- JAS Sign-in Error – Please contact the System Administrator
- System Prompts for User-Id and Password when Running EnterpriseOne Menu
- Java Compiler (JDK) was not Correctly Installed when Running E1 Demo 9.0
- Cannot start Web Server for HTML Client on EnterpriseOne 9.0 Standalone
- “Could not start web server”, followed by “Could not find Webserver”
- Failed to launch E1 Menu on HTML Engine (OC4J issue)
- TaskViews cannot be displayed in E9 Demo
- Menus missing in EnterpriseOne 9.0 Web page
- Cannot connect to Web on Standalone 9.0 “invalid cursor state failure”
- Error in Launch Broker
- Receive timed out error during E9 Installation
- The sa password must meet SQL Server password policy requirements
- Web Interface: Page Can Not be Displayed (Can not connect to http://localhost:8888…)
- Unable to update needed components. Exiting!
- Uninstalling JD Edwards EnterpriseOne 9.0
-
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.
-
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.
-
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. -
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.
-
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
- The issue can be an incorrect JDK or not having the JDK installed correctly
-
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
-
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.
- 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.
-
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.
-
“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
- 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:
-
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).
-
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.
-
Menus missing in EnterpriseOne 9.0 Web page
-
Cannot connect to Web on Standalone 9.0 “invalid cursor state failure”
- Check if the Database Services are running
-
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.
-
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=
-
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.
- Go to Administrative Tools / Domain Security Policy :: Security Settings | Account Policies | Password Policy
- 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. - Go to Administrative Tools / Local Security Policy :: Security Settings | Account Policies | Password Policy
- Turn “Minimum password length” to zero and “Password must meet complexity requirements” to “Disable”
- Go to SQL Installation window and press “Retry”.
- After installation successfully done, turn changed security settings from steps 1-4 back.
- The default password for user – sa in SQL Server 2005 does not meet complex password required for Windows Vista.
-
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.
- If the following entry exists
-
Unable to update needed components. Exiting!
- Run ActivConsole as an Administrator.
- i.e. right click the ActivConsole icon and select Run as Administrator
-
Uninstalling JD EDwards EnterpriseOne 9.0
- Refer to this Uninstall Guide
Please do help to make this Troubleshooting guide better as possible.
Related posts:


Very informative…………….
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…
Replacing all “(local)” and “localhost” with your actual machine/host name in the JDE.INI should solve your issue.
For sample INI files and more details please refer this post : http://goo.gl/OnpO
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)
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
Hi Oche,
We will need to see your jdedebug.log to understand the issue.
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=0×2, 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=0×2, 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
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
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=0×2, 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
Hi Deepesh,
Please what is the login details to the SQL Plus?
Many thanks
Hi Oc,
It seems that you have the E1 installed on your E: drive instead of C:. Oracle metalink suggests that you should be installing E1 on your C: . As there could be issues with the JDK, and the database instance. Use the uninstall guide to deinstall the E1, and install it again on C drive.
Visit http://www.deepeshmd.com/enterpriseone/enterpriseone-standalone-oracle-local-database-login-credentials/ for login details
Hi Deepesh,
Thanks for your response. I will do just that immediately and revert.
Many thanks.
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.