RE: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Caldarale, Charles R
> From: Chris Patterson [mailto:tom...@vittox.com] > Subject: Re: JasperException: The value for the useBean class ___ attribute > is invalid > Renamed Test-03 to ROOT.war > Deleted the /WEB-INF folder in the appBase directory AND all other JSPs > (inluding sub-director

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Chris Patterson
m., Caldarale, Charles R escribió: From: Chris Patterson [mailto:tom...@vittox.com] Subject: Re: JasperException: The value for the useBean class ___ attribute is invalid So configuration actually is as follows: www.server.com If you only have one, no is needed. Please, please read the docu

RE: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Caldarale, Charles R
> From: Chris Patterson [mailto:tom...@vittox.com] > Subject: Re: JasperException: The value for the useBean class ___ attribute > is invalid > So configuration actually is as follows: > > www.server.com If you only have one , no is needed. > > doc

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Chris Patterson
only works until trying etrust.us/subdir/prg2.jsp, then i get the error 500: JasperException: The value for the useBean class ___ attribute is invalid Log file shows no more details about the issue. As "main directory" I mean the docBase referenced in the server.xml file. I have read the Servlet S

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 4/18/12 7:36 PM, Chris Patterson wrote: > Differences are: Local host has Tomcat 6.x, VPS server has Tomcat > 5.3.35 Local host has Java 1.6.0_22 / OpenJDK 64-Bit, VPS server > has Java 1.6.0_29 / Java Hotspot 64-Bit > > I checked following

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Pid *
arkup#l1199 > > > You have to check that you did not forget to copy necessary supporting > classes and libraries. If that fails, try to write a simple jsp that > explicitly loads that class. > >> The same excersise on the VPS running CPanel for a domain like etrust.us >

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Konstantin Kolinko
Generator.java?view=markup#l1199 You have to check that you did not forget to copy necessary supporting classes and libraries. If that fails, try to write a simple jsp that explicitly loads that class. > The same excersise on the VPS running CPanel for a domain like etrust.us > does only work

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Chris Patterson
prg1.jsp When trying etrust.us/prg1.jsp it only works until trying etrust.us/subdir/prg2.jsp, then i get the error 500: JasperException: The value for the useBean class ___ attribute is invalid Log file shows no more details about the issue. As "main directory" I mean the docBase ref

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Pid
On 18/04/2012 21:02, Pid wrote: > On 18/04/2012 18:02, Chris Patterson wrote: > >> Is this like a BUG ? > > Doubt it. > >> Or perhaps something about the Java version ? > > s/Java/Developer/g That was rude. Retracted, with apologies. p -- [key:62590808] signature.asc Description: Ope

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Pid
On 18/04/2012 18:02, Chris Patterson wrote: > Is this like a BUG ? Doubt it. > Or perhaps something about the Java version ? s/Java/Developer/g p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Konstantin Kolinko
2012/4/18 Chris Patterson : > More on this, now I think it is some configuration issue for the tomcat > server: > > I am using eclipse to check both JSP files, and they work without any > problems > in my PC. When deploying to Tomcat 5.5.35 to a sub-directory like de project > name > they also work

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Chris Patterson
More on this, now I think it is some configuration issue for the tomcat server: I am using eclipse to check both JSP files, and they work without any problems in my PC. When deploying to Tomcat 5.5.35 to a sub-directory like de project name they also work fine. For example at www.domain.com/T

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Pid
On 17/04/2012 17:29, Chris Patterson wrote: > Hello, pls help with the following issue: > > My JSP calls a Java Bean > and works OK for both versions, Tomcat 5.5 and Tomcat 7.1 Cool! Where did you get v7.1 from? I've been waiting for that release. On the other hand, you could tell us exactly wh

JasperException: The value for the useBean class ___ attribute is invalid

2012-04-17 Thread Chris Patterson
Hello, pls help with the following issue: My JSP calls a Java Bean and works OK for both versions, Tomcat 5.5 and Tomcat 7.1 My problem is when I move that same JSP to a sub-directory, then I get the 500 error: org.apache.jasper.JasperException: /StrBean.jsp(26,0) The value for the useBean cla

RE: The value for the useBean class attribute... is invalid

2006-10-11 Thread Caldarale, Charles R
> From: Aynalem, Seblewengel (Trawick) > [mailto:[EMAIL PROTECTED] > Subject: RE: The value for the useBean class attribute... is invalid I don't think any of the following will resolve your immediate problem, but there are a couple of odd things in your app deployment and configu

RE: The value for the useBean class attribute... is invalid

2006-10-11 Thread Aynalem, Seblewengel (Trawick)
esday, October 11, 2006 8:30 AM To: Tomcat Users List Subject: Re: The value for the useBean class attribute... is invalid Well... the last thought I have is to check file permissions to be sure the tomcat service has read access to the class. Seems like if that was the case there would be some

Re: The value for the useBean class attribute... is invalid

2006-10-11 Thread David Smith
of a google search on "the value for the useBean class attribute is invalid". You could also try looking through those search results for possibilities. --David Aynalem, Seblewengel (Trawick) wrote: SessionBean is declared public and it has a public default constructor with no

RE: The value for the useBean class attribute... is invalid

2006-10-11 Thread Aynalem, Seblewengel (Trawick)
al Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 10:35 PM To: Tomcat Users List Subject: Re: The value for the useBean class attribute... is invalid Right. The issue is server side access to the class, not client side through httpd. The following

Re: The value for the useBean class attribute... is invalid

2006-10-10 Thread David Smith
Right. The issue is server side access to the class, not client side through httpd. The following link seems directly related to the OP's issue: http://forum.java.sun.com/thread.jspa?threadID=567258&messageID=2944921 Essentially the class must be a valid bean declared public with a default (n

Re: The value for the useBean class attribute... is invalid

2006-10-10 Thread Mark Thomas
Martin Gainty wrote: > David- > > ..he could also have execute/read permissions turned off in .htaccess > > M- Martin, you are talking nonsense and confusing the issue. 1) .htaccess is an httpd configuration feature that does not exist in Tomcat 2) The OP made no mention of using httpd in his

Re: The value for the useBean class attribute... is invalid

2006-10-10 Thread Martin Gainty
6 4:24 PM Subject: Re: The value for the useBean class attribute... is invalid > Someone else had this problem -- essentially amounts to a > ClassNotFoundException. Can you confirm the class really exists in a > place accessible to the webapp, ie > WEB-INF/classes/ISOTracking/Sessio

RE: The value for the useBean class attribute... is invalid

2006-10-10 Thread Aynalem, Seblewengel (Trawick)
Yes SessionBean.class is in the WEB-INF/classes/ISOTracking directory. Any other hint? Thanks. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 4:25 PM To: Tomcat Users List Subject: Re: The value for the useBean class attribute... is

Re: The value for the useBean class attribute... is invalid

2006-10-10 Thread David Smith
Someone else had this problem -- essentially amounts to a ClassNotFoundException. Can you confirm the class really exists in a place accessible to the webapp, ie WEB-INF/classes/ISOTracking/SessionBean.class? --David Aynalem, Seblewengel (Trawick) wrote: I am getting the following error..

The value for the useBean class attribute... is invalid

2006-10-10 Thread Aynalem, Seblewengel (Trawick)
I am getting the following error... Login.jsp is attached below. I am using tomcat 5.5.17, jdk 1.5 & jre 1.5. org.apache.jasper.JasperException: /ISOTracking/ISOTracking/Login.jsp(1,1) The value for the useBean class attribute ISOTracking.SessionBean is invalid. org.apache.jasper.ser