Fixing the classpath issues for jackson jar #162
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
1.
-- Unit aws-kinesis-agent.service has begun starting up.
Dec 21 19:23:36 ip-172-16-1-38.ec2.internal runuser[17587]: pam_unix(runuser:session): session opened for user aws-kinesis-agent-user by (uid=0)
Dec 21 19:23:36 ip-172-16-1-38.ec2.internal runuser[17587]: pam_unix(runuser:session): session closed for user aws-kinesis-agent-user
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: Initialization logs can be found in /tmp/aws-kinesis-agent.20181221192336.initlog
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector.(JacksonAnnotationI
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at com.fasterxml.jackson.databind.ObjectMapper.(ObjectMapper.java:291)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at com.amazon.kinesis.streaming.agent.config.Configuration.get(Configuration.java:77)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at com.amazon.kinesis.streaming.agent.config.Configuration.get(Configuration.java:64)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at com.amazon.kinesis.streaming.agent.Agent.readConfigurationFile(Agent.java:122)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at com.amazon.kinesis.streaming.agent.Agent.tryReadConfigurationFile(Agent.java:132)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at com.amazon.kinesis.streaming.agent.Agent.main(Agent.java:58)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.annotation.JsonMerge
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: ... 7 more
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal systemd[1]: aws-kinesis-agent.service: control process exited, code=exited status=1
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal aws-kinesis-agent[17580]: [34B blob data]
Dec 21 19:23:38 ip-172-16-1-38.ec2.internal systemd[1]: Failed to start LSB: Daemon for Amazon Kinesis Agent..
-- Subject: Unit aws-kinesis-agent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit aws-kinesis-agent.service has failed.
-- The result is failed.
Getting the below error while running the setup script.
install: cannot stat ‘./bin/aws-kinesis-agent.Redhat’: No such file or directory
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.