From bob.johnson@tumbleweed.com Thu Feb 15 22:35:57 2001 Return-Path: Mailing-List: contact james-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list james-dev@jakarta.apache.org Received: (qmail 84789 invoked from network); 15 Feb 2001 22:35:57 -0000 Received: from unknown (HELO 10.80.1.20) (63.120.112.20) by h31.sny.collab.net with SMTP; 15 Feb 2001 22:35:57 -0000 Received: from 10.80.1.12 by 10.80.1.20 with ESMTP (Tumbleweed MMS SMTP Relay (MMS v4.7)); Thu, 15 Feb 2001 17:32:31 -0500 X-Server-Uuid: 3522b0b4-89a9-11d4-b7bc-00104bcfa600 Received: by exch with Internet Mail Service (5.5.2653.19) id <18VH8417>; Thu, 15 Feb 2001 17:34:43 -0500 Message-ID: <240754EFC6DCD211B6F100104BCF1EB06B96F5@exch> From: "Bob Johnson" To: james-dev@jakarta.apache.org Subject: Startup failure Date: Thu, 15 Feb 2001 17:34:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 16928775360388-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Last week I successfully cfg'd & ran the 1.2.1rc2 distribution of JAMES. I'm now trying (without success) to bring up the 1.2.2alpha codeset I downloaded at the beginning of this week (in preparation for creating a new mailet). The BUILD.BAT created the JAMES jar. Launching RUN.BAT results in only the following single line to the console: Avalon 3.1a1 No exceptions occur, and it just sits there. Attempts to telnet to the admin port (4555) fail. In an attempt to get more info/details about what's is (or is not) going on here, I set AVALON_JVM_FLAGS=-verbose and get a few screenfuls of "LOADED...." msgs, the end of which looks like: [Loaded org.apache.avalon.util.Enum] [Loaded org.apache.avalon.util.ValuedEnum] [Loaded org.apache.avalon.camelot.State] [Loaded org.apache.avalon.camelot.AvalonState] Avalon 3.1a1 [Loaded org.apache.avalon.camelot.AbstractDeployer] [Loaded org.apache.avalon.Composer] [Loaded org.apache.avalon.camelot.AbstractCamelotDeployer] [Loaded org.apache.phoenix.engine.DefaultSarDeployer] [Loaded org.apache.avalon.camelot.DeploymentException] [Loaded org.apache.avalon.camelot.RegistryException] [Loaded org.apache.avalon.camelot.Registry] [Loaded org.apache.avalon.camelot.Info] [Loaded org.apache.phoenix.engine.BlockEntry] [Loaded org.apache.avalon.Context] [Loaded org.apache.avalon.DefaultComponentManager] [Loaded org.apache.avalon.ComponentManagerException] [Loaded org.apache.avalon.ComponentNotFoundException] [Loaded org.apache.avalon.camelot.CamelotUtil] [Loaded java.net.MalformedURLException from C:\jre1.3\lib\rt.jar] [Loaded java.io.FilenameFilter from C:\jre1.3\lib\rt.jar] [Loaded org.apache.avalon.util.io.ExtensionFileFilter] [Loaded java.util.HashMap$2 from C:\jre1.3\lib\rt.jar] And there it just sits!! No exceptions, nothing!! How do I get past this?