You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Rick McGuire <ri...@gmail.com> on 2011/01/18 18:44:57 UTC

New server trunk build error.

I'm getting the following error building the latest trunk.  Where should 
the wsdl generator be coming from?

Rick

[org.apache.geronimo.gbean.runtime.GBeanInstanceState] : GBeanInstanceState for: org.apache.geronimo.configs/uddi-tomcat/3.0-SNAPSHOT/car?configurationName=org.apache.geronimo.configs/uddi-tomcat/3.0-SNAPSHOT/car State changed from running to stopping
[org.apache.geronimo.kernel.config.Configuration] : Stopping configuration org.apache.geronimo.configs/uddi-tomcat/3.0-SNAPSHOT/car
[org.apache.geronimo.gbean.runtime.GBeanInstanceState] : GBeanInstanceState for: org.apache.geronimo.configs/uddi-tomcat/3.0-SNAPSHOT/car?configurationName=org.apache.geronimo.configs/uddi-tomcat/3.0-SNAPSHOT/car State changed from stopping to stopped
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] could not package plugin

Embedded error: Wsdl generator not found
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: could not package plugin
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
         at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
         at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: could not package plugin
         at org.apache.geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:238)
         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
         ... 17 more
Caused by: org.apache.geronimo.common.DeploymentException: Wsdl generator not found
         at org.apache.geronimo.axis2.builder.Axis2Builder.getWsdlGenerator(Axis2Builder.java:193)
         at org.apache.geronimo.axis2.builder.Axis2Builder.initialize(Axis2Builder.java:218)
         at org.apache.geronimo.jaxws.builder.JAXWSServiceBuilder.configurePOJO(JAXWSServiceBuilder.java:183)
         at org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(TomcatModuleBuilder.java:617)
         at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:174)
         at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:716)
         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:250)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:872)
         at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
         at org.apache.geronimo.mavenplugins.car.PackageMojo.invokeDeployer(PackageMojo.java:524)
         at org.apache.geronimo.mavenplugins.car.PackageMojo.buildPackage(PackageMojo.java:340)
         at org.apache.geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:235)
         ... 19 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 92 minutes 51 seconds
[INFO] Finished at: Tue Jan 18 11:27:33 EST 2011
[INFO] Final Memory: 490M/989M
[INFO] ------------------------------------------------------------------------



Re: New server trunk build error.

Posted by Shenghao Fang <mi...@gmail.com>.
Resolved. Thx.

2011/1/19 Shawn Jiang <ge...@gmail.com>

>  you need to rebuild tomcat7 plugins to pull following fix.
>
> Author: rwonly
> Date: Wed Jan 19 03:08:10 2011
> New Revision: 1060665
>
> URL: http://svn.apache.org/viewvc?rev=1060665&view=rev
> Log:
> revert the changes in 1060171, and will try a new approach.
>
> On Wed, Jan 19, 2011 at 5:26 PM, Shenghao Fang <michael1224.fang@gmail.com
> > wrote:
>
>> Hi,
>>
>> I got the same error on revision 1060723. Could anyone help with this?
>> Thanks.
>>
>> Michael Fang
>>
>> 2011/1/19 Kevan Miller <ke...@gmail.com>
>>
>>
>>> On Jan 18, 2011, at 12:44 PM, Rick McGuire wrote:
>>>
>>> > I'm getting the following error building the latest trunk.  Where
>>> should the wsdl generator be coming from?
>>>
>>> I built trunk, earlier today without a problem. My revision number is
>>> 1060171.
>>>
>>> --kevan
>>
>>
>>
>
>
> --
> Shawn
>

Re: New server trunk build error.

Posted by Shawn Jiang <ge...@gmail.com>.
 you need to rebuild tomcat7 plugins to pull following fix.

Author: rwonly
Date: Wed Jan 19 03:08:10 2011
New Revision: 1060665

URL: http://svn.apache.org/viewvc?rev=1060665&view=rev
Log:
revert the changes in 1060171, and will try a new approach.

On Wed, Jan 19, 2011 at 5:26 PM, Shenghao Fang
<mi...@gmail.com>wrote:

> Hi,
>
> I got the same error on revision 1060723. Could anyone help with this?
> Thanks.
>
> Michael Fang
>
> 2011/1/19 Kevan Miller <ke...@gmail.com>
>
>
>> On Jan 18, 2011, at 12:44 PM, Rick McGuire wrote:
>>
>> > I'm getting the following error building the latest trunk.  Where should
>> the wsdl generator be coming from?
>>
>> I built trunk, earlier today without a problem. My revision number is
>> 1060171.
>>
>> --kevan
>
>
>


-- 
Shawn

Re: New server trunk build error.

Posted by Shenghao Fang <mi...@gmail.com>.
Hi,

I got the same error on revision 1060723. Could anyone help with this?
Thanks.

Michael Fang

2011/1/19 Kevan Miller <ke...@gmail.com>

>
> On Jan 18, 2011, at 12:44 PM, Rick McGuire wrote:
>
> > I'm getting the following error building the latest trunk.  Where should
> the wsdl generator be coming from?
>
> I built trunk, earlier today without a problem. My revision number is
> 1060171.
>
> --kevan

Re: New server trunk build error.

Posted by Kevan Miller <ke...@gmail.com>.
On Jan 18, 2011, at 12:44 PM, Rick McGuire wrote:

> I'm getting the following error building the latest trunk.  Where should the wsdl generator be coming from?

I built trunk, earlier today without a problem. My revision number is 1060171.

--kevan