You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jeff Genender <jg...@savoirtech.com> on 2005/08/11 19:53:58 UTC

Error in HEAD

Someone forget to check in some code?

/Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206: 
cannot resolve symbol
symbol  : method releaseConfigurationManager 
(org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.ConfigurationManager)
location: class org.apache.geronimo.kernel.config.ConfigurationUtil
             ConfigurationUtil.releaseConfigurationManager(kernel, 
configurationManager);

Re: Error in HEAD

Posted by Jeremy Boynes <jb...@apache.org>.
I switch the plugin to use a SNAPSHOT of the kernel. This will prevent 
build problems but probably breaks the plugin itself - we can cut a new 
version if/when the plugin's dependency problem is fixed.

--
Jeremy

Aaron Mulder wrote:
> 	Yeah, someone reported this earlier and I'm seeing the same.
> 
> 	I believe David J checked in some kernel changes, and the
> packaging plugin needs to be updated to use a version of the kernel that
> supports those changes.  So we need to build a versioned kernel JAR, put
> it in the Maven repo, and update the plugin dependency.  I was kind of
> waiting for David to pop up today to do that, but I guess there's no
> reason why someone else couldn't.
> 
> Aaron
> 
> On Thu, 11 Aug 2005, Jeff Genender wrote:
> 
>>Someone forget to check in some code?
>>
>>/Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206: 
>>cannot resolve symbol
>>symbol  : method releaseConfigurationManager 
>>(org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.ConfigurationManager)
>>location: class org.apache.geronimo.kernel.config.ConfigurationUtil
>>             ConfigurationUtil.releaseConfigurationManager(kernel, 
>>configurationManager);
>>


Re: Error in HEAD - Console EAR problem

Posted by Jeremy Boynes <jb...@apache.org>.
Donald Woods wrote:
> From my last post and further digging, it looks like the
> application.xml is not being included in the EAR -
> 

'fraid not. I get:

     [ear] [DEBUG] fileset: Setup scanner in dir 
/home/jeremy/geronimo/trunk/applications/console-ear/src/application 
with patternSet{ includes: [] excludes: [**/META-INF/application.xml] }
     [ear] [DEBUG] fileset: Setup scanner in dir 
/home/jeremy/geronimo/trunk/applications/console-ear/target/tmpEarDeps 
with patternSet{ includes: [] excludes: [] }
     [ear] [DEBUG] ZipFileSet: Setup scanner in dir 
/home/jeremy/geronimo/trunk/applications/console-ear with patternSet{ 
includes: [LICENSE.txt] excludes: [] }
     [ear] [DEBUG] fileset: Setup scanner in dir 
/home/jeremy/geronimo/trunk/applications/console-ear/target/ear with 
patternSet{ includes: [] excludes: [] }
     [ear] [DEBUG] ZipFileSet: Setup scanner in dir 
/home/jeremy/geronimo/trunk/applications/console-ear/target with 
patternSet{ includes: [application.xml] excludes: [] }
     [ear] Building ear: 
/home/jeremy/geronimo/trunk/applications/console-ear/target/geronimo-console-1.0-SNAPSHOT.ear
     [ear] [VERBOSE] adding directory META-INF/
     [ear] [VERBOSE] adding entry META-INF/MANIFEST.MF
     [ear] [VERBOSE] adding entry META-INF/geronimo-application.xml
     [ear] [VERBOSE] adding entry 
geronimo-console-framework-1.0-SNAPSHOT.war
     [ear] [VERBOSE] adding entry geronimo-console-standard-1.0-SNAPSHOT.war
     [ear] [VERBOSE] adding entry META-INF/application.xml

and a listing of the output jar shows that the file is there.
--
Jeremy

Re: Error in HEAD - Console EAR problem

Posted by Jeremy Boynes <jb...@apache.org>.
Donald Woods wrote:
> From my last post and further digging, it looks like the
> application.xml is not being included in the EAR -
> 

I have now seen this as well - no idea why and intermittent :-(

--
Jeremy

Re: Error in HEAD - Console EAR problem

Posted by Donald Woods <dr...@yahoo.com>.
>From my last post and further digging, it looks like the
application.xml is not being included in the EAR -

default:
ear:init:

ear:ear:
    [echo] Building EAR geronimo-console-1.0-SNAPSHOT.ear with appxml
"D:\Working\geronimo10_rev232333\applications\console-ear/target/application.xml"
    [available] [VERBOSE] Unable to find
src\application\META-INF\MANIFEST.MF to set property
maven.ear.manifest.available
todir is either not a directory, not writable or not there
todir is either not a directory, not writable or not there
todir is either not a directory, not writable or not there
    [ear] [DEBUG] fileset: Setup scanner in dir
D:\Working\geronimo10_rev232333\applications\console-ear\src\application
with patternSet{ includes: [] excludes: [**/META-INF/application.xml]
}
    [ear] [DEBUG] fileset: Setup scanner in dir C:\Documents and
Settings\wmsadmin\.maven\repository\geronimo\wars with patternSet{
includes: [geronimo-console-framework-1.0-SNAPSHOT.war] excludes: []
}
    [ear] [DEBUG] fileset: Setup scanner in dir C:\Documents and
Settings\wmsadmin\.maven\repository\geronimo\wars with patternSet{
includes: [geronimo-console-standard-1.0-SNAPSHOT.war] excludes: [] }
    [ear] [DEBUG] ZipFileSet: Setup scanner in dir
D:\Working\geronimo10_rev232333\applications\console-ear with
patternSet{ includes: [LICENSE.txt] excludes: [] }
    [ear] [DEBUG] fileset: Setup scanner in dir
D:\Working\geronimo10_rev232333\applications\console-ear\target\ear
with patternSet{ includes: [] excludes: [] }
    [ear] [VERBOSE]  omitted as  is up to date.
    [ear] [VERBOSE] META-INF omitted as META-INF/ is up to date.
    [ear] [VERBOSE] META-INF\geronimo-application.xml added as
META-INF/geronimo-application.xml is outdated.
    [ear] Building ear:
D:\Working\geronimo10_rev232333\applications\console-ear\target\geronimo-console-1.0-SNAPSHOT.ear
    [ear] [VERBOSE] adding directory META-INF/
    [ear] [VERBOSE] adding entry META-INF/MANIFEST.MF
    [ear] [VERBOSE] adding entry META-INF/geronimo-application.xml
    [ear] [VERBOSE] adding entry
geronimo-console-framework-1.0-SNAPSHOT.war
    [ear] [VERBOSE] adding entry
geronimo-console-standard-1.0-SNAPSHOT.war

ear:install:
    [echo] Installing...
Uploading to geronimo/ears/geronimo-console-1.0-SNAPSHOT.ear: 
.................... (5776K)


Any ideas why I'm seeing this problem with a clean checkout of HEAD
and no one else is???


-Donald

--- Donald Woods <dr...@yahoo.com> wrote:

> I'm still seeing the Console deploy error with Rev 232333 from
> earlier today.  I don't have any other web/app servers running on
> my
> machine and have killed the running server instance created by the
> deploy steps between each rebuild....  The M4 build works fine on
> my
> machine and I have completely removed the .maven/repository
> directory
> several times without luck.  Could this problem be related to the
> fact that the geronimo-*-1.0-SNAPSHOT.jar files that are on
> cvs.apache.org/repository/ are pre-M4 versions from 7/5/05???
> 
> I didn't notice any explicit errors logged in the deployer.log and
> here were the interesting lines from geronimo.log -
>   15:09:07,484 INFO  [PersistentConfigurationList] Saved running
> configuration list
>   15:09:07,515 INFO  [LocalConfigStore:config-store] Installed
> configuration org/apache/geronimo/juddiServer/1.0-SNAPSHOT in
> location 17
>   15:09:08,375 DEBUG [ServiceMixConfigBuilder] Checking for
> ServiceMix deployment.
>   15:09:08,375 DEBUG [ServiceMixConfigBuilder] Not a ServiceMix
> deployment: no jbi.xml found.
>   15:09:08,375 DEBUG [Deployer] Deployment failed: plan=null,
> module=C:\Documents and
>
Settings\wmsadmin\.maven\repository\geronimo\ears\geronimo-console-1.0-SNAPSHOT.ear
> org.apache.geronimo.common.DeploymentException: Syntax error in
> deployment plan or no deployer service available (currently I can't
> tell the difference):,
>
moduleFileC:\Temp\deployer51030.tmpdir\geronimo-console-1.0-SNAPSHOT.ear
> 	at
> org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:139)
> 	at
> org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:79)
> 	at
>
org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
> 	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> 	at
>
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> 	at
>
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
> 	at
>
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:781)
> 	at
>
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:180)
> 	at
> org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:125)
> 	at
>
org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
> 
> 
> The contents of the geronimo-console-1.0-SNAPSHOT.ear that was
> created and placed in the maven repository are -
>    geronimo-console-framework-1.0-SNAPSHOT.war
>    geronimo-console-framework-1.0-SNAPSHOT.war
>    meta-inf\geronimo-application.xml
>    meta-inf\Manifest.xml
> 
> 
> And the build output failure -
>     [java] [DEBUG] Execute:Java13CommandLauncher: Executing
> 'C:\j2sdk1.4.2_09\jre\bin\java.exe' with arguments:
> '-ea'
> '-jar'
>
'D:\Working\geronimo10_rev232333\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\deployer.jar'
> '--user'
> 'system'
> '--password'
> 'manager'
> 'distribute'
> 'C:\Documents and
>
Settings\wmsadmin/.maven/repository/geronimo/wars/geronimo-uddi-server-1.0-SNAPSHOT.war'
> 
> The ' characters around the executable and arguments are
> not part of the command.
> 
>     [java]     Distributed
> org/apache/geronimo/juddiServer/1.0-SNAPSHOT
>     [java] 
>     [echo] Building console configuration
>     [java] [VERBOSE] Executing 'C:\j2sdk1.4.2_09\jre\bin\java.exe'
> with arguments:
> '-ea'
> '-jar'
>
'D:\Working\geronimo10_rev232333\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\deployer.jar'
> '--user'
> 'system'
> '--password'
> 'manager'
> 'distribute'
> 'C:\Documents and
>
Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console-1.0-SNAPSHOT.ear'
> 
> The ' characters around the executable and arguments are
> not part of the command.
> 
>     [java] [DEBUG] Execute:Java13CommandLauncher: Executing
> 'C:\j2sdk1.4.2_09\jre\bin\java.exe' with arguments:
> '-ea'
> '-jar'
>
'D:\Working\geronimo10_rev232333\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\deployer.jar'
> '--user'
> 'system'
> '--password'
> 'manager'
> 'distribute'
> 'C:\Documents and
>
Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console-1.0-SNAPSHOT.ear'
> 
> The ' characters around the executable and arguments are
> not part of the command.
> 
>     [java]     Error: Operation failed: Syntax error in deployment
> plan or no
>     [java]     deployer service available (currently I can't tell
> the
> difference):,
>     [java]    
>
moduleFileC:\Temp\deployer51030.tmpdir\geronimo-console-1.0-SNAPSHOT.ear
>     [java] 
> popping off org.apache.maven.jelly.MavenJellyContext@177d583 for
> org.apache.maven.jelly.MavenJellyContext@628e42 in
> geronimo:geronimo-deployment-plugin
> popping off org.apache.maven.jelly.MavenJellyContext@11cbec9 for
> org.apache.maven.jelly.MavenJellyContext@3184d8 in
> geronimo:geronimo-assembly
> popping off org.apache.maven.jelly.MavenJellyContext@ec6b00 for
> org.apache.maven.jelly.MavenJellyContext@164dbd5 in
> geronimo:geronimo
> 
> BUILD FAILED
> File...... C:\Documents and
>
Settings\wmsadmin\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
> Element... maven:reactor
> Line...... 218
> Column.... 9
> Unable to obtain goal [default] --
> D:\Working\geronimo10_rev232333\modules\assembly\maven.xml:566:88:
> <ant:java> Java returned: 1
> com.werken.werkz.UnattainableGoalException: Unable to obtain goal
> [m:default] -- C:\Documents and
>
Settings\wmsadmin\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly:218:9:
> <maven:reactor> Reactor subproject failure occurred
> 
> 
> Thanks,
> Donald
> 
> 
> --- David Jencks <da...@yahoo.com> wrote:
> 
> > I don't think it is related and I can't reproduce this error.  Do
> > you  
> > have geronimo running as well?  If so, can you check the log and
> > see if  
> > org/apache/geronimo/RuntimeDeployer has been started and if any
> > gbeans  
> > have not been started?  Whether or not geronimo is running, are
> > there  
> > any clues in the log?  Usually this message now means that the  
> > appropriate deployer didn't start for some reason.
> > 
> > thanks
> > david jencks
> > 
> > On Aug 11, 2005, at 5:34 PM, Donald Woods wrote:
> > 
> > > Could the following build error while trying to deploy
> > > the console that I'm seeing with HEAD (Rev 231499) be
> > > related?  I started with a clean Maven repositry and
> > > reran m:rebuild-all several times on WinXP + Sun142_09
> > > JDK with no luck....
> > >
> > >     [java] [DEBUG] Execute:Java13CommandLauncher:
> > > Executing 'C:\j2sdk1.4.2_09\jre\bin\java.exe' with
> > > arguments:
> > > '-ea'
> > > '-jar'
> > >
> >
> 'D:\Working\wombat10\geronimo\modules\assembly\target\geronimo-1.0-
> > 
> > > SNAPSHOT\bin\deployer.jar'
> > > '--user'
> > > 'system'
> > > '--password'
> > > 'manager'
> > > 'distribute'
> > > 'C:\Documents and
> > >
> >
> Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console 
> > > -1.0-SNAPSHOT.ear'
> > >
> > > The ' characters around the executable and arguments
> > > are
> > > not part of the command.
> > >
> > >     [java]     Error: Operation failed: Syntax error
> > > in deployment plan or no
> > >     [java]     deployer service available (currently I
> > > can't tell the difference):,
> > >     [java]
> > > moduleFileC:\Temp\deployer40894.tmpdir\geronimo-console-1.0- 
> > > SNAPSHOT.ear
> > >     [java]
> > > popping off
> > > org.apache.maven.jelly.MavenJellyContext@1b8fdf2 for
> > > org.apache.maven.jelly.MavenJellyContext@28573f in
> > > geronimo:geronimo-deployment-plugin
> > > popping off
> > > org.apache.maven.jelly.MavenJellyContext@e1fa50 for
> > > org.apache.maven.jelly.MavenJellyContext@1f8aa07 in
> > > geronimo:geronimo-assembly
> > > popping off
> > > org.apache.maven.jelly.MavenJellyContext@164dbd5 for
> > > org.apache.maven.jelly.MavenJellyContext@9cb0f4 in
> > > geronimo:geronimo
> > >
> > > BUILD FAILED
> > > File...... C:\Documents and
> > > Settings\wmsadmin\.maven\cache\maven-multiproject-plugin 
> > > -1.4.1\plugin.jelly
> > > Element... maven:reactor
> > > Line...... 218
> > > Column.... 9
> > > Unable to obtain goal [default] --
> > > D:\Working\wombat10\geronimo\modules\assembly\maven.xml:566:88:
> > > <ant:java> Java returned: 1
> > > com.werken.werkz.UnattainableGoalException: Unable to
> > > obtain goal [m:default] -- C:\Documents and
> > > Settings\wmsadmin\.maven\cache\maven-multiproject-plugin 
> > > -1.4.1\plugin.jelly:218:9:
> > > <maven:reactor> Reactor subproject failure occurred
> > >
> > >
> > > -Donald
> > >
> > > --- Aaron Mulder <am...@alumni.princeton.edu>
> > > wrote:
> > >
> > >> 	Yeah, someone reported this earlier and I'm seeing
> > >> the same.
> > >>
> > >> 	I believe David J checked in some kernel changes,
> > >> and the
> > >> packaging plugin needs to be updated to use a
> > >> version of the kernel that
> > >> supports those changes.  So we need to build a
> > >> versioned kernel JAR, put
> > >> it in the Maven repo, and update the plugin
> > >> dependency.  I was kind of
> > >> waiting for David to pop up today to do that, but I
> > >> guess there's no
> > >> reason why someone else couldn't.
> > >>
> > >> Aaron
> > >>
> > >> On Thu, 11 Aug 2005, Jeff Genender wrote:
> > >>> Someone forget to check in some code?
> > >>>
> > >>>
> > >>
> > >
> >
>
/Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/
> > 
> > >
> >
>
src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206:
> > >>
> > >>> cannot resolve symbol
> > >>> symbol  : method releaseConfigurationManager
> > >>>
> > >>
> > >
> >
>
(org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.Co
> > 
> > > nfigurationManager)
> > >>> location: class
> > >> org.apache.geronimo.kernel.config.ConfigurationUtil
> > >>>
> > >>
> > > ConfigurationUtil.releaseConfigurationManager(kernel,
> > >>
> > >>> configurationManager);
> > >>>
> > >>
> > >
> > >
> > >
> > > 		
> > > ____________________________________________________
> > > Start your day with Yahoo! - make it your home page
> > > http://www.yahoo.com/r/hs
> > >
> > >
> > 
> > 
> 
> 
> 		
> ____________________________________________________
> Start your day with Yahoo! - make it your home page 
> http://www.yahoo.com/r/hs 
>  
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Error in HEAD

Posted by Donald Woods <dr...@yahoo.com>.
I'm still seeing the Console deploy error with Rev 232333 from
earlier today.  I don't have any other web/app servers running on my
machine and have killed the running server instance created by the
deploy steps between each rebuild....  The M4 build works fine on my
machine and I have completely removed the .maven/repository directory
several times without luck.  Could this problem be related to the
fact that the geronimo-*-1.0-SNAPSHOT.jar files that are on
cvs.apache.org/repository/ are pre-M4 versions from 7/5/05???

I didn't notice any explicit errors logged in the deployer.log and
here were the interesting lines from geronimo.log -
  15:09:07,484 INFO  [PersistentConfigurationList] Saved running
configuration list
  15:09:07,515 INFO  [LocalConfigStore:config-store] Installed
configuration org/apache/geronimo/juddiServer/1.0-SNAPSHOT in
location 17
  15:09:08,375 DEBUG [ServiceMixConfigBuilder] Checking for
ServiceMix deployment.
  15:09:08,375 DEBUG [ServiceMixConfigBuilder] Not a ServiceMix
deployment: no jbi.xml found.
  15:09:08,375 DEBUG [Deployer] Deployment failed: plan=null,
module=C:\Documents and
Settings\wmsadmin\.maven\repository\geronimo\ears\geronimo-console-1.0-SNAPSHOT.ear
org.apache.geronimo.common.DeploymentException: Syntax error in
deployment plan or no deployer service available (currently I can't
tell the difference):,
moduleFileC:\Temp\deployer51030.tmpdir\geronimo-console-1.0-SNAPSHOT.ear
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:139)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:79)
	at
org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
	at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
	at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
	at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:781)
	at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:180)
	at
org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:125)
	at
org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)


The contents of the geronimo-console-1.0-SNAPSHOT.ear that was
created and placed in the maven repository are -
   geronimo-console-framework-1.0-SNAPSHOT.war
   geronimo-console-framework-1.0-SNAPSHOT.war
   meta-inf\geronimo-application.xml
   meta-inf\Manifest.xml


And the build output failure -
    [java] [DEBUG] Execute:Java13CommandLauncher: Executing
'C:\j2sdk1.4.2_09\jre\bin\java.exe' with arguments:
'-ea'
'-jar'
'D:\Working\geronimo10_rev232333\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\deployer.jar'
'--user'
'system'
'--password'
'manager'
'distribute'
'C:\Documents and
Settings\wmsadmin/.maven/repository/geronimo/wars/geronimo-uddi-server-1.0-SNAPSHOT.war'

The ' characters around the executable and arguments are
not part of the command.

    [java]     Distributed
org/apache/geronimo/juddiServer/1.0-SNAPSHOT
    [java] 
    [echo] Building console configuration
    [java] [VERBOSE] Executing 'C:\j2sdk1.4.2_09\jre\bin\java.exe'
with arguments:
'-ea'
'-jar'
'D:\Working\geronimo10_rev232333\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\deployer.jar'
'--user'
'system'
'--password'
'manager'
'distribute'
'C:\Documents and
Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console-1.0-SNAPSHOT.ear'

The ' characters around the executable and arguments are
not part of the command.

    [java] [DEBUG] Execute:Java13CommandLauncher: Executing
'C:\j2sdk1.4.2_09\jre\bin\java.exe' with arguments:
'-ea'
'-jar'
'D:\Working\geronimo10_rev232333\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\deployer.jar'
'--user'
'system'
'--password'
'manager'
'distribute'
'C:\Documents and
Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console-1.0-SNAPSHOT.ear'

The ' characters around the executable and arguments are
not part of the command.

    [java]     Error: Operation failed: Syntax error in deployment
plan or no
    [java]     deployer service available (currently I can't tell the
difference):,
    [java]    
moduleFileC:\Temp\deployer51030.tmpdir\geronimo-console-1.0-SNAPSHOT.ear
    [java] 
popping off org.apache.maven.jelly.MavenJellyContext@177d583 for
org.apache.maven.jelly.MavenJellyContext@628e42 in
geronimo:geronimo-deployment-plugin
popping off org.apache.maven.jelly.MavenJellyContext@11cbec9 for
org.apache.maven.jelly.MavenJellyContext@3184d8 in
geronimo:geronimo-assembly
popping off org.apache.maven.jelly.MavenJellyContext@ec6b00 for
org.apache.maven.jelly.MavenJellyContext@164dbd5 in geronimo:geronimo

BUILD FAILED
File...... C:\Documents and
Settings\wmsadmin\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... 9
Unable to obtain goal [default] --
D:\Working\geronimo10_rev232333\modules\assembly\maven.xml:566:88:
<ant:java> Java returned: 1
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[m:default] -- C:\Documents and
Settings\wmsadmin\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly:218:9:
<maven:reactor> Reactor subproject failure occurred


Thanks,
Donald


--- David Jencks <da...@yahoo.com> wrote:

> I don't think it is related and I can't reproduce this error.  Do
> you  
> have geronimo running as well?  If so, can you check the log and
> see if  
> org/apache/geronimo/RuntimeDeployer has been started and if any
> gbeans  
> have not been started?  Whether or not geronimo is running, are
> there  
> any clues in the log?  Usually this message now means that the  
> appropriate deployer didn't start for some reason.
> 
> thanks
> david jencks
> 
> On Aug 11, 2005, at 5:34 PM, Donald Woods wrote:
> 
> > Could the following build error while trying to deploy
> > the console that I'm seeing with HEAD (Rev 231499) be
> > related?  I started with a clean Maven repositry and
> > reran m:rebuild-all several times on WinXP + Sun142_09
> > JDK with no luck....
> >
> >     [java] [DEBUG] Execute:Java13CommandLauncher:
> > Executing 'C:\j2sdk1.4.2_09\jre\bin\java.exe' with
> > arguments:
> > '-ea'
> > '-jar'
> >
> 'D:\Working\wombat10\geronimo\modules\assembly\target\geronimo-1.0-
> 
> > SNAPSHOT\bin\deployer.jar'
> > '--user'
> > 'system'
> > '--password'
> > 'manager'
> > 'distribute'
> > 'C:\Documents and
> >
> Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console 
> > -1.0-SNAPSHOT.ear'
> >
> > The ' characters around the executable and arguments
> > are
> > not part of the command.
> >
> >     [java]     Error: Operation failed: Syntax error
> > in deployment plan or no
> >     [java]     deployer service available (currently I
> > can't tell the difference):,
> >     [java]
> > moduleFileC:\Temp\deployer40894.tmpdir\geronimo-console-1.0- 
> > SNAPSHOT.ear
> >     [java]
> > popping off
> > org.apache.maven.jelly.MavenJellyContext@1b8fdf2 for
> > org.apache.maven.jelly.MavenJellyContext@28573f in
> > geronimo:geronimo-deployment-plugin
> > popping off
> > org.apache.maven.jelly.MavenJellyContext@e1fa50 for
> > org.apache.maven.jelly.MavenJellyContext@1f8aa07 in
> > geronimo:geronimo-assembly
> > popping off
> > org.apache.maven.jelly.MavenJellyContext@164dbd5 for
> > org.apache.maven.jelly.MavenJellyContext@9cb0f4 in
> > geronimo:geronimo
> >
> > BUILD FAILED
> > File...... C:\Documents and
> > Settings\wmsadmin\.maven\cache\maven-multiproject-plugin 
> > -1.4.1\plugin.jelly
> > Element... maven:reactor
> > Line...... 218
> > Column.... 9
> > Unable to obtain goal [default] --
> > D:\Working\wombat10\geronimo\modules\assembly\maven.xml:566:88:
> > <ant:java> Java returned: 1
> > com.werken.werkz.UnattainableGoalException: Unable to
> > obtain goal [m:default] -- C:\Documents and
> > Settings\wmsadmin\.maven\cache\maven-multiproject-plugin 
> > -1.4.1\plugin.jelly:218:9:
> > <maven:reactor> Reactor subproject failure occurred
> >
> >
> > -Donald
> >
> > --- Aaron Mulder <am...@alumni.princeton.edu>
> > wrote:
> >
> >> 	Yeah, someone reported this earlier and I'm seeing
> >> the same.
> >>
> >> 	I believe David J checked in some kernel changes,
> >> and the
> >> packaging plugin needs to be updated to use a
> >> version of the kernel that
> >> supports those changes.  So we need to build a
> >> versioned kernel JAR, put
> >> it in the Maven repo, and update the plugin
> >> dependency.  I was kind of
> >> waiting for David to pop up today to do that, but I
> >> guess there's no
> >> reason why someone else couldn't.
> >>
> >> Aaron
> >>
> >> On Thu, 11 Aug 2005, Jeff Genender wrote:
> >>> Someone forget to check in some code?
> >>>
> >>>
> >>
> >
>
/Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/
> 
> >
>
src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206:
> >>
> >>> cannot resolve symbol
> >>> symbol  : method releaseConfigurationManager
> >>>
> >>
> >
>
(org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.Co
> 
> > nfigurationManager)
> >>> location: class
> >> org.apache.geronimo.kernel.config.ConfigurationUtil
> >>>
> >>
> > ConfigurationUtil.releaseConfigurationManager(kernel,
> >>
> >>> configurationManager);
> >>>
> >>
> >
> >
> >
> > 		
> > ____________________________________________________
> > Start your day with Yahoo! - make it your home page
> > http://www.yahoo.com/r/hs
> >
> >
> 
> 


		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

Re: Error in HEAD

Posted by David Jencks <da...@yahoo.com>.
I don't think it is related and I can't reproduce this error.  Do you  
have geronimo running as well?  If so, can you check the log and see if  
org/apache/geronimo/RuntimeDeployer has been started and if any gbeans  
have not been started?  Whether or not geronimo is running, are there  
any clues in the log?  Usually this message now means that the  
appropriate deployer didn't start for some reason.

thanks
david jencks

On Aug 11, 2005, at 5:34 PM, Donald Woods wrote:

> Could the following build error while trying to deploy
> the console that I'm seeing with HEAD (Rev 231499) be
> related?  I started with a clean Maven repositry and
> reran m:rebuild-all several times on WinXP + Sun142_09
> JDK with no luck....
>
>     [java] [DEBUG] Execute:Java13CommandLauncher:
> Executing 'C:\j2sdk1.4.2_09\jre\bin\java.exe' with
> arguments:
> '-ea'
> '-jar'
> 'D:\Working\wombat10\geronimo\modules\assembly\target\geronimo-1.0- 
> SNAPSHOT\bin\deployer.jar'
> '--user'
> 'system'
> '--password'
> 'manager'
> 'distribute'
> 'C:\Documents and
> Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console 
> -1.0-SNAPSHOT.ear'
>
> The ' characters around the executable and arguments
> are
> not part of the command.
>
>     [java]     Error: Operation failed: Syntax error
> in deployment plan or no
>     [java]     deployer service available (currently I
> can't tell the difference):,
>     [java]
> moduleFileC:\Temp\deployer40894.tmpdir\geronimo-console-1.0- 
> SNAPSHOT.ear
>     [java]
> popping off
> org.apache.maven.jelly.MavenJellyContext@1b8fdf2 for
> org.apache.maven.jelly.MavenJellyContext@28573f in
> geronimo:geronimo-deployment-plugin
> popping off
> org.apache.maven.jelly.MavenJellyContext@e1fa50 for
> org.apache.maven.jelly.MavenJellyContext@1f8aa07 in
> geronimo:geronimo-assembly
> popping off
> org.apache.maven.jelly.MavenJellyContext@164dbd5 for
> org.apache.maven.jelly.MavenJellyContext@9cb0f4 in
> geronimo:geronimo
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\wmsadmin\.maven\cache\maven-multiproject-plugin 
> -1.4.1\plugin.jelly
> Element... maven:reactor
> Line...... 218
> Column.... 9
> Unable to obtain goal [default] --
> D:\Working\wombat10\geronimo\modules\assembly\maven.xml:566:88:
> <ant:java> Java returned: 1
> com.werken.werkz.UnattainableGoalException: Unable to
> obtain goal [m:default] -- C:\Documents and
> Settings\wmsadmin\.maven\cache\maven-multiproject-plugin 
> -1.4.1\plugin.jelly:218:9:
> <maven:reactor> Reactor subproject failure occurred
>
>
> -Donald
>
> --- Aaron Mulder <am...@alumni.princeton.edu>
> wrote:
>
>> 	Yeah, someone reported this earlier and I'm seeing
>> the same.
>>
>> 	I believe David J checked in some kernel changes,
>> and the
>> packaging plugin needs to be updated to use a
>> version of the kernel that
>> supports those changes.  So we need to build a
>> versioned kernel JAR, put
>> it in the Maven repo, and update the plugin
>> dependency.  I was kind of
>> waiting for David to pop up today to do that, but I
>> guess there's no
>> reason why someone else couldn't.
>>
>> Aaron
>>
>> On Thu, 11 Aug 2005, Jeff Genender wrote:
>>> Someone forget to check in some code?
>>>
>>>
>>
> /Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/ 
> src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206:
>>
>>> cannot resolve symbol
>>> symbol  : method releaseConfigurationManager
>>>
>>
> (org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.Co 
> nfigurationManager)
>>> location: class
>> org.apache.geronimo.kernel.config.ConfigurationUtil
>>>
>>
> ConfigurationUtil.releaseConfigurationManager(kernel,
>>
>>> configurationManager);
>>>
>>
>
>
>
> 		
> ____________________________________________________
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
>
>


Re: Error in HEAD

Posted by Donald Woods <dr...@yahoo.com>.
Could the following build error while trying to deploy
the console that I'm seeing with HEAD (Rev 231499) be
related?  I started with a clean Maven repositry and
reran m:rebuild-all several times on WinXP + Sun142_09
JDK with no luck....

    [java] [DEBUG] Execute:Java13CommandLauncher:
Executing 'C:\j2sdk1.4.2_09\jre\bin\java.exe' with
arguments:
'-ea'
'-jar'
'D:\Working\wombat10\geronimo\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\deployer.jar'
'--user'
'system'
'--password'
'manager'
'distribute'
'C:\Documents and
Settings\wmsadmin/.maven/repository/geronimo/ears/geronimo-console-1.0-SNAPSHOT.ear'

The ' characters around the executable and arguments
are
not part of the command.

    [java]     Error: Operation failed: Syntax error
in deployment plan or no
    [java]     deployer service available (currently I
can't tell the difference):,
    [java]    
moduleFileC:\Temp\deployer40894.tmpdir\geronimo-console-1.0-SNAPSHOT.ear
    [java] 
popping off
org.apache.maven.jelly.MavenJellyContext@1b8fdf2 for
org.apache.maven.jelly.MavenJellyContext@28573f in
geronimo:geronimo-deployment-plugin
popping off
org.apache.maven.jelly.MavenJellyContext@e1fa50 for
org.apache.maven.jelly.MavenJellyContext@1f8aa07 in
geronimo:geronimo-assembly
popping off
org.apache.maven.jelly.MavenJellyContext@164dbd5 for
org.apache.maven.jelly.MavenJellyContext@9cb0f4 in
geronimo:geronimo

BUILD FAILED
File...... C:\Documents and
Settings\wmsadmin\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... 9
Unable to obtain goal [default] --
D:\Working\wombat10\geronimo\modules\assembly\maven.xml:566:88:
<ant:java> Java returned: 1
com.werken.werkz.UnattainableGoalException: Unable to
obtain goal [m:default] -- C:\Documents and
Settings\wmsadmin\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly:218:9:
<maven:reactor> Reactor subproject failure occurred


-Donald

--- Aaron Mulder <am...@alumni.princeton.edu>
wrote:

> 	Yeah, someone reported this earlier and I'm seeing
> the same.
> 
> 	I believe David J checked in some kernel changes,
> and the
> packaging plugin needs to be updated to use a
> version of the kernel that
> supports those changes.  So we need to build a
> versioned kernel JAR, put
> it in the Maven repo, and update the plugin
> dependency.  I was kind of
> waiting for David to pop up today to do that, but I
> guess there's no
> reason why someone else couldn't.
> 
> Aaron
> 
> On Thu, 11 Aug 2005, Jeff Genender wrote:
> > Someone forget to check in some code?
> > 
> >
>
/Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206:
> 
> > cannot resolve symbol
> > symbol  : method releaseConfigurationManager 
> >
>
(org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.ConfigurationManager)
> > location: class
> org.apache.geronimo.kernel.config.ConfigurationUtil
> >             
>
ConfigurationUtil.releaseConfigurationManager(kernel,
> 
> > configurationManager);
> > 
> 



		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

Re: Error in HEAD

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
	Yeah, someone reported this earlier and I'm seeing the same.

	I believe David J checked in some kernel changes, and the
packaging plugin needs to be updated to use a version of the kernel that
supports those changes.  So we need to build a versioned kernel JAR, put
it in the Maven repo, and update the plugin dependency.  I was kind of
waiting for David to pop up today to do that, but I guess there's no
reason why someone else couldn't.

Aaron

On Thu, 11 Aug 2005, Jeff Genender wrote:
> Someone forget to check in some code?
> 
> /Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206: 
> cannot resolve symbol
> symbol  : method releaseConfigurationManager 
> (org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.ConfigurationManager)
> location: class org.apache.geronimo.kernel.config.ConfigurationUtil
>              ConfigurationUtil.releaseConfigurationManager(kernel, 
> configurationManager);
>