I would start by checking your apache logs. seems there is something amiss with your rewrites/redirects. Jim
From: [email protected] [[email protected]] on behalf of Udip Ranjit [[email protected]] Sent: Friday, October 26, 2012 10:33 AM To: [email protected] Subject: Re: [Spacewalk-list] Initial Spacewalk server setup- Web UI not working/ blank /rhn/Login.do page Combing through the logs I found this in the httpd error log: "incomplete redirection target of '/rhn/Login.do' for URI '/index.html' " Spotted another thread with the same error msg, and their prognosis was it had something to do with their VM template and solved the issue by doing a fresh from scratch install of Centos. So I installed a centos box from scratch and installed spacewalk on it, but i still get the same problem!! same 'incomplete redirection.." msg shows up in the error log and the the initial sign in page does not open. All the other error pages for the web UI, strangely, do open up and when I try to go to 'Sign In' from one of the error pages i hit that blank /rhn/Login.do ppage again. When i restart the sapcewalk service all services come up smoothly: /usr/sbin/spacewalk-service restart Shutting down spacewalk services... Stopping RHN Taskomatic... Stopped RHN Taskomatic. Stopping cobbler daemon: [ OK ] Stopping rhn-search... Stopped rhn-search. Stopping MonitoringScout ... [ OK ] Stopping Monitoring ... [ OK ] Stopping httpd: [ OK ] Stopping tomcat6: [ OK ] Shutting down osa-dispatcher: [ OK ] Terminating jabberd processes ... Stopping s2s: [ OK ] Stopping c2s: [ OK ] Stopping sm: [ OK ] Stopping router: [ OK ] Done. Starting spacewalk services... Initializing jabberd processes ... Starting router: [ OK ] Starting sm: [ OK ] Starting c2s: [ OK ] Starting s2s: [ OK ] Starting osa-dispatcher: [ OK ] Starting tomcat6: [ OK ] Waiting for tomcat to be ready ... Starting httpd: [ OK ] Starting Monitoring ... [ OK ] Starting MonitoringScout ... [ OK ] Starting rhn-search... Starting cobbler daemon: [ OK ] Starting RHN Taskomatic... Done. tailed catalina.out to see if any errors spit out when i try to go to page, but no errors come up. these are the existing contents in catalina.out Oct 26, 2012 9:17:07 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in producti on environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0 .0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/ usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/lib/oracle/11.2/client64/ lib:/usr/lib/oracle/11.2/client/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/ lib Oct 26, 2012 9:17:07 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:17:07 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 797 ms Oct 26, 2012 9:17:07 AM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Oct 26, 2012 9:17:07 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.35 Oct 26, 2012 9:17:07 AM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor rhn.xml Oct 26, 2012 9:17:15 AM com.mchange.v2.log.MLog <clinit> INFO: MLog clients using java 1.4+ standard logging. Oct 26, 2012 9:17:15 AM com.mchange.v2.c3p0.C3P0Registry banner INFO: Initializing c3p0-0.9.1.2 [built 06-August-2008 15:35:00; debug? false; trace: 5] Oct 26, 2012 9:17:16 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@871ee9aa [ connectio nPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@d084864d [ acquireIncr ement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false , automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connec tionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.Defaul tConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> nul l, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2wqld58q17mf5z8qljs5n|2c79cd0 9, idleConnectionTestPeriod -> 300, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, max ConnectionAge -> 0, maxIdleTime -> 300, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> c om.mchange.v2.c3p0.DriverManagerDataSource@29a3d9b3 [ description -> null, driverClass -> nul l, factoryClassLocation -> null, identityToken -> 2wqld58q17mf5z8qljs5n|79cb374f, jdbcUrl -> jdbc:postgresql:spacedb, properties -> {user=******, password=******, driver_proto=jdbc:postg resql} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, t estConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveP roxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, i dentityToken -> 2wqld58q17mf5z8qljs5n|3739491b, numHelperThreads -> 3 ] Oct 26, 2012 9:17:23 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:17:23 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /127.0.0.1:8009<http://127.0.0.1:8009> Oct 26, 2012 9:17:23 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/65 config=null Oct 26, 2012 9:17:24 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0:0:0:0:0:0:0:1:8009 Oct 26, 2012 9:17:24 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/14 config=null Oct 26, 2012 9:17:24 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 16501 ms Oct 26, 2012 9:36:42 AM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:36:43 AM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Oct 26, 2012 9:36:43 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/rhn] registered the JDBC driver [org.postgresql.Driver] but fai led to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Oct 26, 2012 9:36:43 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/rhn] appears to have started a thread named [RHN Message Dispat cher] but has failed to stop it. This is very likely to create a memory leak. Oct 26, 2012 9:36:43 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/rhn] created a ThreadLocal with key of type [java.lang.ThreadLo cal] (value [java.lang.ThreadLocal@4d737e47]) and a value of type [com.redhat.rhn.frontend.co<http://com.redhat.rhn.frontend.co> ntext.Context] (value [com.redhat.rhn.frontend.context.Context@59678f0a]) but failed to remov e it when the web application was stopped. This is very likely to create a memory leak. Oct 26, 2012 9:36:43 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/rhn] created a ThreadLocal with key of type [java.lang.ThreadLo cal] (value [java.lang.ThreadLocal@4d737e47]) and a value of type [com.redhat.rhn.frontend.co<http://com.redhat.rhn.frontend.co> ntext.Context] (value [com.redhat.rhn.frontend.context.Context@1de00761]) but failed to remov e it when the web application was stopped. This is very likely to create a memory leak. Oct 26, 2012 9:36:43 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/rhn] created a ThreadLocal with key of type [com.redhat.rhn.fro ntend.xmlrpc.LoggingInvocationProcessor$1] (value [com.redhat.rhn.frontend.xmlrpc.LoggingInvo cationProcessor$1@2096ed8b]) and a value of type [org.apache.commons.lang.time.StopWatch] (va lue [0:00:00.004]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. Oct 26, 2012 9:36:44 AM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:36:55 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in producti on environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0 .0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/ usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/lib/oracle/11.2/client64/ lib:/usr/lib/oracle/11.2/client/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/ lib Oct 26, 2012 9:36:56 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:36:56 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 764 ms Oct 26, 2012 9:36:56 AM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Oct 26, 2012 9:36:56 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.35 Oct 26, 2012 9:36:56 AM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor rhn.xml Oct 26, 2012 9:37:03 AM com.mchange.v2.log.MLog <clinit> INFO: MLog clients using java 1.4+ standard logging. Oct 26, 2012 9:37:03 AM com.mchange.v2.c3p0.C3P0Registry banner INFO: Initializing c3p0-0.9.1.2 [built 06-August-2008 15:35:00; debug? false; trace: 5] Oct 26, 2012 9:37:04 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@70f53987 [ connectio nPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@c7a6a5b9 [ acquireIncr ement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false , automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connec tionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.Defaul tConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> nul l, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2wqld58q17n4mq11i6zqpd|17496e 57, idleConnectionTestPeriod -> 300, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, ma xConnectionAge -> 0, maxIdleTime -> 300, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20 , maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@43004f78 [ description -> null, driverClass -> nu ll, factoryClassLocation -> null, identityToken -> 2wqld58q17n4mq11i6zqpd|2c79cd09, jdbcUrl - > jdbc:postgresql:spacedb, properties -> {user=******, password=******, > driver_proto=jdbc:pos tgresql} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiv eProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 2wqld58q17n4mq11i6zqpd|54eb840f, numHelperThreads -> 3 ] Oct 26, 2012 9:37:11 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:37:11 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /127.0.0.1:8009<http://127.0.0.1:8009> Oct 26, 2012 9:37:11 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/42 config=null Oct 26, 2012 9:37:12 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0:0:0:0:0:0:0:1:8009 Oct 26, 2012 9:37:12 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/24 config=null Oct 26, 2012 9:37:12 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 16287 ms Oct 26, 2012 9:38:10 AM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:38:11 AM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Oct 26, 2012 9:38:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/rhn] registered the JDBC driver [org.postgresql.Driver] but fai led to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Oct 26, 2012 9:38:11 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/rhn] appears to have started a thread named [RHN Message Dispat cher] but has failed to stop it. This is very likely to create a memory leak. Oct 26, 2012 9:38:11 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/rhn] created a ThreadLocal with key of type [com.redhat.rhn.fro ntend.xmlrpc.LoggingInvocationProcessor$1] (value [com.redhat.rhn.frontend.xmlrpc.LoggingInvo cationProcessor$1@65ddc55f]) and a value of type [org.apache.commons.lang.time.StopWatch] (va lue [0:00:00.004]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. Oct 26, 2012 9:38:11 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/rhn] created a ThreadLocal with key of type [java.lang.ThreadLo cal] (value [java.lang.ThreadLocal@7c298508]) and a value of type [com.redhat.rhn.frontend.co<http://com.redhat.rhn.frontend.co> ntext.Context] (value [com.redhat.rhn.frontend.context.Context@9dd0fe7]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. Oct 26, 2012 9:38:12 AM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:38:14 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in producti on environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0 .0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/ usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/lib/oracle/11.2/client64/ lib:/usr/lib/oracle/11.2/client/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/ lib Oct 26, 2012 9:38:14 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:38:14 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 791 ms Oct 26, 2012 9:38:14 AM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Oct 26, 2012 9:38:14 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.35 Oct 26, 2012 9:38:14 AM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor rhn.xml Oct 26, 2012 9:38:22 AM com.mchange.v2.log.MLog <clinit> INFO: MLog clients using java 1.4+ standard logging. Oct 26, 2012 9:38:22 AM com.mchange.v2.c3p0.C3P0Registry banner INFO: Initializing c3p0-0.9.1.2 [built 06-August-2008 15:35:00; debug? false; trace: 5] Oct 26, 2012 9:38:22 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@216f9e95 [ connectio nPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@78210ac7 [ acquireIncr ement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false , automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connec tionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.Defaul tConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> nul l, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2wqld58q17n6bcb1pca9ta|17496e 57, idleConnectionTestPeriod -> 300, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, ma xConnectionAge -> 0, maxIdleTime -> 300, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20 , maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@f37ab486 [ description -> null, driverClass -> nu ll, factoryClassLocation -> null, identityToken -> 2wqld58q17n6bcb1pca9ta|2c79cd09, jdbcUrl - > jdbc:postgresql:spacedb, properties -> {user=******, password=******, > driver_proto=jdbc:pos tgresql} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiv eProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 2wqld58q17n6bcb1pca9ta|54eb840f, numHelperThreads -> 3 ] Oct 26, 2012 9:38:30 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 9:38:30 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /127.0.0.1:8009<http://127.0.0.1:8009> Oct 26, 2012 9:38:30 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/51 config=null Oct 26, 2012 9:38:30 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0:0:0:0:0:0:0:1:8009 Oct 26, 2012 9:38:30 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/18 config=null Oct 26, 2012 9:38:31 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 16239 ms Oct 26, 2012 10:10:31 AM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 10:10:32 AM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Oct 26, 2012 10:10:32 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/rhn] registered the JDBC driver [org.postgresql.Driver] but fai led to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Oct 26, 2012 10:10:34 AM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 10:10:45 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in producti on environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0 .0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/ usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/lib/oracle/11.2/client64/ lib:/usr/lib/oracle/11.2/client/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/ lib Oct 26, 2012 10:10:46 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 10:10:46 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 842 ms Oct 26, 2012 10:10:46 AM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Oct 26, 2012 10:10:46 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.35 Oct 26, 2012 10:10:46 AM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor rhn.xml Oct 26, 2012 10:10:54 AM com.mchange.v2.log.MLog <clinit> INFO: MLog clients using java 1.4+ standard logging. Oct 26, 2012 10:10:54 AM com.mchange.v2.c3p0.C3P0Registry banner INFO: Initializing c3p0-0.9.1.2 [built 06-August-2008 15:35:00; debug? false; trace: 5] Oct 26, 2012 10:10:54 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@918a679c [ connectio nPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@4135b566 [ acquireIncr ement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false , automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connec tionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.Defaul tConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> nul l, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2wqld58q17oc5hn1yodrbk|3eeabd 2f, idleConnectionTestPeriod -> 300, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, ma xConnectionAge -> 0, maxIdleTime -> 300, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20 , maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@63957d8d [ description -> null, driverClass -> nu ll, factoryClassLocation -> null, identityToken -> 2wqld58q17oc5hn1yodrbk|2c79cd09, jdbcUrl - > jdbc:postgresql:spacedb, properties -> {user=******, password=******, > driver_proto=jdbc:pos tgresql} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiv eProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 2wqld58q17oc5hn1yodrbk|54eb840f, numHelperThreads -> 3 ] Oct 26, 2012 10:11:03 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 Oct 26, 2012 10:11:03 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /127.0.0.1:8009<http://127.0.0.1:8009> Oct 26, 2012 10:11:03 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/46 config=null Oct 26, 2012 10:11:03 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0:0:0:0:0:0:0:1:8009 Oct 26, 2012 10:11:03 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/24 config=null Oct 26, 2012 10:11:03 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 17715 ms Any suggestions would be greatly appreciated. Thank you. Regards, Udip Ranjit
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
