Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with TCF & indexing a remote C++ project
Problem with TCF & indexing a remote C++ project [message #1038366] Wed, 10 April 2013 19:47 Go to next message
Boris Lecourt is currently offline Boris LecourtFriend
Messages: 1
Registered: April 2013
Junior Member
Hello, I am using a freshly Juno Eclipse with the last

CDT 8.1
TCF 1.1
TM 3.4.1
PTP 6.0.5

My TCF server is build on Mandriva 2010.
My project is a remote C++ project with TCF access.
It is an out of source CMake project.
The indexer selected is the RSE C/C++ Indexing service (not the local C/C++ Indexer)

Everything works well (make, launch, debug) except for the indexing which raises the error :
An internal error occurred during: "C/C++ Indexer".
java.lang.NullPointerException



Details :
java.lang.NullPointerException
at org.eclipse.ptp.internal.rdt.core.index.RemoteIndexLifecycleService.getReIndexEventType(RemoteIndexLifecycleService.java:123)
at org.eclipse.ptp.internal.rdt.core.index.RemoteIndexerTask.run(RemoteIndexerTask.java:99)
at org.eclipse.cdt.internal.core.pdom.indexer.PDOMRebuildTask.run(PDOMRebuildTask.java:87)
at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:137)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

Thanks for your help

[Updated on: Thu, 11 April 2013 14:07]

Report message to a moderator

Re: Problem with TCF & indexing a remote C++ project [message #1650589 is a reply to message #1038366] Wed, 04 March 2015 22:47 Go to previous message
Mark Larwill is currently offline Mark LarwillFriend
Messages: 1
Registered: February 2015
Junior Member
This seems like a pretty dead thread. Regardless the issue is still around almost 2 years later. I am using RSE with an SSH connection to a remote project.

Plug-in: org.eclipse.core.jobs

Message: An internal error occurred during: "C/C++ Indexer".

java.lang.NullPointerException
at org.eclipse.ptp.internal.rdt.core.index.RemoteIndexLifecycleService.getReIndexEventType(RemoteIndexLifecycleService.java:123)
at org.eclipse.ptp.internal.rdt.core.index.RemoteIndexerTask.run(RemoteIndexerTask.java:99)
at org.eclipse.cdt.internal.core.pdom.indexer.PDOMRebuildTask.run(PDOMRebuildTask.java:90)
at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:137)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

I'm not sure what the proper troubleshooting steps would be, but I can reproduce this 100% of the time.
Previous Topic:plotting graphs in a C program
Next Topic:Cross GCC
Goto Forum:
  


Current Time: Fri Apr 19 14:03:53 GMT 2024

Powered by FUDForum. Page generated in 0.01953 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top