Return-Path: X-Original-To: apmail-incubator-connectors-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84A0F63F7 for ; Thu, 26 May 2011 20:11:25 +0000 (UTC) Received: (qmail 17970 invoked by uid 500); 26 May 2011 20:11:25 -0000 Delivered-To: apmail-incubator-connectors-dev-archive@incubator.apache.org Received: (qmail 17941 invoked by uid 500); 26 May 2011 20:11:25 -0000 Mailing-List: contact connectors-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-dev@incubator.apache.org Received: (qmail 17933 invoked by uid 99); 26 May 2011 20:11:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 20:11:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.85.212.11] (HELO jdz1.dailyrazor.com) (199.85.212.11) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 20:11:17 +0000 Received: from [38.107.245.194] (port=29215 helo=[172.16.11.58]) by jdz1.dailyrazor.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QPgtU-00010K-UV for connectors-dev@incubator.apache.org; Thu, 26 May 2011 15:10:57 -0500 Message-ID: <4DDEB3D0.6000207@farzad.net> Date: Thu, 26 May 2011 15:10:56 -0500 From: Farzad Valad User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: connectors-dev@incubator.apache.org Subject: Re: Running Agent References: <4DDEB073.1050901@farzad.net> In-Reply-To: <4DDEB073.1050901@farzad.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jdz1.dailyrazor.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - farzad.net 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! >