When I debug, I find that method thread 'Java. Lang. NullPointerException' exception. Cannot evaluate com. Sun. Proxy. $proxy0. Tostring()
will appear, but it does not affect the normal operation of the program. It should be because the object generated during dynamic proxy may not have tostring() method, and the information is printed through toString in debug mode. So it also explains why the real proxy object can be returned in the invoke method
Read More:
- Exception in thread “main“ java.lang.ClassCastException: com.sun.proxy.$Proxy8 cannot be cast to XXX
- java.lang.Throwable: Substituted for the exception com.bea.xml.SchemaTypeLoaderException which lack
- Error reporting: java.lang.nullpointerexception solution
- Android studio — java.lang.nullpointerexception(no error message)
- About the error querying database. Cause: java.lang.nullpointerexception reported in mybatis
- java.lang.ClassNotFoundException : com.mysql.jdbc . driver project cannot connect to database, exception, lack of MySQL driver
- The @ Autowired annotation in springboot is invalid in ordinary classes. How to solve and use the null pointer exception java.lang.nullpointerexception
- [Jackson exception] com.fasterxml.jackson . databind.JsonMappingException Exception handling method
- Idea community version starts Tomcat to report error running ‘XXXXXX’: java.lang.NullPointerException
- java.lang.IllegalStateException Exception: cause analysis and solution
- Eclipse:An error has occurred. See error log for more details. java.lang.NullPointerException
- Failed to instantiate org.mybatis.spring.SqlSessionTemplate Constructor threw exception
- Pychar console error: xmlrpc.client.Fault : Fault 0: ‘ java.lang.NullPointerException
- java.lang.IllegalStateException: Could not execute method for android:onClick
- [Solved] nested exception is com.alibaba.dubbo.rpc.RpcException: Failed t o invoke the method findPage
- java.lang.IllegalArgumentException : urlcoder exception resolution
- [Solved] SpringMVC Run Error: SEVERE-Servlet.service() for servlet jsp threw exception
- Request processing failed;nested exception is java.lang.*
- keytool error: java.lang.Exception: Failed to establish chain from reply
- Realize the simplest recursive call, simulate exception in thread “main” java.lang.stackoverflowerror exception