Hi Matt, Did you install the Weblogic compatilibity module? It looks like your /repositories folder is scratched when restarting, and if you're using the default configuration, which means you're using Derby, which means the database files are inside that folder, it indeed means that your whole repository is completely swiped after a restart. Try adding the weblogic-module jar (it's delivered with the EE bundle, in the add-ons folder), and if that doesn't help, try setting the magnolia.repositories.home property (see magnolia.properties file) to a folder outside your webapp.
hth, -g On Jun 4, 2010, at 18:10, Matt Rapczynski wrote: > Hello, > > I'm working on evaluating Magnolia for a few projects in our college. I can > get an entire Magnolia instance running pretty quickly but I am encountering > a show-stopper of a problem. If I stop my deployment and restart it, not even > a redeploy - then it is as if I need to reinstall Magnolia all over again. > Doesn't it remember that the core module and others were installed the first > time? For example, I tried to install the STK after the initial deployment > but it keeps reading ALL of the JAR files as if they changed and it wants to > do a fresh install each time. What gives? Here is a sample from the debug log > - you can see the update message surrounded by stars. I didn't add any > modules/JARs after a stopping and starting the web app but it still thinks > its time for an install. This would be a great app if I can make it stick, > lol. > > I have only Magnolia admin instance deployed on Weblogic 11g (10.3.2) right > now, and backed with an Oracle database. The repository and workspaces are > stored in a location away from the deployment and I don't seem to have any > problems with persistence. > > > INFO info.magnolia.cms.beans.config.ConfigLoader 03.06.2010 12:41:33 -- > JAAS config file set by parent container or some other application > INFO info.magnolia.cms.beans.config.ConfigLoader 03.06.2010 12:41:33 -- > Config in use /opt/magnolia/apps/myportal_admin/WEB-INF/config/jaas.config > INFO info.magnolia.cms.beans.config.ConfigLoader 03.06.2010 12:41:33 -- > Please make sure JAAS config has all necessary modules (refer > config/jaas.config) configured > INFO info.magnolia.cms.beans.config.ConfigLoader 03.06.2010 12:41:33 -- > Initializing content repositories > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading JCR > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading workspace website > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading workspace config > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading workspace users > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading workspace userroles > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading workspace usergroups > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading workspace mgnlSystem > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading workspace mgnlVersion > INFO info.magnolia.cms.beans.config.ContentRepository 03.06.2010 12:41:33 > -- Loading JCR magnolia > INFO info.magnolia.jackrabbit.ProviderImpl 03.06.2010 12:41:33 -- Loading > repository at /opt/magnolia/repositories/myportal_admin/magnolia (config > file: > /opt/magnolia/apps/myportal_admin/WEB-INF/config/repo-conf/jackrabbit-munich-oracle.xml) > - cluster id: "<unset>" > INFO info.magnolia.module.webapp.WebappVersionHandler 03.06.2010 12:41:38 > -- Content was found in the repository, will not bootstrap web-app. > INFO info.magnolia.module.ui.ModuleManagerWebUI 03.06.2010 12:41:38 -- > ********************************************************************************************************* > * > * > * Magnolia needs module updates or installs, point your browser to your > Magnolia instance and confirm ! * > * > * > ********************************************************************************************************* > INFO info.magnolia.cms.i18n.DefaultMessagesManager 03.06.2010 12:41:38 -- > Loading i18n configuration - /server/i18n/system > WARN info.magnolia.cms.i18n.DefaultMessagesManager 03.06.2010 12:41:38 -- > /server/i18n/system does not exist yet; skipping. > INFO info.magnolia.cms.i18n.DefaultMessagesManager 03.06.2010 12:41:38 -- > Registering event listener for i18n > INFO info.magnolia.context.LifeTimeJCRSessionUtil 03.06.2010 12:41:38 -- > Will handle lifetime sessions because the system context is of type interface > info.magnolia.context.ThreadDependentSystemContext > INFO info.magnolia.cms.beans.config.MIMEMapping 03.06.2010 12:41:38 -- > Initializing MIMEMapping from /server/MIMEMapping > WARN info.magnolia.cms.beans.config.MIMEMapping 03.06.2010 12:41:38 -- No > MIMEMapping info configured at /server/MIMEMapping > INFO info.magnolia.cms.beans.config.MIMEMapping 03.06.2010 12:41:38 -- > Registering event listener for MIMEMapping > INFO info.magnolia.cms.beans.config.ConfigLoader 03.06.2010 12:41:38 -- > Configuration loaded (took 4 seconds) > INFO info.magnolia.cms.filters.MgnlMainFilter 03.06.2010 12:41:38 -- > Initializing filters > INFO info.magnolia.cms.filters.CompositeFilter 03.06.2010 12:41:38 -- > Initializing filter [Wrapper for ClasspathSpool Servlet servlet] > INFO info.magnolia.cms.filters.CompositeFilter 03.06.2010 12:41:38 -- > Initializing filter [install] > > Any ideas are very much appreciated, thank you. > > > Cheers, > > -- > Matt Rapczynski > ETS/IS, Programmer Analyst > Foothill-De Anza College District > > > > ---------------------------------------------------------------- > 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]> ----------------------------------------------------------------
