Re: [magnolia-dev] Build magnolia-4.3.8 throws Error

2010-12-02 Thread Gusti Andika
Somehow after change the tomcat deploy dir not using the one the default pointed by eclipse the problem with table not exists solved. But after that i got *No concrete implementation defined for interface info.magnolia.module.ModuleManager * Here is the stacktrace snippet. ** SEVERE: Exception

Re: [magnolia-dev] Build magnolia-4.3.8 throws Error

2010-12-02 Thread Jan Haderka
Somethings missing on your classpath. Most likely magnolia-core/src/main/resources where there is mgnl-bean.properties where all the default implementations are defined. Normally resources would end up in the jar created by maven, but I'm assuming you are running from eclipse with Magnolia

Re: [magnolia-dev] Build magnolia-4.3.8 throws Error

2010-12-02 Thread Gusti Andika
Thanks for the info Jan, after struggle with some minor maven plugin depedency problem(need to set version for maven-war-plugin to 2.1 on maven2) i'm succeed compiled and packaging magnolia-web-app. Gusti On Thu, Dec 2, 2010 at 6:13 PM, Jan Haderka jan.hade...@magnolia-cms.comwrote: Somethings

[magnolia-dev] Build magnolia-4.3.8 throws Error

2010-12-01 Thread Gusti Andika
Dear Team, I trying to build magnolia-4.3.8, after checking out the source i ran mvn compile but got the following errors. *[INFO] Scanning for projects... Downloading: ** http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-parent-pom-ce/17/magnolia-parent-pom-ce-17.pom

Re: [magnolia-dev] Build magnolia-4.3.8 throws Error

2010-12-01 Thread Jan Haderka
On Dec 2, 2010, at 6:34 AM, Gusti Andika wrote: What thing i missed? You missed to read big message at http://repo.magnolia-cms.com/ saying that this repo is deprecated and you should use nexus instead. HTH, Jan For

Re: [magnolia-dev] Build magnolia-4.3.8 throws Error

2010-12-01 Thread Gusti Andika
Thx for your help.mvn eclipse run just fine now. But it's not finished yet :D, Here after deployed into tomcat i got another error message *Caused by: **java.sql.SQLException**: Table/View 'USERGROUPS_NAMES' does not exist.* *at

Re: [magnolia-dev] Build magnolia-4.3.8 throws Error

2010-12-01 Thread Jan Haderka
Tables, indexes and triggers are all created at startup. So in all likelihood, there is some earlier message saying that the user doesn't have permission to create such. Double check the log file. Make sure user you configured in your DB connection has all permissions, delete created