Re: System.setProperty failed during Tomcat5 startup

2006-05-09 Thread lee hwaying
to be called. -Tim lee hwaying wrote: Tomcat startup fail with below error log when Springframework tried to call System.setProperty. Can some one help me? I ran the code succesyfully at windows pc but not on unix server thanks hy java.security.AccessControlException: access denied (java.ut

error during tomcat startup when starting springframework

2006-05-09 Thread lee hwaying
can some one help please @4000445f116006a73194 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB- INF/applicationContext-hibernate.xml]: Initialization of bean failed; nested exception is java.lan

System.setProperty failed during Tomcat5 startup

2006-05-09 Thread lee hwaying
Tomcat startup fail with below error log when Springframework tried to call System.setProperty. Can some one help me? I ran the code succesyfully at windows pc but not on unix server thanks hy java.security.AccessControlException: access denied (java.util.PropertyPermission webApp.root write) @

error listener start during aplication start up

2006-04-21 Thread lee hwaying
I have the following error message while starting up my application in Tomcat. I am using log4j.xml in my custom application. can someone help thanks. INFO: XML validation disabled log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). log4j:WARN Please in

RE: SEVERE: Error listenerStart

2006-03-07 Thread lee hwaying
To add to it, this piece of program runs well in my local tomcat 5.5.12 but fail to run with the following error when i upload to server. regards From: "lee hwaying" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apache.org Subject: SEVERE

SEVERE: Error listenerStart

2006-03-07 Thread lee hwaying
Hi all I have a program that encounter the below error. Please Help! 4000440e149115067fec Mar 7, 2006 11:17:27 PM org.apache.catalina.core.ApplicationContext log @4000440e149115068ba4 INFO: HTMLManager: start: Starting web application at '/gallery' @4000440e14921db1dc2c [GC 86464

RE: JNDI Datasource Problem

2006-03-03 Thread lee hwaying
cat Users List" To: "Tomcat Users List" Subject: RE: JNDI Datasource Problem Date: Mon, 27 Feb 2006 11:00:40 -0700 Two problems: 1. In ResourceLink, the value for attribute "golbal" should be "jdbc/galleryDB" instead of "galleryDB". 2. The factory class

Re: JNDI Datasource Problem

2006-02-25 Thread lee hwaying
hwaying maxActive 20 maxIdle 10 maxWait -1 On 2/24/06, lee hwaying <[EMAI

JNDI Datasource Problem

2006-02-24 Thread lee hwaying
ERROR JDBCExceptionReporter - Cannot create JDBC driver of class '' for connect URL 'null' I still get the above error in Tomcat 5.5.15 after doing the below. Please help web.xml : ... jdbc/galleryDB javax.sql.DataSource Container