BISE Configuration Assistent failed
721566Sep 9 2009 — edited Dec 14 2009When installing BISE-one everything runs fine until the end of the installation: Running the COnfiguration Assistent.
Invoking configuration assistant
Execution successful
Unlock Accounts
Establish connection with the database
Execution failed
The "E:\oracle\bise1b\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI.
When giving a retry a window pops up with the message:
The Oracle System Identified (SID) "bise1db" already exists. Specify another SID.
The file above (configToolFailedComands) is calling: "E:\oracle\bise1b\db\install\bise1config.bat"
This file (bise1config.bat) contains:
@echo off
set PATH=E:\oracle\bise1b\db\jdk\bin;%PATH%;
set CLASSPATH=E:\oracle\bise1b\db\install\config\BISE1Config.jar;E:\oracle\bise1b\db\oui\jlib\OraInstaller.jar;E:\oracle\bise1b\db\oui\jlib\classes12.jar;E:\oracle\bise1b\db\oui\jlib\ojmisc.jar;E:\oracle\bise1b\db\oui\jlib\ewt3.jar;E:\oracle\bise1b\db\oui\jlib\share.jar;%CLASSPATH%;
javaw -client oracle.as.config.bise1.BISE1ConfigAssistant E:\oracle\bise1b\db\install\config\bise1ca.rsp
The command "javaw..." is generating a java-error and ends with the message:
The Oracle System Identified (SID) "bise1db" already exists. Specify another SID.
Question1: How should i be able to change the SID at this point?
The java-error is:
Command = E:\oracle\bise1b\db\install\bise1config.bat has failed
Execution Error : BISE1 Configuration Assistant failed
java.sql.SQLException: I/O-uitzondering: The Network Adapter could not establish the connection
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:231)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:345)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:428)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:515)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:345)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at oracle.as.config.bise1.util.DBUtils.getConnection(DBUtils.java:18)
at oracle.as.config.bise1.action.UnlockAccounts.execute(UnlockAccounts.java:35)
at oracle.as.config.bise1.BISE1ConfigAssistant.main(BISE1ConfigAssistant.java:76)
Remark: "tnsping bise1db" is working find.
Question2: How to check this jdbc-connection.
Question3: Where are jdbc-settings being configured?