Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
New Member

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