I have installed Endeca ( in Linux ) and am now trying to create an application. On trying to initialize services I am getting an error which is as follows
Caused by com.endeca.soleng.eac.toolkit.exception.EacCommunicationException com.endeca.soleng.eac.toolkit.application.Application setDefinition - Caught exception while defining application 'MediaStoreen'. Caused by com.endeca.eac.client.EACFault sun.reflect.NativeConstructorAccessorImpl newInstance0 - null
I checked the application logs & found more information on the error, which is as follows
INFO: Setting definition for application 'MediaStoreen'.
Feb 15, 2013 2:38:04 PM com.endeca.soleng.eac.toolkit.Controller execute
SEVERE: Caught an exception while checking provisioning.
com.endeca.soleng.eac.toolkit.exception.EacCommunicationException: Caught exception while defining application 'MediaStoreen'.
at com.endeca.soleng.eac.toolkit.application.Application.setDefinition(Application.java:141)
at com.endeca.soleng.eac.toolkit.Controller.provision(Controller.java:667)
at com.endeca.soleng.eac.toolkit.Controller.execute(Controller.java:235)
at com.endeca.soleng.eac.toolkit.Controller.main(Controller.java:134)
Caused by: An error occurred while trying to create the application: Error connecting to http://hostname:8888/eac-agent/IDelegateServer
: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Server returned error code = 404 for URI : http://hostname:8888/eac-agent/IDelegateServer
. Check server logs for details
I understand the error, but don't know what can I do to resolve it. Any guidance is highly appreciated.