I am having alot of problems installing ZENworks configuration management 11 SP2 on SLES 11 SP2 and OES 11 SP1.
I created a fresh install of SLES 11 SP2 and OES 11 SP1. I did not add any OES roles and I did not make any changes to the default SLES configuration. Next, I updated the server and ensured that all perquisite RPMs were installed.Then, I made sure that both the ISO, and the folder the ISO was mounted to had read and execute permissions for all users. In addition, I ran the installer as the root user. Also, I made sure to stop the apache2 dameon prior to the install. Unfortunately for me, the install failed with serious errors. I have pasted the text of the error log below.
Since this is a test environment, I am using the embedded sybase database, which seems to be failing to install.
I am using the default version of java that is installed. The output of java -version at the command prompt is:
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6) (suse-5.9.4-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Here is the output of my $PATH variable:
/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/novell/eDirectory/bin:/opt/novell/eDirectory/sbin:/opt/novell/migration/sbin:/opt/novell/ncl/bin
One possibility is that ZENworks is having some conflicts with the default Apache and Tomcat installation. I would appreciate it if anyone knows if there are any known issues with ZENworks and the default SLES and OES server configuration. In addition, I do not know if the default welcome page is causing problems, or how to disable it.
Also, I read through the file: Novell Documentation, In particular, the section on installing dependent RPMs on a linux device.
I'm pretty new to SLES, so any assistance would be appreciated.
var/opt/novell/log/zenworks/ZENworks_Install_15_Nov_2012_15.45.15.log.xml
Display: Show:
Severity Time Message
INFO 11/15/2012 15:58:37 Changed the permission for permission script.
INFO 11/15/2012 15:58:32 GenerateLocationConfigData complete!
INFO 11/15/2012 15:56:49 CreateInventoryInstallsConfigureAction complete!
INFO 11/15/2012 15:56:49 YUMRepoConfigureAction complete!
INFO 11/15/2012 15:56:49 started creating yum repo hosting xml file and directory
INFO 11/15/2012 15:56:48 Deployment packages successfully created
INFO 11/15/2012 15:55:58 ZENworks Agent successfully configured
ERROR 11/15/2012 15:55:58 ConfigureAction failed!: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: com.novell.zenworks.datamodel.exceptions.Connectio nException: org.hibernate.exception.GenericJDBCException: Cannot open connection at com.novell.zenworks.datamodel.temp.ZoneCreator.cre ateZone(ZoneCreator.java:143) at com.novell.zenworks.datamodel.utils.hibernate.Zone Creator.doWork(ZoneCreator.java:180) at com.novell.zenworks.datamodel.utils.hibernate.Zone Creator.main(ZoneCreator.java:508) Caused by: com.novell.zenworks.datamodel.exceptions.Connectio nException: org.hibernate.exception.GenericJDBCException: Cannot open connection at com.novell.zenworks.datamodel.database.AbstractDat abaseTypeHelper.throwStandardDataModelException(Ab stractDatabaseTypeHelper.java:437) at com.novell.zenworks.datamodel.session.hibernate.Ab stractHibernateSessionImpl.handleException(Abstrac tHibernateSessionImpl.java:177) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession.createDefaultFolders(Hibern ateAbstractSession.java:658) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession._postPasswordValidationInit ialize(HibernateAbstractSession.java:437) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAdministratorSession._postPasswordValidatio nInitialize(HibernateAdministratorSession.java:161 ) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession.loginAsSystem(HibernateAbst ractSession.java:409) at com.novell.zenworks.datamodel.services.DirectServi ceStoreImpl.loginAsSystem(DirectServiceStoreImpl.j ava:224) at com.novell.zenworks.datamodel.temp.ZoneCreator.get ServiceStore(ZoneCreator.java:189) at com.novell.zenworks.datamodel.temp.ZoneCreator.cre ateZone(ZoneCreator.java:97) ... 2 more Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection at org.hibernate.exception.SQLStateConverter.handledN onSpecificException(SQLStateConverter.java:103) at org.hibernate.exception.SQLStateConverter.convert( SQLStateConverter.java:91) at org.hibernate.exception.JDBCExceptionHelper.conver t(JDBCExceptionHelper.java:43) at org.hibernate.exception.JDBCExceptionHelper.conver t(JDBCExceptionHelper.java:29) at org.hibernate.jdbc.ConnectionManager.openConnectio n(ConnectionManager.java:420) at org.hibernate.jdbc.ConnectionManager.getConnection (ConnectionManager.java:144) at org.hibernate.jdbc.JDBCContext.connection(JDBCCont ext.java:118) at org.hibernate.transaction.JDBCTransaction.begin(JD BCTransaction.java:57) at org.hibernate.impl.SessionImpl.beginTransaction(Se ssionImpl.java:1294) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateSessionImpl.newTransaction(HibernateSession Impl.java:30) at com.novell.zenworks.datamodel.session.hibernate.Ab stractHibernateSessionImpl.beginTransaction(Abstra ctHibernateSessionImpl.java:84) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession.createDefaultFolders(Hibern ateAbstractSession.java:621) ... 8 more Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database! at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtil s.java:106) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool. checkoutPooledConnection(C3P0PooledConnectionPool. java:615) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSou rce.getConnection(AbstractPoolBackedDataSource.jav a:128) at org.hibernate.connection.C3P0ConnectionProvider.ge tConnection(C3P0ConnectionProvider.java:35) at org.hibernate.jdbc.ConnectionManager.openConnectio n(ConnectionManager.java:417) ... 15 more Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceE xception: A ResourcePool could not acquire a resource from its primary factory or source. at com.mchange.v2.resourcepool.BasicResourcePool.awai tAvailable(BasicResourcePool.java:1406) at com.mchange.v2.resourcepool.BasicResourcePool.prel imCheckoutResource(BasicResourcePool.java:594) at com.mchange.v2.resourcepool.BasicResourcePool.chec koutResource(BasicResourcePool.java:514) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool. checkoutAndMarkConnectionInUse(C3P0PooledConnectio nPool.java:681) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool. checkoutPooledConnection(C3P0PooledConnectionPool. java:608) ... 18 more
INFO 11/15/2012 15:54:15 ZENworks services successfully installed and configured
INFO 11/15/2012 15:54:14 ZENworks configured for secure access
INFO 11/15/2012 15:54:14 ZENworks configured for secure access
ERROR 11/15/2012 15:54:11 DB Creation ( /opt/novell/zenworks/share/sybase/bin/dbinit ) tool failed with return code: 1
INFO 11/15/2012 15:54:10 Changed the permission for permission script.
INFO 11/15/2012 15:54:10 Successfully opened firewall port 2645 for UDP protocol.
INFO 11/15/2012 15:54:09 Attempting to open UDP firewall port 2645.
INFO 11/15/2012 15:54:09 Successfully opened firewall port 2645 for TCP protocol.
INFO 11/15/2012 15:54:09 Attempting to open TCP firewall port 2645.
INFO 11/15/2012 15:54:09 Successfully opened firewall port 9971 for UDP protocol.
INFO 11/15/2012 15:54:08 Attempting to open UDP firewall port 9971.
INFO 11/15/2012 15:54:08 Successfully opened firewall port 9971 for TCP protocol.
INFO 11/15/2012 15:54:08 Attempting to open TCP firewall port 9971.
INFO 11/15/2012 15:54:08 Successfully opened firewall port 7628 for UDP protocol.
INFO 11/15/2012 15:54:07 Attempting to open UDP firewall port 7628.
INFO 11/15/2012 15:54:06 Successfully opened firewall port 7628 for TCP protocol.
INFO 11/15/2012 15:54:06 Attempting to open TCP firewall port 7628.
INFO 11/15/2012 15:54:06 Successfully opened firewall port 2638 for UDP protocol.
INFO 11/15/2012 15:54:06 Attempting to open UDP firewall port 2638.
INFO 11/15/2012 15:54:06 Successfully opened firewall port 2638 for TCP protocol.
INFO 11/15/2012 15:54:05 Attempting to open TCP firewall port 2638.
INFO 11/15/2012 15:54:05 Successfully opened firewall port 8009 for UDP protocol.
INFO 11/15/2012 15:54:05 Attempting to open UDP firewall port 8009.
INFO 11/15/2012 15:54:05 Successfully opened firewall port 8009 for TCP protocol.
INFO 11/15/2012 15:54:03 Attempting to open TCP firewall port 8009.
INFO 11/15/2012 15:54:03 Successfully opened firewall port 8005 for UDP protocol.
INFO 11/15/2012 15:54:03 Attempting to open UDP firewall port 8005.
INFO 11/15/2012 15:54:02 Successfully opened firewall port 8005 for TCP protocol.
INFO 11/15/2012 15:53:59 Attempting to open TCP firewall port 8005.
INFO 11/15/2012 15:53:57 CreateAddonRepoConfigureAction complete!
INFO 11/15/2012 15:53:57 Created agent addon repository successfully.
INFO 11/15/2012 15:53:53 Creating agent addon repository.
INFO 11/15/2012 15:53:53 CopyAgentAddonConfigureAction complete!
INFO 11/15/2012 15:53:53 novell-zenworks-xplat-extservice installed successfully
INFO 11/15/2012 15:53:53 novell-zenworks-xplat-zmd-rmagent installed successfully
INFO 11/15/2012 15:53:51 novell-zenworks-xplat-dnd-proxy installed successfully
INFO 11/15/2012 15:53:51 novell-zenworks-xplat-nal installed successfully
INFO 11/15/2012 15:53:51 novell-zenworks-lpm-satsolver-helpers installed successfully
INFO 11/15/2012 15:53:50 novell-zenworks-xplat-linux-pkgmgmt installed successfully
INFO 11/15/2012 15:53:50 novell-zenworks-xplat-inventory installed successfully
INFO 11/15/2012 15:53:49 novell-zenworks-xplat-bundle installed successfully
INFO 11/15/2012 15:53:48 novell-zenworks-xplat-puppethandler installed successfully
INFO 11/15/2012 15:53:45 novell-zenworks-xplat-authentication-satellite installed successfully
INFO 11/15/2012 15:53:45 novell-zenworks-xplat-policy installed successfully
INFO 11/15/2012 15:53:44 novell-zenworks-xplat-zennotifyicon installed successfully
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-imaging-native installed successfully
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-image-management-11.2.0-16054.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-imaging-server-11.2.0-16054.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-content-distribution installed successfully
INFO 11/15/2012 15:53:40 novell-zenworks-xplat-status-collection installed successfully
INFO 11/15/2012 15:53:40 novell-zenworks-xplat-satellite-server-langs installed successfully
INFO 11/15/2012 15:53:40 novell-zenworks-xplat-ss-configuration installed successfully
INFO 11/15/2012 15:53:39 novell-zenworks-xplat-zencore-agent installed successfully
INFO 11/15/2012 15:53:39 novell-zenworks-xplat-primary-agent installed successfully
INFO 11/15/2012 15:53:37 novell-zenworks-zislnx installed successfully
INFO 11/15/2012 15:53:37 novell-zenworks-xplat-zmd-runtime-deps installed successfully
INFO 11/15/2012 15:53:35 novell-zenworks-xplat-equinox-runtime installed successfully
INFO 11/15/2012 15:53:35 novell-zenworks-jre-links installed successfully
INFO 11/15/2012 15:53:34 novell-zenworks-version installed successfully
INFO 11/15/2012 15:53:34 novell-zenworks-system-update installed successfully
INFO 11/15/2012 15:53:33 novell-zenworks-uninstall installed successfully
INFO 11/15/2012 15:53:33 novell-zenworks-patch-management-agent installed successfully
INFO 11/15/2012 15:53:33 novell-zenworks-imaging-server installed successfully
INFO 11/15/2012 15:53:32 novell-zenworks-image-management installed successfully
INFO 11/15/2012 15:53:32 novell-zenworks-ncc installed successfully
INFO 11/15/2012 15:53:31 novell-zenworks-lpm-utils installed successfully
INFO 11/15/2012 15:53:31 novell-zenworks-subscriptions installed successfully
INFO 11/15/2012 15:53:30 novell-zenworks-remote-ssh installed successfully
INFO 11/15/2012 15:53:29 novell-zenworks-zscmpolicies installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-lpm-managed-devices installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-lpm-core installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-mac-bundles installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-lpm-bundles installed successfully
INFO 11/15/2012 15:53:27 novell-zenworks-fde-server installed successfully
INFO 11/15/2012 15:53:25 novell-zenworks-zesm-server installed successfully
INFO 11/15/2012 15:53:24 novell-zenworks-security-policies installed successfully
INFO 11/15/2012 15:53:23 novell-zenworks-encryption-utilities installed successfully
INFO 11/15/2012 15:53:23 novell-zenworks-znews installed successfully
INFO 11/15/2012 15:53:22 novell-zenworks-version installed successfully
INFO 11/15/2012 15:53:22 novell-zenworks-certificate-authority-server installed successfully
INFO 11/15/2012 15:53:21 novell-zenworks-patch-management-server installed successfully
INFO 11/15/2012 15:53:13 novell-zenworks-zmgweb installed successfully
INFO 11/15/2012 15:53:13 novell-zenworks-zmgbootcd installed successfully
INFO 11/15/2012 15:53:02 novell-zenworks-thirdpartyimagingutils installed successfully
INFO 11/15/2012 15:53:02 novell-zenworks-zmediacreator installed successfully
INFO 11/15/2012 15:53:01 novell-zenworks-zmgupdate installed successfully
INFO 11/15/2012 15:52:56 novell-zenworks-zmgpolicy installed successfully
INFO 11/15/2012 15:52:55 novell-zenworks-zmgservices installed successfully
INFO 11/15/2012 15:52:55 novell-zenworks-zmgmcast installed successfully
INFO 11/15/2012 15:52:55 novell-zenworks-zmglibs installed successfully
INFO 11/15/2012 15:52:54 novell-zenworks-zmgexplorer installed successfully
INFO 11/15/2012 15:52:53 novell-zenworks-pxeclientfiles installed successfully
INFO 11/15/2012 15:52:44 novell-zenworks-reports-server installed successfully
INFO 11/15/2012 15:52:42 novell-tftp installed successfully
INFO 11/15/2012 15:52:41 novell-proxydhcp installed successfully
INFO 11/15/2012 15:52:41 novell-zenworks-system-update-server installed successfully
INFO 11/15/2012 15:52:40 novell-zenworks-addon-image-server installed successfully
INFO 11/15/2012 15:52:39 novell-zenworks-remote-management-server installed successfully
INFO 11/15/2012 15:52:38 novell-zenworks-zcm-server installed successfully
INFO 11/15/2012 15:52:36 novell-zenworks-temp-extras-server installed successfully
INFO 11/15/2012 15:52:27 novell-zenworks-pre_pkg installed successfully
INFO 11/15/2012 15:52:26 novell-zenworks-configure-server installed successfully
INFO 11/15/2012 15:52:26 novell-zenworks-deployment-server installed successfully
INFO 11/15/2012 15:52:26 novell-zenworks-amt installed successfully
INFO 11/15/2012 15:52:25 novell-zenworks-discovery-server installed successfully
INFO 11/15/2012 15:52:25 novell-zenworks-preboot-server installed successfully
INFO 11/15/2012 15:52:24 novell-zenworks-servicedesk-server installed successfully
INFO 11/15/2012 15:52:24 novell-zenworks-policies-server installed successfully
INFO 11/15/2012 15:52:24 novell-zenworks-bundles-server installed successfully
INFO 11/15/2012 15:52:23 novell-zenworks-managed-devices-server installed successfully
INFO 11/15/2012 15:52:23 CASA_auth_token_jaas_support-1.7.1758-0.noarch.rpm installed successfully
INFO 11/15/2012 15:52:22 CASA_auth_token_svc-1.7.1758-0.noarch.rpm installed successfully
INFO 11/15/2012 15:52:20 CASA-gui-1.7.1769-1.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:20 CASA-cli-1.7.1769-1.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:20 CASA-32bit-1.7.1769-1.x86_64.rpm installed successfully
INFO 11/15/2012 15:52:19 CASA-1.7.1769-1.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:19 identity-abstraction installed successfully
INFO 11/15/2012 15:52:19 jakarta-commons installed successfully
INFO 11/15/2012 15:52:19 jakarta-commons-logging-1.0.4-21.2.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 xalan-j2 installed successfully
INFO 11/15/2012 15:52:18 xerces-j2-2.7.1-16.7.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 log4j-1.2.12-15.2.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 jpackage-utils-1.6.3-18.4.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 novell-zenworks-inventory-server installed successfully
INFO 11/15/2012 15:52:12 novell-zenworks-asset-management-server installed successfully
INFO 11/15/2012 15:52:12 novell-zenworks-sybase-libs installed successfully
INFO 11/15/2012 15:52:12 novell-zenworks-migrationutils installed successfully
INFO 11/15/2012 15:52:11 novell-zenworks-common-jars installed successfully
INFO 11/15/2012 15:52:09 novell-zenworks-tomcat installed successfully
INFO 11/15/2012 15:52:07 novell-zenworks-xplat-jsvc installed successfully
INFO 11/15/2012 15:52:07 novell-zenworks-java installed successfully
INFO 11/15/2012 15:52:05 jdk-6u24-linux-amd64.rpm installed successfully
INFO 11/15/2012 15:52:00 novell-zenworks-core-server installed successfully
INFO 11/15/2012 15:51:52 jre-6u16-linux-amd64.rpm installed successfully
INFO 11/15/2012 15:51:48 novell-zenworks-zcm-mono installed successfully
INFO 11/15/2012 15:51:43 sybase-asa-12.0.0-2624.i586.rpm installed successfully
INFO 11/15/2012 15:50:21 UninstallZLMAgentConfigureAction complete!
INFO 11/15/2012 15:49:04 "Successfully closed firewall port 1087 for UDP protocol.
INFO 11/15/2012 15:49:04 Attempting to close UDP firewall port 1087.
INFO 11/15/2012 15:49:04 "Successfully closed firewall port 1087 for TCP protocol.
INFO 11/15/2012 15:49:04 Attempting to close TCP firewall port 1087.
INFO 11/15/2012 15:49:03 "Successfully closed firewall port 1086 for UDP protocol.
INFO 11/15/2012 15:49:03 Attempting to close UDP firewall port 1086.
INFO 11/15/2012 15:49:03 "Successfully closed firewall port 1086 for TCP protocol.
INFO 11/15/2012 15:49:03 Attempting to close TCP firewall port 1086.
INFO 11/15/2012 15:49:02 Successfully opened firewall port 1087 for UDP protocol.
INFO 11/15/2012 15:49:02 Attempting to open UDP firewall port 1087.
INFO 11/15/2012 15:49:02 Successfully opened firewall port 1087 for TCP protocol.
INFO 11/15/2012 15:49:02 Attempting to open TCP firewall port 1087.
INFO 11/15/2012 15:49:01 Successfully opened firewall port 1086 for UDP protocol.
INFO 11/15/2012 15:49:01 Attempting to open UDP firewall port 1086.
INFO 11/15/2012 15:49:01 Successfully opened firewall port 1086 for TCP protocol.
INFO 11/15/2012 15:49:01 Attempting to open TCP firewall port 1086.
I created a fresh install of SLES 11 SP2 and OES 11 SP1. I did not add any OES roles and I did not make any changes to the default SLES configuration. Next, I updated the server and ensured that all perquisite RPMs were installed.Then, I made sure that both the ISO, and the folder the ISO was mounted to had read and execute permissions for all users. In addition, I ran the installer as the root user. Also, I made sure to stop the apache2 dameon prior to the install. Unfortunately for me, the install failed with serious errors. I have pasted the text of the error log below.
Since this is a test environment, I am using the embedded sybase database, which seems to be failing to install.
I am using the default version of java that is installed. The output of java -version at the command prompt is:
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6) (suse-5.9.4-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Here is the output of my $PATH variable:
/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/novell/eDirectory/bin:/opt/novell/eDirectory/sbin:/opt/novell/migration/sbin:/opt/novell/ncl/bin
One possibility is that ZENworks is having some conflicts with the default Apache and Tomcat installation. I would appreciate it if anyone knows if there are any known issues with ZENworks and the default SLES and OES server configuration. In addition, I do not know if the default welcome page is causing problems, or how to disable it.
Also, I read through the file: Novell Documentation, In particular, the section on installing dependent RPMs on a linux device.
I'm pretty new to SLES, so any assistance would be appreciated.
var/opt/novell/log/zenworks/ZENworks_Install_15_Nov_2012_15.45.15.log.xml
Display: Show:
Severity Time Message
INFO 11/15/2012 15:58:37 Changed the permission for permission script.
INFO 11/15/2012 15:58:32 GenerateLocationConfigData complete!
INFO 11/15/2012 15:56:49 CreateInventoryInstallsConfigureAction complete!
INFO 11/15/2012 15:56:49 YUMRepoConfigureAction complete!
INFO 11/15/2012 15:56:49 started creating yum repo hosting xml file and directory
INFO 11/15/2012 15:56:48 Deployment packages successfully created
INFO 11/15/2012 15:55:58 ZENworks Agent successfully configured
ERROR 11/15/2012 15:55:58 ConfigureAction failed!: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: com.novell.zenworks.datamodel.exceptions.Connectio nException: org.hibernate.exception.GenericJDBCException: Cannot open connection at com.novell.zenworks.datamodel.temp.ZoneCreator.cre ateZone(ZoneCreator.java:143) at com.novell.zenworks.datamodel.utils.hibernate.Zone Creator.doWork(ZoneCreator.java:180) at com.novell.zenworks.datamodel.utils.hibernate.Zone Creator.main(ZoneCreator.java:508) Caused by: com.novell.zenworks.datamodel.exceptions.Connectio nException: org.hibernate.exception.GenericJDBCException: Cannot open connection at com.novell.zenworks.datamodel.database.AbstractDat abaseTypeHelper.throwStandardDataModelException(Ab stractDatabaseTypeHelper.java:437) at com.novell.zenworks.datamodel.session.hibernate.Ab stractHibernateSessionImpl.handleException(Abstrac tHibernateSessionImpl.java:177) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession.createDefaultFolders(Hibern ateAbstractSession.java:658) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession._postPasswordValidationInit ialize(HibernateAbstractSession.java:437) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAdministratorSession._postPasswordValidatio nInitialize(HibernateAdministratorSession.java:161 ) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession.loginAsSystem(HibernateAbst ractSession.java:409) at com.novell.zenworks.datamodel.services.DirectServi ceStoreImpl.loginAsSystem(DirectServiceStoreImpl.j ava:224) at com.novell.zenworks.datamodel.temp.ZoneCreator.get ServiceStore(ZoneCreator.java:189) at com.novell.zenworks.datamodel.temp.ZoneCreator.cre ateZone(ZoneCreator.java:97) ... 2 more Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection at org.hibernate.exception.SQLStateConverter.handledN onSpecificException(SQLStateConverter.java:103) at org.hibernate.exception.SQLStateConverter.convert( SQLStateConverter.java:91) at org.hibernate.exception.JDBCExceptionHelper.conver t(JDBCExceptionHelper.java:43) at org.hibernate.exception.JDBCExceptionHelper.conver t(JDBCExceptionHelper.java:29) at org.hibernate.jdbc.ConnectionManager.openConnectio n(ConnectionManager.java:420) at org.hibernate.jdbc.ConnectionManager.getConnection (ConnectionManager.java:144) at org.hibernate.jdbc.JDBCContext.connection(JDBCCont ext.java:118) at org.hibernate.transaction.JDBCTransaction.begin(JD BCTransaction.java:57) at org.hibernate.impl.SessionImpl.beginTransaction(Se ssionImpl.java:1294) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateSessionImpl.newTransaction(HibernateSession Impl.java:30) at com.novell.zenworks.datamodel.session.hibernate.Ab stractHibernateSessionImpl.beginTransaction(Abstra ctHibernateSessionImpl.java:84) at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAbstractSession.createDefaultFolders(Hibern ateAbstractSession.java:621) ... 8 more Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database! at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtil s.java:106) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool. checkoutPooledConnection(C3P0PooledConnectionPool. java:615) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSou rce.getConnection(AbstractPoolBackedDataSource.jav a:128) at org.hibernate.connection.C3P0ConnectionProvider.ge tConnection(C3P0ConnectionProvider.java:35) at org.hibernate.jdbc.ConnectionManager.openConnectio n(ConnectionManager.java:417) ... 15 more Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceE xception: A ResourcePool could not acquire a resource from its primary factory or source. at com.mchange.v2.resourcepool.BasicResourcePool.awai tAvailable(BasicResourcePool.java:1406) at com.mchange.v2.resourcepool.BasicResourcePool.prel imCheckoutResource(BasicResourcePool.java:594) at com.mchange.v2.resourcepool.BasicResourcePool.chec koutResource(BasicResourcePool.java:514) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool. checkoutAndMarkConnectionInUse(C3P0PooledConnectio nPool.java:681) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool. checkoutPooledConnection(C3P0PooledConnectionPool. java:608) ... 18 more
INFO 11/15/2012 15:54:15 ZENworks services successfully installed and configured
INFO 11/15/2012 15:54:14 ZENworks configured for secure access
INFO 11/15/2012 15:54:14 ZENworks configured for secure access
ERROR 11/15/2012 15:54:11 DB Creation ( /opt/novell/zenworks/share/sybase/bin/dbinit ) tool failed with return code: 1
INFO 11/15/2012 15:54:10 Changed the permission for permission script.
INFO 11/15/2012 15:54:10 Successfully opened firewall port 2645 for UDP protocol.
INFO 11/15/2012 15:54:09 Attempting to open UDP firewall port 2645.
INFO 11/15/2012 15:54:09 Successfully opened firewall port 2645 for TCP protocol.
INFO 11/15/2012 15:54:09 Attempting to open TCP firewall port 2645.
INFO 11/15/2012 15:54:09 Successfully opened firewall port 9971 for UDP protocol.
INFO 11/15/2012 15:54:08 Attempting to open UDP firewall port 9971.
INFO 11/15/2012 15:54:08 Successfully opened firewall port 9971 for TCP protocol.
INFO 11/15/2012 15:54:08 Attempting to open TCP firewall port 9971.
INFO 11/15/2012 15:54:08 Successfully opened firewall port 7628 for UDP protocol.
INFO 11/15/2012 15:54:07 Attempting to open UDP firewall port 7628.
INFO 11/15/2012 15:54:06 Successfully opened firewall port 7628 for TCP protocol.
INFO 11/15/2012 15:54:06 Attempting to open TCP firewall port 7628.
INFO 11/15/2012 15:54:06 Successfully opened firewall port 2638 for UDP protocol.
INFO 11/15/2012 15:54:06 Attempting to open UDP firewall port 2638.
INFO 11/15/2012 15:54:06 Successfully opened firewall port 2638 for TCP protocol.
INFO 11/15/2012 15:54:05 Attempting to open TCP firewall port 2638.
INFO 11/15/2012 15:54:05 Successfully opened firewall port 8009 for UDP protocol.
INFO 11/15/2012 15:54:05 Attempting to open UDP firewall port 8009.
INFO 11/15/2012 15:54:05 Successfully opened firewall port 8009 for TCP protocol.
INFO 11/15/2012 15:54:03 Attempting to open TCP firewall port 8009.
INFO 11/15/2012 15:54:03 Successfully opened firewall port 8005 for UDP protocol.
INFO 11/15/2012 15:54:03 Attempting to open UDP firewall port 8005.
INFO 11/15/2012 15:54:02 Successfully opened firewall port 8005 for TCP protocol.
INFO 11/15/2012 15:53:59 Attempting to open TCP firewall port 8005.
INFO 11/15/2012 15:53:57 CreateAddonRepoConfigureAction complete!
INFO 11/15/2012 15:53:57 Created agent addon repository successfully.
INFO 11/15/2012 15:53:53 Creating agent addon repository.
INFO 11/15/2012 15:53:53 CopyAgentAddonConfigureAction complete!
INFO 11/15/2012 15:53:53 novell-zenworks-xplat-extservice installed successfully
INFO 11/15/2012 15:53:53 novell-zenworks-xplat-zmd-rmagent installed successfully
INFO 11/15/2012 15:53:51 novell-zenworks-xplat-dnd-proxy installed successfully
INFO 11/15/2012 15:53:51 novell-zenworks-xplat-nal installed successfully
INFO 11/15/2012 15:53:51 novell-zenworks-lpm-satsolver-helpers installed successfully
INFO 11/15/2012 15:53:50 novell-zenworks-xplat-linux-pkgmgmt installed successfully
INFO 11/15/2012 15:53:50 novell-zenworks-xplat-inventory installed successfully
INFO 11/15/2012 15:53:49 novell-zenworks-xplat-bundle installed successfully
INFO 11/15/2012 15:53:48 novell-zenworks-xplat-puppethandler installed successfully
INFO 11/15/2012 15:53:45 novell-zenworks-xplat-authentication-satellite installed successfully
INFO 11/15/2012 15:53:45 novell-zenworks-xplat-policy installed successfully
INFO 11/15/2012 15:53:44 novell-zenworks-xplat-zennotifyicon installed successfully
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-imaging-native installed successfully
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-image-management-11.2.0-16054.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-imaging-server-11.2.0-16054.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:53:41 novell-zenworks-xplat-content-distribution installed successfully
INFO 11/15/2012 15:53:40 novell-zenworks-xplat-status-collection installed successfully
INFO 11/15/2012 15:53:40 novell-zenworks-xplat-satellite-server-langs installed successfully
INFO 11/15/2012 15:53:40 novell-zenworks-xplat-ss-configuration installed successfully
INFO 11/15/2012 15:53:39 novell-zenworks-xplat-zencore-agent installed successfully
INFO 11/15/2012 15:53:39 novell-zenworks-xplat-primary-agent installed successfully
INFO 11/15/2012 15:53:37 novell-zenworks-zislnx installed successfully
INFO 11/15/2012 15:53:37 novell-zenworks-xplat-zmd-runtime-deps installed successfully
INFO 11/15/2012 15:53:35 novell-zenworks-xplat-equinox-runtime installed successfully
INFO 11/15/2012 15:53:35 novell-zenworks-jre-links installed successfully
INFO 11/15/2012 15:53:34 novell-zenworks-version installed successfully
INFO 11/15/2012 15:53:34 novell-zenworks-system-update installed successfully
INFO 11/15/2012 15:53:33 novell-zenworks-uninstall installed successfully
INFO 11/15/2012 15:53:33 novell-zenworks-patch-management-agent installed successfully
INFO 11/15/2012 15:53:33 novell-zenworks-imaging-server installed successfully
INFO 11/15/2012 15:53:32 novell-zenworks-image-management installed successfully
INFO 11/15/2012 15:53:32 novell-zenworks-ncc installed successfully
INFO 11/15/2012 15:53:31 novell-zenworks-lpm-utils installed successfully
INFO 11/15/2012 15:53:31 novell-zenworks-subscriptions installed successfully
INFO 11/15/2012 15:53:30 novell-zenworks-remote-ssh installed successfully
INFO 11/15/2012 15:53:29 novell-zenworks-zscmpolicies installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-lpm-managed-devices installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-lpm-core installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-mac-bundles installed successfully
INFO 11/15/2012 15:53:28 novell-zenworks-lpm-bundles installed successfully
INFO 11/15/2012 15:53:27 novell-zenworks-fde-server installed successfully
INFO 11/15/2012 15:53:25 novell-zenworks-zesm-server installed successfully
INFO 11/15/2012 15:53:24 novell-zenworks-security-policies installed successfully
INFO 11/15/2012 15:53:23 novell-zenworks-encryption-utilities installed successfully
INFO 11/15/2012 15:53:23 novell-zenworks-znews installed successfully
INFO 11/15/2012 15:53:22 novell-zenworks-version installed successfully
INFO 11/15/2012 15:53:22 novell-zenworks-certificate-authority-server installed successfully
INFO 11/15/2012 15:53:21 novell-zenworks-patch-management-server installed successfully
INFO 11/15/2012 15:53:13 novell-zenworks-zmgweb installed successfully
INFO 11/15/2012 15:53:13 novell-zenworks-zmgbootcd installed successfully
INFO 11/15/2012 15:53:02 novell-zenworks-thirdpartyimagingutils installed successfully
INFO 11/15/2012 15:53:02 novell-zenworks-zmediacreator installed successfully
INFO 11/15/2012 15:53:01 novell-zenworks-zmgupdate installed successfully
INFO 11/15/2012 15:52:56 novell-zenworks-zmgpolicy installed successfully
INFO 11/15/2012 15:52:55 novell-zenworks-zmgservices installed successfully
INFO 11/15/2012 15:52:55 novell-zenworks-zmgmcast installed successfully
INFO 11/15/2012 15:52:55 novell-zenworks-zmglibs installed successfully
INFO 11/15/2012 15:52:54 novell-zenworks-zmgexplorer installed successfully
INFO 11/15/2012 15:52:53 novell-zenworks-pxeclientfiles installed successfully
INFO 11/15/2012 15:52:44 novell-zenworks-reports-server installed successfully
INFO 11/15/2012 15:52:42 novell-tftp installed successfully
INFO 11/15/2012 15:52:41 novell-proxydhcp installed successfully
INFO 11/15/2012 15:52:41 novell-zenworks-system-update-server installed successfully
INFO 11/15/2012 15:52:40 novell-zenworks-addon-image-server installed successfully
INFO 11/15/2012 15:52:39 novell-zenworks-remote-management-server installed successfully
INFO 11/15/2012 15:52:38 novell-zenworks-zcm-server installed successfully
INFO 11/15/2012 15:52:36 novell-zenworks-temp-extras-server installed successfully
INFO 11/15/2012 15:52:27 novell-zenworks-pre_pkg installed successfully
INFO 11/15/2012 15:52:26 novell-zenworks-configure-server installed successfully
INFO 11/15/2012 15:52:26 novell-zenworks-deployment-server installed successfully
INFO 11/15/2012 15:52:26 novell-zenworks-amt installed successfully
INFO 11/15/2012 15:52:25 novell-zenworks-discovery-server installed successfully
INFO 11/15/2012 15:52:25 novell-zenworks-preboot-server installed successfully
INFO 11/15/2012 15:52:24 novell-zenworks-servicedesk-server installed successfully
INFO 11/15/2012 15:52:24 novell-zenworks-policies-server installed successfully
INFO 11/15/2012 15:52:24 novell-zenworks-bundles-server installed successfully
INFO 11/15/2012 15:52:23 novell-zenworks-managed-devices-server installed successfully
INFO 11/15/2012 15:52:23 CASA_auth_token_jaas_support-1.7.1758-0.noarch.rpm installed successfully
INFO 11/15/2012 15:52:22 CASA_auth_token_svc-1.7.1758-0.noarch.rpm installed successfully
INFO 11/15/2012 15:52:20 CASA-gui-1.7.1769-1.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:20 CASA-cli-1.7.1769-1.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:20 CASA-32bit-1.7.1769-1.x86_64.rpm installed successfully
INFO 11/15/2012 15:52:19 CASA-1.7.1769-1.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:19 identity-abstraction installed successfully
INFO 11/15/2012 15:52:19 jakarta-commons installed successfully
INFO 11/15/2012 15:52:19 jakarta-commons-logging-1.0.4-21.2.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 xalan-j2 installed successfully
INFO 11/15/2012 15:52:18 xerces-j2-2.7.1-16.7.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 log4j-1.2.12-15.2.noarch.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 jpackage-utils-1.6.3-18.4.x86_64.rpm is marked as not needing to be installed
INFO 11/15/2012 15:52:18 novell-zenworks-inventory-server installed successfully
INFO 11/15/2012 15:52:12 novell-zenworks-asset-management-server installed successfully
INFO 11/15/2012 15:52:12 novell-zenworks-sybase-libs installed successfully
INFO 11/15/2012 15:52:12 novell-zenworks-migrationutils installed successfully
INFO 11/15/2012 15:52:11 novell-zenworks-common-jars installed successfully
INFO 11/15/2012 15:52:09 novell-zenworks-tomcat installed successfully
INFO 11/15/2012 15:52:07 novell-zenworks-xplat-jsvc installed successfully
INFO 11/15/2012 15:52:07 novell-zenworks-java installed successfully
INFO 11/15/2012 15:52:05 jdk-6u24-linux-amd64.rpm installed successfully
INFO 11/15/2012 15:52:00 novell-zenworks-core-server installed successfully
INFO 11/15/2012 15:51:52 jre-6u16-linux-amd64.rpm installed successfully
INFO 11/15/2012 15:51:48 novell-zenworks-zcm-mono installed successfully
INFO 11/15/2012 15:51:43 sybase-asa-12.0.0-2624.i586.rpm installed successfully
INFO 11/15/2012 15:50:21 UninstallZLMAgentConfigureAction complete!
INFO 11/15/2012 15:49:04 "Successfully closed firewall port 1087 for UDP protocol.
INFO 11/15/2012 15:49:04 Attempting to close UDP firewall port 1087.
INFO 11/15/2012 15:49:04 "Successfully closed firewall port 1087 for TCP protocol.
INFO 11/15/2012 15:49:04 Attempting to close TCP firewall port 1087.
INFO 11/15/2012 15:49:03 "Successfully closed firewall port 1086 for UDP protocol.
INFO 11/15/2012 15:49:03 Attempting to close UDP firewall port 1086.
INFO 11/15/2012 15:49:03 "Successfully closed firewall port 1086 for TCP protocol.
INFO 11/15/2012 15:49:03 Attempting to close TCP firewall port 1086.
INFO 11/15/2012 15:49:02 Successfully opened firewall port 1087 for UDP protocol.
INFO 11/15/2012 15:49:02 Attempting to open UDP firewall port 1087.
INFO 11/15/2012 15:49:02 Successfully opened firewall port 1087 for TCP protocol.
INFO 11/15/2012 15:49:02 Attempting to open TCP firewall port 1087.
INFO 11/15/2012 15:49:01 Successfully opened firewall port 1086 for UDP protocol.
INFO 11/15/2012 15:49:01 Attempting to open UDP firewall port 1086.
INFO 11/15/2012 15:49:01 Successfully opened firewall port 1086 for TCP protocol.
INFO 11/15/2012 15:49:01 Attempting to open TCP firewall port 1086.