zoukankan      html  css  js  c++  java
  • 常见错误总结

    编译hadoop2.2版本步骤:http://blog.csdn.net/hebutscs/article/details/29359635

    wordcount程序:http://www.cnblogs.com/minkaihui/p/4074035.html

    maven构建本地仓库命令:mvn install:install-file -Dfile=sinaWeibo.jar -DgroupId=com.test.tanyy -DartifactId=qqLoginSdk4J -Dversion=1.0 -Dpackaging=jar

    log4j数据写入到数据库:http://demojava.iteye.com/blog/1067627

    1、tomcat启动时,出现下面错误,然后tomcat不能正常关闭:

    九月 06, 2014 9:53:43 上午 org.apache.catalina.core.StandardServer await
    警告: StandardServer.await: Invalid command 'SUTDOWN' received

     2、运行页面,偶尔出现

    1. Could not initialize class com.jx.classes.backend.container.ServiceProvider
    2. Could not instantiate bean class [com.jx.classes.backend.action.MainAction]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.jx.classes.backend.container.ServiceProvider
    3. Error creating bean with name 'com.jx.classes.backend.action.MainAction': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.jx.classes.backend.action.MainAction]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.jx.classes.backend.container.ServiceProvider
    4. Unable to instantiate Action, com.jx.classes.backend.action.MainAction, defined for 'main_index' in namespace '/'Error creating bean with name 'com.jx.classes.backend.action.MainAction': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.jx.classes.backend.action.MainAction]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.jx.classes.backend.container.ServiceProvider

    3、Caused by: java.lang.ClassNotFoundException: org.springframework.aop.support.AopUtils

          at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 32 more

    在spring项目中找到modules 加入spring-aop.jar即可

     4、使用maven编译hadoop2.2出错:

    Failed to execute goal org.apache.hadoop:hadoop-maven-plugins:2.2.0:protoc (compile-protoc) on project hadoop-common: org.apache.maven.plugin.MojoExecutionException: protoc version is 'libprotoc 2.4.1', expected version is '2.5.0' -> [Help 1]

    5、Failed to execute goal org.apache.hadoop:hadoop-maven-plugins:2.2.0:protoc (compile-protoc) on project hadoop-common: org.apache.maven.plugin.MojoExecutionException: protoc failure

    使用spring mvc和maven 的时候报错:java.lang.ClassNotFoundException: org.springframework.web.util.Log4jConfigListener

    解决办法:ctrl+Enter 报错项目->Deployment Assembly->Add->Java buid path entries->Next->Maven Dependencies

  • 相关阅读:
    vue的自定义组件和组件传值
    VUE的语法笔记
    Vue 的语法
    about use Vue of methods
    移动端使用下拉加载的简单方法
    深入理解nodejs的next函数。koa的使用 app.params的使用
    ACM输入输出超级外挂(朋友你渴望力量吗)fread版本
    Codeforces 1028C(面积并/思维)
    HDU 2457(AC自动机+dp)
    HDU 2825(AC自动机+状压dp)
  • 原文地址:https://www.cnblogs.com/gyouxu/p/3959170.html
Copyright © 2011-2022 走看看