Question
Amazon.com
US
Last activity: 5 Mar 2018 5:29 EST
Running BIX extracts from command line : BIX Installation issue for postgresql -
Below is the configuration for prbootstrap properties file
com.pega.pegarules.bootstrap.allclasses.datasource=java:comp/env/jdbc/PegaRULES
com.pega.pegarules.bootstrap.allclasses.dbcpsource=test.postgresql
test.postgresql.url=JDBC_URL
test.postgresql.username=username
test.postgresql.password=password
test.postgresql.jdbc.class=jdbc.driver.
com.pega.pegarules.bootstrap.allclasses.schema=rules
com.pega.pegarules.bootstrap.datatables.schema=data
Exception :
Below is the configuration for prbootstrap properties file
com.pega.pegarules.bootstrap.allclasses.datasource=java:comp/env/jdbc/PegaRULES
com.pega.pegarules.bootstrap.allclasses.dbcpsource=test.postgresql
test.postgresql.url=JDBC_URL
test.postgresql.username=username
test.postgresql.password=password
test.postgresql.jdbc.class=jdbc.driver.
com.pega.pegarules.bootstrap.allclasses.schema=rules
com.pega.pegarules.bootstrap.datatables.schema=data
Exception :
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.SettingReaderJNDI
19830421: Could not find java:comp/env/prbootstrap/ in the local JNDI context, skipping prconfig setting lookup
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.SettingReaderJNDI
19830421: Could not find prbootstrap in the local JNDI context, skipping prconfig setting lookup
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrapDataSource
19830421: Bootstrap datatables schema: data
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrapDataSource
19830421: Insufficient data supplied in prbootstrap.properties to create a datasource
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrapDataSource
19830421: Missing JDBC driver class setting "postgresql.jdbc.class"
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
19830421: Engine schema defined in allclasses: rules
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
19830421: Engine classes schema: rules
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
19830421: Assembled classes schema: rules
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
19830421: prbootstrap.properties merged with prbootstrap entries in Data-Admin-System-Settings
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrapDataSource
19830421: Insufficient data supplied in prbootstrap.properties to create a datasource
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrapDataSource
19830421: Missing JDBC driver class setting "postgresql.jdbc.class"
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
19830421: PRBootstrap.calculateEngineCodeVersionFromDB() - unable to calculate codeset version from database: null
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRMiniLoader
19830421: Will load phase 2 bootstrap from Pega-EngineCode:
/bin/BIX/lib/boot/prbootphase2.jar (No such file or directory)
Perhaps executing with a non-standard classpath (e.g. JUnit tests)?
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
19830421:
============ PegaRULES Bootstrap Configuration ============
Date: Fri Mar 02 21:18:03 UTC 2018
Java Version: Oracle Corporation 1.8.0_144
Configuration: Config/prbootstrap.properties
Pega-EngineCode:
(!) Ignored JNDI Options
(!) Unable to locate classes on filesystem
=============== End Bootstrap Configuration ===============
Unable to load phase 2 bootstrap class: com.pega.pegarules.internal.bootstrap.phase2.PRBootstrapImpl
Mar 02, 2018 9:18:03 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
SEVERE: Error initializing PRAppLoader
java.lang.ClassNotFoundException: com.pega.pegarules.internal.bootstrap.phase2.PRBootstrapImpl
at com.pega.pegarules.internal.bootstrap.PRMiniLoader.loadClass(PRMiniLoader.java:388)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.loadPhase2BootstrapClass(PRBootstrap.java:717)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.checkForStartup(PRBootstrap.java:658)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:405)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:223)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:272)
at com.pega.pegarules.pub.PegaRULES.main(PegaRULES.java:85)
Mar 02, 2018 9:18:03 PM com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega
SEVERE: Problem during method invocation (main)
java.lang.RuntimeException: PRAppLoader was not properly initialized, unable to load class com.pega.pegarules.data.internal.access.ExtractImpl
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getImplementationOf(PRBootstrap.java:205)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getEntry(PRBootstrap.java:321)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getMethod(PRBootstrap.java:301)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:406)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:223)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:272)
at com.pega.pegarules.pub.PegaRULES.main(PegaRULES.java:85)
Exception in thread "main" java.lang.RuntimeException: Problem during method invocation (main)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:278)
at com.pega.pegarules.pub.PegaRULES.main(PegaRULES.java:85)
Caused by: java.lang.RuntimeException: PRAppLoader was not properly initialized, unable to load class com.pega.pegarules.data.internal.access.ExtractImpl
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getImplementationOf(PRBootstrap.java:205)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getEntry(PRBootstrap.java:321)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getMethod(PRBootstrap.java:301)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:406)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:223)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:272)
... 1 more
***Updated by moderator: Lochan to add Categories***