I figured it out, my libdir parm was pointing to the wrong dir. I used
the example properties file which has the dir called "connector-lib",
but the main directory sturcture uses "lib".
On 5/26/2011 2:56 PM, Farzad Valad wrote:
I'm trying to deploy a multi-process setup outside Eclipse. When I
run the agent I get a null pointer exception? Any thoughts how to get
more meaningful messages or ideas what I might be missing. I'm at a
loss because it does say "Running..." followed by "Config file
successfully read". Which tells me the classpath and my command are
right.
I do have a sync dir, it is listed in the properties.xml file. I also
turn all the logger to debug and didn't get any more output than the
following.
C:\Program Files
(x86)\Apache\ManifoldCF\myMCF>processes\script\executecommand.bat
org.apache.manifoldcf.agents.AgentRun
Running...
Configuration file successfully read
Exception in thread "main" java.lang.NullPointerException
at org.apache.manifoldcf.agents.AgentRun.main(AgentRun.java:82)
Thanks!