You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jerry Gustanski <mo...@earthlink.net> on 2008/03/03 08:29:25 UTC

Rad 6.0

Can Rad 6.0 use/run Struts versions greater than 1.1, say 1.3.8, 1.3.9, or 2.0

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
I am new to this group, I didn't know the rules.
----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Jerry Gustanski" <mo...@earthlink.net>
Sent: Monday, March 03, 2008 12:51 AM
Subject: Re: Rad 6.0


> Whoops wow I notice now that you wrote to me directly, I won't answer
> directly, sorry.
> Repost the runtime exception back to the mailing list!
>
> Antonio
>
> 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>> I pointed the struts-config and struts-wildcard-config files to 1.3. Is 
>> that
>>  what you mean.
>>
>>  Rad flags the following errors:
>>
>>  Severity Description Resource In Folder Location Creation Time
>>  2 /Prepare* not valid for action path struts-config-Wildcard.xml
>>  Cookbook/WebContent/WEB-INF line 24 February 25, 2008 8:16:40 PM
>>  2 /Source* not valid for action path struts-config-Wildcard.xml
>>  Cookbook/WebContent/WEB-INF line 25 February 25, 2008 8:16:40 PM
>>  2 /Wildcard* not valid for action path struts-config-Wildcard.xml
>>  Cookbook/WebContent/WEB-INF line 26 February 25, 2008 8:16:40 PM
>>
>>
>>  Jerry
>>
>>  ----- Original Message -----
>>  From: "Antonio Petrelli" <an...@gmail.com>
>>  To: "Struts Users Mailing List" <us...@struts.apache.org>
>>
>> Sent: Monday, March 03, 2008 12:22 AM
>>  Subject: Re: Rad 6.0
>>
>>
>>
>> > 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>>  >>
>>  >> When I copy a 1.3.8 sample app into my RAD workspace,  RAD doesn't 
>> seem
>>  >> to
>>  >> recognize that things like wildcards are now okay. It flags them as
>>  >> errors.
>>  >
>>  >
>>  >
>>  > Did you correct the reference to the DTD?
>>  > -//Apache Software Foundation//DTD Struts Configuration 1.3//EN
>>  > http://struts.apache.org/dtds/struts-config_1_3.dtd
>>  >
>>  > I brought in the 1.3.8 jars and TLDs. The errors remain. If I deploy 
>> the
>>  >> appllications, I get an error at runtime.
>>  >
>>  >
>>  >
>>  > Please post the error that you get.
>>  >
>>  > Antonio
>>  >
>>
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/4, Jerry Gustanski <mo...@earthlink.net>:
>
> Does that go in the Web.xml? It doesn't seem to recognize <jsp-config> tag



What version of servlet are you using?
The fragment that I posted was for servlet 2.4. If you are using 2.3, simply
avoid the <jsp-config> element (or upgrade to servlet 2.4 :-) ).

Antonio

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
Does that go in the Web.xml? It doesn't seem to recognize <jsp-config> tag
----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Tuesday, March 04, 2008 1:24 AM
Subject: Re: Rad 6.0


> 2008/3/4, Jerry Gustanski <mo...@earthlink.net>:
>>
>> Hey! I put them there and it worked. I thinked that solved the problems I
>> was having last night too. I don't know how to set up the referenece in
>> web.xml. Can you tel me hoe to do that?
>
>
>
>    <jsp-config>
>    <taglib>
>        <taglib-uri>http://struts.apache.org/tags-html</taglib-uri>
>        <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location>
>    </taglib>
>    </jsp-config>
>
> BTW, what part of the world do you live in?
>
>
>
> Italy, Rome.
>
> Thank you very much for the help so far.
>
>
>
> My pleasure :-)
>
> Antonio
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/4, Jerry Gustanski <mo...@earthlink.net>:
>
> Hey! I put them there and it worked. I thinked that solved the problems I
> was having last night too. I don't know how to set up the referenece in
> web.xml. Can you tel me hoe to do that?



    <jsp-config>
    <taglib>
        <taglib-uri>http://struts.apache.org/tags-html</taglib-uri>
        <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location>
    </taglib>
    </jsp-config>

BTW, what part of the world do you live in?



Italy, Rome.

Thank you very much for the help so far.



My pleasure :-)

Antonio

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
Hey! I put them there and it worked. I thinked that solved the problems I 
was having last night too. I don't know how to set up the referenece in 
web.xml. Can you tel me hoe to do that?

BTW, what part of the world do you live in?

Thank you very much for the help so far.

Jerry
----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Tuesday, March 04, 2008 12:13 AM
Subject: Re: Rad 6.0


> 2008/3/4, Jerry Gustanski <mo...@earthlink.net>:
>>
>> Here's the error:
>>
>> JSP Processing Error
>>       HTTP Error Code:   500
>>
>>
>>       Error Message:
>> JSPG0047E: Unable to locate tag library for uri
>> http://struts.apache.org/tags-html
>
>
>
> Did you put the JAR containing the tag libraries in your WEB-INF/lib
> directory?
> If not, put them there. If you can't (e.g. library positions determined in 
> a
> non standard manner), you have to put a reference to your web.xml.
>
> Antonio
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/4, Jerry Gustanski <mo...@earthlink.net>:
>
> Here's the error:
>
> JSP Processing Error
>       HTTP Error Code:   500
>
>
>       Error Message:
> JSPG0047E: Unable to locate tag library for uri
> http://struts.apache.org/tags-html



Did you put the JAR containing the tag libraries in your WEB-INF/lib
directory?
If not, put them there. If you can't (e.g. library positions determined in a
non standard manner), you have to put a reference to your web.xml.

Antonio

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
Here's the error:

JSP Processing Error
      HTTP Error Code:   500


      Error Message:
JSPG0047E: Unable to locate tag library for uri 
http://struts.apache.org/tags-html
      Root Cause:
com.ibm.ws.jsp.JspCoreException: JSPG0047E: Unable to locate tag library for 
uri http://struts.apache.org/tags-html 	at 
com.ibm.ws.jsp.translator.visitor.tagfiledep.TagFileDependencyVisitor.visitCustomTagStart(TagFileDependencyVisitor.java:70)	at 
com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:253)	at 
com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286)	at 
com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:125)	at 
com.ibm.ws.jsp.translator.visitor.JspVisitor.visit(JspVisitor.java:110)	at 
com.ibm.ws.jsp.translator.JspTranslator.processVisitors(JspTranslator.java:121)	at 
com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJsp(JspTranslatorUtil.java:168)	at 
com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJspAndCompile(JspTranslatorUtil.java:81)	at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.translateJsp(JSPExtensionServletWrapper.java:298)	at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.checkForTranslation(JSPExtensionServletWrapper.java:265)	at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:137)	at 
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:394)	at 
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)	at 
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)	at 
com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)	at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)atcom.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) 
at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)	at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)	at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)	at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)	at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)	at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)	at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled 
Code))	at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)	at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)	at 
com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Monday, March 03, 2008 1:47 AM
Subject: Re: Rad 6.0


> 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>>
>> [3/3/08 1:17:00:062 PST] 0000001b jsp E com.ibm.ws.jsp.taglib.TldParser
>> logParseErrorMessage Failed to parse Tag Library
>> [/WEB-INF/struts-tiles.tld]: JSPG0235E: The JSP container failed to load
>> the
>> TagExtraInfo class [org.apache.struts.tiles.taglib.UseAttributeTei]
>>
>> [3/3/08 1:17:00:062 PST] 0000001b jsp W
>> com.ibm.ws.jsp.taglib.TagLibraryCache loadWebInfMap webinf tld failed to
>> load for resourcePath =[/WEB-INF/struts-tiles.tld]
>>
>> com.ibm.ws.jsp.JspCoreException: org.xml.sax.SAXException: JSPG0235E: The
>> JSP container failed to load the TagExtraInfo class
>> [org.apache.struts.tiles.taglib.UseAttributeTei]
>> ....
>
>
>
> It seems that you have some mixed up jars... try to republish your
> application, or remove it from the server and redeploy.
>
> Antonio
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
Antonio,

I'm sorry I couldn't get back to you last night as I got too sleepy to 
continue. You gave me some ideas that something was wrong with the jar 
files. I realized that I was working with the individual components and when 
I imported the war file it ran fine which answers my original question about 
rad 6.0 and struts 1.3.8. I tired using the same jar files in the same order 
as the War file. That did not fix the problem. Then I started investigating 
the TLD files and found that the War file was picking the TLD files up from 
the apache site. I was getting them from /web-inf/. Now here is my current 
problem/question:

When I use the current index.jsp (tlds pointing to apache),  I get the 
following error:

----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Monday, March 03, 2008 1:47 AM
Subject: Re: Rad 6.0


> 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>>
>> [3/3/08 1:17:00:062 PST] 0000001b jsp E com.ibm.ws.jsp.taglib.TldParser
>> logParseErrorMessage Failed to parse Tag Library
>> [/WEB-INF/struts-tiles.tld]: JSPG0235E: The JSP container failed to load
>> the
>> TagExtraInfo class [org.apache.struts.tiles.taglib.UseAttributeTei]
>>
>> [3/3/08 1:17:00:062 PST] 0000001b jsp W
>> com.ibm.ws.jsp.taglib.TagLibraryCache loadWebInfMap webinf tld failed to
>> load for resourcePath =[/WEB-INF/struts-tiles.tld]
>>
>> com.ibm.ws.jsp.JspCoreException: org.xml.sax.SAXException: JSPG0235E: The
>> JSP container failed to load the TagExtraInfo class
>> [org.apache.struts.tiles.taglib.UseAttributeTei]
>> ....
>
>
>
> It seems that you have some mixed up jars... try to republish your
> application, or remove it from the server and redeploy.
>
> Antonio
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>
> [3/3/08 1:17:00:062 PST] 0000001b jsp E com.ibm.ws.jsp.taglib.TldParser
> logParseErrorMessage Failed to parse Tag Library
> [/WEB-INF/struts-tiles.tld]: JSPG0235E: The JSP container failed to load
> the
> TagExtraInfo class [org.apache.struts.tiles.taglib.UseAttributeTei]
>
> [3/3/08 1:17:00:062 PST] 0000001b jsp W
> com.ibm.ws.jsp.taglib.TagLibraryCache loadWebInfMap webinf tld failed to
> load for resourcePath =[/WEB-INF/struts-tiles.tld]
>
> com.ibm.ws.jsp.JspCoreException: org.xml.sax.SAXException: JSPG0235E: The
> JSP container failed to load the TagExtraInfo class
> [org.apache.struts.tiles.taglib.UseAttributeTei]
> ....



It seems that you have some mixed up jars... try to republish your
application, or remove it from the server and redeploy.

Antonio

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
Yes, I do get errors on startup of server:

[3/3/08 1:16:40:297 PST] 00000014 AdminHelper A ADMN1021I: An attempt is 
made to stop the server1 server.

[3/3/08 1:16:40:406 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled WCInboundAdmin.

[3/3/08 1:16:40:422 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled WCInboundDefault.

[3/3/08 1:16:40:453 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled WCInboundAdminSecure.

[3/3/08 1:16:40:516 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled WCInboundDefaultSecure.

[3/3/08 1:16:40:516 PST] 0000002c TCPChannel A TCPC0002I: TCP Channel TCP_2 
has stopped listening on host * (IPv4) port 9080.

[3/3/08 1:16:40:531 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled SOAPAcceptorChain1.

[3/3/08 1:16:40:531 PST] 0000002c TCPChannel A TCPC0002I: TCP Channel TCP_3 
has stopped listening on host * (IPv4) port 9043.

[3/3/08 1:16:40:609 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled SOAPAcceptorChain2.

[3/3/08 1:16:40:625 PST] 0000002c TCPChannel A TCPC0002I: TCP Channel TCP_1 
has stopped listening on host * (IPv4) port 9060.

[3/3/08 1:16:40:625 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled SOAPAcceptorChain3.

[3/3/08 1:16:40:703 PST] 0000002c TCPChannel A TCPC0002I: TCP Channel TCP_4 
has stopped listening on host * (IPv4) port 9443.

[3/3/08 1:16:40:703 PST] 0000002c WSChannelFram A CHFW0020I: The Transport 
Channel Service has stopped the Chain labeled SOAPAcceptorChain4.

[3/3/08 1:16:45:734 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: SchedulerCalendars

[3/3/08 1:16:45:797 PST] 0000002c EJBContainerI I WSVR0041I: Stopping EJB 
jar: Calendars.jar

[3/3/08 1:16:45:828 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: SchedulerCalendars

[3/3/08 1:16:45:828 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: adminconsole

[3/3/08 1:16:45:953 PST] 0000002c TilesRequestP I Tiles definition factory 
found for request processor ''.

[3/3/08 1:16:45:984 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: adminconsole

[3/3/08 1:16:45:984 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: filetransfer

[3/3/08 1:16:46:016 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: filetransfer

[3/3/08 1:16:46:094 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: ManagementEJB

[3/3/08 1:16:46:109 PST] 0000002c EJBContainerI I WSVR0041I: Stopping EJB 
jar: mejb.jar

[3/3/08 1:16:46:156 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: ManagementEJB

[3/3/08 1:16:46:156 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: CookbookEAR

[3/3/08 1:16:46:266 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: CookbookEAR

[3/3/08 1:16:46:266 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: IBMUTC

[3/3/08 1:16:46:297 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: IBMUTC

[3/3/08 1:16:46:375 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: struts-blankEAR

[3/3/08 1:16:46:375 PST] 0000002c TilesRequestP I Tiles definition factory 
found for request processor ''.

[3/3/08 1:16:46:391 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: struts-blankEAR

[3/3/08 1:16:46:391 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: query

[3/3/08 1:16:46:469 PST] 0000002c EJBContainerI I WSVR0041I: Stopping EJB 
jar: querybean.jar

[3/3/08 1:16:46:484 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: query

[3/3/08 1:16:46:484 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: ivtApp

[3/3/08 1:16:46:578 PST] 0000002c EJBContainerI I WSVR0041I: Stopping EJB 
jar: ivtEJB.jar

[3/3/08 1:16:46:594 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: ivtApp

[3/3/08 1:16:46:609 PST] 0000002c ApplicationMg A WSVR0217I: Stopping 
application: DefaultApplication

[3/3/08 1:16:46:609 PST] 0000002c EJBContainerI I WSVR0041I: Stopping EJB 
jar: Increment.jar

[3/3/08 1:16:46:672 PST] 0000002c ApplicationMg A WSVR0220I: Application 
stopped: DefaultApplication

[3/3/08 1:16:46:672 PST] 0000002c SchedulerServ I SCHD0040I: The Scheduler 
Service is stopping.

[3/3/08 1:16:46:672 PST] 0000002c SchedulerServ I SCHD0002I: The Scheduler 
Service has stopped.

[3/3/08 1:16:46:766 PST] 0000002c AppProfileCom I ACIN0009I: The application 
profiling service is stopping.

[3/3/08 1:16:46:766 PST] 0000002c ActivitySessi I WACS0049I: The 
ActivitySession service is stopping.

[3/3/08 1:16:46:969 PST] 0000002c FailureScopeC A WTRN0105I: The transaction 
service has shutdown successfully with no transactions requiring recovery.

[3/3/08 1:16:47:125 PST] 0000002c ServerCollabo A WSVR0024I: Server server1 
stopped

************ Start Display Current Environment ************

WebSphere Platform 6.0 [BASE 6.0.0.0 o0444.14] running with process name 
Jerry1Node01Cell\Jerry1Node01\server1 and process id 3376

Host Operating System is Windows XP, version 5.1

Java version = J2RE 1.4.2 IBM Windows 32 build cn142sr1w-20041028 (JIT 
enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM

was.install.root = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6

user.install.root = C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default

Java Home = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\jre

ws.ext.dirs = C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/java/lib;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default/classes;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/classes;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/installedChannels;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/ext;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/web/help;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime

Classpath = C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default/properties;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/properties;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/bootstrap.jar;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/j2ee.jar;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/lmproxy.jar;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/urlprotocols.jar

Java Library path = C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6\bin;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\bin;C:\Program 
Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\jre\bin;C:\Program 
Files\IBM\Rational\SDP\6.0\eclipse\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Serena\CHANGE~1\DIMENS~1\9.1\PROG;C:\WINDOWS\System32\Wbem;C:\Program 
Files\Common Files\ADS;C:\Program Files\EarthLink\EarthLink Protection 
Control Center\CoreBin;C:\Program 
Files\QuickTime\QTSystem\;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program 
Files\IBM\Installation 
Manager\eclipse\lib;C:\Sun\AppServer\bin;;C:\PROGRA~1\E!PC;C:\READIBMW

************* End Display Current Environment *************

[3/3/08 1:16:50:781 PST] 0000000a ManagerAdmin I TRAS0017I: The startup 
trace state is *=info.

[3/3/08 1:16:50:859 PST] 0000000a MBeanDescript W ADMN0001W: The service is 
unable to parse the MBean descriptor file 
com/ibm/ws/management/descriptor/xml/mbeans.xml.

[3/3/08 1:16:50:938 PST] 0000000a AdminInitiali A ADMN0015I: The 
administration service is initialized.

[3/3/08 1:16:51:375 PST] 0000000a SystemOut O PLGC0057I: Plug-in 
configuration service is started successfully.

[3/3/08 1:16:51:391 PST] 0000000a PMIImpl A PMON0001A: PMI is enabled

[3/3/08 1:16:51:781 PST] 0000000a CGBridgeServi I CWRCB0204E: The core group 
bridge service is disabled because it may not execute on a non-managed node.

[3/3/08 1:16:51:812 PST] 0000000a SibMessage I [:] CWSIU0000I: Release: 
WAS60.SIB Level: o0444.10

[3/3/08 1:16:51:859 PST] 0000000a SecurityDM I SECJ0231I: The Security 
component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM 
registered successfully: true.

[3/3/08 1:16:51:984 PST] 0000000a AuditServiceI A SECJ6004I: Security 
Auditing is disabled.

[3/3/08 1:16:52:016 PST] 0000000a distSecurityC I SECJ0309I: Java 2 Security 
is disabled.

[3/3/08 1:16:52:062 PST] 0000000a Configuration A SECJ0215I: Successfully 
set JAAS login provider configuration class to 
com.ibm.ws.security.auth.login.Configuration.

[3/3/08 1:16:52:078 PST] 0000000a distSecurityC I SECJ0212I: WCCM JAAS 
configuration information successfully pushed to login provider class.

[3/3/08 1:16:52:141 PST] 0000000a distSecurityC I SECJ0240I: Security 
service initialization completed successfully

[3/3/08 1:16:52:266 PST] 0000000a ObjectPoolSer I OBPL0007I: Object Pool 
Manager service is disabled.

[3/3/08 1:16:52:328 PST] 0000000a J2EEServiceMa I ASYN0059I: Work Manager 
service initialized successfully.

[3/3/08 1:16:52:375 PST] 0000000a CScopeCompone I CSCP0002I: Compensation 
service is disabled.

[3/3/08 1:16:52:438 PST] 0000000a SibMessage I [:] CWSID0006I: The SIB 
service was not enabled and will not be started.

[3/3/08 1:16:52:484 PST] 0000000a ActivitySessi I WACS0045I: ActivitySession 
service is disabled.

[3/3/08 1:16:52:500 PST] 0000000a SOAPContainer I WSWS1062I: SOAP Container 
Service has been initialized.

[3/3/08 1:16:52:531 PST] 0000000a SchedulerServ I SCHD0036I: The Scheduler 
Service is initializing.

[3/3/08 1:16:52:547 PST] 0000000a SchedulerServ I SCHD0037I: The Scheduler 
Service has been initialized.

[3/3/08 1:16:52:719 PST] 0000000a StartUpServic I STUP0008I: The Startup 
Beans service is disabled.

[3/3/08 1:16:52:812 PST] 0000000a I18nService I I18N0010I: The 
Internationalization service is created on server1.

[3/3/08 1:16:52:812 PST] 0000000a I18nServiceSe I I18N0010I: The 
Internationalization service is disabled on server1.

[3/3/08 1:16:53:172 PST] 0000000a CoordinatorIm I HMGR0206I: The Coordinator 
is an Active Coordinator for core group DefaultCoreGroup.

[3/3/08 1:16:53:188 PST] 0000000a DCSPluginSing I HMGR0005I: The Single 
Server DCS Core Stack transport has been started for core group 
DefaultCoreGroup.

[3/3/08 1:16:53:312 PST] 0000000a NameServerImp A NMSV0018I: Name server 
available on bootstrap port 2809.

[3/3/08 1:16:53:703 PST] 0000000a J2EEServiceMa I ASYN0055I: The Work 
Manager service started successfully.

[3/3/08 1:16:53:734 PST] 0000000a RecoveryDirec A WTRN0100E: Performing 
recovery processing for this WebSphere server (FileFailureScope: 
Jerry1Node01Cell\Jerry1Node01\server1 [-205065652])

[3/3/08 1:16:53:750 PST] 0000000a RecoveryDirec A WTRN0100E: All persistant 
services have been directed to perform recovery processing for this 
WebSphere server (FileFailureScope: Jerry1Node01Cell\Jerry1Node01\server1 
[-205065652])

[3/3/08 1:16:53:828 PST] 0000000a RecoveryDirec A WTRN0100E: All persistant 
services have been directed to perform recovery processing for this 
WebSphere server (FileFailureScope: Jerry1Node01Cell\Jerry1Node01\server1 
[-205065652])

[3/3/08 1:16:54:031 PST] 00000013 RecoveryManag A WTRN0028I: Transaction 
service recovering 0 transactions.

[3/3/08 1:16:54:094 PST] 0000000a ResourceMgrIm I WSVR0049I: Binding 
DefaultEJBTimerDataSource as jdbc/DefaultEJBTimerDataSource

[3/3/08 1:16:54:125 PST] 0000000a ResourceMgrIm I WSVR0049I: Binding 
Default_CF as eis/DefaultDatasource_CMP

[3/3/08 1:16:54:219 PST] 0000000a ResourceMgrIm I WSVR0049I: Binding Default 
Datasource as DefaultDatasource

[3/3/08 1:16:54:219 PST] 0000000a ResourceMgrIm I WSVR0049I: Binding 
DefaultWorkManager as wm/default

[3/3/08 1:16:54:234 PST] 0000000a ResourceMgrIm I WSVR0049I: Binding 
DefaultTimerManager as tm/default

[3/3/08 1:16:54:344 PST] 0000000a WorkAreaServi A ACWA0002I: WorkArea 
service not enabled on server1.

[3/3/08 1:16:54:672 PST] 0000000a AppProfileCom I ACIN0007I: The application 
profiling service started successfully.

[3/3/08 1:16:54:688 PST] 0000000a SOAPAcceptorC I WSSC1019I: The SOAP 
Acceptor Channel has been configured.

[3/3/08 1:16:54:781 PST] 0000000a CacheServiceI I DYNA0048I: WebSphere 
Dynamic Cache initialized successfully.

[3/3/08 1:16:55:266 PST] 0000000a JMXSoapAdapte A ADMC0013I: The SOAP 
connector is available at port 8880

[3/3/08 1:16:55:391 PST] 0000000a distSecurityC I SECJ0243I: Security 
service started successfully

[3/3/08 1:16:55:391 PST] 0000000a distSecurityC I SECJ0210I: Security 
enabled false

[3/3/08 1:16:55:578 PST] 0000000a SchedulerServ I SCHD0031I: The Scheduler 
Service is starting.

[3/3/08 1:16:55:609 PST] 0000000a SchedulerServ I SCHD0001I: The Scheduler 
Service has started.

[3/3/08 1:16:55:719 PST] 0000000a WebContainer A SRVE0239I: Extension 
Factory [class com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory] was 
registered successfully.

[3/3/08 1:16:55:828 PST] 0000000a WebContainer A SRVE0240I: Extension 
Factory [class com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory] has been 
associated with patterns [*.jsp *.jspx *.jsw *.jsv ].

[3/3/08 1:16:55:828 PST] 0000000a WebContainer A SRVE0239I: Extension 
Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] was 
registered successfully.

[3/3/08 1:16:55:828 PST] 0000000a WebContainer A SRVE0240I: Extension 
Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] has been 
associated with patterns [""].

[3/3/08 1:16:56:422 PST] 00000016 ApplicationMg A WSVR0200I: Starting 
application: DefaultApplication

[3/3/08 1:16:56:438 PST] 00000019 ApplicationMg A WSVR0200I: Starting 
application: struts-blankEAR

[3/3/08 1:16:56:438 PST] 0000001a ApplicationMg A WSVR0200I: Starting 
application: IBMUTC

[3/3/08 1:16:56:438 PST] 0000001b ApplicationMg A WSVR0200I: Starting 
application: CookbookEAR

[3/3/08 1:16:56:438 PST] 0000001c ApplicationMg A WSVR0200I: Starting 
application: ManagementEJB

[3/3/08 1:16:56:438 PST] 0000001d ApplicationMg A WSVR0200I: Starting 
application: filetransfer

[3/3/08 1:16:56:438 PST] 00000017 ApplicationMg A WSVR0200I: Starting 
application: ivtApp

[3/3/08 1:16:56:438 PST] 00000018 ApplicationMg A WSVR0200I: Starting 
application: query

[3/3/08 1:16:56:438 PST] 0000001e ApplicationMg A WSVR0200I: Starting 
application: adminconsole

[3/3/08 1:16:56:438 PST] 0000001f ApplicationMg A WSVR0200I: Starting 
application: SchedulerCalendars

[3/3/08 1:16:56:609 PST] 00000016 EJBContainerI I WSVR0207I: Preparing to 
start EJB jar: Increment.jar

[3/3/08 1:16:56:625 PST] 0000001c EJBContainerI I WSVR0207I: Preparing to 
start EJB jar: mejb.jar

[3/3/08 1:16:56:656 PST] 0000001a WebContainer A SRVE0161I: IBM WebSphere 
Application Server - Web Container. Copyright IBM Corp. 1998-2004

[3/3/08 1:16:56:797 PST] 00000018 EJBContainerI I WSVR0207I: Preparing to 
start EJB jar: querybean.jar

[3/3/08 1:16:56:844 PST] 0000001c EJBContainerI I WSVR0037I: Starting EJB 
jar: mejb.jar

[3/3/08 1:16:56:859 PST] 0000001f EJBContainerI I WSVR0207I: Preparing to 
start EJB jar: Calendars.jar

[3/3/08 1:16:56:922 PST] 00000017 EJBContainerI I WSVR0207I: Preparing to 
start EJB jar: ivtEJB.jar

[3/3/08 1:16:56:938 PST] 0000001a WebContainer A SRVE0162I: Servlet 
Specification Level: 2.4

[3/3/08 1:16:57:125 PST] 0000001a WebContainer A SRVE0163I: Supported JSP 
Specification Level: 2.0

[3/3/08 1:16:57:156 PST] 00000016 EJBContainerI I WSVR0037I: Starting EJB 
jar: Increment.jar

[3/3/08 1:16:57:172 PST] 0000001c ApplicationMg A WSVR0221I: Application 
started: ManagementEJB

[3/3/08 1:16:57:250 PST] 0000001a WebContainer A SRVE0239I: Extension 
Factory [class 
com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] was 
registered successfully.

[3/3/08 1:16:57:250 PST] 00000018 EJBContainerI I WSVR0037I: Starting EJB 
jar: querybean.jar

[3/3/08 1:16:57:359 PST] 0000001a WebContainer A SRVE0240I: Extension 
Factory [class 
com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] has 
been associated with patterns [VH:_WS_EH* ].

[3/3/08 1:16:57:375 PST] 0000001f EJBContainerI I WSVR0037I: Starting EJB 
jar: Calendars.jar

[3/3/08 1:16:57:375 PST] 0000001a WebGroup A SRVE0169I: Loading Web Module: 
Universal Test Client.

[3/3/08 1:16:57:469 PST] 00000018 ApplicationMg A WSVR0221I: Application 
started: query

[3/3/08 1:16:57:469 PST] 00000017 EJBContainerI I WSVR0037I: Starting EJB 
jar: ivtEJB.jar

[3/3/08 1:16:57:484 PST] 0000001f ApplicationMg A WSVR0221I: Application 
started: SchedulerCalendars

[3/3/08 1:16:57:719 PST] 0000001a VirtualHost I SRVE0250I: Web Module 
Universal Test Client has been bound to default_host[*:9080,*:80,*:9443].

[3/3/08 1:16:57:734 PST] 0000001e WebGroup A SRVE0169I: Loading Web Module: 
adminconsole.

[3/3/08 1:16:57:844 PST] 0000001a ApplicationMg A WSVR0221I: Application 
started: IBMUTC

[3/3/08 1:16:58:250 PST] 0000001e ServletWrappe A SRVE0242I: 
[EventInitializer]: Initialization successful.

[3/3/08 1:16:58:688 PST] 0000001e ActionServlet I inside init....

[3/3/08 1:16:59:469 PST] 0000001e ServletWrappe A SRVE0242I: [action]: 
Initialization successful.

[3/3/08 1:16:59:484 PST] 0000001e ServletWrappe A SRVE0242I: 
[SecureCleanup]: Initialization successful.

[3/3/08 1:16:59:484 PST] 0000001e VirtualHost I SRVE0250I: Web Module 
adminconsole has been bound to admin_host[*:9060,*:9043].

[3/3/08 1:16:59:500 PST] 0000001d WebGroup A SRVE0169I: Loading Web Module: 
WebSphere Admin File Transfer Application.

[3/3/08 1:16:59:656 PST] 0000001d VirtualHost I SRVE0250I: Web Module 
WebSphere Admin File Transfer Application has been bound to 
admin_host[*:9060,*:9043].

[3/3/08 1:16:59:672 PST] 0000001e WebGroup A SRVE0169I: Loading Web Module: 
adminconsole redirector.

[3/3/08 1:16:59:719 PST] 0000001e VirtualHost I SRVE0250I: Web Module 
adminconsole redirector has been bound to admin_host[*:9060,*:9043].

[3/3/08 1:16:59:719 PST] 0000001d ApplicationMg A WSVR0221I: Application 
started: filetransfer

[3/3/08 1:16:59:719 PST] 0000001b WebGroup A SRVE0169I: Loading Web Module: 
Struts Examples Application.

[3/3/08 1:16:59:812 PST] 0000001e ApplicationMg A WSVR0221I: Application 
started: adminconsole

[3/3/08 1:17:00:062 PST] 0000001b jsp E com.ibm.ws.jsp.taglib.TldParser 
logParseErrorMessage Failed to parse Tag Library 
[/WEB-INF/struts-tiles.tld]: JSPG0235E: The JSP container failed to load the 
TagExtraInfo class [org.apache.struts.tiles.taglib.UseAttributeTei]

[3/3/08 1:17:00:062 PST] 0000001b jsp W 
com.ibm.ws.jsp.taglib.TagLibraryCache loadWebInfMap webinf tld failed to 
load for resourcePath =[/WEB-INF/struts-tiles.tld]

com.ibm.ws.jsp.JspCoreException: org.xml.sax.SAXException: JSPG0235E: The 
JSP container failed to load the TagExtraInfo class 
[org.apache.struts.tiles.taglib.UseAttributeTei]

at com.ibm.ws.jsp.taglib.TldParser.parseTLD(TldParser.java:236)

at 
com.ibm.ws.jsp.taglib.TagLibraryCache.loadWebInfMap(TagLibraryCache.java:277)

at com.ibm.ws.jsp.taglib.TagLibraryCache.<init>(TagLibraryCache.java:91)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.<init>(JSPExtensionProcessor.java:143)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory.createExtensionProcessor(JSPExtensionFactory.java:96)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeExtensionProcessors(WebApp.java:1068)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:363)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

Caused by: org.xml.sax.SAXException: JSPG0235E: The JSP container failed to 
load the TagExtraInfo class [org.apache.struts.tiles.taglib.UseAttributeTei]

at com.ibm.ws.jsp.taglib.TldParser.endElement(TldParser.java(Compiled Code))

at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)

at org.apache.xerces.impl.dtd.XMLNSDTDValidator.endNamespaceScope(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at javax.xml.parsers.SAXParser.parse(Unknown Source)

at javax.xml.parsers.SAXParser.parse(Unknown Source)

at 
com.ibm.ws.jsp.translator.visitor.xml.ParserFactory.parseDocument(ParserFactory.java:104)

at com.ibm.ws.jsp.taglib.TldParser.parse(TldParser.java:271)

at com.ibm.ws.jsp.taglib.TldParser.parseTLD(TldParser.java:231)

... 20 more

[3/3/08 1:17:00:219 PST] 0000001b jsp E com.ibm.ws.jsp.taglib.TldParser 
logParseErrorMessage Failed to parse Tag Library 
[/WEB-INF/struts-nested.tld]: JSPG0235E: The JSP container failed to load 
the TagExtraInfo class 
[org.apache.struts.taglib.nested.NestedWriteNestingTei]

[3/3/08 1:17:00:234 PST] 0000001b jsp W 
com.ibm.ws.jsp.taglib.TagLibraryCache loadWebInfMap webinf tld failed to 
load for resourcePath =[/WEB-INF/struts-nested.tld]

com.ibm.ws.jsp.JspCoreException: org.xml.sax.SAXException: JSPG0235E: The 
JSP container failed to load the TagExtraInfo class 
[org.apache.struts.taglib.nested.NestedWriteNestingTei]

at com.ibm.ws.jsp.taglib.TldParser.parseTLD(TldParser.java:236)

at 
com.ibm.ws.jsp.taglib.TagLibraryCache.loadWebInfMap(TagLibraryCache.java:277)

at com.ibm.ws.jsp.taglib.TagLibraryCache.<init>(TagLibraryCache.java:91)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.<init>(JSPExtensionProcessor.java:143)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory.createExtensionProcessor(JSPExtensionFactory.java:96)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeExtensionProcessors(WebApp.java:1068)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:363)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

Caused by: org.xml.sax.SAXException: JSPG0235E: The JSP container failed to 
load the TagExtraInfo class 
[org.apache.struts.taglib.nested.NestedWriteNestingTei]

at com.ibm.ws.jsp.taglib.TldParser.endElement(TldParser.java(Compiled Code))

at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)

at org.apache.xerces.impl.dtd.XMLNSDTDValidator.endNamespaceScope(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at javax.xml.parsers.SAXParser.parse(Unknown Source)

at javax.xml.parsers.SAXParser.parse(Unknown Source)

at 
com.ibm.ws.jsp.translator.visitor.xml.ParserFactory.parseDocument(ParserFactory.java:104)

at com.ibm.ws.jsp.taglib.TldParser.parse(TldParser.java:271)

at com.ibm.ws.jsp.taglib.TldParser.parseTLD(TldParser.java:231)

... 20 more

[3/3/08 1:17:00:297 PST] 0000001b PropertyMessa I Initializing, 
config='org.apache.struts.util.LocalStrings', returnNull=true

[3/3/08 1:17:00:516 PST] 0000001b PropertyMessa I Initializing, 
config='org.apache.struts.action.ActionResources', returnNull=true

[3/3/08 1:17:01:375 PST] 0000001b Digester E Begin event threw exception

[3/3/08 1:17:01:375 PST] 0000001b Digester E TRAS0014I: The following 
exception was logged java.lang.NoSuchMethodException: Bean has no property 
named actionId

at 
org.apache.commons.digester.SetPropertyRule.begin(SetPropertyRule.java:192)

at org.apache.commons.digester.Rule.begin(Rule.java:200)

at org.apache.commons.digester.Digester.startElement(Digester.java:1273)

at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1548)

at 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1006)

at 
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)

at 
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)

at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

.

java.lang.NoSuchMethodException: Bean has no property named actionId

at 
org.apache.commons.digester.SetPropertyRule.begin(SetPropertyRule.java:192)

at org.apache.commons.digester.Rule.begin(Rule.java:200)

at org.apache.commons.digester.Digester.startElement(Digester.java:1273)

at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1548)

at 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1006)

at 
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)

at 
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)

at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[3/3/08 1:17:01:391 PST] 0000001b ActionServlet E Parsing error processing 
resource path

/WEB-INF/struts-config-Wildcard.xml

[3/3/08 1:17:01:391 PST] 0000001b ActionServlet E TRAS0014I: The following 
exception was logged java.lang.NoSuchMethodException: Bean has no property 
named actionId

at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2540)

at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2566)

at org.apache.commons.digester.Digester.startElement(Digester.java:1276)

at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1548)

at 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1006)

at 
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)

at 
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)

at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

---- Begin backtrace for Nested Throwables

java.lang.NoSuchMethodException: Bean has no property named actionId

at 
org.apache.commons.digester.SetPropertyRule.begin(SetPropertyRule.java:192)

at org.apache.commons.digester.Rule.begin(Rule.java:200)

at org.apache.commons.digester.Digester.startElement(Digester.java:1273)

at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1548)

at 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1006)

at 
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)

at 
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)

at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

.

java.lang.NoSuchMethodException: Bean has no property named actionId

at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2540)

at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2566)

at org.apache.commons.digester.Digester.startElement(Digester.java:1276)

at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1548)

at 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1006)

at 
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)

at 
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)

at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

---- Begin backtrace for Nested Throwables

java.lang.NoSuchMethodException: Bean has no property named actionId

at 
org.apache.commons.digester.SetPropertyRule.begin(SetPropertyRule.java:192)

at org.apache.commons.digester.Rule.begin(Rule.java:200)

at org.apache.commons.digester.Digester.startElement(Digester.java:1273)

at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)

at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1548)

at 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1006)

at 
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)

at 
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)

at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[3/3/08 1:17:01:484 PST] 0000001b WebExtensionP W Servlet action is 
currently unavailable: Parsing error processing resource path

/WEB-INF/struts-config-Wildcard.xml

[3/3/08 1:17:01:484 PST] 0000001b WebExtensionP E SRVE0026E: [Servlet 
Error]-[javax.servlet.UnavailableException: Parsing error processing 
resource path

/WEB-INF/struts-config-Wildcard.xml

at 
org.apache.struts.action.ActionServlet.handleConfigException(ActionServlet.java:1035)

at 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1014)

at 
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)

at javax.servlet.GenericServlet.init(GenericServlet.java:256)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)

at 
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)

at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)

at 
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)

at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)

at 
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)

at 
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)

at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)

at 
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)

at 
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)

at 
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)

at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)

at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)

at 
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)

at 
com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

]: {1}

[3/3/08 1:17:01:500 PST] 0000001b VirtualHost I SRVE0250I: Web Module Struts 
Examples Application has been bound to default_host[*:9080,*:80,*:9443].

[3/3/08 1:17:01:500 PST] 00000019 WebGroup A SRVE0169I: Loading Web Module: 
Struts Blank Application.

[3/3/08 1:17:01:672 PST] 0000001b ApplicationMg A WSVR0221I: Application 
started: CookbookEAR

[3/3/08 1:17:01:828 PST] 00000019 PropertyMessa I Initializing, 
config='org.apache.struts.util.LocalStrings', returnNull=true

[3/3/08 1:17:01:828 PST] 00000019 PropertyMessa I Initializing, 
config='org.apache.struts.action.ActionResources', returnNull=true

[3/3/08 1:17:02:141 PST] 00000019 PropertyMessa I Initializing, 
config='resources.application', returnNull=true

[3/3/08 1:17:02:234 PST] 00000019 TilesPlugin I Tiles definition factory 
loaded for module ''.

[3/3/08 1:17:02:250 PST] 00000019 ValidatorPlug I Loading validation rules 
file from '/WEB-INF/validator-rules.xml'

[3/3/08 1:17:02:297 PST] 00000019 ValidatorPlug I Loading validation rules 
file from '/WEB-INF/validation.xml'

[3/3/08 1:17:02:453 PST] 00000019 ServletWrappe A SRVE0242I: [action]: 
Initialization successful.

[3/3/08 1:17:02:469 PST] 00000019 VirtualHost I SRVE0250I: Web Module Struts 
Blank Application has been bound to default_host[*:9080,*:80,*:9443].

[3/3/08 1:17:02:469 PST] 00000017 WebGroup A SRVE0169I: Loading Web Module: 
IVT Application.

[3/3/08 1:17:02:500 PST] 00000017 VirtualHost I SRVE0250I: Web Module IVT 
Application has been bound to default_host[*:9080,*:80,*:9443].

[3/3/08 1:17:02:578 PST] 00000016 WebGroup A SRVE0169I: Loading Web Module: 
Default Web Application.

[3/3/08 1:17:02:578 PST] 00000019 ApplicationMg A WSVR0221I: Application 
started: struts-blankEAR

[3/3/08 1:17:02:609 PST] 00000017 ApplicationMg A WSVR0221I: Application 
started: ivtApp

[3/3/08 1:17:02:609 PST] 00000016 VirtualHost I SRVE0250I: Web Module 
Default Web Application has been bound to default_host[*:9080,*:80,*:9443].

[3/3/08 1:17:02:672 PST] 00000016 ApplicationMg A WSVR0221I: Application 
started: DefaultApplication

[3/3/08 1:17:02:750 PST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_1 
is listening on host * (IPv4) port 9060.

[3/3/08 1:17:02:781 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain WCInboundAdmin.

[3/3/08 1:17:02:891 PST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_2 
is listening on host * (IPv4) port 9080.

[3/3/08 1:17:02:906 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain WCInboundDefault.

[3/3/08 1:17:02:922 PST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_3 
is listening on host * (IPv4) port 9043.

[3/3/08 1:17:02:984 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain WCInboundAdminSecure.

[3/3/08 1:17:03:062 PST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_4 
is listening on host * (IPv4) port 9443.

[3/3/08 1:17:03:078 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain WCInboundDefaultSecure.

[3/3/08 1:17:03:078 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain SOAPAcceptorChain1.

[3/3/08 1:17:03:156 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain SOAPAcceptorChain2.

[3/3/08 1:17:03:156 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain SOAPAcceptorChain3.

[3/3/08 1:17:03:156 PST] 0000000a WSChannelFram A CHFW0019I: The Transport 
Channel Service has started chain SOAPAcceptorChain4.

[3/3/08 1:17:03:156 PST] 0000001c SchedulerServ I SCHD0077I: The Scheduler 
Service is starting the Schedulers.

[3/3/08 1:17:03:250 PST] 0000000a RMIConnectorC A ADMC0026I: The RMI 
Connector is available at port 2809

[3/3/08 1:17:03:250 PST] 0000001c SchedulerServ I SCHD0078I: The Scheduler 
Service has completed starting the Schedulers.

[3/3/08 1:17:03:453 PST] 00000024 WorkSpaceMana A WKSP0023I: Workspace 
configuration consistency check is enabled.

[3/3/08 1:17:03:984 PST] 0000000a WsServerImpl A WSVR0001I: Server server1 
open for e-business

[3/3/08 1:17:07:156 PST] 00000014 WorkSpaceMana A WKSP0023I: Workspace 
configuration consistency check is enabled.

[3/3/08 1:17:13:297 PST] 0000002c ServletWrappe A SRVE0242I: [transfer]: 
Initialization successful.

[3/3/08 1:17:13:344 PST] 0000002c WorkSpaceMana A WKSP0023I: Workspace 
configuration consistency check is enabled.

[3/3/08 1:17:14:969 PST] 0000002c WorkSpaceMana A WKSP0023I: Workspace 
configuration consistency check is enabled.

----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Monday, March 03, 2008 1:13 AM
Subject: Re: Rad 6.0


> 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>>
>> That is the excepion I receive when starting the app.
>
>
>
> I have not been clear.
> With "starting" the app I mean when you startup the server, not when you
> call the homepage of your app.
>
> Antonio
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>
> That is the excepion I receive when starting the app.



I have not been clear.
With "starting" the app I mean when you startup the server, not when you
call the homepage of your app.

Antonio

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
That is the excepion I receive when starting the app.
----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Monday, March 03, 2008 1:07 AM
Subject: Re: Rad 6.0


> 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>>
>> [3/3/08 0:44:31:344 PST] 0000002b ServletWrappe E SRVE0068E: Could not
>> invoke the service() method on servlet /index.jsp. Exception thrown :
>> java.lang.NullPointerException
>>
>> at org.apache.struts.util.RequestUtils.pageURL(RequestUtils.java:1596)
>
>
>
> Ok this is strange... Did your application initialize correctly? I mean, 
> do
> you receive an exception when starting your app?
>
> Antonio
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>
> [3/3/08 0:44:31:344 PST] 0000002b ServletWrappe E SRVE0068E: Could not
> invoke the service() method on servlet /index.jsp. Exception thrown :
> java.lang.NullPointerException
>
> at org.apache.struts.util.RequestUtils.pageURL(RequestUtils.java:1596)



Ok this is strange... Did your application initialize correctly? I mean, do
you receive an exception when starting your app?

Antonio

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
[3/3/08 0:44:31:078 PST] 0000002b ServletWrappe A SRVE0242I: [/index.jsp]: 
Initialization successful.

[3/3/08 0:44:31:172 PST] 0000002b PropertyMessa I Initializing, 
config='org.apache.struts.taglib.html.LocalStrings', returnNull=true

[3/3/08 0:44:31:219 PST] 0000002b PropertyMessa I Initializing, 
config='org.apache.struts.taglib.html.LocalStrings', returnNull=true

[3/3/08 0:44:31:219 PST] 0000002b PropertyMessa I Initializing, 
config='org.apache.struts.taglib.html.LocalStrings', returnNull=true

[3/3/08 0:44:31:281 PST] 0000002b PropertyMessa I Initializing, 
config='org.apache.struts.util.LocalStrings', returnNull=true

[3/3/08 0:44:31:344 PST] 0000002b ServletWrappe E SRVE0068E: Could not 
invoke the service() method on servlet /index.jsp. Exception thrown : 
java.lang.NullPointerException

at org.apache.struts.util.RequestUtils.pageURL(RequestUtils.java:1596)

at org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:541)

at org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:436)

at org.apache.struts.taglib.html.LinkTag.calculateURL(LinkTag.java:495)

at org.apache.struts.taglib.html.LinkTag.doStartTag(LinkTag.java:353)

at com.ibm._jsp._index._jspx_meth_html_link_2(_index.java:369)

at com.ibm._jsp._index._jspService(_index.java:120)

at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)

at 
com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:230)

at 
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:394)

at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)

at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)

at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)

at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

at 
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)

at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)

at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)

at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)

at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)

at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[3/3/08 0:44:31:359 PST] 0000002b LocalTranCoor E WLTC0017E: Resources 
rolled back due to setRollbackOnly() being called.

[3/3/08 0:44:31:391 PST] 0000002b WebApp E SRVE0026E: [Servlet 
Error]-[/index.jsp]: java.lang.NullPointerException

at org.apache.struts.util.RequestUtils.pageURL(RequestUtils.java:1596)

at org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:541)

at org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:436)

at org.apache.struts.taglib.html.LinkTag.calculateURL(LinkTag.java:495)

at org.apache.struts.taglib.html.LinkTag.doStartTag(LinkTag.java:353)

at com.ibm._jsp._index._jspx_meth_html_link_2(_index.java:369)

at com.ibm._jsp._index._jspService(_index.java:120)

at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)

at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)

at 
com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171)

at 
com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:230)

at 
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:394)

at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)

at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)

at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)

at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

at 
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)

at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)

at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)

at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)

at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)

at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)

at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Jerry Gustanski" <mo...@earthlink.net>
Sent: Monday, March 03, 2008 12:51 AM
Subject: Re: Rad 6.0


> Whoops wow I notice now that you wrote to me directly, I won't answer
> directly, sorry.
> Repost the runtime exception back to the mailing list!
>
> Antonio
>
> 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>> I pointed the struts-config and struts-wildcard-config files to 1.3. Is 
>> that
>>  what you mean.
>>
>>  Rad flags the following errors:
>>
>>  Severity Description Resource In Folder Location Creation Time
>>  2 /Prepare* not valid for action path struts-config-Wildcard.xml
>>  Cookbook/WebContent/WEB-INF line 24 February 25, 2008 8:16:40 PM
>>  2 /Source* not valid for action path struts-config-Wildcard.xml
>>  Cookbook/WebContent/WEB-INF line 25 February 25, 2008 8:16:40 PM
>>  2 /Wildcard* not valid for action path struts-config-Wildcard.xml
>>  Cookbook/WebContent/WEB-INF line 26 February 25, 2008 8:16:40 PM
>>
>>
>>  Jerry
>>
>>  ----- Original Message -----
>>  From: "Antonio Petrelli" <an...@gmail.com>
>>  To: "Struts Users Mailing List" <us...@struts.apache.org>
>>
>> Sent: Monday, March 03, 2008 12:22 AM
>>  Subject: Re: Rad 6.0
>>
>>
>>
>> > 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>>  >>
>>  >> When I copy a 1.3.8 sample app into my RAD workspace,  RAD doesn't 
>> seem
>>  >> to
>>  >> recognize that things like wildcards are now okay. It flags them as
>>  >> errors.
>>  >
>>  >
>>  >
>>  > Did you correct the reference to the DTD?
>>  > -//Apache Software Foundation//DTD Struts Configuration 1.3//EN
>>  > http://struts.apache.org/dtds/struts-config_1_3.dtd
>>  >
>>  > I brought in the 1.3.8 jars and TLDs. The errors remain. If I deploy 
>> the
>>  >> appllications, I get an error at runtime.
>>  >
>>  >
>>  >
>>  > Please post the error that you get.
>>  >
>>  > Antonio
>>  >
>>
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>
> When I copy a 1.3.8 sample app into my RAD workspace,  RAD doesn't seem to
> recognize that things like wildcards are now okay. It flags them as
> errors.



Did you correct the reference to the DTD?
-//Apache Software Foundation//DTD Struts Configuration 1.3//EN
http://struts.apache.org/dtds/struts-config_1_3.dtd

I brought in the 1.3.8 jars and TLDs. The errors remain. If I deploy the
> appllications, I get an error at runtime.



Please post the error that you get.

Antonio

Re: Rad 6.0

Posted by Jerry Gustanski <mo...@earthlink.net>.
Antonio,

Thank you for your response. Yes, I am using Websphere 6.0.

When I copy a 1.3.8 sample app into my RAD workspace,  RAD doesn't seem to 
recognize that things like wildcards are now okay. It flags them as errors. 
I brought in the 1.3.8 jars and TLDs. The errors remain. If I deploy the 
appllications, I get an error at runtime.

Jerry
----- Original Message ----- 
From: "Antonio Petrelli" <an...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Monday, March 03, 2008 12:02 AM
Subject: Re: Rad 6.0


> 2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
>> Can Rad 6.0 use/run Struts versions greater than 1.1, say 1.3.8, 1.3.9, 
>> or 2.0
>
> Well, Rad 6.0 is based on Eclipse 3.0, so it is very limited regarding
> the version of Java (1.4.2).
> And it depends on the Websphere version you are using (you are using
> Websphere, right? :-) ).
>
> If you are using Websphere 6.0, you can safely use Struts 1.3.x (with
> no extra IDE support, though). If you want to use Struts 2.0, you need
> to use the JDK 1.4 backported versions, since Struts 2 is compiled
> against JDK 5:
> http://struts.apache.org/download.cgi#struts2011 (look at "Alternative
> Java 4 JARs").
>
> HTH
> Antonio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Rad 6.0

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/3, Jerry Gustanski <mo...@earthlink.net>:
> Can Rad 6.0 use/run Struts versions greater than 1.1, say 1.3.8, 1.3.9, or 2.0

Well, Rad 6.0 is based on Eclipse 3.0, so it is very limited regarding
the version of Java (1.4.2).
And it depends on the Websphere version you are using (you are using
Websphere, right? :-) ).

If you are using Websphere 6.0, you can safely use Struts 1.3.x (with
no extra IDE support, though). If you want to use Struts 2.0, you need
to use the JDK 1.4 backported versions, since Struts 2 is compiled
against JDK 5:
http://struts.apache.org/download.cgi#struts2011 (look at "Alternative
Java 4 JARs").

HTH
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org