Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 32616 invoked from network); 1 Aug 2002 00:11:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Aug 2002 00:11:11 -0000 Received: (qmail 7608 invoked by uid 97); 1 Aug 2002 00:11:25 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 7592 invoked by uid 97); 1 Aug 2002 00:11:25 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 7580 invoked by uid 98); 1 Aug 2002 00:11:24 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Server-Uuid: 69572782-acac-11d2-9a9f-00805f9f8ca0 Message-ID: From: "Nelson, Tracy (ETW)" To: "Struts user list (E-mail)" Subject: LogConfigurationException when compiling JSP Date: Wed, 31 Jul 2002 17:10:27 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 1156A3F076205-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm trying to write my first Struts app. I am using the struts-blank application included with the 1.1b1 distribution. I have my classpath and libraries all set up, and I think I have my struts-config.xml file set up correctly. When I attempt to compile any of my jsp files, however, my IDE (Oracle JDeveloper) tells me I have an HTML error (missing tag [I do have a tag]) and the compiler gives me an ExceptionInInitializerError: LogConfigurationException. I'm guessing this is due to a missing default LogFactory implementation, but I can't see why that would be. The commons-logging.jar file is on my classpath. Is there something else I need to set? I checked the javadoc for the logging facility, and it seemed to indicate that if no log factory was configured, a default would be used, is that right? I have also installed the example application that came with the 1.1b1 distribution, and it works just fine. Is it possible I've gotten something mixed up in my struts-config.xml file that could be causing this? Cheers! -- Tracy Nelson -- To unsubscribe, e-mail: For additional commands, e-mail: