Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 53014 invoked from network); 26 May 2006 04:08:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2006 04:08:33 -0000 Received: (qmail 4594 invoked by uid 500); 26 May 2006 04:08:28 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 4576 invoked by uid 500); 26 May 2006 04:08:28 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 4564 invoked by uid 99); 26 May 2006 04:08:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 21:08:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of agallardo@agssa.net designates 165.98.167.227 as permitted sender) Received: from [165.98.167.227] (HELO ags01.agssa.net) (165.98.167.227) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 21:08:27 -0700 Received-SPF: pass (ags01.agssa.net: 10.0.0.7 is whitelisted) receiver=ags01.agssa.net; client-ip=10.0.0.7; helo=[10.0.0.7]; envelope-from=agallardo@agssa.net; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0; Received: from [10.0.0.7] (apoyo.agssa.net [10.0.0.7]) by ags01.agssa.net (8.13.6/8.13.6) with ESMTP id k4Q483AD022996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 25 May 2006 23:08:03 -0500 Message-ID: <44767F23.8030509@agssa.net> Date: Thu, 25 May 2006 23:08:03 -0500 From: Antonio Gallardo Organization: AG Software, S. A. User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: question References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (ags01.agssa.net [165.98.167.227]); Thu, 25 May 2006 23:08:03 -0500 (CDT) X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on agssa.net X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.0.5 (2005-11-28) on ags01.agssa.net X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.7 required=5.0 tests=ALL_TRUSTED,AWL autolearn=ham version=3.0.5 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, The class: org.apache.log.Logger is in avalon-logkit-2.1.jar. Make sure this jar is in your classpath. If you still have problem you might switch to log4j logging. If the file is there, check the content of logkit.xconf (if you switch to log4j then the log4j.xconf). Also, I would recommend to compare the cocoon.xconf files in both servers. Good luck. Best Regards, Antonio Gallardo. Ayzenberg, Nina N escribi�: > Hi, > > We have a problem with the application when we try to create a dynamic report in Excel format. The same application is running on four servers. Servers 1 and 3 are on one computer and the servers 2 and 4 are on another computer. The problem happens only on servers 1 and 3 and it began occurring about a month ago. Before that everything was fine and we did not implement any changes to the application since January. > > Below is the text of an error. The strange thing that the error occurs only when we try to generate large excel file (700 rows, 20 columns). When we generate smaller reports (100 rows, 10 columns) everything works fine. When we try to generate about 150 rows report, sometimes program works and sometimes it does not. So it looks like the problem is related to the size of the excel files. > > The first thing we did is to compare path and classpath on both computers. They are the same. This is the java application (jdk 1.4.2) running under weblogic 8.1 server. Weblogic configurations are the same on both machines. > > >From the error text below looks like the program cannot find the org.apache.log.Logger class. If this is the case, then how can this program work fine on small excel files? Does it use the Logger class only to generate the large files? Could you suggest anything on how to debug this error? For now we stopped servers 1 and 3 because the help desk gets too many customer calls and we need to fix the error asap. > > Any help and ideas will be greatly appreciated. > > Thank you, > Nina Ayzenberg > > > > javax.xml.transform.TransformerException: org.apache.cocoon.components.elementprocessor.CannotCreateElementProcessorException: Could not create ElementProcessor for element Content (exception (java.lang.ClassNotFoundException: org.apache.log.Logger) occured while creating new instance of ElementProcessor) > at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:725) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:710) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:185) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemIf.execute(ElemIf.java:210) > at org.apache.xalan.templates.ElemForEach.transformSelectedNodes(ElemForEach.java:441) > at org.apache.xalan.templates.ElemForEach.execute(ElemForEach.java:300) > at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425) > at org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:216) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:185) > at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425) > at org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:216) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:710) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:710) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:710) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:710) > at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425) > at org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:216) > at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2160) > at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1213) > at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:668) > at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1129) > at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1107) > at com.questdiagnostics.applications.resultview.servlet.QueryServlet.service(QueryServlet.java:278) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006) > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) > at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718) > at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764) > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > > ============================================================================== > The contents of this message, together with any attachments, are intended only for the use of the person(s) to which they are addressed and may contain confidential and/or privileged information. Further, any medical information herein is confidential and protected by law. It is unlawful for unauthorized persons to use, review, copy, disclose, or disseminate confidential medical information. If you are not the intended recipient, immediately advise the sender and delete this message and any attachments. Any distribution, or copying of this message, or any attachment, is prohibited. > ============================================================================== > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org