#was

rg.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:

原先跑TESTCASE的时候没有出错但是跑到整个程序里面,除了这个问题,网上也找了下资料,说是用merge之类的可以解决,因为你这个update的obj和session里面的不用,所以导致此问题。突然石化~~~想到session~~~想到TESTcase的时候没有用事物aop所以每个方法都是一个事物,所以当然没问题,而...

At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger fo

一、文章前言   本文是亲测有效解决AtleastoneJARwasscannedforTLDsyetcontainednoTLDs问题,绝对不是为了积分随便粘贴复制然后压根都没有用系列二、问题描述   1.今天测试发现Tomcat启动贼慢,当然这个不是随机数...
代码星球 ·2020-04-06

OWASP Dependency-Check插件介绍及使用

  1、Dependency-Check可以检查项目依赖包存在的已知、公开披露的漏洞。目前良好的支持Java和.NET;Ruby、Node.js、Python处于实验阶段;仅支持通过(autoconfandcmake)编译的C/C++。主要提供针对owasp2017top10的A9-UsingComponentswit...

Realm [*] was unable to find account data for the submitted AuthenticationToken

  使用shiro登录的系统,在dev环境一切正常,今天早上部署到test环境就报这个异常了。。。    网上搜了下,从shiro源码的 ModularRealmAuthenticator里面的  doSingleRealmAut...
代码星球 ·2020-04-05

tomcat启动很慢 停留在 At least one JAR was scanned for TLDs yet contained no TLDs.

   部署项目时候,发现启动特别慢,要等好几分钟,这不正常啊。然后每次部署都停留在AtleastoneJARwasscannedforTLDsyetcontainednoTLDs.EnabledebugloggingforthisloggerforacompletelistofJARsth...

wasd和上下左右互换了怎么办?

刚买了一个机械键盘,用的时候发现wasd和上下左右互换了,现在把我的解决方案写在下边供大家参考:其实wasd和上下左右互换了是很多游戏键盘特有的功能,wasd和上下左右互换了并不是键盘的硬件故障, 只要在键盘上同时按下FN+Windows键就可以完成wasd和上下左右互换了, ...

SVN异常,Previous operation has not finished; run 'cleanup' if it was interrupted

SVN在提交、更新、cleanup时报错:Problemrunninglogsvn:FailedtoruntheWCDBworkqueueassociatedwith'D:workspacemsdev',workitem9414(file-installWebRoot/WEB-INF/lib/tms-express-a...

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path解决方案

0.环境:  win7系统,Tomcat9配置无误。1.错误:  项目中某一.jps页面忽然出现错误,鼠标点上去为:Thesuperclass"javax.servlet.http.HttpServlet"wasnotfoundontheJavaBuildPath.2.解决:2.1.在Eclipse中,Window--...

svn报错cleanup failed–previous operation has not finished; run cleanup if it was interrupted的解决办法

今天在svn提交的时候它卡顿了一下,我以为已经提交完了,就按了一下,结果就再也恢复不了,也继续不了了...报错 cleanupfailed–previousoperationhasnotfinished;runcleanupifitwasinterrupted试过执行cleanup,结果也是失败,...

Tomcat启动log打印到INFO: At least one JAR was scanned for TLDs yet contained no TLD各种解决方式

问题:启动tomcat时,catalina.out日志打印到如下内容就停止不动了,也不报错SEVERE:FarmWarDeployercanonlyworkashostclustersubelement!Dec02,20164:27:39PMorg.apache.catalina.startup.HostConfigd...

解决——》java.lang.IllegalArgumentException: Body parameter 0 was null

1、操作2、现象(错误信息)3、原因错误代码:4、解决1)方案一:@RequestBody(required=false)2)方案二:传参数时限制authSession不能为空odyparameter0wasnull)1、操作调用controller时2、现象(错误信息)java.lang.IllegalArgumen...

Tomcat:A cookie header was received[xxxxxx] that contained an invalid cookie. That cookie will be ignored.

 搬运来源:https://blogs.yahoo.co.jp/dk521123/36721868.html*从Tomcat8,Cookie的解析已经符合RFC6265。*由于RFC6265不再接受以前允许的逗号分隔符(例如RFC2109)"Cookie:KEY1=VAL1,KEY2=VAL2"的格式被视为非...

Specified key was too long; max key length is 767 bytes mysql

说明: 执行当前Web请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: MySql.Data.MySqlClient.MySqlException:Specifiedkeywastoolong;maxkeylengthi...
代码星球 ·2020-04-04

Linux下运行Java项目时,出现No X11 DISPLAY variable was set, but this program performed an operation which requires it.的问题解决

在~/.bashrc环境变量文件最下方加入:exportDISPLAY=:0.0然后,刷新环境变量以使其生效:source~/.bashrc参考:http://stackoverflow.com/questions/662421/no-x11-display-variable-what-does-it-mean...

JSP页面顶端出现错误:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path的问题解决

原理:把RunTime容器添加进去,比如tomcat的。1、项目右键->【BuildPath】->【ConfigureBuildPath...】  2、把tomcat的runtime添加进去3、如果发现JRE的版本不正确,也可以进行更新,如下是我改成jre8.0的。这里也可以直接配置,选...
首页上一页...1213141516下一页尾页