no. the database will be initialized during startup the first time the portal is run. I think the error you are receiving *may* be due to the fact that you tried to startup the portal with previous version unsuccessfully.

to rectify:

1) shut down the portal
2) delete ${user.home}/.pluto/*
3) restart.

I *think* that will fix things. . .If not, there's a bug that I have experienced yet.

My suggestion is that when you restart you use the HEAD revision again (and not the tag). . .it's now fixed.

David

Patrick Huber wrote:
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/apache/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/apache/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


Reply via email to