Hi, This is fixed in carbon-identity. However the carbon-identity fails due to [1]. As a workaround you may need to build locally.
[1] - [Git] Jenkins does not upload the artifact - amber-0.22.1358727.wso2v4-20140623.200914-6.jar On Tue, Jun 24, 2014 at 2:47 PM, Mohanadarshan Vivekanandalingam <[email protected]> wrote: > Hi Team, > > I am getting below issue, Is it possible to fix it > > [INFO] Command line: > /bin/sh -c cd > /home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen && > /usr/local/jdk1.6.0_38/jre/bin/java -jar > /home/mohan/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110725-1610.jar > -nosplash -application > org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -source > /home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen/target/tmp.1403543424958/featureExtract > -metadataRepository > file:/home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen/target/p2-repo > -metadataRepositoryName wso2cep-profile-gen -artifactRepository > file:/home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen/target/p2-repo > -artifactRepositoryName wso2cep-profile-gen -publishArtifacts > -publishArtifactRepository -compress -append > Generating metadata for .. > Status ERROR: org.eclipse.equinox.p2.artifact.repository code=0 For input > string: "${version" java.lang.NumberFormatException: For input string: > "${version" > > Product publishing ended with the following exception: > java.lang.NumberFormatException: For input string: "${version" > at > java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) > at java.lang.Integer.parseInt(Integer.java:449) > at java.lang.Integer.parseInt(Integer.java:499) > at org.osgi.framework.Version.<init>(Version.java:127) > at org.osgi.framework.Version.parseVersion(Version.java:225) > at > org.eclipse.osgi.service.resolver.VersionRange.<init>(VersionRange.java:87) > at > org.eclipse.osgi.internal.resolver.StateBuilder.getVersionRange(StateBuilder.java:686) > at > org.eclipse.osgi.internal.resolver.StateBuilder.addImportPackages(StateBuilder.java:289) > at > org.eclipse.osgi.internal.resolver.StateBuilder.createImportPackages(StateBuilder.java:268) > at > org.eclipse.osgi.internal.resolver.StateBuilder.createBundleDescription(StateBuilder.java:113) > at > org.eclipse.osgi.internal.resolver.StateObjectFactoryImpl.createBundleDescription(StateObjectFactoryImpl.java:32) > at > org.eclipse.equinox.p2.publisher.eclipse.BundlesAction.createBundleDescription(BundlesAction.java:531) > at > org.eclipse.equinox.p2.publisher.eclipse.BundlesAction.createBundleDescription(BundlesAction.java:546) > at > org.eclipse.equinox.p2.publisher.eclipse.BundlesAction.getBundleDescriptions(BundlesAction.java:846) > at > org.eclipse.equinox.p2.publisher.eclipse.BundlesAction.perform(BundlesAction.java:657) > at > org.eclipse.equinox.p2.publisher.Publisher$ArtifactProcess.run(Publisher.java:207) > at > org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.executeBatch(SimpleArtifactRepository.java:1294) > at org.eclipse.equinox.p2.publisher.Publisher.publish(Publisher.java:231) > at > org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.run(AbstractPublisherApplication.java:283) > at > org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.run(AbstractPublisherApplication.java:253) > at > org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.start(AbstractPublisherApplication.java:315) > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > at > org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(AnyThreadAppLauncher.java:26) > at java.lang.Thread.run(Thread.java:662) > > Product publisher application was executed with the following arguments: > -source > /home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen/target/tmp.1403543424958/featureExtract > -metadataRepository > file:/home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen/target/p2-repo > -metadataRepositoryName > wso2cep-profile-gen > -artifactRepository > file:/home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen/target/p2-repo > -artifactRepositoryName > wso2cep-profile-gen > -publishArtifacts > -publishArtifactRepository > -compress > -append > [ERROR] P2 publisher return code was 1 > org.apache.maven.plugin.MojoFailureException: P2 publisher return code was 1 > at > org.wso2.maven.p2.RepositoryGenMojo.generateRepository(RepositoryGenMojo.java:255) > at > org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:204) > at org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:191) > at > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > 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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) > at > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) > at > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) > at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) > > > It seems you guys not properly defined the property values for > ${version.commons.logging} in some pom files. Can you guys please fix it > asap.. > It is blocker to build our product.. > > > > -- > V. Mohanadarshan > Software Engineer, > Data Technologies Team, > WSO2, Inc. http://wso2.com > lean.enterprise.middleware. > > email: [email protected] > phone:(+94) 771117673 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > -- Thanks, Best Regards, Chamath Gunawardana Technical Lead; WSO2 Inc. Mobile : +94776322240 _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
