项目突然出现奇怪的错误 [英] Sudden weird errors on a project

查看:143
本文介绍了项目突然出现奇怪的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天我来上班,开心。但是当我打开我的 Eclipse 时,我看到我的一个项目有错误。
很奇怪,因为它表明它只在窗口栏中出现错误,而不是在导航器。我没有任何Java错误,这是一个有效的项目,一直都很好:





Eclipse的错误日志 p>


  • JavaBuilder在构建时处理ImageBuilderInternalException: SP_Procedure

  • 无法连接到VM ​​

  • 文件< SomeFile> 已被跳过,读取时出现问题(资源与文件系统')

  • 未处理的事件循环异常

  • 内部错误



当我从这个项目中运行应用程序时,我收到一条警告消息,但是当我继续工作时,它的工作正常,但仍然很糟糕,这是非常令人不安的,我不知道它是否无害。



我试图:




  • 重新启动Eclipse

  • 重新启动我的机器

  • 清理项目并重新编译。

  • 刷新

  • 祈祷



没有任何帮助。可能是什么问题呢? (我使用靛蓝服务版本2 )

解决方案

看起来一个未使用的JAR被删除,但是由于某种原因,我没有在任何文件中获取错误,即使在导入这个JAR的文件中!所以我做的是恢复这个JAR,删除未使用的 import s并再次删除JAR。



我在每个文件上的这个项目导航两天后发现了这个错误。这很奇怪,Eclipse没有认识到 1 这是一个错误,并抛出许多无关的错误,如:




  • 无法连接到VM ​​

  • 文件已被跳过,读取时出现问题(资源与文件系统不同步)

  • 未处理的事件循环异常



这是Eclipse中的错误吗? (所有错误和警告已启用!)






1 如图所示问题..


Today I came to work, happy. But when I opened my Eclipse, I saw that one of my projects has errors.
It's weird because it shows that it has errors only in the window bar, and not in the Navigator. I don't have any Java errors, this is a valid project that was fine all the time:

Some of the errors on the error log of Eclipse:

  • JavaBuilder handling ImageBuilderInternalException while building: SP_Procedure
  • Cannot connect to VM
  • File <SomeFile> has been skipped, problem while reading ('Resource is out of sync with the file system')
  • Unhandled event loop exception
  • Internal error

When I run an application from this project, I get a warning message but when I proceed, it works fine, but still. It's very disturbing and I'm not sure if it's harmless.

I tried to:

  • Restart Eclipse
  • Restart my machine
  • Clean projects and recompiling them.
  • Refresh projects
  • Pray

Nothing helped. What could be the problem? (I'm using Indigo Service Release 2)

解决方案

Looks that one unused JAR was deleted, but for some reason, I didn't get errors in any file, even in the files that imports this JAR! So what I did was restoring this JAR, delete unused imports and deleted the JAR again.

I've found this error after two days of navigating on this project on each file.. This is weird that Eclipse didn't recognize that1 this is an error, and throw many unrelated errors such as:

  • Cannot connect to VM
  • File has been skipped, problem while reading ('Resource is out of sync with the file system')
  • Unhandled event loop exception

Is this a bug in Eclipse? (All errors and warnings are enabled!)


1 As seen in the image in the question..

这篇关于项目突然出现奇怪的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆