Support Questions

Find answers, ask questions, and share your expertise

Unable to start falcon server

avatar

Falcon server is throwing NoSuchMethodError for activemq on start: Tried removing all data from /hadoop/falcon/embeddedmq/data and /hadoop/falcon/store but error persists:

error log says

Exception in thread "main" java.lang.NoSuchMethodError: org.apache.activemq.transport.TransportFactory.bind

OS Ubuntu 14.04

1 ACCEPTED SOLUTION

avatar

Hi @yzheng

Thank you for your response.

I found 2 extra activemq jar in /usr/hdp/current/oozie-client directory.

Removing them solved the the problem.

Rahul

View solution in original post

2 REPLIES 2

avatar
Contributor

Looks like jar file missing. Which version of Falcon? Could you check if you have activemq jar file under Falcon home directory? e.g.

[root@sandbox falcon]# ls server/webapp/falcon/WEB-INF/lib/*activemq*

server/webapp/falcon/WEB-INF/lib/activemq-core-5.4.3.jar server/webapp/falcon/WEB-INF/lib/activemq-protobuf-1.1.jar

avatar

Hi @yzheng

Thank you for your response.

I found 2 extra activemq jar in /usr/hdp/current/oozie-client directory.

Removing them solved the the problem.

Rahul