You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
When trying to build rabbitmq-java-client I get the error below. I see there was a similar issue in 2016, I cloned the project linked to no avail.
Any idea how I resolve?
File "C:\packages\rabbitmq-java-client/codegen.py", line 24, in <module> from amqp_codegen import * ImportError: No module named 'amqp_codegen' ------------------------------------------------------------------------ BUILD FAILURE ------------------------------------------------------------------------ Total time: 3.660 s Finished at: 2022-06-15T14:09:21+01:00 ------------------------------------------------------------------------ Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (generate-amqp-sources) on project amqp-client: Execution generate-amqp-sources of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: org.apache.maven.plugin.MojoExecutionException: Failed to generate C:\packages\rabbitmq-java-client\target/generated-sources/src/main/java/com/rabbitmq/client/AMQP.java with command: python C:\packages\rabbitmq-java-client/codegen.py header C:\packages\rabbitmq-java-client/deps/rabbitmq_codegen/amqp-rabbitmq-0.9.1.json C:\packages\rabbitmq-java-client\target/generated-sources/src/main/java/com/rabbitmq/client/AMQP.java -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (generate-amqp-sources) on project amqp-client: Execution generate-amqp-sources of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: org.apache.maven.plugin.MojoExecutionException: Failed to generate C:\packages\rabbitmq-java-client\target/generated-sources/src/main/java/com/rabbitmq/client/AMQP.java with command: python C:\packages\rabbitmq-java-client/codegen.py header C:\packages\rabbitmq-java-client/deps/rabbitmq_codegen/amqp-rabbitmq-0.9.1.json C:\packages\rabbitmq-java-client\target/generated-sources/src/main/java/com/rabbitmq/client/AMQP.java
Luke Bakken
unread,
Jun 15, 2022, 9:25:32 AM6/15/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hello,
It's helpful to report what version of Java you are using, and what command you ran. Based on the output, I'm guessing you did not run make deps