Problem during method invocation
Installing Pega 7.2.1 using Tomcat 8 and PostgreSQL 9.3 using Java Version 8
Installing Pega 7.2.1 using Tomcat 8 and PostgreSQL 9.3 using Java Version 8
Getting below error while starting Tomcat
--------------------------------------------------------------------------------------------------------------------
14-Dec-2016 15:50:36.685 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
14-Dec-2016 15:50:37.073 19830421 [localhost-startStop-1] com.pega.pegarules.internal.bootstrap.PRBootstrapDataSource. Loading bootstrap properties from /prbootstrap.properties
14-Dec-2016 15:50:37.077 19830421 [localhost-startStop-1] com.pega.pegarules.internal.bootstrap.SettingReaderJNDI. Could not find java:comp/env/prbootstrap/ in the local JNDI context, skipping prconfig setting lookup
14-Dec-2016 15:50:37.078 19830421 [localhost-startStop-1] com.pega.pegarules.internal.bootstrap.SettingReaderJNDI. Could not find prbootstrap in the local JNDI context, skipping prconfig setting lookup
14-Dec-2016 15:50:37.079 19830421 [localhost-startStop-1] com.pega.pegarules.internal.bootstrap.PRBootstrapDataSource. Bootstrap datatables schema: fieldservice
14-Dec-2016 15:50:37.233 SEVERE [localhost-startStop-1] com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega. Problem during method invocation (contextInitialized)
java.lang.AbstractMethodError: org.postgresql.jdbc3g.Jdbc3gConnection.isValid(I)Z
at org.apache.tomcat.dbcp.dbcp2.DelegatingConnection.isValid(DelegatingConnecti
14-Dec-2016 15:50:37.241 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
14-Dec-2016 15:50:37.243 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/prweb] startup failed due to previous errors
14-Dec-2016 15:50:37.248 SEVERE [localhost-startStop-1] com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega. Problem during method invocation (contextDestroyed)
java.lang.NoClassDefFoundError: Could not initialize class com.pega.pegarules.internal.bootstrap.PRBootstrap
----------------------------------------------------------------------------
Attaching server log for more details
***Updated by moderator: Lochan to add Categories***