Pergunta

I checked out an existing project into my work space in RAD. I keep on getting the following error every time I try to make any change into my existing JSP page.I was able to add a new jsp page but if I make any changes it doesn't work and gives me the same error. I've tried everything (Refreshing, clean build) I even re installed RAD.

Please hELP!

error:

Save Failed Double fault during index initialization. Cause: com.ibm.etools.references.management.ReferenceException: Exception during index initialization, could not create or open index BY_SOURCELINKID-REFERENCE. Exception Cause: ReferenceExceptioncom.ibm.etools.references.management.ReferenceException: ExtentManager has detected an empty index file. Index BY_SOURCELINKID-REFERENCE.e0 has a size of 0

Foi útil?

Solução

"Clean Project" would be my first suggestion - but you've already tried that :(

PLAN B:

1) Exit RAD developer

2) Save a backup of your current workspace

3) delete <workspace>\.metadata\.plugins\com.ibm.etools.references

4) Restart RAD developer, repeat "Project, Clean"

Outras dicas

Had encountered a similar issue when I forcefully killed the RAD process instead of closing it. The indexation gets corrupt in some way.

I changed my workspace to point to a new location and it worked.

Hope this helps !

I have also faced the same problem. Getting below error while saving web file(.jsp file) in RAD

enter image description here

Error is coming because by default your JSP page open with "Page Editor"

Solution is - No need to delete pulgins, just open your web file in its respective editor. Open JSP file in "JSP editor". And your proble is fixed.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top