Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Eclipse PTP on K - monitoring

Peter,

The pattern used to match is "^version=‘5\.[0-9]+\.[0-9]+’;$" so it seems like it should work with "version=‘5.10.1’;”. The only reason I can think it would fail is if there were other characters at the beginning or end of the line or somehow the line terminator was not recognized. The pattern is defined in the plugin.xml file in org.eclipse.ptp.rm.lml.da.server, so it can only be changed by modifying this plugin. I think the only way to debug this would be from a development version of Eclipse (i.e. with the plugins in your workspace).

Greg

> On Jul 2, 2015, at 7:10 AM, Peter Bryzgalov <pyotr777@xxxxxx> wrote:
> 
> Some time ago monitoring on "K" and FX10 computers stopped working.
> I am getting this message:
> 'LML Monitor Job' has encountered a problem.
> LML DA Driver: Invalid perl version or perl not installed on "K"
> 
> I suspect it could be because we had environment update on K, but I don't know if perl version has changed. 
> 
> Last command executed on K (FX10) by Eclipse:
> perl -V\:version
> 
> Reported perl version on K is:  version='5.10.1';
> 
> I have "keeptmp=1" in .LML_da_options file, but no temporary folders have been created.
> 
> I'm using Eclipse version Luna SR2 (4.4.2) with PTP 8.1.2.201504061524.
> 
> Is the real cause of the problem the perl version? Is it possible to change perl version check?
> 
> Kind regards,
> Peter
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top