You're the man!!!!

The package did not extend jasper.  I was not aware of that.  The server starts 
up fine now. Thanks so much for the help.

As for the plugins, no we are not using them all.  I have to take them out.  We 
just kind of dumped everything in when we were trying to get Struts 2 going and 
have not yet removed things that we are not using.

Thanks,

Paul Zepernick


-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2008 12:24 PM
To: Struts Users Mailing List
Subject: RE: Logging For SEVERE: Error filterStart

does the pkg extend the jasper pkg?

are you really using all those s2 plugins?!

(sent via mobile; too lazy to capitalize properly.)

dave



--- On Fri, 6/20/08, Paul Zepernick <[EMAIL PROTECTED]> wrote:

> From: Paul Zepernick <[EMAIL PROTECTED]>
> Subject: RE: Logging For SEVERE: Error filterStart
> To: "'Struts Users Mailing List'" <user@struts.apache.org>
> Date: Friday, June 20, 2008, 11:12 AM
> Here are the jars that I have currently:
>
> activation-1.1.jar
> antlr-2.7.2.jar
> asm.jar
> asm-attrs.jar
> cglib-2.1.3.jar
> commons-beanutils-1.6.jar
> commons-chain-1.1.jar
> commons-codec-1.3.jar
> commons-collections-2.1.1.jar
> commons-digester-1.7.jar
> commons-httpclient-3.0.jar
> commons-javaflow-20060411.jar
> commons-lang-2.1.jar
> commons-logging.jar
> commons-validator-1.3.0.jar
> dbcfs3.2.1-alias_fix.jar
> dom4j-1.6.1.jar
> ehcache-1.2.3.jar
> ejb3-persistence.jar
> freemarker-2.3.8.jar
> hibernate3.2.6.jar
> hibernate-annotations.jar
> hibernate-commons-annotations.jar
> itext-1.3.1.jar
> jasperreports-2.0.5.jar
> javamail.jar
> jaxb-api-2.0.jar
> jaxen-1.1-beta-9.jar
> jaxws-api-2.0.jar
> jdom-1.0.jar
> jfreechart-1.0.0.jar
> jsr173_api-1.0.jar
> jta.jar
> junit.jar
> jxl-2.6.jar
> log4j-1.2.11.jar
> mail-1.4.jar
> mysql-connector-java-5.0.4-bin.jar
> ognl-2.6.11.jar
> oro-2.0.8.jar
> proxool-0.9.0RC3.jar
> saaj-api-1.3.jar
> saaj-impl-1.3.jar
> spring-aop.jar
> spring-beans.jar
> spring-context.jar
> spring-core.jar
> spring-mock.jar
> spring-web.jar
> stax-api-1.0.1.jar
> struts2-codebehind-plugin-2.0.11.jar
> struts2-config-browser-plugin-2.0.11.jar
> struts2-core-2.0.11.jar
> struts2-jasperreports-plugin-2.0.11.jar
> struts2-jfreechart-plugin-2.0.11.jar
> struts2-pell-multipart-plugin-2.0.11.jar
> struts2-plexus-plugin-2.0.11.jar
> struts2-sitegraph-plugin-2.0.11.jar
> struts2-sitemesh-plugin-2.0.11.jar
> struts2-spring-plugin-2.0.11.jar
> struts2-tiles-plugin-2.0.11.jar
> tiles-api-2.0.4.jar
> tiles-core-2.0.4.jar
> tiles-jsp-2.0.4.jar
> wsdl4j-1.6.1.jar
> wstx-asl-3.0.1.jar
> xbean-2.1.0.jar
> xfire-all-1.2.6.jar
> xml-apis.jar
> XmlSchema-1.1.jar
> xwork-2.0.4.jar
>
>
> This is what the action mapping looks like:
>
>               <action name="printableNotes"
> class="com.focus.actions.call.MemberNotes">
>             <result name="success"
> type="jasper">
>                 <param
> name="location">/WEB-INF/classes/com/focus/actions/call/notes.jasper</param>
>                 <param
> name="dataSource">notes</param>
>             </result>
>         </action>
>
> It loads the action fine if the type jasper is removed, so
> I know the class file is ok.
>
>
>
>
> Thanks,
>
> Paul Zepernick
>
> -----Original Message-----
> From: Dave Newton [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 20, 2008 9:56 AM
> To: Struts Users Mailing List
> Subject: RE: Logging For SEVERE: Error filterStart
>
> --- On Fri, 6/20/08, Paul Zepernick
> <[EMAIL PROTECTED]> wrote:
> > Yes, I turned on debug and there was a ton of
> information, but no
> > stack trace or anything else saying why the filter
> failed to start.  I
> > do have all the Jasper dependencies in now (that email
> is a couple
> > down).
>
> Ah.
>
> Not sure what to tell you then; I'm using Jasper
> results in a few apps without issues, and without seeing
> any log outputs, lib directory contents, configs, and so on
> it's pretty difficult to provide any useful input at
> all.
>
> (Consider sending plain-text emails, btw.)
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
> The information contained in this transmission contains
> confidential  information that is legally privileged. This
> information is intended only for the use of the individual
> or entity named above. The authorized recipient of this
> information is prohibited from disclosing this information
> to any other party unless required to do so by law or
> regulation and is required to destroy the information after
> its stated need has been fulfilled.
> If you are not the intended recipient, you are hereby
> notified that any disclosure, copying, distribution, or
> action taken in reliance on the contents of these documents
> is strictly prohibited. If you have received this
> information in error, please notify the sender immediately
> by return email and arrange for the return or destruction
> of these
> documents.---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to