Page 1 of 1

HTTP Status 404 Apache Tomcat/6.0.20

Posted: 11 Oct 2016 09:59
by rbasenge
Dear all, Please i have a proble with softpanel. when ever i brower http:localhost:9060. I receive the above error. I have restarted wbm but the error has failed to cleaner. I hv check logs below are summary of it. please help

Oct 11, 2016 3:38:22 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
Oct 11, 2016 3:53:39 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Oct 11, 2016 3:53:42 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.OutOfMemoryError: PermGen space
Oct 11, 2016 3:53:42 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
Oct 11, 2016 4:06:10 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Oct 11, 2016 4:07:34 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculatedDataManager' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot create inner bean 'com.alcatel.proserv.gsyswbm.service.impl.CalculatedDataManagerImpl#cab854' of type [com.alcatel.proserv.gsyswbm.service.impl.CalculatedDataManagerImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alcatel.proserv.gsyswbm.service.impl.CalculatedDataManagerImpl#cab854' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'calculatedDataOptimizer' while setting bean property 'calculatedDataOptimizer'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculatedDataOptimizer' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Cannot open connection; uncategorized SQLException for SQL [???]; SQL state [null]; error code [0]; Connections could not be acquired from the underlying database!; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:281)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:120)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.jav

Re: How to activate Backup Signaling link (ACTIS)

Posted: 11 Oct 2016 13:57
by cavagnaro
java.lang.OutOfMemoryError: PermGen space

google is your friend, increase Java memory, you missed setting the Java options when installing

Re: HTTP Status 404 Apache Tomcat/6.0.20

Posted: 11 Oct 2016 14:00
by cavagnaro
BTW why on earth you posted on Actis? Answering with a non-related question? What product are you talking about?

Re: HTTP Status 404 Apache Tomcat/6.0.20

Posted: 13 Oct 2016 11:21
by tot3nkopf
cavagnaro wrote:BTW why on earth you posted on Actis? Answering with a non-related question? What product are you talking about?

The presales guy is to blame :lol: so basically is a presales issue. In Actis they should introduce Java memory sizing calculation..

Re: HTTP Status 404 Apache Tomcat/6.0.20

Posted: 21 Oct 2016 04:12
by rbasenge
We have increased java memory but now we are getting(Softpanel version 6.0.20):

12.8.0 10-21 10:46:46 WARN [th:com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2]v2.resourcepool.BasicResourcePool$AcquireTask.run - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@4eff2c -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (10).
5.12.8.0 10-21 10:46:46 WARN [th:Thread-1]hibernate.util.JDBCExceptionReporter.logExceptions - SQL Error: 0, SQLState: null
5.12.8.0 10-21 10:46:46 ERROR [th:Thread-1]hibernate.util.JDBCExceptionReporter.logExceptions - Connections could not be acquired from the underlying database!
5.12.8.0 10-21 10:46:46 WARN [th:Thread-1]hibernate.cfg.SettingsFactory.buildSettings - Could not obtain connection metadata
java.sql.SQLException: Connections could not be acquired from the underlying database!
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:104)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:264)
at com.mchange.v2.c3p0.PoolBackedDataSource.getConnection(PoolBackedDataSource.java:94)
at com.mchange.v2.c3p0.ComboPooledDataSource.getConnection(ComboPooledDataSource.java:521)
at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2073)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1298)