Martin,

Thanks for the fix!! :)

Regards,

Brady

-----Original Message-----
From: Martin Ciglan -X (mciglan - PANTHEON TECHNOLOGIES at Cisco) 
<[email protected]<mailto:%22martin%20ciglan%20-x%20%28mciglan%20-%20pantheon%20technologies%20at%20cisco%29%22%20%[email protected]%3e>>
To: Michael Vorburger 
<[email protected]<mailto:michael%20vorburger%20%[email protected]%3e>>
Cc: Brady Allen Johnson 
<[email protected]<mailto:brady%20allen%20johnson%20%[email protected]%3e>>,
 [email protected] 
<[email protected]<mailto:%[email protected]%22%20%[email protected]%3e>>,
 [email protected] 
<[email protected]<mailto:%[email protected]%22%20%[email protected]%3e>>,
 [email protected] <[email protected]<mailto:%[email protected]%22%20%[email protected]%3e>>, 
[email protected] 
<[email protected]<mailto:%[email protected]%22%20%[email protected]%3e>>,
 [email protected] 
<[email protected]<mailto:%[email protected]%22%20%[email protected]%3e>>,
 Viera Zelcamova -X (vzelcamo - PANTHEON TECHNOLOGIES at Cisco) 
<[email protected]<mailto:%22viera%20zelcamova%20-x%20%28vzelcamo%20-%20pantheon%20technologies%20at%20cisco%29%22%20%[email protected]%3e>>
Subject: Re: [genius-dev] Gerrit verify jobs failing due to YangTools error
Date: Tue, 7 Mar 2017 12:49:25 +0000


Hi Michael


Yes, I am adding patches for projects like l2switch, didm, capwap, etc... based 
on grep in autorelease.

So, based on refactoring, communicated in API Freeze waiver some time ago, 
package name starts with org.opendaylight.mdsal.binding

I will add you on review of all of them we've got now. Thanks for help.


Best Regards


     Martin


________________________________
Od: Michael Vorburger <[email protected]>
Odoslané: 7. marca 2017 13:26
Komu: Martin Ciglan -X (mciglan - PANTHEON TECHNOLOGIES at Cisco)
Kópia: Brady Allen Johnson; [email protected]; 
[email protected]; [email protected]; [email protected]; 
[email protected]
Predmet: Re: [genius-dev] Gerrit verify jobs failing due to YangTools error

Martin,

On Tue, Mar 7, 2017 at 12:48 PM, Martin Ciglan -X (mciglan - PANTHEON 
TECHNOLOGIES at Cisco) <[email protected]<mailto:[email protected]>> wrote:

Hi

Fix provided here:

https://git.opendaylight.org/gerrit/#/c/52911/


should projects be applying 
https://git.opendaylight.org/gerrit/#/c/52911/2/pom.xml everywhere now? I'm 
hitting this in a number of pom.xml in a grep of current autorelease master, 
see https://gist.github.com/vorburger/2140b9f5eb39c4e39971b458b1a00958 ... are 
you guys sed/repl'ing them all, or do you want help?




Sorry for inconvenience.


Best Regards


    Martin


________________________________
Od: 
[email protected]<mailto:[email protected]>
 
<[email protected]<mailto:[email protected]>>
 v mene používateľa Brady Allen Johnson 
<[email protected]<mailto:[email protected]>>
Odoslané: 7. marca 2017 12:15
Komu: 
[email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>
Predmet: [release] Gerrit verify jobs failing due to YangTools error


Hello,

SFC verify [0] and merge [1] jobs are failing due to a problem in Yang Tools. 
Here is the exception.


06:26:46 [ERROR] yang-to-sources: Unable to generate sources with 
org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl generator
06:26:46 java.lang.ClassNotFoundException: 
org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
06:26:46        at 
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
06:26:46        at 
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
06:26:46        at 
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
06:26:46        at 
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
06:26:46        at java.lang.Class.forName0(Native Method)
06:26:46        at java.lang.Class.forName(Class.java:264)
06:26:46        at 
org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.getInstance(YangToSourcesProcessor.java:344)
06:26:46        at 
org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.generateSourcesWithOneGenerator(YangToSourcesProcessor.java:299)
06:26:46        at 
org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.generateSources(YangToSourcesProcessor.java:275)
06:26:46        at 
org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.execute(YangToSourcesProcessor.java:96)
06:26:46        at 
org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.conditionalExecute(YangToSourcesProcessor.java:117)
06:26:46        at 
org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesMojo.execute(YangToSourcesMojo.java:121)
06:26:46        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
06:26:46        at 
org.apache.maven.lifecycle.int<http://org.apache.maven.lifecycle.int>ernal.MojoExecutor.execute(MojoExecutor.java:207)
06:26:46        at 
org.apache.maven.lifecycle.int<http://org.apache.maven.lifecycle.int>ernal.MojoExecutor.execute(MojoExecutor.java:153)
06:26:46        at 
org.apache.maven.lifecycle.int<http://org.apache.maven.lifecycle.int>ernal.MojoExecutor.execute(MojoExecutor.java:145)
06:26:46        at 
org.apache.maven.lifecycle.int<http://org.apache.maven.lifecycle.int>ernal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
06:26:46        at 
org.apache.maven.lifecycle.int<http://org.apache.maven.lifecycle.int>ernal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
06:26:46        at 
org.apache.maven.lifecycle.int<http://org.apache.maven.lifecycle.int>ernal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
06:26:46        at 
org.apache.maven.lifecycle.int<http://org.apache.maven.lifecycle.int>ernal.LifecycleStarter.execute(LifecycleStarter.java:128)
06:26:46        at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
06:26:46        at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
06:26:46        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
06:26:46        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
06:26:46        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
06:26:46        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
06:26:46        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:26:46        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:26:46        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:26:46        at java.lang.reflect.Method.invoke(Method.java:498)
06:26:46        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
06:26:46        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
06:26:46        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
06:26:46        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
06:26:46 [ERROR] yang-to-sources: One or more code generators failed, including 
failed list(generatorClass=exception) 
{org.opendaylight.yangtools.ma<http://org.opendaylight.yangtools.ma>ven.sal.api.gen.plugin.CodeGeneratorImpl=java.lang.ClassNotFoundException}




Regards,

Brady

[0] https://git.opendaylight.org/gerrit/#/c/52847/
[1] https://git.opendaylight.org/gerrit/#/c/52874/


_______________________________________________
genius-dev mailing list
[email protected]<mailto:[email protected]>
https://lists.opendaylight.org/mailman/listinfo/genius-dev



_______________________________________________
sfc-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/sfc-dev
  • [sfc-dev] Gerr... Brady Allen Johnson
    • Re: [sfc-... Martin Ciglan -X (mciglan - PANTHEON TECHNOLOGIES at Cisco)
      • Re: [... Michael Vorburger
        • R... Martin Ciglan -X (mciglan - PANTHEON TECHNOLOGIES at Cisco)
          • ... Brady Allen Johnson
            • ... Martin Ciglan -X (mciglan - PANTHEON TECHNOLOGIES at Cisco)

Reply via email to