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

jcabi-jdbc requires aspectj #63

Closed
cadamsdev opened this issue Dec 16, 2017 · 10 comments
Closed

jcabi-jdbc requires aspectj #63

cadamsdev opened this issue Dec 16, 2017 · 10 comments

Comments

@cadamsdev
Copy link

cadamsdev commented Dec 16, 2017

For my mysql project I can't use jcabi-jdbc as it requires aspectj. For my postgres project I don't get this issue? Why am I getting this? I added jcabi-jdbc-0.16 to my classpath.

For the mysql project I'm not using a dependency manger such as maven or gradle I'm adding it straight to the classpath since the people I'm working with refuse to use one.

For my postgres project I use gradle and have no issues at all with this library.

IMAGE

IMAGE

@0crat
Copy link

0crat commented Dec 16, 2017

@yegor256 please, pay attention to this issue

yegor256 added a commit that referenced this issue Jan 17, 2018
@yegor256
Copy link
Member

@rultor release, tag is 0.17

@rultor
Copy link
Contributor

rultor commented Jan 17, 2018

@rultor release, tag is 0.17

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 17, 2018

@rultor release, tag is 0.17

@nshusa @yegor256 Oops, I failed. You can see the full log here (spent 12min)

	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	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:498)
	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.MojoExecutionException: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "xcop": error=2, No such file or directory
around Ant part ...<apply failonerror="true" executable="xcop">... @ 4:47 in /home/r/repo/target/antrun/build-main.xml
	at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:342)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
Caused by: /home/r/repo/target/antrun/build-main.xml:4: Execute failed: java.io.IOException: Cannot run program "xcop": error=2, No such file or directory
	at org.apache.tools.ant.taskdefs.ExecuteOn.runExec(ExecuteOn.java:489)
	at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	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:498)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:313)
	... 22 more
Caused by: java.io.IOException: Cannot run program "xcop": error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:620)
	at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
	at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
	at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
	at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
	at org.apache.tools.ant.taskdefs.ExecuteOn.runExec(ExecuteOn.java:410)
	... 35 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 41 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/MojoExecutionException
container 89e2c601d764b062db7c796483ffc8fa392de26b0cd0c3f15fc2ce303735c240 is dead
Wed Jan 17 15:16:40 CET 2018

yegor256 added a commit that referenced this issue Jan 17, 2018
@yegor256
Copy link
Member

@rultor release, tag is 0.17

@rultor
Copy link
Contributor

rultor commented Jan 17, 2018

@rultor release, tag is 0.17

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 17, 2018

@rultor release, tag is 0.17

@yegor256 Done! FYI, the full log is here (took me 24min)

@yegor256
Copy link
Member

yegor256 commented Jan 17, 2018

@nshusa try version 0.17 please

@0crat
Copy link

0crat commented Mar 14, 2019

Job gh:jcabi/jcabi-jdbc#63 is not assigned, can't get performer

@0crat
Copy link

0crat commented Mar 14, 2019

This job is not in scope

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

4 participants