Menu

#21 ConfigPhase2 Postgresql database initialization problem

open
nobody
5
2012-12-06
2010-01-30
Raj
No

I'm trying to install the tolven latest version with postgresql. I've precisely followed the configuration instructions. During configphase2, the database initialization is failing. No clue about this error. Please provide help on resolving this issue.

Here is the trace. Need to resolve this error at the earliest as we need to demo it.

22:50:44,234 INFO [StandardPluginManager] plug-in started - org.tolven.component.application.jboss@0.0.1 (active/total: 17 of 84
Application start failed.
java.lang.RuntimeException: Could not execute: org.tolven.component.database.init
at org.tolven.command.TolvenApplication.execute(TolvenApplication.java:168)
at org.tolven.command.TolvenApplication.execute(TolvenApplication.java:153)
at org.tolven.command.TolvenApplication.startApplication(TolvenApplication.java:99)
at org.java.plugin.boot.Boot.boot(Boot.java:346)
at org.java.plugin.boot.Boot.main(Boot.java:243)
at org.tolven.plugin.boot.TPFBoot.main(TPFBoot.java:112)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.tolven.command.TolvenApplication.execute(TolvenApplication.java:163)
... 5 more
Caused by: java.lang.RuntimeException: Could not execute: org.tolven.postgresqlmgr
at org.tolven.command.TolvenApplication.execute(TolvenApplication.java:168)
at org.tolven.plugin.TolvenCommandPlugin.execute(TolvenCommandPlugin.java:32)
at org.tolven.component.database.init.DatabaseInit.execute(DatabaseInit.java:56)
... 10 more
Caused by: java.lang.RuntimeException: Could not get plugin: org.tolven.postgresqlmgr
at org.tolven.command.TolvenApplication.getPlugin(TolvenApplication.java:178)
at org.tolven.command.TolvenApplication.execute(TolvenApplication.java:158)
... 12 more
Caused by: org.java.plugin.PluginLifecycleException: can't start plug-in org.tolven.library.application@0.0.3
at org.java.plugin.standard.StandardPluginManager.activatePlugin(StandardPluginManager.java:415)
at org.java.plugin.standard.StandardPluginManager.checkPrerequisites(StandardPluginManager.java:469)
at org.java.plugin.standard.StandardPluginManager.activatePlugin(StandardPluginManager.java:397)
at org.java.plugin.standard.StandardPluginManager.getPlugin(StandardPluginManager.java:217)
at org.tolven.command.TolvenApplication.getPlugin(TolvenApplication.java:175)
... 13 more
Caused by: java.lang.RuntimeException: Could not load runtime libraries for plugin: org.tolven.library.application
at org.tolven.plugin.standard.TolvenPluginLifecycleHandler.loadLibraries(TolvenPluginLifecycleHandler.java:90)
at org.tolven.plugin.standard.TolvenPluginLifecycleHandler.beforePluginStart(TolvenPluginLifecycleHandler.java:52)
at org.java.plugin.standard.StandardPluginManager.activatePlugin(StandardPluginManager.java:406)
... 17 more
Caused by: java.lang.RuntimeException: org.tolven.library.remoteclient@0.0.10 could not find runtime library using: tolvenRemoteC
0.10\tolvenRemoteClient.jar
at org.tolven.plugin.standard.TolvenPluginLifecycleHandler.loadLibraries(TolvenPluginLifecycleHandler.java:82)
... 19 more
Press any key to continue . . .

Discussion


Log in to post a comment.