473,410 Members | 1,916 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

Please chk out the following error

1
This is not a mere error. because,whatever input i give from jsp, its getting updated in mysql but the page is showing some internal error.The error looks like this.Plz tell me if someone knows the cause.


org.springframework.webflow.ActionExecutionExcepti on: Exception thrown executing action 'net.jdev.jtrac.web.webflow.UserFormAction@1485542 ' in state 'userForm' of flow 'userCreateFlow'; nested exception is org.springframework.orm.hibernate3.HibernateSystem Exception: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of net.jdev.jtrac.domain.User.setLocked; nested exception is org.hibernate.PropertyAccessException: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of net.jdev.jtrac.domain.User.setLocked org.springframework.orm.hibernate3.HibernateSystem Exception: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of net.jdev.jtrac.domain.User.setLocked; nested exception is org.hibernate.PropertyAccessException: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of net.jdev.jtrac.domain.User.setLocked org.hibernate.PropertyAccessException: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of net.jdev.jtrac.domain.User.setLocked at org.hibernate.tuple.PojoTuplizer.setPropertyValues WithOptimizer(PojoTuplizer.java:203) at org.hibernate.tuple.PojoTuplizer.setPropertyValues (PojoTuplizer.java:173) at org.hibernate.persister.entity.BasicEntityPersiste r.setPropertyValues(BasicEntityPersister.java:2919 ) at org.hibernate.engine.TwoPhaseLoad.initializeEntity (TwoPhaseLoad.java:113) at org.hibernate.loader.Loader.initializeEntitiesAndC ollections(Loader.java:530) at org.hibernate.loader.Loader.doQuery(Loader.java:43 6) at org.hibernate.loader.Loader.doQueryAndInitializeNo nLazyCollections(Loader.java:218) at org.hibernate.loader.Loader.doList(Loader.java:159 3) at org.hibernate.loader.Loader.list(Loader.java:1577) at org.hibernate.loader.criteria.CriteriaLoader.list( CriteriaLoader.java:111) at org.hibernate.impl.SessionImpl.list(SessionImpl.ja va:1322) at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl. java:300) at org.springframework.orm.hibernate3.HibernateTempla te$5.doInHibernate(HibernateTemplate.java:468) at org.springframework.orm.hibernate3.HibernateTempla te.execute(HibernateTemplate.java:315) at org.springframework.orm.hibernate3.HibernateTempla te.loadAll(HibernateTemplate.java:464) at net.jdev.jtrac.hibernate.HibernateJtracDao.loadAll Users(HibernateJtracDao.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.support.AopUtils.invokeJoi npointUsingReflection(AopUtils.java:292) at org.springframework.aop.framework.ReflectiveMethod Invocation.invokeJoinpoint(ReflectiveMethodInvocat ion.java:155) at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :122) at org.springframework.transaction.interceptor.Transa ctionInterceptor.invoke(TransactionInterceptor.jav a:96) at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :144) at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:174) at $Proxy1.loadAllUsers(Unknown Source) at net.jdev.jtrac.JtracImpl.loadAllUsers(JtracImpl.ja va:93) at net.jdev.jtrac.web.webflow.UserFormAction.userList ViewSetup(UserFormAction.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.webflow.util.DispatchMethodInv oker.dispatch(DispatchMethodInvoker.java:231) at org.springframework.webflow.action.MultiAction.doE xecute(MultiAction.java:138) at org.springframework.webflow.action.AbstractAction. execute(AbstractAction.java:225) at org.springframework.webflow.ActionExecutor.execute (ActionExecutor.java:65) at org.springframework.webflow.AnnotatedAction.execut e(AnnotatedAction.java:154) at org.springframework.webflow.ActionExecutor.execute (ActionExecutor.java:65) at org.springframework.webflow.support.ActionTransiti onCriteria.test(ActionTransitionCriteria.java:87) at org.springframework.webflow.support.TransitionCrit eriaChain.test(TransitionCriteriaChain.java:65) at org.springframework.webflow.Transition.canExecute( Transition.java:239) at org.springframework.webflow.Transition.execute(Tra nsition.java:266) at org.springframework.webflow.TransitionableState.on Event(TransitionableState.java:230) at org.springframework.webflow.execution.FlowExecutio nImpl.signalEvent(FlowExecutionImpl.java:341) at org.springframework.webflow.execution.FlowExecutio nManager.onEvent(FlowExecutionManager.java:446) at org.springframework.webflow.execution.FlowExecutio nManager.onEvent(FlowExecutionManager.java:389) at org.springframework.webflow.execution.servlet.Serv letFlowExecutionManager.handle(ServletFlowExecutio nManager.java:77) at org.springframework.webflow.mvc.FlowController.han dleRequestInternal(FlowController.java:138) at org.springframework.web.servlet.mvc.AbstractContro ller.handleRequest(AbstractController.java:128) at org.springframework.web.servlet.mvc.SimpleControll erHandlerAdapter.handle(SimpleControllerHandlerAda pter.java:44) at org.springframework.web.servlet.DispatcherServlet. doDispatch(DispatcherServlet.java:684) at org.springframework.web.servlet.DispatcherServlet. doService(DispatcherServlet.java:625) at org.springframework.web.servlet.FrameworkServlet.s erviceWrapper(FrameworkServlet.java:386) at org.springframework.web.servlet.FrameworkServlet.d oPost(FrameworkServlet.java:355) at javax.servlet.http.HttpServlet.service(HttpServlet .java:709) at javax.servlet.http.HttpServlet.service(HttpServlet .java:802) at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173) at org.acegisecurity.util.FilterChainProxy$VirtualFil terChain.doFilter(FilterChainProxy.java:292) at org.acegisecurity.intercept.web.FilterSecurityInte rceptor.invoke(FilterSecurityInterceptor.java:108) at org.acegisecurity.intercept.web.SecurityEnforcemen tFilter.doFilter(SecurityEnforcementFilter.java:19 7) at org.acegisecurity.util.FilterChainProxy$VirtualFil terChain.doFilter(FilterChainProxy.java:303) at org.acegisecurity.providers.anonymous.AnonymousPro cessingFilter.doFilter(AnonymousProcessingFilter.j ava:143) at org.acegisecurity.util.FilterChainProxy$VirtualFil terChain.doFilter(FilterChainProxy.java:303) at org.acegisecurity.ui.rememberme.RememberMeProcessi ngFilter.doFilter(RememberMeProcessingFilter.java: 154) at org.acegisecurity.util.FilterChainProxy$VirtualFil terChain.doFilter(FilterChainProxy.java:303) at org.acegisecurity.ui.AbstractProcessingFilter.doFi lter(AbstractProcessingFilter.java:246) at org.acegisecurity.util.FilterChainProxy$VirtualFil terChain.doFilter(FilterChainProxy.java:303) at org.acegisecurity.context.HttpSessionContextIntegr ationFilter.doFilter(HttpSessionContextIntegration Filter.java:220) at org.acegisecurity.util.FilterChainProxy$VirtualFil terChain.doFilter(FilterChainProxy.java:303) at org.acegisecurity.util.FilterChainProxy.doFilter(F ilterChainProxy.java:173) at org.acegisecurity.util.FilterToBeanProxy.doFilter( FilterToBeanProxy.java:120) at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11 ConnectionHandler.processConnection(Http11BaseProt ocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.process Socket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThr ead.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:684) at java.lang.Thread.run(Unknown Source) Caused by: net.sf.cglib.beans.BulkBeanException at net.jdev.jtrac.domain.User$$BulkBeanByCGLIB$$6d5b7 550.setPropertyValues() at org.hibernate.tuple.PojoTuplizer.setPropertyValues WithOptimizer(PojoTuplizer.java:200) ... 86 more Caused by: java.lang.NullPointerException ... 88 more Cookies: JSESSIONID=[CB5ECB54D49B0BF167D481BCAD36C11A]
Mar 29 '07 #1
2 1791
Motoma
3,237 Expert 2GB
It is impossible to know the cause without seeing the code. Looking at the exception you posted leads me to believe this is a Java problem, and therefore you have posted it in the wrong forum.
Mar 29 '07 #2
Banfa
9,065 Expert Mod 8TB
OK I have moved this thread to Java because it seems likely that it will be a Java problem. Once we have more information we will be better able to judge though.
Mar 29 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: kaiwing18 | last post by:
Hi , I have a problem relate to java and database. Could anyone answer me ?Please see the following code. import java.sql.*; public class Result { public static void main(String args) {
1
by: Mark | last post by:
Hi all I can write basic VBA code. I have on problem, I have a tbl with the following fields: lngempID - Name - Password - IN This is for a logon form once the user logon I want the field IN to...
6
by: Daniel Rimmelzwaan | last post by:
I want to send a biztalk document to an aspx page, and I need to see some sample code, because I just can't make it work. I have a port with transport type HTTP, pointing to my aspx page, something...
1
by: Gaffar | last post by:
Hello I am Getting the following error: please resolve this. Thnaks in advance Regards Gaffar. Server Error in '/AdHoc' Application. ...
8
by: Murali Inguva | last post by:
I am getting the following error. I Created a Web Project then added upload.aspx Then I got this error. I keep aspx controls i am geeting this error. I have xp pro with IIS Installed then i...
2
by: James Zhuo | last post by:
Hi all I've been getting the following compilation error. I should explain the background of the project that i am taking over. This is a project that has been developed by someone else a while...
0
by: James Zhuo | last post by:
Hi all I've been getting the following compilation error. I should explain the background of the project that i am taking over. This is a project that has been developed by someone else a...
2
by: Nick Poulis | last post by:
Hi to all I face the following problem, the following code (very simple) is contained in a referenced class method Dim cn As New OdbcConnection("DSN=BOC;UID=Admin;PWD=;") cn.Open()
3
by: wASP | last post by:
Hi, Apparently, I have a permissions issue. I am logged in as administrator, and my C: drive is accessible. Under the "Security" tab for Properties for Inetpub, for my "Internet Guest Account,"...
1
SKJoy2001
by: SKJoy2001 | last post by:
PLEASE HELP ME!!! P E R L!!! I have a CGI (PERL) file namely 'test.cgi' and it has the correct permission (755) on the FTP server and it is within the CGI path. I have the following code in it:...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.