Jon Haddad created CASSANDRASC-120:
--------------------------------------
Summary: Improve packaging by properly supporting distZip
Key: CASSANDRASC-120
URL: https://issues.apache.org/jira/browse/CASSANDRASC-120
Project: Sidecar for Apache Cassandra
Issue Type: Bug
Reporter: Jon Haddad
The Gradle application plugin is used in the project meaning we should be able
to do distZip, distTar, and installDist. We can run them, but the artifacts
generated fail to start, throwing errors about jolokia:
{noformat}
build/install/cassandra-sidecar on trunk on
❯ bin/cassandra-sidecar
Error opening zip file or JAR manifest missing :
/Users/jhaddad/dev/cassandra-sidecar/build/install/cassandra-sidecar/agents/jolokia-jvm-1.6.0-agent.jar
Error occurred during initialization of VM
agent library failed to init: instrument{noformat}
The jolokia jar is not present at all on the filesystem either:
{noformat}
❯ find . -name '*jolokia*'{noformat}
It's hard to tell what the intention is here, there's no documentation around
building the project or how to deploy it aside from using {{./gradlew run}}
which is not appropriate for production.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]