Exceptions
stefli
简直就是懒人一个
就喜欢下班回家下碟子,看碟子
听听音乐
展开
-
[/WEB-INF/applicationContext-dao.xml]; nested exception is java.lang.ClassCastException
weblogic.management.DeploymentException: Exception:weblogic.management.ApplicationException: start() failed. Module: TestPart Error: weblogic.management.DeploymentException: Unexpected exception p原创 2009-09-03 14:54:00 · 3238 阅读 · 0 评论 -
org.springframework.security.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityC
<br />Reference:<br />1.5. I get an exception with the message "An Authentication object was not found in the SecurityContext". What's wrong? This is a another debug level message which occurs the first time an anonymous user attempts to access a p原创 2011-05-24 12:50:00 · 7511 阅读 · 1 评论 -
Client can't access Jboss server, the port is not accessable.
<br />Run the JBoss server via:<br /> <br />run.bat -b 0.0.0.0<br /> <br />Then the server can be accessable via http://IP:PORT<br />原创 2011-05-20 10:07:00 · 823 阅读 · 0 评论 -
Jboss 4.2 & hibernate java.lang.NoSuchFieldError: INSTANCE
<br />Just remove the hibernate-annotation.jar from lib原创 2011-05-19 18:07:00 · 1630 阅读 · 0 评论 -
Ubuntu mod-rewrite has no right to access remote url(403 forbidden)
I had a big problem getting an Ubuntu Feisty Fawn Apache2 instance to use proxying rewrite rules.Firstly, mod_rewrite is not enabled by default, which is probably no bad thing. So ’sudo a2enmod rewrite’ fixes that.Now I can use a rule to allow my m转载 2010-06-24 13:08:00 · 1488 阅读 · 0 评论 -
Continuous restarts with warning "Blackberry preprocessor is being configured...."
<br />Add following settings to eclipse.ini, then solve the issue<br /> <br />-Dosgi.framework.extensions=org.eclipse.mtj.core.hooks,net.rim.ejde原创 2010-06-12 17:00:00 · 670 阅读 · 0 评论 -
Cannot assign value of type 'java.lang.String' to property 'file' of type 'org.apache.struts.upload.FormFile'
Exception:org.apache.commons.beanutils.ConversionException: Cannot assign value of type java.lang.String to property file of type org.apache.struts.upload.FormFile at org.apache.struts.ac原创 2010-01-06 10:23:00 · 4825 阅读 · 1 评论 -
Common errors in django
Quote: http://skyfen.javaeye.com/blog/515176 报错:1.local variable allreciver referenced before assignment . allreciver 变量无效2.invalid literal for int() with base 10: 字段中用了int类型,说明有的字段不一转载 2010-03-10 13:43:00 · 2524 阅读 · 0 评论 -
java.io.FileNotFoundException: /tmp/upload_234sad_
Reason: you upload a file with no content. Solution:Upload file with some content!原创 2009-09-07 13:06:00 · 2850 阅读 · 1 评论 -
org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorre
<br />Exception:<br />org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect)<br /> <br />Add a hidden field for hibernate version.<br />原创 2011-05-05 15:52:00 · 5303 阅读 · 1 评论