Apache

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • failure notice

    9 answers - 511 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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:
    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or
    [INF]
    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
  • No.1 | | 913 bytes | |

    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

    to install the portal to tomcat.

    David

    12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]
    --
    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
  • No.2 | | 1299 bytes | |

    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

    /[24,44]
    package does not exist

    /[44,12]
    cannot find symbol
    symbol : class DataSourceManager
    location: class

    2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:
    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

    to install the portal to tomcat.

    David

    12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]
    --
    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
    --
  • No.3 | | 2127 bytes | |

    Hi Patrick:

    I did some refactoring of the package structure and you appear to have
    some leftover code on your machine.

    That has happened to me during my recent development work. But if I run
    'mvn clean' to clean up my local build before 'mvn install' the errors
    go away. I suggest you try the same.
    /Craig

    >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
    >
    >
    >/[24,44]
    >package does not exist
    >
    >/[44,12]
    >cannot find symbol
    >symbol : class DataSourceManager
    >location: class
    >
    >
    >
    >
    >
    >2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:


    >
    >>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
    >>
    >>to install the portal to tomcat.
    >>
    >>David
    >>

    >12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    >
    >>

    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]

    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
    >
    >


  • No.4 | | 2703 bytes | |

    Craig,

    I think the compile errors were coming from 4 files which were not
    removed properly during the refactor even though the new ones were
    added. I just committed some changes that included deleting these
    classes. The relavent files from the latest commit message are below.

    Removed:

    My guess is that these files were deleted from your local filesystem
    in an IDE that doesn't support subversion and were subsequently never
    removed from svn.

    David

    12/1/05, Craig Doremus <craig (AT) maine (DOT) comwrote:
    Hi Patrick:

    I did some refactoring of the package structure and you appear to have
    some leftover code on your machine.

    That has happened to me during my recent development work. But if I run
    'mvn clean' to clean up my local build before 'mvn install' the errors
    go away. I suggest you try the same.
    /Craig
    >
    >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
    >
    >
    >/[24,44]
    >package does not exist
    >
    >/[44,12]
    >cannot find symbol
    >symbol : class DataSourceManager
    >location: class
    >
    >
    >
    >
    >
    >2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:
    >
    >
    >>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
    >>
    >>to install the portal to tomcat.
    >>
    >>David
    >>

    >12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    >>
    >>

    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]

    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
    >
    >
    >
    >
    >
    >
  • No.5 | | 1865 bytes | |

    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)

    and see if that works better for you.

    David

    12/1/05, Patrick Huber <stackmagic (AT) gmail (DOT) comwrote:
    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
    --
    /[24,44]
    package does not exist

    /[44,12]
    cannot find symbol
    symbol : class DataSourceManager
    location: class
    >
    >
    >
    >
    >

    2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:
    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

    to install the portal to tomcat.

    David

    12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]
    --
    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
    >
    >
    >
    >
  • No.6 | | 2072 bytes | |

    Very nice, thank you.
    Will you announce future tags? It's probably better to work with these.

    thank you
    Patrick

    2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:
    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)

    and see if that works better for you.

    David
    --
    12/1/05, Patrick Huber <stackmagic (AT) gmail (DOT) comwrote:
    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
    --
    /[24,44]
    package does not exist

    /[44,12]
    cannot find symbol
    symbol : class DataSourceManager
    location: class
    >
    >
    >
    >
    >

    2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:
    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

    to install the portal to tomcat.

    David

    12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]
    --
    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
    >
    >
    >
    >
  • No.7 | | 2571 bytes | |

    No, probably not. I've been doing milestone tags every once in a while
    right before we do a rather large refactoring . . .it's nothing
    official, just helps in cases like these.

    The HEAD revision should be back to normal.

    David

    Patrick Huber wrote:
    Very nice, thank you.
    Will you announce future tags? It's probably better to work with these.

    thank you
    Patrick

    2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:

    >>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)
    >>
    >>
    >>
    >>and see if that works better for you.
    >>
    >>David
    >>
    >>

    >12/1/05, Patrick Huber <stackmagic (AT) gmail (DOT) comwrote:
    >>

    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

    /[24,44]
    package does not exist

    /[44,12]
    cannot find symbol
    symbol : class DataSourceManager
    location: class

    2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:

    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

    to install the portal to tomcat.

    David

    12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:

    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]

    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

    >>
  • No.8 | | 3389 bytes | |

    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?

    [ERRR] PortletRegistryDao - Unable to seed portlet application. <SQL
    Exception: Table 'PRTLET_APP' does not exist.>ERRR 42X05: Table
    'PRTLET_APP' does not exist.

    do I have to initialize the database by hand? (where is it anyways ;-) ?)

    Thank you
    Patrick

    2005/12/2, CDoremus (AT) hannaford (DOT) com <CDoremus (AT) hannaford (DOT) com>:

    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" <ddewolf (AT) apache (DOT) org>
    Sent by: ddewolf (AT) gmail (DOT) com

    12/01/2005 05:01 PM

    Please respond to
    pluto-user (AT) portals (DOT) apache.org
    --
    To pluto-user (AT) portals (DOT) apache.org

    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)

    and see if that works better for you.

    David
    --
    12/1/05, Patrick Huber <stackmagic (AT) gmail (DOT) comwrote:
    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
    --
    /[24,44]
    package does not exist

    /[44,12]
    cannot find symbol
    symbol : class DataSourceManager
    location: class
    >
    >
    >
    >
    >

    2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:
    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

    to install the portal to tomcat.

    David

    12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    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:

    [INF] Invalid task 'fullDeployment': you must
    specify
    a valid lifecycle phase,
    or a goal in the format plugin:goal or

    [INF]
    --
    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
    >
    >
    >
    >
  • No.9 | | 5496 bytes | |

    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?

    [ERRR] PortletRegistryDao - Unable to seed portlet application. <SQL
    Exception: Table 'PRTLET_APP' does not exist.>ERRR 42X05: Table
    'PRTLET_APP' does not exist.

    do I have to initialize the database by hand? (where is it anyways ;-) ?)

    Thank you
    Patrick

    2005/12/2, CDoremus (AT) hannaford (DOT) com <CDoremus (AT) hannaford (DOT) com>:

    >>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" <ddewolf (AT) apache (DOT) org>
    >>Sent by: ddewolf (AT) gmail (DOT) com
    >>
    >>12/01/2005 05:01 PM
    >>
    >>Please respond to

    >pluto-user (AT) portals (DOT) apache.org
    >>
    >>
    >>To pluto-user (AT) portals (DOT) apache.org
    >>
    >>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)
    >>

    >
    >>

    >and see if that works better for you.
    >>

    >David
    >>
    >>

    >12/1/05, Patrick Huber <stackmagic (AT) gmail (DOT) comwrote:
    >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
    >>
    >>

    >/[24,44]
    >package does not exist
    >>

    >/[44,12]
    >cannot find symbol
    >symbol : class DataSourceManager
    >location: class
    >>
    >>
    >>
    >>
    >>

    >2005/12/1, David H. DeWolf <ddewolf (AT) apache (DOT) org>:
    >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
    >>

    >to install the portal to tomcat.
    >>

    >David
    >>

    >12/1/05, Saroj Rout <saroj_rout (AT) yahoo (DOT) comwrote:
    >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:
    >>

    >[INF] Invalid task 'fullDeployment': you must
    >specify
    >a valid lifecycle phase,
    >or a goal in the format plugin:goal or
    >
    >[INF]
    >>
    >>

    >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
    >>
    >>
    >>

Re: failure notice


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 2 =
QUESTION ON "Apache"

EMSDN.COM