An internal error occurred during: "Launching xxx on WebLogic10.x". java.lang.NullPointerException
==============================
蕃薯耀 2018年3月15日
http://fanshuyao.iteye.com/
一、问题描述:
Myeclipse 将项目部署web服务器报错:
An internal error occurred during: "Launching xxx on WebLogic10.x". java.lang.NullPointerException
二、解决方案:
选中【项目】,右键,选择【Properties】》【MyEclipse】》【Web】,查看右边【Context Root】选项卡的Web-root folder有没有设置正确,设置不正确或目录不存在时会有错误提示:
Web-root folder should contain WEB-INF sub directory
如下图所示:
将Web-root folder设置自己的部署目录就可以了,一般为WebRoot或者WebContent,但如果有些项目比较特殊,不是使用这类的目录的话,就需要手动改一下。因为该目录下的子目录是需要有WEB-INF子目录的。
如果目录比较特殊,可能还需要改下Deployment Assembly的配置,操作如下
选中【项目】,右键,选择【Properties】》【MyEclipse】》【Deployment Assembly】
勾选 Use deplloyment assembly mapping for deployment
然后就可以设置自己的Web文件部署目录。
还有需要注意的是:项目如果是复制其它项目直接导入的,可能该项目的下的.project文件里面的name标签的项目名称需要修改正确
.project文件位于该项目的目录下,每个项目都会有这个文件
打开.project文件,查看name标签的项目名是否正确。不正确,请修改。
<?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>xxx</name>
.project文件的完整内容:
<?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>xxx</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.wst.common.project.facet.core.builder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.wst.validation.validationbuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.springframework.ide.eclipse.core.springbuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.m2e.core.maven2Builder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.springframework.ide.eclipse.core.springnature</nature> <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.wst.common.project.facet.core.nature</nature> <nature>org.eclipse.wst.jsdt.core.jsNature</nature> </natures> </projectDescription>
-----------------------------------------------分隔线----------------------------------------------------------
网上流传的类似问题的其它方法,但不是本人遇到的问题解决方法:
1、首先关闭退出MyEclipse。
2、然后删除MyEclipse工作空间(workspace)下的
“/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs”
这个文件。在这个文件中存储了一些部署项目的信息。删了这个部署的项目的信息就没有错误了。
3、重启启动MyEclipse即可解决了。
==============================
蕃薯耀 2018年3月15日
http://fanshuyao.iteye.com/
相关推荐
在使用MyEclipse进行Java开发的过程中,可能会遇到一个常见的问题:“An internal error occurred during: 'Calculating completion proposals...'”。这个错误通常伴随着`java.lang.NullPointerException`异常,...
myeclipse弹出an internal error occurred during:"initializing"java tooling.有时候myeclipse总是在保存的时候弹出错误,只要保存就弹出.本资源可以解决报错问题
标题 "An internal error occurred during: \"Building workspace\". Java heap space" 描述的是一个常见的Eclipse集成开发环境(IDE)中的问题,当用户尝试构建工作区时遇到内存不足的情况。这个错误表明Eclipse在...
spket-plugin-1.6.18破解版 已解决An internal error occurred during: "Loading Context". 错误 解压后将features和plugins拷贝到MyEclipse的 dropins文件夹下。
win7_64eclispe插件 解决An internal error occurred during: "Map/Reduce location status updater". org/codehaus/jackson/map/JsonMappingException 重新编译包
org.ayound.js.debug.core org.ayound.js.debug.engine org.ayound.js.debug.ui 源码,该插件代码放入eclipse中的plugins中,eclipse中就可以支持js调试,它需要跟浏览器配合使用...
编译完成后,可能会出现错误,解决方法是使用S32DS_ARM_v2018.R1_UP10.zip更新包。这将解决编译错误问题。在 osif.h 中增加宏定义,也可以解决错误问题。编译完成后,rtos.c文件将被拷贝到项目中,刷新工程编辑main....
1. "An internal error occurred during: 'Updating Maven Project'.",错误信息为:"Unsupported IClasspathEntry kind=4"。 2. "java.lang.IllegalArgumentException"等其他异常。 这些异常可能由于多种原因导致...
Windows Task Manager disabled regedit disabled status and are useful to improve the situation.
大数据是当今的一个热门话题,相信搞JAVA的我们当然不能错过了,尤其是hadoop这个大数据时代的宠儿是属于我们JAVA界的(核心是用JAVA写的)。 看到hadoop,相信一堆概念大家都听得不少了,什么MapReduce,这个就大概...
在开发报告过程中,可能会遇到一个令人头疼的问题,即“An error occurred during local report processing: report definition has an invalid target namespace”的异常。这个问题通常涉及到报表定义的目标命名...
在IT领域,图像识别是一项关键的技术,特别是在自动化和人工智能应用中。C#作为一个强大的编程语言,也提供了多种方法来实现图像中的字符识别。本项目"**C#识别图片上字符**"就是一个很好的示例,它展示了如何利用C#...
<load-on-startup>1</load-on-startup> <servlet-name>HelloWorldService <url-pattern>/HelloWorldService ``` 然后,将服务实现类和`web.xml`打包成一个WAR文件,部署到应用服务器上。 **4. 使用WSDL** ...
关于SAP NWCE 7.11错误"Application error occurred during the request processing."的分析与处理 标题中提到的SAP NWCE 7.11指的是SAP NetWeaver Composition Environment的7.11版本,这是一个用于企业级的业务...
是windows下eclipse连接hadoop的操作文档,注意系统环境变量一定要配置
这个错误表明在安装过程中,与该运行库相关的组件安装失败,具体错误信息可能为:“Error1935.An error occurred during the installation of assembly component Microsoft.VC80.CRT”。 #### 影响的产品 - Photo...
在使用MyEclipse进行开发时,用户可能会遇到“Building Workspace”的问题,这通常是由于MyEclipse正在编译和更新工作空间中的项目导致的。这个问题可能会消耗大量系统资源,影响开发效率,甚至造成IDE卡顿。...
throw new Exception("An error occurred."); }); } catch (AggregateException ex) { foreach (var innerEx in ex.Flatten().InnerExceptions) { Console.WriteLine(innerEx.Message); } } ``` 五、同步和...
在使用 Zend Studio for Eclipse 这款强大的 PHP 开发工具时,有时可能会遇到一些技术问题,其中一个常见的错误就是 "java.lang.NullPointerException"。这个错误通常表示程序试图访问或操作一个为 null 的对象引用...
SVN,全称为Subversion,是一款广泛应用于软件开发领域的版本控制系统。它允许团队成员协同工作,跟踪并管理项目中的文件和目录变化。在中文环境中,对于那些不熟悉英文界面的用户,汉化版的SVN显得尤为重要,因为它...