Hi David I actually think, deleting $HOME/.pluto did help. There's no error message in catalina.out anymore. I explicitly reloaded the context two or three times until I noticed that reloading actually happened - just the debug messages weren't printed anymore. I guess they've been removed.
Patrick 2005/12/3, David H. DeWolf <[EMAIL PROTECTED]>: > Craig, > > I think patrick's error is a little different. > > the issue in PLUTO-185 is related to the portal not shutting down > properly and derby never clearing the lock on the database. . .Patrick's > issue is related the the tables not being created properly in the first > place. > > The locking issue (at least for me) rears it's ugly head very rarely. > As a matter of fact, I'm having a hard time duplicating it. . . it can > also be resolved by simply deleting the .lck file which is holding the > lock -- though sometimes - in windows - this requires a reboot. > > David > > [EMAIL PROTECTED] wrote: > > Thank you, Patrick, for your response. > > > > We are aware of this problem and David and I are working on the situation. > > Please take a look at PLUTO-185 in Jira > > (http://issues.apache.org/jira/browse/PLUTO-185) and add your comments. > > > > I'm not sure what is the last revision before the database presistence was > > added. David might know. He and I are trying to get a stable implementation > > with database presistence together for ApacheCon, so please be patient with > > us. > > > > We will let you (and others on pluto-user) know when this issue has been > > resolved. > > > > TIA > > /Craig > > > > > > Original Message: > > ----------------- > > From: Patrick Huber [EMAIL PROTECTED] > > Date: Fri, 2 Dec 2005 15:43:53 +0100 > > To: [email protected] > > Subject: Re: failure notice > > > > > > Hi Craig > > > > Since I'm getting Database related Exceptions (No Table found) on > > startup (with the milestone-1.1.0-alpha2), I guess this isn't over > > yet. Do you remember which revision was the last one without the > > database extensions? > > > > [ERROR] PortletRegistryDao - Unable to seed portlet application. <SQL > > Exception: Table 'PORTLET_APP' does not exist.>ERROR 42X05: Table > > 'PORTLET_APP' does not exist. > > > > Or do I have to initialize the database by hand? (where is it anyways ;-) ?) > > > > Thank you > > Patrick > > > > > > 2005/12/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > >>Thank you David, for fixing this. It appears that my Eclipse SVN plugin > > > > did not properly respond to the refactoring. > > > >>FEI (for everyone's information), David and I are in the middle of trying > > > > to implement database services for Preferences and User Info Attributes > > using embedded Apache Derby. Having a database will also facilitate > > implementations of other services (like Admin portlets). > > > >>/Craig > >> > >> > >> > >> > >> "David H. DeWolf" <[EMAIL PROTECTED]> > >>Sent by: [EMAIL PROTECTED] > >> > >>12/01/2005 05:01 PM > >> > >>Please respond to > >> [email protected] > >> > >> > >>To [email protected] > >> > >>cc > >> > >> > >>Subject Re: failure notice > >> > >> > >> > >> > >> > >> > >> > >> > >>Yes, > >> > >> there was a checkin earlier topday that broke the build. > >> Unfortunately there are a couple of other errors once you get passed > >> the compile error. I'm trying to figure out what's been changed and > >> will check it in soon. > >> > >> For now, check out the latest tag (created just 4 days ago) > >> > >> > > > > https://svn.apache.org/repos/asf/portals/pluto/tags/milestone-1.1.0-alpha2/ > > > >> and see if that works better for you. > >> > >> David > >> > >> > >> On 12/1/05, Patrick Huber <[EMAIL PROTECTED]> wrote: > >> > regarding mvn install: > >> > I've just updated my local svn copy and I keep getting compile errors. > >> > Is it possible you've forgotten to add a package to the svn? > >> > > >> > thanks... > >> > > >> > > >> > > > > > /home/phuber/Subversion/pluto/pluto-optional-services/src/main/java/org/apac > > he/pluto/optional/db/DBPortletPreferencesService.java:[24,44] > > > >> > package org.apache.pluto.optional.db.support does not exist > >> > > >> > > > > > /home/phuber/Subversion/pluto/pluto-optional-services/src/main/java/org/apac > > he/pluto/optional/db/DBPortletPreferencesService.java:[44,12] > > > >> > cannot find symbol > >> > symbol : class DataSourceManager > >> > location: class > > > > org.apache.pluto.optional.db.DBPortletPreferencesService > > > >> > > >> > > >> > > >> > > >> > > >> > 2005/12/1, David H. DeWolf <[EMAIL PROTECTED]>: > >> > > It appears as though you're reading documentation for 1.0.1 and using > >> > > 1.1 source from head. > >> > > > >> > > Please use: > >> > > > >> > > mvn install > >> > > > >> > > to build > >> > > > >> > > and > >> > > > >> > > mvn pluto:install -DinstallDir=/path/to/appserver > >> > > > >> > > to install the portal to tomcat. > >> > > > >> > > David > >> > > > >> > > On 12/1/05, Saroj Rout <[EMAIL PROTECTED]> wrote: > >> > > > Hi - > >> > > > I have downloaded the pluto source version 1.1. > >> > > > > >> > > > As per the instruction when I issue the command : > >> > > > > >> > > > mvn fullDeployment > >> > > > > >> > > > I get following error: > >> > > > > >> > > > [INFO] Invalid task 'fullDeployment': you must > >> > > > specify > >> > > > a valid lifecycle phase, > >> > > > or a goal in the format plugin:goal or > >> > > > pluginGroupId:pluginArtifactId:pluginVersion:goal > >> > > > [INFO] > >> > > > > >> > > > > >> > > > Any help on this will be highly appreciated. > >> > > > > >> > > > Thank you, > >> > > > Saroj Rout > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > __________________________________ > >> > > > Start your day with Yahoo! - Make it your home page! > >> > > > http://www.yahoo.com/r/hs > >> > > > > >> > > > >> > > >> > > >> > -- > >> > "I love deadlines. I like the whooshing sound they make as they fly > >> > by." -- Douglas Adams > >> > > >> > >> > > > > > > > > -- > > "I love deadlines. I like the whooshing sound they make as they fly > > by." -- Douglas Adams > > > > > > -------------------------------------------------------------------- > > mail2web - Check your email from the web at > > http://mail2web.com/ . > > > > > > > > -- "I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
