Hello Team,

I'm running WSO2 IS 5.3.0 in cluster mode and I'm getting below errors.
Please advise.

wso2-1_1         | .[2019-05-11 14:52:53,413] ERROR
{org.wso2.carbon.user.core.common.DefaultRealm} -  nullType class
java.lang.reflect.InvocationTargetException
wso2-1_1         | org.wso2.carbon.user.core.UserStoreException: nullType
class java.lang.reflect.InvocationTargetException
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.createObjectWithOptions(DefaultRealm.java:401)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.initializeObjects(DefaultRealm.java:222)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.init(DefaultRealm.java:127)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealmService.initializeRealm(DefaultRealmService.java:263)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealmService.<init>(DefaultRealmService.java:100)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealmService.<init>(DefaultRealmService.java:113)
wso2-1_1         | at
org.wso2.carbon.user.core.internal.Activator.startDeploy(Activator.java:68)
wso2-1_1         | at
org.wso2.carbon.user.core.internal.BundleCheckActivator.start(BundleCheckActivator.java:61)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
wso2-1_1         | at java.security.AccessController.doPrivileged(Native
Method)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
wso2-1_1         | at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
wso2-1_1         | at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
wso2-1_1         | Caused by: java.lang.reflect.InvocationTargetException
wso2-1_1         | at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
wso2-1_1         | at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
wso2-1_1         | at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
wso2-1_1         | at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.createObjectWithOptions(DefaultRealm.java:355)
wso2-1_1         | ... 22 more
wso2-1_1         | Caused by: org.wso2.carbon.user.core.UserStoreException:
Error occurred while checking is existing role : wso2.anonymous.role
wso2-1_1         | at
org.wso2.carbon.user.core.system.SystemUserRoleManager.isExistingRole(SystemUserRoleManager.java:126)
wso2-1_1         | at
org.wso2.carbon.user.core.common.AbstractUserStoreManager.isInitSetupDone(AbstractUserStoreManager.java:3825)
wso2-1_1         | at
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.<init>(JDBCUserStoreManager.java:283)
wso2-1_1         | at
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.<init>(JDBCUserStoreManager.java:222)
wso2-1_1         | ... 27 more
wso2-1_1         | Caused by: org.postgresql.util.PSQLException: ERROR:
relation "um_system_role" does not exist
wso2-1_1         |   Position: 19
wso2-1_1         | at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2455)
wso2-1_1         | at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2155)
wso2-1_1         | at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:288)
wso2-1_1         | at
org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:430)
wso2-1_1         | at
org.postgresql.jdbc.PgStatement.execute(PgStatement.java:356)
wso2-1_1         | at
org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:168)
wso2-1_1         | at
org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:116)
wso2-1_1         | at
org.wso2.carbon.user.core.system.SystemUserRoleManager.isExistingRole(SystemUserRoleManager.java:113)
wso2-1_1         | ... 30 more
wso2-1_1         | [2019-05-11 14:52:53,422] ERROR
{org.wso2.carbon.user.core.internal.Activator} -  Cannot start User Manager
Core bundle
wso2-1_1         | org.wso2.carbon.user.core.UserStoreException: Cannot
initialize the realm.
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealmService.initializeRealm(DefaultRealmService.java:273)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealmService.<init>(DefaultRealmService.java:100)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealmService.<init>(DefaultRealmService.java:113)
wso2-1_1         | at
org.wso2.carbon.user.core.internal.Activator.startDeploy(Activator.java:68)
wso2-1_1         | at
org.wso2.carbon.user.core.internal.BundleCheckActivator.start(BundleCheckActivator.java:61)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
wso2-1_1         | at java.security.AccessController.doPrivileged(Native
Method)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
wso2-1_1         | at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
wso2-1_1         | at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
wso2-1_1         | at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
wso2-1_1         | Caused by: org.wso2.carbon.user.core.UserStoreException:
nullType class java.lang.reflect.InvocationTargetException
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.initializeObjects(DefaultRealm.java:322)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.init(DefaultRealm.java:127)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealmService.initializeRealm(DefaultRealmService.java:263)
wso2-1_1         | ... 19 more
wso2-1_1         | Caused by: org.wso2.carbon.user.core.UserStoreException:
nullType class java.lang.reflect.InvocationTargetException
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.createObjectWithOptions(DefaultRealm.java:401)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.initializeObjects(DefaultRealm.java:222)
wso2-1_1         | ... 21 more
wso2-1_1         | Caused by: java.lang.reflect.InvocationTargetException
wso2-1_1         | at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
wso2-1_1         | at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
wso2-1_1         | at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
wso2-1_1         | at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
wso2-1_1         | at
org.wso2.carbon.user.core.common.DefaultRealm.createObjectWithOptions(DefaultRealm.java:355)
wso2-1_1         | ... 22 more
wso2-1_1         | Caused by: org.wso2.carbon.user.core.UserStoreException:
Error occurred while checking is existing role : wso2.anonymous.role
wso2-1_1         | at
org.wso2.carbon.user.core.system.SystemUserRoleManager.isExistingRole(SystemUserRoleManager.java:126)
wso2-1_1         | at
org.wso2.carbon.user.core.common.AbstractUserStoreManager.isInitSetupDone(AbstractUserStoreManager.java:3825)
wso2-1_1         | at
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.<init>(JDBCUserStoreManager.java:283)
wso2-1_1         | at
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.<init>(JDBCUserStoreManager.java:222)
wso2-1_1         | ... 27 more
wso2-1_1         | Caused by: org.postgresql.util.PSQLException: ERROR:
relation "um_system_role" does not exist
wso2-1_1         |   Position: 19
wso2-1_1         | at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2455)
wso2-1_1         | at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2155)
wso2-1_1         | at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:288)
wso2-1_1         | at
org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:430)
wso2-1_1         | at
org.postgresql.jdbc.PgStatement.execute(PgStatement.java:356)
wso2-1_1         | at
org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:168)
wso2-1_1         | at
org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:116)
wso2-1_1         | at
org.wso2.carbon.user.core.system.SystemUserRoleManager.isExistingRole(SystemUserRoleManager.java:113)
wso2-1_1         | ... 30 more
wso2-1_1         | .[2019-05-11 14:53:00,393]  INFO
{org.apache.catalina.startup.TaglibUriRule} -  TLD skipped. URI:
http://tiles.apache.org/tags-tiles is already defined
wso2-1_1         | [2019-05-11 14:53:00,510]  INFO
{org.wso2.carbon.identity.authenticator.x509Certificate.internal.X509CertificateServiceComponent}
-  X509 Certificate Servlet activated successfully..


Regards,
Praveen Kumar K S
+91-9986855625
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to