Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Remote Indexer gets stuck

I would try turning on logging on the server and see what happens.

Edit the rsecomm.properties file in the server directory and change the logging level to the maximum.  Then check ~/.eclipse/RSE for the log file and see if there is something helpful there.


===========================
Chris Recoskie
Team Lead
Rational Developer For AIX & Linux C/C++
Rational Developer For System z C/C++
IBM Eclipse CDT and RDT
IBM Toronto


Inactive hide details for Vishal Gupta ---04/08/2014 12:12:19 AM---Hello All, I have been seeing a problem with the updation ofVishal Gupta ---04/08/2014 12:12:19 AM---Hello All, I have been seeing a problem with the updation of the status of the Remote

From: Vishal Gupta <vishal.vit@xxxxxxxxx>
To: ptp-dev@xxxxxxxxxxx
Date: 04/08/2014 12:12 AM
Subject: [ptp-dev] Remote Indexer gets stuck
Sent by: ptp-dev-bounces@xxxxxxxxxxx





Hello All,

I have been seeing a problem with the updation of the status of the Remote Indexer.

In the File "RSECIndexSubsystem.java" we have a method named "reindexScope"

In that the "status" is never updated while running in this loop.

//poll for progress information until the operation is done or canceled
            while (!status.getName().equals("done") && !status.getName().equals("cancelled") && !monitor.isCanceled() && !smonitor.isNetworkDown()) { //$NON-NLS-1$ //$NON-NLS-2$
            RemoteIndexerProgress progress = getIndexerProgress(status);
            task.updateProgressInformation(progress);
            try {
Thread.sleep(100);
} catch (InterruptedException e) {
RDTLog.logError(e);
}
            }

Hence the Indexer seems to stuck.
Has anyone faced this problem ?
What can be the possible workaround for this ?

Thanks,
Vishal_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

GIF image


Back to the top