码迷,mamicode.com
首页 >  
搜索关键字:warn    ( 1139个结果
Expected MultipartHttpServletRequest: is a MultipartResolver configured?
2015-05-05 19:09:47.510::WARN: /purchase/long-term-contract/uploading.htmjava.lang.IllegalArgumentException: Expected MultipartHttpServletRequest: is ...
分类:Web程序   时间:2015-05-05 21:41:41    阅读次数:342
nginx配置
Nginx配置参数中文说明。#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]err...
分类:其他好文   时间:2015-05-05 18:32:28    阅读次数:149
Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.h2.Driver
1、错误描述 WARN:2015-05-01 13:26:10[localhost-startStop-1] - HHH000402: Using Hibernate built-in connection pool (not for production use!) WARN:2015-05-01 13:26:10[localhost-startStop-1] - Exception enco...
分类:编程语言   时间:2015-05-01 14:51:54    阅读次数:558
Invalid property 'driver_class' of bean class
1、错误描述 INFO:2015-05-01 13:06:07[localhost-startStop-1] - Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; trace: 10] WARN:2015-05-01 13:06:07[localhost-startStop-1] - Excep...
分类:其他好文   时间:2015-05-01 13:26:43    阅读次数:524
Invalid property 'url' of bean class [com.mchange.v2.c3p0.ComboPooledDataSource]
1、错误描述 INFO:2015-05-01 13:13:05[localhost-startStop-1] - Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; trace: 10] WARN:2015-05-01 13:13:05[localhost-startStop-1] - Excep...
分类:Web程序   时间:2015-05-01 13:24:10    阅读次数:265
greenplum初始化错误,Failed to insert port=40000
$ gpinitsystem-c /usr/local/greenplum-db/gpconfigs /gpinitsystem_config20150429:15:30:59:023693gpcreateseg.sh:y153-hadoop-namenode2:gpadmin-[WARN]:-Failedtoinsertport=40000in/data/primary/gpseg0/postgresql.confony153-hadoop-namenode2.vclound.com20150429:15:..
分类:其他好文   时间:2015-04-30 20:19:10    阅读次数:728
去掉没用的参数的warning
#define UNUSED(x) ((void)(x))void fun(int noused_arg, int b){ UNUSED(noused_arg); printf("%d\n", b);}上面那个函数因为有一个无用的参数,所以如果没有使用UNUSED那个宏,那么就会产生一个warn.....
分类:其他好文   时间:2015-04-29 19:27:57    阅读次数:86
org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "phoneNo" ...not marked as ignorable at
2015-04-29 11:02:12.133 [http-8090-9] WARN org.jasig.cas.client.util.CommonUtils.safeGetParameter[CommonUtils:264] - safeGetParameter called on a POS....
分类:其他好文   时间:2015-04-29 14:58:39    阅读次数:503
spring mybatis 整合问题Error parsing Mapper XML. Cause: java.lang.NullPointerException
14:30:40,872 DEBUG SqlSessionFactoryBean:431 - Parsed configuration file: 'class path resource [mybatis/mybatis-config.xml]'14:30:40,883 WARN XmlWebAp...
分类:移动开发   时间:2015-04-28 15:41:24    阅读次数:354
log4j:WARN No appenders could be found for logger
新建一个log4j.properties文件,内容如下 # Configure logging for testing: optionally with log file log4j.rootLogger=WARN, stdout # log4j.rootLogger=WARN, stdout, logfile log4j.appender.stdout=org.apache.log4j.Con...
分类:移动开发   时间:2015-04-27 20:13:47    阅读次数:182
1139条   上一页 1 ... 89 90 91 92 93 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!