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 <[email protected]>wrote: > 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 sources imported as projects there and having eclipse to > resolve project dependencies from workspace. IF that is not the case then > just verify you have that file in your magnolia-core.jar > > HTH, > Jan > > > > On Dec 2, 2010, at 9:33 AM, Gusti Andika wrote: > > 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 sending context initialized event to listener instance of > class info.magnolia.cms.servlets.MgnlServletContextListener > * > > info.magnolia.objectfactory.MgnlInstantiationException > *: No concrete implementation defined for interface > info.magnolia.module.ModuleManager > > at info.magnolia.objectfactory.DefaultComponentProvider.newInstance( > *DefaultComponentProvider.java:128*) > > at info.magnolia.objectfactory.DefaultComponentProvider.getSingleton( > *DefaultComponentProvider.java:87*) > > at info.magnolia.objectfactory.Components.getSingleton( > *Components.java:56*) > > at info.magnolia.module.ModuleManager$Factory.getInstance( > *ModuleManager.java:86*) > > at > info.magnolia.cms.beans.config.PropertiesInitializer.loadAllModuleProperties( > *PropertiesInitializer.java:146*) > Any ideas wheres the problem is? > > Thx > > BestRegards, > Gusti > > > > On Thu, Dec 2, 2010 at 3:39 PM, Jan Haderka > <[email protected]>wrote: > >> 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 >> repositories folder in the webapp and try again. >> BTW the connection is configured twice in the jackrabbit-xxx.xml, once for >> normal workspaces (with dynamic prefix) and once for the version space (with >> static prefix) if you add additional prefix to the table names try to keep >> it short ... seen once or twice that some databases have issues with long >> table names. >> >> >> On Dec 2, 2010, at 8:30 AM, Gusti Andika wrote: >> >> 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 >> org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown >> Source)* >> >> *at >> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown >> Source)* >> >> *... 64 more* >> >> >> >> What should I do next? >> >> >> BestRegards, >> >> Gusti >> >> >> >> >> >> >> >> >> On Thu, Dec 2, 2010 at 3:12 PM, Jan Haderka <[email protected] >> > wrote: >> >>> >>> >>> 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 list details see >>> http://www.magnolia-cms.com/home/community/mailing-lists.html >>> To unsubscribe, E-mail to: <[email protected]> >>> ---------------------------------------------------------------- >>> >>> >> >> >> >> >> ------------------------------ >> ---------------------------------------------------------------- >> For list details see >> http://www.magnolia-cms.com/home/community/mailing-lists.html >> To unsubscribe, E-mail to: <[email protected]> >> ---------------------------------------------------------------- >> > > > > > > ------------------------------ > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- > ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
