An internal error occurred during: "Loading descriptor for cmbc_wms.".
java.lang.NullPointerExceptionAn internal error occurred during: "Loading descriptor for cmbc_wms.".
java.net.UnknownHostException: java.sun.com

解决方案 »

  1.   

    http://containsoft.iteye.com/blog/1124146
      

  2.   

    可能你的项目是别人低版本的开发环境中导入进来的吧。
    你这样吧,在你自己的eclipse开发工具中新建一个项目,然后用拷贝的形式吧。
      

  3.   

    The problem is not the taglib at all, it's just a bad error description by Eclipse.it is the project facet vs. web.xml dtd.. their versions must match!if the web.xml says:<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">but the project has a "Dynamic Web Module 2.5"then this error will occur.. change facet to 2.3 or web.xml to 2.5... in other words: they must match..