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

2006-10-11 Thread Aynalem, Seblewengel (Trawick)
SessionBean is declared public and it has a public default constructor with no agrument... but still shows the value for the useBean class attribute ISOTracking.SessionBean is invalid error. What could be wrong? Any help or hint is highly appreciated. Thanks, Seble. -Original

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

2006-10-11 Thread Aynalem, Seblewengel (Trawick)
though. The link I posted below actually came from near the top 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

Java Bean Method Call Don't Work... Please Help!

2006-10-10 Thread Aynalem, Seblewengel (Trawick)
I am using tomcat 5.5.17, jdk 1.5 jre 1.5. I have the following jsp page that displays the text - Welcome, and - without the output of the java bean method call. The function is working fine... I can see the output on Tomcat console. But I could not see it on the browser. Is there

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.

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

2006-10-10 Thread Aynalem, Seblewengel (Trawick)
... 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/SessionBean.class? --David Aynalem, Seblewengel (Trawick) wrote: I am getting the following

Java Bean Method Call Don't Work

2006-10-06 Thread Aynalem, Seblewengel (Trawick)
I am using tomcat 5.5.17, jdk 1.5 jre 1.5. I have the following jsp page that displays the text without the output of the java bean method call. The function is working fine... I can see the output on Tomcat console. But I could not see it on the browser. Is there any library I should

org.apache.tomcat.dbcp.dbcp.SQLNestedException

2006-09-29 Thread Aynalem, Seblewengel (Trawick)
Hi all, I am using tomcat 5.5.17 and SQL Server 2000 (with SQL 2005 Driver). I have a login page that tries to connect to the database and verify user name and password but the following error comes up: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnection Factory

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException

2006-09-29 Thread Aynalem, Seblewengel (Trawick)
correctly and there are no firewalls blocking communication? Can you connect to the db server from your tomcat server using a standard fat client? --David Aynalem, Seblewengel (Trawick) wrote: Hi all, I am using tomcat 5.5.17 and SQL Server 2000 (with SQL 2005 Driver). I have a login page that tries

An I/O error occurred while receiving the TDS prelogin response.

2006-09-28 Thread Aynalem, Seblewengel (Trawick)
Hi all, I am using tomcat 5.5.17 and SQL Server 2000 (with SQL 2005 Driver). I have a login page that tries to connect to the database and verify user name and password but the following error comes up: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnection Factory

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-08-01 Thread Aynalem, Seblewengel (Trawick)
happening with connections to the database. It's good at showing net connection on a Windows box in real time. --David Aynalem, Seblewengel (Trawick) wrote: Thanks David. I am able to connect to SQL Server 2000. Actually Tomcat 5.5.17 and SQL Server 2000 is on the same machine that I am

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-08-01 Thread Aynalem, Seblewengel (Trawick)
Yes, SQL Server is expected to accept connection on 1433 - which is the default port. For you question: SQL Server is running... I can see it clearly on the Task Manager. I am trying to see if it is actually using TCP/IP or named pipes... Thanks, -Original Message- From: Christopher

org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-07-31 Thread Aynalem, Seblewengel (Trawick)
Hi there: I am using tomcat 5.5.17 and SQL Server 2000 database with SQL Server 2005 JDBC Driver. OS is Windows XP professional. I have configured web.xml in WEB-INF directory and context.xml in META-INF directory of my application. Both are attached below with this email. I have a login.jsp

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-07-31 Thread Aynalem, Seblewengel (Trawick)
and may confuse tomcat. --David Aynalem, Seblewengel (Trawick) wrote: Hi there: I am using tomcat 5.5.17 and SQL Server 2000 database with SQL Server 2005 JDBC Driver. OS is Windows XP professional. I have configured web.xml in WEB-INF directory and context.xml in META-INF directory of my

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-07-31 Thread Aynalem, Seblewengel (Trawick)
driver of class '' for connect URL 'null' looks like your context XML file is not a valid XML format Filip Aynalem, Seblewengel (Trawick) wrote: Yes I do have SQL JDBC driver in common/lib as sqljdbc.jar and did drop ResourceLink.../ from context.xml file. Another error comes ups as follows

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-07-31 Thread Aynalem, Seblewengel (Trawick)
. If there are further stack traces, could you post your new context.xml and web.xml? --David Aynalem, Seblewengel (Trawick) wrote: Yes I do have SQL JDBC driver in common/lib as sqljdbc.jar and did drop ResourceLink.../ from context.xml file. Another error comes ups as follows: Jul 31, 2006 3:01:05 PM

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-07-31 Thread Aynalem, Seblewengel (Trawick)
the syntax problem, if any. -Original Message- From: Aynalem, Seblewengel (Trawick) [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 3:18 PM To: Tomcat Users List Subject: RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' Hi

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-07-31 Thread Aynalem, Seblewengel (Trawick)
: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' Hmmm connection refused. Is your server listening for connections at jdbc:sqlserver://localhost:1433 ? Can you verify it independently? --David Aynalem, Seblewengel (Trawick) wrote