TeamSite 7.1 Install hanging
Hello
We have a new install of TeamSite 7.1 with Windows Server 2008 32 bit using MSSQL Server 2008.
OpenDeploy Admin and Base 7.1 are installed.
The install is hanging when attempting to install "common services" when connecting to the SQL server using the JDBC 2.0 driver sqljdbc4.jar.
The driver is located in a folder by itself "C:\test\sqljdbc4.jar"
Nothing has been copied to iw-home
The only log file we've found with info is c:\tmp\installer.log
Here is a snippet from that file
.....
.....
.....
Enter or choose a directory where database drivers for Microsoft SQL Server are located, as well as other database fields for Interwoven Registry
The following database information is required by Common Services to create tables that store database details and some configuration information for other TeamSite components.
NOTE: It is recommended that you create a separate database schema for this component, instead of reusing the database schema of other components."
2010-03-02 14:19:38,912 INFO com.interwoven.wcm.install.framework.panels.CheckMetadata - Field1 DefaultValue="" Label="iwovRegistrydbconnection.panel.dbDriverDir.label" Name="irDbDir"
2010-03-02 14:19:38,913 INFO com.interwoven.wcm.install.framework.panels.CheckMetadata - Field2 DefaultValue="" Label="iwovRegistrydbconnection.panel.dbServerName.label" Name="irDbServerName"
2010-03-02 14:19:38,913 INFO com.interwoven.wcm.install.framework.panels.CheckMetadata - Field3 DefaultValue="1433" Label="iwovRegistrydbconnection.panel.dbPort.label" Name="irDbPort"
2010-03-02 14:19:38,913 INFO com.interwoven.wcm.install.framework.panels.CheckMetadata - Field4 DefaultValue="" Label="iwovRegistrydbconnection.panel.dbName.label" Name="irDbName"
2010-03-02 14:19:38,913 INFO com.interwoven.wcm.install.framework.panels.CheckMetadata - Field5 DefaultValue="" Label="iwovRegistrydbconnection.panel.dbUser.label" Name="irDbUser"
2010-03-02 14:19:38,913 INFO com.interwoven.wcm.install.framework.panels.CheckMetadata - Field6 DefaultValue="" Label="iwovRegistrydbconnection.panel.dbPwd.label" Name="irDbPwd" PasswordField="true"
2010-03-02 14:19:38,914 DEBUG com.interwoven.wcm.install.framework.panels.CheckMetadata - install: panel control executed for panel: iwovRegistryDBTypeConnection, type: InputPanelWith5FieldsAnd1FileChooser, jump label: InputPanelWith5FieldsAnd1FileChooser, jump: NOTNEXT
2010-03-02 14:22:49,788 INFO com.interwoven.wcm.install.framework.panels.Validate1FileChooserFiveTextFields - validating the input values.
2010-03-02 14:22:49,788 INFO com.interwoven.wcm.install.framework.panels.Validate1FileChooserFiveTextFields - vclassname is not empty. com.interwoven.wcm.ir.service.install.ValidateIRDBConnection
2010-03-02 14:22:49,794 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - irDbType:mssql
2010-03-02 14:22:49,794 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - irDbdbJarListVal :C:\test\sqljdbc4.jar
2010-03-02 14:22:49,794 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - irDbServerName:WIN-9F6QVPJNBRT
2010-03-02 14:22:49,794 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - irDbPort:1433
2010-03-02 14:22:49,794 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - irDbName:iwcommon
2010-03-02 14:22:49,794 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - irDbUser:iwdbuser
2010-03-02 14:22:49,797 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - irDbPwd: ****
2010-03-02 14:22:49,797 INFO com.interwoven.wcm.ir.service.install.ValidateIRDBConnection - Making DBConnection:
2010-03-02 14:22:49,797 INFO com.interwoven.wcm.install.framework.util.DBConnection - Inside the Database Connection
2010-03-02 14:22:49,797 INFO com.interwoven.wcm.install.framework.util.DBConnection - building jar URLs from: [C:\test\sqljdbc4.jar]
2010-03-02 14:22:49,797 INFO com.interwoven.wcm.install.framework.util.DBConnection - DB Driver Class is: com.microsoft.sqlserver.jdbc.SQLServerDriver
2010-03-02 14:22:49,798 INFO com.interwoven.wcm.install.framework.util.DBConnection - file exists [true] :C:/test/sqljdbc4.jar
2010-03-02 14:22:49,798 INFO com.interwoven.wcm.install.framework.util.DBConnection - adding URL: jar:file:C:/test/sqljdbc4.jar!/
2010-03-02 14:22:49,798 INFO com.interwoven.wcm.install.framework.util.DBConnection - loading db driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver
2010-03-02 14:22:49,828 INFO com.interwoven.wcm.install.framework.util.DBConnection - registering driver: SQLServerDriver:2
2010-03-02 14:22:49,828 INFO com.interwoven.wcm.install.framework.util.DBConnection - dbType is:mssql DBDriverURL is: jdbc:sqlserver://WIN-9F6QVPJNBRT:1433;DatabaseName=iwcommon
2010-03-02 14:22:49,828 INFO com.interwoven.wcm.install.framework.util.DBConnection - attempting to connect: jdbc:sqlserver://WIN-9F6QVPJNBRT:1433;DatabaseName=iwcommon
2010-03-02 14:22:49,828 INFO com.interwoven.wcm.install.framework.util.DBConnection - dbType is:mssql DBDriverURL is: jdbc:sqlserver://WIN-9F6QVPJNBRT:1433;DatabaseName=iwcommon