DAC Client Crashes
788215Jul 29 2010 — edited Jun 8 2011I'm using verson 7.9.5.1 (I believe).
Oracle version 10g.
OBIEE 10.1.3.4.1
Java SDK and Java JRE versions 1.5
I'm trying to connect to a database. The test completes fine. Every time I try to actually connect the program just closes out and the connection information I entered gets wiped out.
I uncommented the line in the startclient.bat file to find out what's happening and I got this error message in the CMD window after I ran the startclient.bat file from the command line.
For the sake of being complete I'll post the entire output from start to fail
C:\OracleBI\DAC>startclient.bat
C:\OracleBI\DAC>echo off
[Fatal Error] :4:17: The reference to entity "D" must end with the ';' delimiter
.
Jul 29, 2010 8:49:48 AM com.siebel.etl.gui.login.LoginDataHandler init
SEVERE: The reference to entity "D" must end with the ';' delimiter.
Jul 29, 2010 8:49:48 AM com.siebel.etl.gui.login.LoginDialog <init>
SEVERE: Can't read login.xml!
Jul 29, 2010 8:49:48 AM com.siebel.analytics.etl.conf.DacClientConfig readConfig
INFO: Cannot find file C:\OracleBI\DAC/conf/dacClient.properties
Jul 29, 2010 8:49:48 AM com.siebel.analytics.etl.conf.DacClientConfig readConfig
INFO: Cannot find file C:\OracleBI\DAC/conf/dacClient.properties
Jul 29, 2010 8:49:48 AM com.siebel.analytics.etl.conf.DacClientConfig readConfig
INFO: Cannot find file C:\OracleBI\DAC/conf/dacClient.properties
Jul 29, 2010 8:49:48 AM com.siebel.etl.gui.view.EtlUI <init>
INFO:
Finished creating tabs.
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment
).
log4j:WARN Please initialize the log4j system properly.
Jul 29, 2010 8:50:37 AM com.siebel.etl.gui.data.SchemaHandler isSchemaCreated
INFO: Repository table exists.
Jul 29, 2010 8:50:37 AM com.siebel.etl.gui.data.SchemaHandler fillTheList
INFO: Reading from repository table.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d32910, pid=4048, tid=3836
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_22-b03 mixed mode)
# Problematic frame:
# C [OraClient10.Dll+0x112910]
#
# An error report file with more information is saved as hs_err_pid4048.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
C:\OracleBI\DAC>
If anyone knows how to solve this problem, or can point me to where I need to go it would be a tremendous source of relief for me. Thanks.
Also, if the error log file will be of any help in diagnosing and solving this problem, please let me know.