Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gem-maven-plugin:1.0.8:initialize error #65

Open
adpande opened this issue Feb 20, 2015 · 9 comments
Open

gem-maven-plugin:1.0.8:initialize error #65

adpande opened this issue Feb 20, 2015 · 9 comments

Comments

@adpande
Copy link

adpande commented Feb 20, 2015

Hi,

I am getting the following error when I try to use the gem-maven-plugin in Java 1.8 & jruby 1.7.19.
Not sure what is wrong.

Can you please look into it? Thanks in advance for the help.

[INFO] --- gem-maven-plugin:1.0.8:initialize (default) @ test-jscript ---
[INFO] ERROR: Loading command: install (LoadError)
[INFO] load error: jopenssl/load -- java.lang.ExceptionInInitializerError: null
[INFO] ERROR: While executing gem ... (NoMethodError)
[INFO] undefined method `invoke_with_build_args' for nil:NilClass
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.475 s
[INFO] Finished at: 2015-02-21T03:04:01+05:30
[INFO] Final Memory: 13M/295M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize (default) on project infiblaze-workscript: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize failed: Java returned: 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize (default) on project infiblaze-workscript: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize failed: Java returned: 1
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
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:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:347)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:154)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:582)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize failed: Java returned: 1
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:143)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
Caused by: Java returned: 1
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:111)
at de.saumya.mojo.ruby.script.AntLauncher.doExecute(AntLauncher.java:107)
at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:174)
at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:159)
at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:153)
at de.saumya.mojo.ruby.script.Script.execute(Script.java:81)
at de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:196)
at de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:114)
at de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:102)
at de.saumya.mojo.ruby.gems.GemsInstaller.installPom(GemsInstaller.java:61)
at de.saumya.mojo.gem.AbstractGemMojo.executeJRuby(AbstractGemMojo.java:364)
at de.saumya.mojo.jruby.AbstractJRubyMojo.execute(AbstractJRubyMojo.java:298)
at de.saumya.mojo.gem.AbstractGemMojo.execute(AbstractGemMojo.java:224)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
... 20 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

@mkristian
Copy link
Member

mkristian commented Feb 20, 2015 via email

@adpande
Copy link
Author

adpande commented Feb 21, 2015

Here it is:

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T22:59:23+05:30)
Maven home: /home/abhishek/apache-maven-3.2.5
Java version: 1.8.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-45-generic", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /home/abhishek/apache-maven-3.2.5/conf/settings.xml
[DEBUG] Reading user settings from /home/abhishek/.m2/settings.xml
[DEBUG] Using local repository at /home/abhishek/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/abhishek/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.infiverve.infiblaze:infiblaze-workscript:jar:0.1: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.sonatype.oss:oss-parent:pom:7: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.infiverve.infiblaze:infiblaze-workscript:jar:0.1
[DEBUG] Tasks: [initialize]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Project - infiblaze-workscript 0.1
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: com.infiverve.infiblaze:infiblaze-workscript:0.1
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, releases+snapshots), rubygems-release (http://rubygems-proxy.torquebox.org/releases, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce (enforce-maven)
[DEBUG] Style: Regular
[DEBUG] Configuration:

${enforcer.fail}
${enforcer.failFast}
${enforcer.ignoreCache}
${project}


(,2.1.0),(2.1.0,2.2.0),(2.2.0,)
Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.


${session}
${enforcer.skip}

[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: de.saumya.mojo:gem-maven-plugin:1.0.8:initialize (default)
[DEBUG] Style: Regular
[DEBUG] Configuration:

${args}
${gem.binDirectory}
${dummyExpression}
${gem.home}
${gem.path}
${gem.useSystem}
${gem.includeGemsInResources}
${gem.iincludeLibDirectoryInResources}
${gem.includeOpenSSL}
${gem.includeRubygemsInResources}
${gem.includeRubygemsInTestResources}
${gem.installRDoc}
${gem.installRI}
${jruby.fork}
${jruby.jvmargs}
${jruby.switches}
${jruby.verbose}
${jruby.version}
${jruby.launchDirectory}
${jruby.lib}

${plugin}
${project}
${jruby.sourceDirectory}
${gem.supportNative}

[DEBUG] =======================================================================
[DEBUG] Could not find metadata rubygems:sass/maven-metadata.xml in local (/home/abhishek/.m2/repository)
[DEBUG] Failure to find rubygems:sass/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:sass/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Failure to find rubygems:sass/maven-metadata.xml in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:sass/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata rubygems:rake/maven-metadata.xml in local (/home/abhishek/.m2/repository)
[DEBUG] Failure to find rubygems:rake/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:rake/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Failure to find rubygems:rake/maven-metadata.xml in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:rake/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata rubygems:chunky_png/maven-metadata.xml in local (/home/abhishek/.m2/repository)
[DEBUG] Failure to find rubygems:chunky_png/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:chunky_png/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Failure to find rubygems:chunky_png/maven-metadata.xml in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:chunky_png/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata rubygems:fssm/maven-metadata.xml in local (/home/abhishek/.m2/repository)
[DEBUG] Failure to find rubygems:fssm/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:fssm/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Failure to find rubygems:fssm/maven-metadata.xml in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
[DEBUG] Skipped remote request for rubygems:fssm/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2, ConflictMarker.markTime=0, ConflictMarker.nodeCount=375, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7, ConflictResolver.conflictItemCount=318, DefaultDependencyCollector.collectTime=209, DefaultDependencyCollector.transformTime=13}
[DEBUG] com.infiverve.infiblaze:infiblaze-workscript:jar:0.1
[DEBUG] io.vertx:vertx-core:jar:2.1.5:provided
[DEBUG] org.slf4j:slf4j-api:jar:1.6.2:provided
[DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.2.2:provided
[DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.2.2:provided
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.2.2:provided
[DEBUG] io.netty:netty-all:jar:4.0.21.Final:provided
[DEBUG] log4j:log4j:jar:1.2.16:provided
[DEBUG] io.vertx:vertx-platform:jar:2.1.5:provided
[DEBUG] io.vertx:vertx-hazelcast:jar:2.1.5:provided
[DEBUG] com.hazelcast:hazelcast:jar:3.2.3:provided
[DEBUG] net.sourceforge.findbugs:annotations:jar:1.3.2:provided
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] io.vertx:testtools:jar:2.0.3-final:test
[DEBUG] org.apache.directory.server:apacheds-protocol-dns:jar:1.5.7:test
[DEBUG] org.apache.directory.server:apacheds-i18n:jar:1.5.7:test
[DEBUG] org.apache.directory.server:apacheds-core-jndi:jar:1.5.7:test
[DEBUG] org.apache.directory.server:apacheds-core:jar:1.5.7:test
[DEBUG] org.apache.directory.server:apacheds-core-api:jar:1.5.7:test
[DEBUG] org.apache.directory.server:apacheds-core-entry:jar:1.5.7:test
[DEBUG] org.apache.directory.server:apacheds-core-constants:jar:1.5.7:test
[DEBUG] org.apache.directory.server:apacheds-utils:jar:1.5.7:test
[DEBUG] bouncycastle:bcprov-jdk15:jar:140:test
[DEBUG] org.apache.directory.server:apacheds-protocol-shared:jar:1.5.7:test
[DEBUG] org.apache.mina:mina-core:jar:2.0.0-RC1:test
[DEBUG] org.apache.directory.shared:shared-ldap:jar:0.9.19:test
[DEBUG] commons-lang:commons-lang:jar:2.4:test
[DEBUG] commons-collections:commons-collections:jar:3.2.1:test
[DEBUG] org.apache.directory.shared:shared-i18n:jar:0.9.19:test
[DEBUG] antlr:antlr:jar:2.7.7:test
[DEBUG] org.apache.directory.shared:shared-ldap-schema:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-ldap-schema-loader:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-ldap-schema-manager:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-cursor:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-ldap-jndi:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-asn1-codec:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-asn1:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-ldap-constants:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-ldap-converter:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-ldap-schema-dao:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-ldif:jar:0.9.19:test
[DEBUG] org.apache.directory.shared:shared-dsml-parser:jar:0.9.19:test
[DEBUG] dom4j:dom4j:jar:1.6.1:test
[DEBUG] xml-apis:xml-apis:jar:1.0.b2:test
[DEBUG] xpp3:xpp3:jar:1.1.4c:test
[DEBUG] org.jruby:jruby-complete:jar:1.7.19:compile
[DEBUG] org.scala-lang:scala-library:jar:2.10.4:compile
[DEBUG] com.typesafe.akka:akka-actor_2.10:jar:2.3.7:compile
[DEBUG] org.mapdb:mapdb:jar:1.0.6:compile
[DEBUG] org.json:json:jar:20141113:compile
[DEBUG] com.typesafe:config:jar:1.2.1:compile
[DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.51:compile
[DEBUG] rubygems:compass:gem:0.12.2:compile
[DEBUG] rubygems:sass:gem:3.4.12:compile
[DEBUG] rubygems:chunky_png:gem:1.3.4:compile
[DEBUG] rubygems:fssm:gem:0.2.10:compile
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ infiblaze-workscript ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=100, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=32, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=90, DefaultDependencyCollector.collectTime=43, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0:
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
[DEBUG] commons-lang:commons-lang:jar:2.3:compile
[DEBUG] org.apache.maven.enforcer:enforcer-api:jar:1.0:compile
[DEBUG] org.apache.maven.enforcer:enforcer-rules:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
[DEBUG] org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:test
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:test
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0
[DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8
[DEBUG] Included: commons-lang:commons-lang:jar:2.3
[DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:1.0
[DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:1.0
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.2
[DEBUG] Included: org.beanshell:bsh:jar:2.0b4
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:3.8.2
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1
[DEBUG] Excluded: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce' with basic configurator -->
DEBUG fail = true
DEBUG failFast = false
DEBUG ignoreCache = false
DEBUG project = MavenProject: com.infiverve.infiblaze:infiblaze-workscript:0.1 @ /home/abhishek/aaprojects/infiblaze-workscript/pom.xml
DEBUG version = (,2.1.0),(2.1.0,2.2.0),(2.2.0,)
DEBUG message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.
DEBUG rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@677dbd89]
DEBUG session = org.apache.maven.execution.MavenSession@fff25f1
DEBUG skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Detected Maven Version: 3.2.5
[DEBUG] Detected Maven Version: 3.2.5 is allowed in the range (,2.1.0),(2.1.0,2.2.0),(2.2.0,).
[INFO]
[INFO] --- gem-maven-plugin:1.0.8:initialize (default) @ infiblaze-workscript ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=79, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=32, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=46, DefaultDependencyCollector.transformTime=1}
[DEBUG] de.saumya.mojo:gem-maven-plugin:jar:1.0.8:
[DEBUG] de.saumya.mojo:jruby-maven-plugin:jar:1.0.8:compile
[DEBUG] de.saumya.mojo:ruby-tools:jar:1.0.8:compile
[DEBUG] org.apache.ant:ant:jar:1.9.4:compile
[DEBUG] org.apache.ant:ant-launcher:jar:1.9.4:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.2:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:1.0.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.3:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.3:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.1.1:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.1.1:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:2.9.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0.3:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0.3:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0.3:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0.3:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0.3:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0.3:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.11:compile
[DEBUG] org.sonatype.aether:aether-impl:jar:1.11:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.11:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.11:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.3:compile
[DEBUG] Created new class realm plugin>de.saumya.mojo:gem-maven-plugin:1.0.8
[DEBUG] Importing foreign packages into class realm plugin>de.saumya.mojo:gem-maven-plugin:1.0.8
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>de.saumya.mojo:gem-maven-plugin:1.0.8
[DEBUG] Included: de.saumya.mojo:gem-maven-plugin:jar:1.0.8
[DEBUG] Included: de.saumya.mojo:jruby-maven-plugin:jar:1.0.8
[DEBUG] Included: de.saumya.mojo:ruby-tools:jar:1.0.8
[DEBUG] Included: org.apache.ant:ant:jar:1.9.4
[DEBUG] Included: org.apache.ant:ant-launcher:jar:1.9.4
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:1.2
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:1.0.1
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.1.1
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:2.9.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.11
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.6
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.3
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.3
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.1.1
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0.3
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.3
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0.3
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0.3
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0.3
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0.3
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.11
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.11
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.11
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.3
[DEBUG] Configuring mojo de.saumya.mojo:gem-maven-plugin:1.0.8:initialize from plugin realm ClassRealm[plugin>de.saumya.mojo:gem-maven-plugin:1.0.8, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'de.saumya.mojo:gem-maven-plugin:1.0.8:initialize' with basic configurator -->
DEBUG classRealm = org.codehaus.classworlds.ClassRealmAdapter@b0964b2
DEBUG gemHome = /home/abhishek/aaprojects/infiblaze-workscript/target/rubygems
DEBUG gemPath = /home/abhishek/aaprojects/infiblaze-workscript/target/rubygems
DEBUG gemUseSystem = false
DEBUG includeLibDirectoryInResources = false
DEBUG includeOpenSSL = true
DEBUG includeRubygemsInResources = false
DEBUG includeRubygemsInTestResources = true
DEBUG installRDoc = false
DEBUG installRI = false
DEBUG jrubyFork = true
DEBUG jrubyVerbose = false
DEBUG launchDirectory = /home/abhishek/aaprojects/infiblaze-workscript
DEBUG libDirectory = /home/abhishek/aaprojects/infiblaze-workscript/lib
DEBUG localRepository = id: local
url: file:///home/abhishek/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]

DEBUG plugin = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.InstallMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:install'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.ProcessResourcesMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:process-resources'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.PackageMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:package'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.ExecMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:exec'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.GemMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:gem'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.SetsMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:sets'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.PushMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:push'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.PomMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:pom'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.IrbMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:irb'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.GenerateResourcesMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:generate-resources'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.HelpMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.InitializeMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:initialize'

role: 'org.apache.maven.plugin.Mojo', implementation: 'de.saumya.mojo.gem.GemifyMojo', role hint: 'de.saumya.mojo:gem-maven-plugin:1.0.8:gemify'

DEBUG project = MavenProject: com.infiverve.infiblaze:infiblaze-workscript:0.1 @ /home/abhishek/aaprojects/infiblaze-workscript/pom.xml
DEBUG rubySourceDirectory = /home/abhishek/aaprojects/infiblaze-workscript/src/main/ruby
DEBUG supportNative = false
[DEBUG] -- end configuration --
[DEBUG] java classpath : /home/abhishek/aaprojects/infiblaze-workscript/target/test-classes:/home/abhishek/aaprojects/infiblaze-workscript/target/classes:/home/abhishek/.m2/repository/io/vertx/vertx-core/2.1.5/vertx-core-2.1.5.jar:/home/abhishek/.m2/repository/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar:/home/abhishek/.m2/repository/io/netty/netty-all/4.0.21.Final/netty-all-4.0.21.Final.jar:/home/abhishek/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/home/abhishek/.m2/repository/io/vertx/vertx-platform/2.1.5/vertx-platform-2.1.5.jar:/home/abhishek/.m2/repository/io/vertx/vertx-hazelcast/2.1.5/vertx-hazelcast-2.1.5.jar:/home/abhishek/.m2/repository/com/hazelcast/hazelcast/3.2.3/hazelcast-3.2.3.jar:/home/abhishek/.m2/repository/net/sourceforge/findbugs/annotations/1.3.2/annotations-1.3.2.jar:/home/abhishek/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/abhishek/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/abhishek/.m2/repository/io/vertx/testtools/2.0.3-final/testtools-2.0.3-final.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-protocol-dns/1.5.7/apacheds-protocol-dns-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-i18n/1.5.7/apacheds-i18n-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-jndi/1.5.7/apacheds-core-jndi-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core/1.5.7/apacheds-core-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-api/1.5.7/apacheds-core-api-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-entry/1.5.7/apacheds-core-entry-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-constants/1.5.7/apacheds-core-constants-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-utils/1.5.7/apacheds-utils-1.5.7.jar:/home/abhishek/.m2/repository/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-protocol-shared/1.5.7/apacheds-protocol-shared-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/mina/mina-core/2.0.0-RC1/mina-core-2.0.0-RC1.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap/0.9.19/shared-ldap-0.9.19.jar:/home/abhishek/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/home/abhishek/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-i18n/0.9.19/shared-i18n-0.9.19.jar:/home/abhishek/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema/0.9.19/shared-ldap-schema-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-loader/0.9.19/shared-ldap-schema-loader-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-manager/0.9.19/shared-ldap-schema-manager-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-cursor/0.9.19/shared-cursor-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-jndi/0.9.19/shared-ldap-jndi-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-asn1-codec/0.9.19/shared-asn1-codec-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-asn1/0.9.19/shared-asn1-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-constants/0.9.19/shared-ldap-constants-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-converter/0.9.19/shared-ldap-converter-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-dao/0.9.19/shared-ldap-schema-dao-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldif/0.9.19/shared-ldif-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-dsml-parser/0.9.19/shared-dsml-parser-0.9.19.jar:/home/abhishek/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/abhishek/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/abhishek/.m2/repository/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar:/home/abhishek/.m2/repository/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.jar:/home/abhishek/.m2/repository/com/typesafe/akka/akka-actor_2.10/2.3.7/akka-actor_2.10-2.3.7.jar:/home/abhishek/.m2/repository/org/mapdb/mapdb/1.0.6/mapdb-1.0.6.jar:/home/abhishek/.m2/repository/org/json/json/20141113/json-20141113.jar:/home/abhishek/.m2/repository/com/typesafe/config/1.2.1/config-1.2.1.jar:/home/abhishek/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
[DEBUG] environment :
[DEBUG] JARS_SKIP => true
[DEBUG] GEM_PATH => /home/abhishek/aaprojects/infiblaze-workscript/target/rubygems
[DEBUG] GEM_HOME => /home/abhishek/aaprojects/infiblaze-workscript/target/rubygems
[DEBUG] JBUNDLE_SKIP => true
[DEBUG] Executing '/usr/lib/jvm/java-8-oracle/jre/bin/java' with arguments:
'-cp'
'/home/abhishek/aaprojects/infiblaze-workscript/target/test-classes:/home/abhishek/aaprojects/infiblaze-workscript/target/classes:/home/abhishek/.m2/repository/io/vertx/vertx-core/2.1.5/vertx-core-2.1.5.jar:/home/abhishek/.m2/repository/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar:/home/abhishek/.m2/repository/io/netty/netty-all/4.0.21.Final/netty-all-4.0.21.Final.jar:/home/abhishek/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/home/abhishek/.m2/repository/io/vertx/vertx-platform/2.1.5/vertx-platform-2.1.5.jar:/home/abhishek/.m2/repository/io/vertx/vertx-hazelcast/2.1.5/vertx-hazelcast-2.1.5.jar:/home/abhishek/.m2/repository/com/hazelcast/hazelcast/3.2.3/hazelcast-3.2.3.jar:/home/abhishek/.m2/repository/net/sourceforge/findbugs/annotations/1.3.2/annotations-1.3.2.jar:/home/abhishek/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/abhishek/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/abhishek/.m2/repository/io/vertx/testtools/2.0.3-final/testtools-2.0.3-final.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-protocol-dns/1.5.7/apacheds-protocol-dns-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-i18n/1.5.7/apacheds-i18n-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-jndi/1.5.7/apacheds-core-jndi-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core/1.5.7/apacheds-core-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-api/1.5.7/apacheds-core-api-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-entry/1.5.7/apacheds-core-entry-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-constants/1.5.7/apacheds-core-constants-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-utils/1.5.7/apacheds-utils-1.5.7.jar:/home/abhishek/.m2/repository/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-protocol-shared/1.5.7/apacheds-protocol-shared-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/mina/mina-core/2.0.0-RC1/mina-core-2.0.0-RC1.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap/0.9.19/shared-ldap-0.9.19.jar:/home/abhishek/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/home/abhishek/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-i18n/0.9.19/shared-i18n-0.9.19.jar:/home/abhishek/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema/0.9.19/shared-ldap-schema-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-loader/0.9.19/shared-ldap-schema-loader-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-manager/0.9.19/shared-ldap-schema-manager-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-cursor/0.9.19/shared-cursor-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-jndi/0.9.19/shared-ldap-jndi-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-asn1-codec/0.9.19/shared-asn1-codec-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-asn1/0.9.19/shared-asn1-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-constants/0.9.19/shared-ldap-constants-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-converter/0.9.19/shared-ldap-converter-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-dao/0.9.19/shared-ldap-schema-dao-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldif/0.9.19/shared-ldif-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-dsml-parser/0.9.19/shared-dsml-parser-0.9.19.jar:/home/abhishek/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/abhishek/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/abhishek/.m2/repository/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar:/home/abhishek/.m2/repository/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.jar:/home/abhishek/.m2/repository/com/typesafe/akka/akka-actor_2.10/2.3.7/akka-actor_2.10-2.3.7.jar:/home/abhishek/.m2/repository/org/mapdb/mapdb/1.0.6/mapdb-1.0.6.jar:/home/abhishek/.m2/repository/org/json/json/20141113/json-20141113.jar:/home/abhishek/.m2/repository/com/typesafe/config/1.2.1/config-1.2.1.jar:/home/abhishek/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar'
'-client'
'-Xmx384m'
'org.jruby.Main'
'-e'
'load('jar:file:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/bin/gem')'
'--'
'install'
'--ignore-dependencies'
'--no-rdoc'
'--no-ri'
'--no-user-install'
'--no-verbose'
'/home/abhishek/.m2/repository/rubygems/compass/0.12.2/compass-0.12.2.gem'
'/home/abhishek/.m2/repository/rubygems/sass/3.4.12/sass-3.4.12.gem'
'/home/abhishek/.m2/repository/rubygems/chunky_png/1.3.4/chunky_png-1.3.4.gem'
'/home/abhishek/.m2/repository/rubygems/fssm/0.2.10/fssm-0.2.10.gem'
'--bindir'
'/home/abhishek/aaprojects/infiblaze-workscript/target/rubygems/bin'

The ' characters around the executable and arguments are
not part of the command.
[DEBUG] Setting environment variable: JARS_SKIP=true
[DEBUG] Setting environment variable: GEM_PATH=/home/abhishek/aaprojects/infiblaze-workscript/target/rubygems
[DEBUG] Setting environment variable: GEM_HOME=/home/abhishek/aaprojects/infiblaze-workscript/target/rubygems
[DEBUG] Setting environment variable: JBUNDLE_SKIP=true
[DEBUG] Execute:Java13CommandLauncher: Executing '/usr/lib/jvm/java-8-oracle/jre/bin/java' with arguments:
'-cp'
'/home/abhishek/aaprojects/infiblaze-workscript/target/test-classes:/home/abhishek/aaprojects/infiblaze-workscript/target/classes:/home/abhishek/.m2/repository/io/vertx/vertx-core/2.1.5/vertx-core-2.1.5.jar:/home/abhishek/.m2/repository/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar:/home/abhishek/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar:/home/abhishek/.m2/repository/io/netty/netty-all/4.0.21.Final/netty-all-4.0.21.Final.jar:/home/abhishek/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/home/abhishek/.m2/repository/io/vertx/vertx-platform/2.1.5/vertx-platform-2.1.5.jar:/home/abhishek/.m2/repository/io/vertx/vertx-hazelcast/2.1.5/vertx-hazelcast-2.1.5.jar:/home/abhishek/.m2/repository/com/hazelcast/hazelcast/3.2.3/hazelcast-3.2.3.jar:/home/abhishek/.m2/repository/net/sourceforge/findbugs/annotations/1.3.2/annotations-1.3.2.jar:/home/abhishek/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/abhishek/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/abhishek/.m2/repository/io/vertx/testtools/2.0.3-final/testtools-2.0.3-final.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-protocol-dns/1.5.7/apacheds-protocol-dns-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-i18n/1.5.7/apacheds-i18n-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-jndi/1.5.7/apacheds-core-jndi-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core/1.5.7/apacheds-core-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-api/1.5.7/apacheds-core-api-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-entry/1.5.7/apacheds-core-entry-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-core-constants/1.5.7/apacheds-core-constants-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-utils/1.5.7/apacheds-utils-1.5.7.jar:/home/abhishek/.m2/repository/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140.jar:/home/abhishek/.m2/repository/org/apache/directory/server/apacheds-protocol-shared/1.5.7/apacheds-protocol-shared-1.5.7.jar:/home/abhishek/.m2/repository/org/apache/mina/mina-core/2.0.0-RC1/mina-core-2.0.0-RC1.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap/0.9.19/shared-ldap-0.9.19.jar:/home/abhishek/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/home/abhishek/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-i18n/0.9.19/shared-i18n-0.9.19.jar:/home/abhishek/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema/0.9.19/shared-ldap-schema-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-loader/0.9.19/shared-ldap-schema-loader-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-manager/0.9.19/shared-ldap-schema-manager-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-cursor/0.9.19/shared-cursor-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-jndi/0.9.19/shared-ldap-jndi-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-asn1-codec/0.9.19/shared-asn1-codec-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-asn1/0.9.19/shared-asn1-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-constants/0.9.19/shared-ldap-constants-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-converter/0.9.19/shared-ldap-converter-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldap-schema-dao/0.9.19/shared-ldap-schema-dao-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-ldif/0.9.19/shared-ldif-0.9.19.jar:/home/abhishek/.m2/repository/org/apache/directory/shared/shared-dsml-parser/0.9.19/shared-dsml-parser-0.9.19.jar:/home/abhishek/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/abhishek/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/abhishek/.m2/repository/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar:/home/abhishek/.m2/repository/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.jar:/home/abhishek/.m2/repository/com/typesafe/akka/akka-actor_2.10/2.3.7/akka-actor_2.10-2.3.7.jar:/home/abhishek/.m2/repository/org/mapdb/mapdb/1.0.6/mapdb-1.0.6.jar:/home/abhishek/.m2/repository/org/json/json/20141113/json-20141113.jar:/home/abhishek/.m2/repository/com/typesafe/config/1.2.1/config-1.2.1.jar:/home/abhishek/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar'
'-client'
'-Xmx384m'
'org.jruby.Main'
'-e'
'load('jar:file:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/bin/gem')'
'--'
'install'
'--ignore-dependencies'
'--no-rdoc'
'--no-ri'
'--no-user-install'
'--no-verbose'
'/home/abhishek/.m2/repository/rubygems/compass/0.12.2/compass-0.12.2.gem'
'/home/abhishek/.m2/repository/rubygems/sass/3.4.12/sass-3.4.12.gem'
'/home/abhishek/.m2/repository/rubygems/chunky_png/1.3.4/chunky_png-1.3.4.gem'
'/home/abhishek/.m2/repository/rubygems/fssm/0.2.10/fssm-0.2.10.gem'
'--bindir'
'/home/abhishek/aaprojects/infiblaze-workscript/target/rubygems/bin'

The ' characters around the executable and arguments are
not part of the command.
[INFO] ERROR: Loading command: install (LoadError)
[INFO] load error: jopenssl/load -- java.lang.ExceptionInInitializerError: null
[INFO] ERROR: While executing gem ... (NoMethodError)
[INFO] undefined method `invoke_with_build_args' for nil:NilClass
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.101 s
[INFO] Finished at: 2015-02-21T11:32:31+05:30
[INFO] Final Memory: 11M/295M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize (default) on project infiblaze-workscript: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize failed: Java returned: 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize (default) on project infiblaze-workscript: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize failed: Java returned: 1
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
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:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.8:initialize failed: Java returned: 1
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:143)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
Caused by: Java returned: 1
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:111)
at de.saumya.mojo.ruby.script.AntLauncher.doExecute(AntLauncher.java:107)
at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:174)
at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:159)
at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:153)
at de.saumya.mojo.ruby.script.Script.execute(Script.java:81)
at de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:196)
at de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:114)
at de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:102)
at de.saumya.mojo.ruby.gems.GemsInstaller.installPom(GemsInstaller.java:61)
at de.saumya.mojo.gem.AbstractGemMojo.executeJRuby(AbstractGemMojo.java:364)
at de.saumya.mojo.jruby.AbstractJRubyMojo.execute(AbstractJRubyMojo.java:298)
at de.saumya.mojo.gem.AbstractGemMojo.execute(AbstractGemMojo.java:224)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
... 20 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

@mkristian
Copy link
Member

can not reproduce it - it works for me. well, on your side you can see if older jrubies work for you. just call maven with
mvn -Djruby.version=1.7.18
plus your usual arguments. 1.7.12 was a "good" release too, in between there were some regressions.

BUT for me to continue remote debugging with you. could you post the output of

JARS_SKIP=true JBUNDLER_SKIP=true GEM_HOME=target GEM_PATH=target java -Djruby.openssl.debug=true -Djruby.backtrace.style=raw -cp /home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar org.jruby.Main -e 'load("jar:file:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/bin/gem")' -- install --ignore-dependencies --no-rdoc --no-ri --no-user-install --debug /home/abhishek/.m2/repository/rubygems/compass/0.12.2/compass-0.12.2.gem

that should give me the java stack trace to the java.lang.ExceptionInInitializerError

@adpande
Copy link
Author

adpande commented Feb 23, 2015

Hello Christian. Here is the output. Really appreciate your help:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.701 s
[INFO] Finished at: 2015-02-23T10:50:59+05:30
[INFO] Final Memory: 11M/234M
[INFO] ------------------------------------------------------------------------
[ERROR] Error resolving version for plugin 'load("jar:file' from the repositories [local (/home/abhishek/.m2/repository), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository -> [Help 1]
org.apache.maven.plugin.version.PluginVersionResolutionException: Error resolving version for plugin 'load("jar:file' from the repositories [local (/home/abhishek/.m2/repository), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository
at org.apache.maven.plugin.version.internal.DefaultPluginVersionResolver.selectVersion(DefaultPluginVersionResolver.java:236)
at org.apache.maven.plugin.version.internal.DefaultPluginVersionResolver.resolveFromRepository(DefaultPluginVersionResolver.java:148)
at org.apache.maven.plugin.version.internal.DefaultPluginVersionResolver.resolve(DefaultPluginVersionResolver.java:96)
at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.resolvePluginVersion(MojoDescriptorCreator.java:275)
at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor(MojoDescriptorCreator.java:230)
at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:103)
at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:83)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:85)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionResolutionException

@mkristian
Copy link
Member

@adpande I think you executed the last command via maven. it was meant without maven - just tried to use the path to you local repo (hope I got it right)

GEM_HOME=target GEM_PATH=target java -Djruby.openssl.debug=true -Djruby.backtrace.style=raw -cp /home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar org.jruby.Main -e 'load("jar:file:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/bin/gem")' -- install --ignore-dependencies --no-rdoc --no-ri --no-user-install --debug /home/abhishek/.m2/repository/rubygems/compass/0.12.2/compass-0.12.2.gem

@adpande
Copy link
Author

adpande commented Mar 2, 2015

Hi Christian, Sorry for the delay. Here is the stack trace you requested.

git:(master) ✗ GEM_HOME=target GEM_PATH=target java -Djruby.openssl.debug=true -Djruby.backtrace.style=raw -cp /home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar org.jruby.Main -e 'load("jar:file:/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/bin/gem")' -- install --ignore-dependencies --no-rdoc --no-ri --no-user-install --debug /home/abhishek/.m2/repository/rubygems/compass/0.12.2/compass-0.12.2.gem
java.lang.SecurityException: JCE cannot authenticate the provider BC
at javax.crypto.Cipher.getInstance(Cipher.java:652)
at org.jruby.ext.openssl.SecurityHelper.getCipher(SecurityHelper.java:348)
at org.jruby.ext.openssl.SecurityHelper.getCipher(SecurityHelper.java:317)
at org.jruby.ext.openssl.Cipher.getCipher(Cipher.java:321)
at org.jruby.ext.openssl.Cipher.tryCipher(Cipher.java:311)
at org.jruby.ext.openssl.Cipher.getSupportedCiphers(Cipher.java:128)
at org.jruby.ext.openssl.Cipher.isSupportedCipher(Cipher.java:86)
at org.jruby.ext.openssl.Cipher.initialize(Cipher.java:378)
at org.jruby.ext.openssl.Cipher$INVOKER$i$1$0$initialize.call(Cipher$INVOKER$i$1$0$initialize.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrN.call(JavaMethod.java:769)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
at org.jruby.RubyClass.newInstance(RubyClass.java:856)
at org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:297)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
at org.jruby.ast.ConstDeclNode.interpret(ConstDeclNode.java:98)
at org.jruby.ast.IfNode.interpret(IfNode.java:116)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_CLASS(ASTInterpreter.java:103)
at org.jruby.evaluator.ASTInterpreter.evalClassDefinitionBody(ASTInterpreter.java:280)
at org.jruby.ast.ModuleNode.interpret(ModuleNode.java:120)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_2_ensure_2$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_1_rescue_1$RUBY$SYNTHETIC__file__(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:53)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_0_ensure_1$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_2_ensure_2$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_1_rescue_1$RUBY$SYNTHETIC__file__(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:53)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_0_ensure_1$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.IfNode.interpret(IfNode.java:116)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.IfNode.interpret(IfNode.java:116)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.OpElementOneArgOrAsgnNode.interpret(OpElementOneArgOrAsgnNode.java:68)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.CaseNode.interpret(CaseNode.java:138)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
at org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.load(LoadService.java:358)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1095)
at org.jruby.RubyKernel.load19(RubyKernel.java:1087)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.load(LoadService.java:358)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1095)
at org.jruby.RubyKernel.load19(RubyKernel.java:1087)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at ruby.dash_e.file(-e:1)
at ruby.dash_e.load(-e)
at org.jruby.Ruby.runScript(Ruby.java:866)
at org.jruby.Ruby.runScript(Ruby.java:859)
at org.jruby.Ruby.runNormally(Ruby.java:728)
at org.jruby.Ruby.runFromMain(Ruby.java:577)
at org.jruby.Main.doRunFromMain(Main.java:395)
at org.jruby.Main.internalRun(Main.java:290)
at org.jruby.Main.run(Main.java:217)
at org.jruby.Main.main(Main.java:197)
Caused by: java.util.jar.JarException: Class is on the bootclasspath
at javax.crypto.JarVerifier.verify(JarVerifier.java:247)
at javax.crypto.JceSecurity.verifyProviderJar(JceSecurity.java:160)
at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:186)
at javax.crypto.Cipher.getInstance(Cipher.java:648)
... 268 more
java.lang.IllegalStateException: java.lang.NullPointerException
at org.jruby.ext.openssl.SecurityHelper.newInstance(SecurityHelper.java:641)
at org.jruby.ext.openssl.SecurityHelper.getCipherInternal(SecurityHelper.java:382)
at org.jruby.ext.openssl.SecurityHelper.getCipher(SecurityHelper.java:332)
at org.jruby.ext.openssl.Cipher.getCipher(Cipher.java:321)
at org.jruby.ext.openssl.Cipher.tryCipher(Cipher.java:311)
at org.jruby.ext.openssl.Cipher.getSupportedCiphers(Cipher.java:128)
at org.jruby.ext.openssl.Cipher.isSupportedCipher(Cipher.java:86)
at org.jruby.ext.openssl.Cipher.initialize(Cipher.java:378)
at org.jruby.ext.openssl.Cipher$INVOKER$i$1$0$initialize.call(Cipher$INVOKER$i$1$0$initialize.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrN.call(JavaMethod.java:769)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
at org.jruby.RubyClass.newInstance(RubyClass.java:856)
at org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:297)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
at org.jruby.ast.ConstDeclNode.interpret(ConstDeclNode.java:98)
at org.jruby.ast.IfNode.interpret(IfNode.java:116)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_CLASS(ASTInterpreter.java:103)
at org.jruby.evaluator.ASTInterpreter.evalClassDefinitionBody(ASTInterpreter.java:280)
at org.jruby.ast.ModuleNode.interpret(ModuleNode.java:120)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_2_ensure_2$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_1_rescue_1$RUBY$SYNTHETIC__file__(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:53)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_0_ensure_1$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_2_ensure_2$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_1_rescue_1$RUBY$SYNTHETIC__file__(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:53)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.chained_0_ensure_1$RUBY$ensure(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at rubyjit.Kernel$$require_0b2874b41a8c74f782f1470444d0da2a2dc958ca2110121908.file(/home/abhishek/.m2/repository/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.IfNode.interpret(IfNode.java:116)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:917)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:566)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:450)
at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1077)
at org.jruby.RubyKernel.require19(RubyKernel.java:1071)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.IfNode.interpret(IfNode.java:116)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.OpElementOneArgOrAsgnNode.interpret(OpElementOneArgOrAsgnNode.java:68)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.CaseNode.interpret(CaseNode.java:138)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
at org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.load(LoadService.java:358)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1095)
at org.jruby.RubyKernel.load19(RubyKernel.java:1087)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121)
at org.jruby.Ruby.runInterpreter(Ruby.java:893)
at org.jruby.Ruby.loadFile(Ruby.java:2845)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
at org.jruby.runtime.load.LoadService.load(LoadService.java:358)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1095)
at org.jruby.RubyKernel.load19(RubyKernel.java:1087)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
at ruby.dash_e.file(-e:1)
at ruby.dash_e.load(-e)
at org.jruby.Ruby.runScript(Ruby.java:866)
at org.jruby.Ruby.runScript(Ruby.java:859)
at org.jruby.Ruby.runNormally(Ruby.java:728)
at org.jruby.Ruby.runFromMain(Ruby.java:577)
at org.jruby.Main.doRunFromMain(Main.java:395)
at org.jruby.Main.internalRun(Main.java:290)
at org.jruby.Main.run(Main.java:217)
at org.jruby.Main.main(Main.java:197)
Caused by: java.lang.NullPointerException
at javax.crypto.Cipher.(Cipher.java:264)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
at org.jruby.ext.openssl.SecurityHelper.newInstance(SecurityHelper.java:637)
... 268 more
Successfully installed compass-0.12.2
1 gem installed
Exception `Gem::SystemExitException' at java/lang/Thread.java:1552 - Exiting RubyGems with exit_code 0

@mkristian
Copy link
Member

On Mon, Mar 2, 2015 at 9:12 AM, Abhishek Pande notifications@github.com
wrote:

java.lang.SecurityException: JCE cannot authenticate the provider BC

that's it the problem. let's see what can be done ;)

@kjarnet
Copy link

kjarnet commented Aug 22, 2015

Any progress on this? I've got exactly the same problem. I suspected it had something to do with the Netscaler solution at work providing faulty ssl-certificates, but it seems to occur at home as well...

@mkristian
Copy link
Member

per default the plugin inherits the project classpath. in case there is a bouncy-castle dependency on it then it can conflict with the BC version embedded inside jruby-complete.jar

@adpande @kjarnet could you try to set the config addProjectClasspath to false on the plugin's configuration or use -Djruby.addProjectClasspath=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants