我正在学习使用IBM WebSphere v8.8.5进行JavaEE开发。我正在使用MyEclipse作为开发环境。
有时候,当我从MyEclipse内部调试项目时,我会看到类似的错误
00000091 ComponentMeta E WSVR0603E: ComponentMetaDataAccessor beginContext method received a NULL ComponentMetaData.
00000091 AlarmListener E SCHD0063E: A task with ID 953 (mi-online-app-1.0.0-SNAPSHOT#my-online-services-1.0.0-SNAPSHOT.jar#PaymentResultCheckServiceBean) failed to run on Scheduler WebSphere_EJB_Timer_Service (WebSphere_EJB_Timer_Service) because of an exception: java.lang.NullPointerException.
但是实际上,我的项目中没有PaymentResultCheckServiceBean
。它曾经在项目中,但我已将其重命名。
在MyEclipse中进行开发时,我添加了WAS服务器。有时,如果有任何问题,我将直接从磁盘上删除整个工作区并创建一个新的工作区。所以我想知道这些方法是否在WAS文件夹中保留了一些过时的数据,以便在WAS启动时必须运行旧的部署。但是我已经检查过C:\IBM\WebSphere85\AppServer\profiles\AppSrv01\installedApps\myserver
,这里什么也没有。