Jboss AS 6 - Erro em DEBUG

Ao iniciar meu server jboss-6.0.0.Final em modo debug, abre a janela de “Source not found”.

Me deparo com esta Warning:
WARNING [FileConfigurationParser] AIO wasn’t located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

E esses problemas:

Class.getDeclaredConstructors0(boolean) line: not available [native method]
Class.privateGetDeclaredConstructors(boolean) line: not available
Class.getDeclaredConstructors() line: not available

Onde tenho a source não é encontrada “Source not found.”
E tenho a opção de Edit Source Lookup Path…

Tentei colocar os fontes do projeto (ok, deve ser tolice) e não funcionou…
Meu conhecimento em AS é bem limitado. Qualquer ajuda será bem vinda.

Estou usando:
SO Windows XP SP3
IDE: Version: Helios Release Build id: 20100617-1415
JRE: 1_6_0
Jboss: 6.0 Final
JSF 2.0.
Weld 1.1.0 Final
Richfaces 4.0 milestone

Obrigado :>

https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&id=282974

Encontrei isso e resolveu meu problema… Estava há algum tempo tentando resolver.

“Received the following update from bug reporter. Based on this, it looks like
there is a class load breakpoint causing java.lang.Class to be opened (which is
fine), and there was some Watch expression that caused the original error
(class cast exception).”

Removi meu breakpoint em uma classe e o problema foi resolvido.