Re: [MVC-Programmers] basicportal

2003-05-31 Thread Vic Cekvenich
JSF is DOA, I think a lot of hype will be followed by a lot of 
dispointment, you can read the JSF spec and form your own opinion or 
listen to the vendor sales pitch.
Craig is selling JSF way of rendering on the server, which does not 
scale IMO.

I will release a war file soon to make it easier.
But it should be only used by people who have setup JDBC Relms in the 
past. Can you just get JDBC Realm to work first without basicPortal?

You should try to use Tomcat 4.x, I had problems on Tomcat 5.x, but I do 
plan to support Tomcat 5.x. (and Resin 3.X)

Jars are not the problem  I guess, bP runs on linux great.
.V
grenoml wrote:

 I've been reading some of your posts on struts list.  Very
interesting.  I like some of your ideas.  It appears that you are not
totally sold on the idea of JSF or am I misreading you?  I also agree
that doing lots of nice .js on client is good.  I think the main
problem as Craig was saying is that there are no high quality renderers
yet only HTML.
 Anyway, I'm still trying to get a look at basicportal on my linux. I
put realm and context in server xml and modified for my jdbc driver.  I
built a war and dropped it into Tomcat webapps but when i try to access
bp it is complaining about Cannot inherit from final class.  I
searched struts list but no luck and then googled and found some
similar references that said this could be a Xerces problem.  Do you
agree?  Should I replace xerces jars?  I have xerces both in
common/endorsed and under bp/WEB-INF/lib.  What version have you
bundled?
thx,
Gerry Reno
__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


 

--
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA
Advanced a href =baseBeans.comStruts Training/a and project recovery in North 
East.
Open Source a href =baseBeans.comContent Management/a  basicPortal sofware
Best practicea href =baseBeans.comStruts Support/a v.1.1 helper ScafflodingXPress


___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


RE: [MVC-Programmers] basicportal

2003-05-31 Thread Alex Greysukh
Thank you Vic. I will certainly get your book, and I'd join a class if my
situation at work allow.  It's still pretty tough...  Do you plan an
off-line class near Boston in the future?
Alex

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich
Sent: Friday, May 30, 2003 10:40 AM
To: [EMAIL PROTECTED]
Subject: Re: [MVC-Programmers] basicportal


I think rendering on client side is the future (Client Server comes
back, runing inside the browser)
I think you should keep tabs on how Flash Remoting works and how Fire
Fly works and how XFORMS renders XML on client side.
http://www.nforms.net

If you plug in light SOAP like (Google, Amazon, Ebay all have SOAP
feeds) with scripting, you have Services Scripting for nice look and
feel and productivty.

Pick up some of the books on Flash w/ XML n AMzon there are several (
examing design of
http://blueprints.macromedia.com/PetMarket/flashstore.html)
I do not think MacroMedia is good solution becuse of run time fees, but
they use Open SWF and ActionScript is just Ecma script.

Also keep tabs of best practices in basic portal, my new book coming
out, and sign up for my online class.

.V

Alex Greysukh wrote:

Hi Vic,

In this context, what is your opinion on the WingS framework?  Looks like
it
someway close to JSF (rendering on server side).

What do you think is a client side solution to pay attention? Curl? Flash?

Alex Greysukh







___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


RE: [MVC-Programmers] Re: action chaining [was] Re: major headaches:)

2003-05-31 Thread Peyathevar, Santhi {PBG}
I am not an expert. But successfully completed 2 modules of Struts code. It
was a pleasure to see how beautifully things fall in place.
 
1.Navigation did not have to consider the form bean (as long as we keep
track of the Model / object(s))
2.One action per form - (at a time :yes). But i have multiple buttons on the
page. Each one maps to one action.
 
We could use any recommendation / sample only as a guideline.
Individual's situation may require a variation of design.
 
Would not be fair to blame the sample or best practice if that does not suit
100% of our requirements.
 
Vic and Rick need a small break?
 :)
 
Santhi
 
 
 
 
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread Vic Cekvenich
It says it can't find the app context.
Did you set the context in servlet.xml as provided in example?
Can you get a hello world .html to display in bp?
Send me the server.xml.

.V

grenoml wrote:

Vic,
 I have tried all kinds of things to get the basicportal context to
start without success.  I got the Realm working just fine.  I can
extract basicportal MySQL table contents using a JSP with no problem.
 This is the error that I am seeing:

2003-05-30 19:40:17 StandardContext[/bp]: Exception during cleanup
after start failed
LifecycleException:  Container StandardContext[/bp] has not been
started
   at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:3865)
   at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3843)
   at
org.apache.catalina.core.StandardHostDeployer.start(StandardHostDeployer.java:553)
   at
org.apache.catalina.core.StandardHost.start(StandardHost.java:925)
   at
org.apache.catalina.servlets.ManagerServlet.start(ManagerServlet.java
Any ideas?

thx,
Gerry Reno
(please cc:, I'm on digest)

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


 

--
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA
Advanced a href =baseBeans.comStruts Training/a and project recovery in North 
East.
Open Source a href =baseBeans.comContent Management/a  basicPortal sofware
Best practicea href =baseBeans.comStruts Support/a v.1.1 helper ScafflodingXPress


___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread grenoml
Vic,
  Ok, found a typo in context stanza.  The app context is now running
but I'm back to the same old error as at first:

java.lang.VerifyError: Cannot inherit from final class
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1540)
at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:841)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1274)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1154)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.createContentDispatcher(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.(XMLDocumentFragmentScannerImpl.java:249)
at
org.apache.xerces.impl.XMLDocumentScannerImpl.(XMLDocumentScannerImpl.java:245)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.(Unknown Source)

  I'm suspecting maybe something wrong with xerces. 

thx,
Gerry Reno



--- Vic Cekvenich [EMAIL PROTECTED] wrote:
 It says it can't find the app context.
 Did you set the context in servlet.xml as provided in example?
 Can you get a hello world .html to display in bp?
 
 Send me the server.xml.
 
 .V
 
 grenoml wrote:
 
 Vic,
   I have tried all kinds of things to get the basicportal context to
 start without success.  I got the Realm working just fine.  I can
 extract basicportal MySQL table contents using a JSP with no
 problem.
 
   This is the error that I am seeing:
 
 2003-05-30 19:40:17 StandardContext[/bp]: Exception during cleanup
 after start failed
 LifecycleException:  Container StandardContext[/bp] has not been
 started
 at

org.apache.catalina.core.StandardContext.stop(StandardContext.java:3865)
 at

org.apache.catalina.core.StandardContext.start(StandardContext.java:3843)
 at

org.apache.catalina.core.StandardHostDeployer.start(StandardHostDeployer.java:553)
 at
 org.apache.catalina.core.StandardHost.start(StandardHost.java:925)
 at

org.apache.catalina.servlets.ManagerServlet.start(ManagerServlet.java
 
 Any ideas?
 
 thx,
 Gerry Reno
 
 (please cc:, I'm on digest)
 
 
 __
 Do you Yahoo!?
 Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
 http://calendar.yahoo.com
 ___
 MVC-Programmers mailing list
 [EMAIL PROTECTED]
 http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers
 
 
 
   
 
 
 -- 
 Vic Cekvenich,
 Struts Instructor,
 1-800-917-JAVA
 
 Advanced a href =baseBeans.comStruts Training/a and project
 recovery in North East.
 Open Source a href =baseBeans.comContent Management/a 
 basicPortal sofware
 Best practicea href =baseBeans.comStruts Support/a v.1.1 helper
 ScafflodingXPress
 
 
 
 


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread grenoml
Vic,
  That's what it was - Xerces.  I replaced xercesImpl.jar and 
xmlParserAPIs.jar with Xerces 2.0.1 versions and basicportal is now 
running under 5.0.

rgds,
Gerry Reno
grenoml wrote:
Vic,
  Ok, found a typo in context stanza.  The app context is now running
but I'm back to the same old error as at first:
java.lang.VerifyError: Cannot inherit from final class
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1540)
at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:841)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1274)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1154)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.createContentDispatcher(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.(XMLDocumentFragmentScannerImpl.java:249)
at
org.apache.xerces.impl.XMLDocumentScannerImpl.(XMLDocumentScannerImpl.java:245)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.(Unknown Source)
  I'm suspecting maybe something wrong with xerces. 

thx,
Gerry Reno


--- Vic Cekvenich [EMAIL PROTECTED] wrote:

It says it can't find the app context.
Did you set the context in servlet.xml as provided in example?
Can you get a hello world .html to display in bp?
Send me the server.xml.

.V

grenoml wrote:


Vic,
I have tried all kinds of things to get the basicportal context to
start without success.  I got the Realm working just fine.  I can
extract basicportal MySQL table contents using a JSP with no
problem.

This is the error that I am seeing:

2003-05-30 19:40:17 StandardContext[/bp]: Exception during cleanup
after start failed
LifecycleException:  Container StandardContext[/bp] has not been
started
  at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:3865)

  at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3843)

  at
org.apache.catalina.core.StandardHostDeployer.start(StandardHostDeployer.java:553)

  at
org.apache.catalina.core.StandardHost.start(StandardHost.java:925)
  at
org.apache.catalina.servlets.ManagerServlet.start(ManagerServlet.java

Any ideas?

thx,
Gerry Reno
(please cc:, I'm on digest)

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers




--
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA
Advanced a href =baseBeans.comStruts Training/a and project
recovery in North East.
Open Source a href =baseBeans.comContent Management/a 
basicPortal sofware
Best practicea href =baseBeans.comStruts Support/a v.1.1 helper
ScafflodingXPress






__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread grenoml
Vic,
  That's what it was - Xerces.  I replaced xercesImpl.jar and
xmlParserAPIs.jar with Xerces 2.0.1 versions and basicportal is now
running under 5.0.  
  Tomcat 5 didn't like the version of Xerces that was packaged with
basicportal.

rgds,
Gerry Reno


--- grenoml [EMAIL PROTECTED] wrote:
 Vic,
   Ok, found a typo in context stanza.  The app context is now running
 but I'm back to the same old error as at first:
 
 java.lang.VerifyError: Cannot inherit from final class
   at java.lang.ClassLoader.defineClass0(Native Method)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
   at

java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
   at

org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1540)
   at

org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:841)
   at

org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1274)
   at

org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1154)
   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
   at

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

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.(XMLDocumentFragmentScannerImpl.java:249)
   at

org.apache.xerces.impl.XMLDocumentScannerImpl.(XMLDocumentScannerImpl.java:245)
   at org.apache.xerces.impl.XMLNSDocumentScannerImpl.(Unknown Source)
 
   I'm suspecting maybe something wrong with xerces. 
 
 thx,
 Gerry Reno
 
 
 
 --- Vic Cekvenich [EMAIL PROTECTED] wrote:
  It says it can't find the app context.
  Did you set the context in servlet.xml as provided in example?
  Can you get a hello world .html to display in bp?
  
  Send me the server.xml.
  
  .V
  
  grenoml wrote:
  
  Vic,
I have tried all kinds of things to get the basicportal context
 to
  start without success.  I got the Realm working just fine.  I can
  extract basicportal MySQL table contents using a JSP with no
  problem.
  
This is the error that I am seeing:
  
  2003-05-30 19:40:17 StandardContext[/bp]: Exception during cleanup
  after start failed
  LifecycleException:  Container StandardContext[/bp] has not been
  started
  at
 

org.apache.catalina.core.StandardContext.stop(StandardContext.java:3865)
  at
 

org.apache.catalina.core.StandardContext.start(StandardContext.java:3843)
  at
 

org.apache.catalina.core.StandardHostDeployer.start(StandardHostDeployer.java:553)
  at
  org.apache.catalina.core.StandardHost.start(StandardHost.java:925)
  at
 

org.apache.catalina.servlets.ManagerServlet.start(ManagerServlet.java
  
  Any ideas?
  
  thx,
  Gerry Reno
  
  (please cc:, I'm on digest)
  
  
  __
  Do you Yahoo!?
  Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
  http://calendar.yahoo.com
  ___
  MVC-Programmers mailing list
  [EMAIL PROTECTED]
  http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers
  
  
  

  
  
  -- 
  Vic Cekvenich,
  Struts Instructor,
  1-800-917-JAVA
  
  Advanced a href =baseBeans.comStruts Training/a and project
  recovery in North East.
  Open Source a href =baseBeans.comContent Management/a 
  basicPortal sofware
  Best practicea href =baseBeans.comStruts Support/a v.1.1
 helper
  ScafflodingXPress
  
  
  
  
 
 
 __
 Do you Yahoo!?
 Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
 http://calendar.yahoo.com


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread Vic Cekvenich
Next build of bP will come with new versions of xml :-)
Thanks for the contribution.
.V
grenoml wrote:

Vic,
  That's what it was - Xerces.  I replaced xercesImpl.jar and 
xmlParserAPIs.jar with Xerces 2.0.1 versions and basicportal is now 
running under 5.0.

rgds,
Gerry Reno
grenoml wrote:

Vic,
  Ok, found a typo in context stanza.  The app context is now running
but I'm back to the same old error as at first:
java.lang.VerifyError: Cannot inherit from final class
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1540) 

at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:841) 

at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1274) 

at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1154) 

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.createContentDispatcher(Unknown 

Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.(XMLDocumentFragmentScannerImpl.java:249) 

at
org.apache.xerces.impl.XMLDocumentScannerImpl.(XMLDocumentScannerImpl.java:245) 

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

  I'm suspecting maybe something wrong with xerces.
thx,
Gerry Reno


--- Vic Cekvenich [EMAIL PROTECTED] wrote:

It says it can't find the app context.
Did you set the context in servlet.xml as provided in example?
Can you get a hello world .html to display in bp?
Send me the server.xml.

.V

grenoml wrote:


Vic,
I have tried all kinds of things to get the basicportal context to
start without success.  I got the Realm working just fine.  I can
extract basicportal MySQL table contents using a JSP with no


problem.

This is the error that I am seeing:

2003-05-30 19:40:17 StandardContext[/bp]: Exception during cleanup
after start failed
LifecycleException:  Container StandardContext[/bp] has not been
started
  at


org.apache.catalina.core.StandardContext.stop(StandardContext.java:3865) 


  at


org.apache.catalina.core.StandardContext.start(StandardContext.java:3843) 


  at


org.apache.catalina.core.StandardHostDeployer.start(StandardHostDeployer.java:553) 


  at
org.apache.catalina.core.StandardHost.start(StandardHost.java:925)
  at


org.apache.catalina.servlets.ManagerServlet.start(ManagerServlet.java

Any ideas?

thx,
Gerry Reno
(please cc:, I'm on digest)

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers




--
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA
Advanced a href =baseBeans.comStruts Training/a and project
recovery in North East.
Open Source a href =baseBeans.comContent Management/a 
basicPortal sofware
Best practicea href =baseBeans.comStruts Support/a v.1.1 helper
ScafflodingXPress






__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com



--
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA
Advanced a href =baseBeans.comStruts Training/a and project recovery in North 
East.
Open Source a href =baseBeans.comContent Management/a  basicPortal sofware
Best practicea href =baseBeans.comStruts Support/a v.1.1 helper ScafflodingXPress
___
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers


Re: [MVC-Programmers] basicportal: content/members admin login bug

2003-05-31 Thread Vic Cekvenich
I get similar in Resin 3.
I think we need to let TC5 cook some more.
But I assure you that as soon as anything support JSP2.0 I will be on it 
(and deprecating JSP 1.2).

grenoml wrote:

Vic,
 Using basicportal under TC5, when trying to login into content or
members admin I get a 500 error and exception, and thereafter every
link that I click on gives me the same exception.  Have to recycle
Tomcat to recover.
type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.
exception

javax.servlet.ServletException: java.lang.Exception:
java.lang.ClassCastException
at
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:506)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:194)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:555)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2570)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:509)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:546)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:593)
at java.lang.Thread.run(Thread.java:534)
root cause

java.lang.Exception: java.lang.Exception: java.lang.ClassCastException
at org.apache.scaffoldingXPress.base.BaseAct.procE(BaseAct.java:205)
at org.apache.scaffoldingXPress.base.BaseAct.execute(BaseAct.java:57)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:506)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at

Re: [MVC-Programmers] basicportal: content/members admin login bug

2003-05-31 Thread grenoml
Vic,
  Is the new servlet spec more strict?  I wouldn't think this is 
container issue if both containers are behaving in similar manner.

rgds,
Gerry Reno
Vic Cekvenich wrote:
I get similar in Resin 3.
I think we need to let TC5 cook some more.
But I assure you that as soon as anything support JSP2.0 I will be on it 
(and deprecating JSP 1.2).

grenoml wrote:

Vic,
 Using basicportal under TC5, when trying to login into content or
members admin I get a 500 error and exception, and thereafter every
link that I click on gives me the same exception.  Have to recycle
Tomcat to recover.
type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.
exception

javax.servlet.ServletException: java.lang.Exception:
java.lang.ClassCastException
at
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545) 

at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486) 

at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) 

at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:506)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) 

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:194) 

at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277) 

at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) 

at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490) 

at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) 

at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) 

at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:555) 

at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) 

at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490) 

at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2570) 

at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) 

at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) 

at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170) 

at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) 

at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) 

at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) 

at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:509)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) 

at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490) 

at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) 

at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) 

at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490) 

at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:996)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594) 

at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392) 

at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:546) 

at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:593) 

at java.lang.Thread.run(Thread.java:534)

root cause

java.lang.Exception: java.lang.Exception: java.lang.ClassCastException
at org.apache.scaffoldingXPress.base.BaseAct.procE(BaseAct.java:205)
at org.apache.scaffoldingXPress.base.BaseAct.execute(BaseAct.java:57)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) 

at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) 

at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:506)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at