!SESSION 2015-11-04 10:30:04.625 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

This is a continuation of log file C:\Users\r17052\workspaceS32DS.ARM_KEA128\.metadata\.bak_0.log
Created Time: 2015-11-04 10:35:27.053

!ENTRY org.eclipse.core.resources 4 1 2015-11-04 10:35:27.053
!MESSAGE Core exception while retrieving the content description
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/ADC2/src/ADC2.c)[381]: java.io.IOException: File not found: C:\Users\r17052\workspaceS32DS.ARM_KEA128\ADC2\src\ADC2.c.
	at org.eclipse.core.internal.resources.ContentDescriptionManager$LazyFileInputStream.ensureOpened(ContentDescriptionManager.java:157)
	at org.eclipse.core.internal.resources.ContentDescriptionManager$LazyFileInputStream.read(ContentDescriptionManager.java:167)
	at java.io.InputStream.read(Unknown Source)
	at org.eclipse.core.internal.content.LazyInputStream.loadBlock(LazyInputStream.java:99)
	at org.eclipse.core.internal.content.LazyInputStream.ensureAvailable(LazyInputStream.java:64)
	at org.eclipse.core.internal.content.LazyInputStream.read(LazyInputStream.java:119)
	at org.eclipse.core.internal.content.Util.getByteOrderMark(Util.java:119)
	at org.eclipse.core.internal.content.TextContentDescriber.describe(TextContentDescriber.java:49)
	at org.eclipse.core.internal.content.ContentType.describe(ContentType.java:161)
	at org.eclipse.core.internal.content.ContentType.internalGetDescriptionFor(ContentType.java:458)
	at org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(ContentTypeCatalog.java:356)
	at org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(ContentTypeCatalog.java:360)
	at org.eclipse.core.internal.content.ContentTypeMatcher.getDescriptionFor(ContentTypeMatcher.java:86)
	at org.eclipse.core.internal.resources.ContentDescriptionManager.readDescription(ContentDescriptionManager.java:445)
	at org.eclipse.core.internal.resources.ContentDescriptionManager.getDescriptionFor(ContentDescriptionManager.java:355)
	at org.eclipse.core.internal.resources.File.getContentDescription(File.java:272)
	at org.eclipse.core.internal.propertytester.FilePropertyTester.testContentType(FilePropertyTester.java:106)
	at org.eclipse.core.internal.propertytester.FilePropertyTester.test(FilePropertyTester.java:58)
	at org.eclipse.core.internal.expressions.Property.test(Property.java:58)
	at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:99)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106)
	at org.eclipse.core.internal.expressions.ReferenceExpression.evaluate(ReferenceExpression.java:70)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:189)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:29)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateOr(CompositeExpression.java:68)
	at org.eclipse.core.internal.expressions.OrExpression.evaluate(OrExpression.java:21)
	at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.isVisible(ContributionsAnalyzer.java:256)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.computeVisibility(ContributionRecord.java:166)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.updateVisibility(ContributionRecord.java:104)
	at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:188)
	at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.showMenu(MenuManagerShowProcessor.java:260)
	at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.menuAboutToHide(MenuManagerShowProcessor.java:127)
	at org.eclipse.jface.internal.MenuManagerEventHelper.showEventPostHelper(MenuManagerEventHelper.java:92)
	at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:493)
	at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
	at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
	at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4963)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4639)
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
	at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1626)
	at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5023)
	at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
	at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:256)
	at org.eclipse.swt.widgets.Display.runPopups(Display.java:4213)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3755)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
!SUBENTRY 1 org.eclipse.core.resources 4 381 2015-11-04 10:35:27.053
!MESSAGE Error retrieving content description for resource '/ADC2/src/ADC2.c'.
!STACK 0
java.io.IOException: File not found: C:\Users\r17052\workspaceS32DS.ARM_KEA128\ADC2\src\ADC2.c.
	at org.eclipse.core.internal.resources.ContentDescriptionManager$LazyFileInputStream.ensureOpened(ContentDescriptionManager.java:157)
	at org.eclipse.core.internal.resources.ContentDescriptionManager$LazyFileInputStream.read(ContentDescriptionManager.java:167)
	at java.io.InputStream.read(Unknown Source)
	at org.eclipse.core.internal.content.LazyInputStream.loadBlock(LazyInputStream.java:99)
	at org.eclipse.core.internal.content.LazyInputStream.ensureAvailable(LazyInputStream.java:64)
	at org.eclipse.core.internal.content.LazyInputStream.read(LazyInputStream.java:119)
	at org.eclipse.core.internal.content.Util.getByteOrderMark(Util.java:119)
	at org.eclipse.core.internal.content.TextContentDescriber.describe(TextContentDescriber.java:49)
	at org.eclipse.core.internal.content.ContentType.describe(ContentType.java:161)
	at org.eclipse.core.internal.content.ContentType.internalGetDescriptionFor(ContentType.java:458)
	at org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(ContentTypeCatalog.java:356)
	at org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(ContentTypeCatalog.java:360)
	at org.eclipse.core.internal.content.ContentTypeMatcher.getDescriptionFor(ContentTypeMatcher.java:86)
	at org.eclipse.core.internal.resources.ContentDescriptionManager.readDescription(ContentDescriptionManager.java:445)
	at org.eclipse.core.internal.resources.ContentDescriptionManager.getDescriptionFor(ContentDescriptionManager.java:355)
	at org.eclipse.core.internal.resources.File.getContentDescription(File.java:272)
	at org.eclipse.core.internal.propertytester.FilePropertyTester.testContentType(FilePropertyTester.java:106)
	at org.eclipse.core.internal.propertytester.FilePropertyTester.test(FilePropertyTester.java:58)
	at org.eclipse.core.internal.expressions.Property.test(Property.java:58)
	at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:99)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106)
	at org.eclipse.core.internal.expressions.ReferenceExpression.evaluate(ReferenceExpression.java:70)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:189)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:29)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateOr(CompositeExpression.java:68)
	at org.eclipse.core.internal.expressions.OrExpression.evaluate(OrExpression.java:21)
	at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.isVisible(ContributionsAnalyzer.java:256)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.computeVisibility(ContributionRecord.java:166)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.updateVisibility(ContributionRecord.java:104)
	at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:188)
	at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.showMenu(MenuManagerShowProcessor.java:260)
	at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.menuAboutToHide(MenuManagerShowProcessor.java:127)
	at org.eclipse.jface.internal.MenuManagerEventHelper.showEventPostHelper(MenuManagerEventHelper.java:92)
	at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:493)
	at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
	at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
	at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4963)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4639)
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
	at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1626)
	at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5023)
	at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
	at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:256)
	at org.eclipse.swt.widgets.Display.runPopups(Display.java:4213)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3755)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)

!ENTRY org.eclipse.cdt.core 1 0 2015-11-04 10:39:23.852
!MESSAGE Indexed 'ADC' (0 sources, 0 headers) in 0 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%)

!ENTRY org.eclipse.cdt.dsf.ui 2 0 2015-11-04 10:50:14.499
!MESSAGE Unable to locate file: S32DS/arm_ewl/EWL_C/src/strings/__filll_mem.c

!ENTRY org.eclipse.cdt.dsf.ui 2 0 2015-11-04 10:50:37.089
!MESSAGE Unable to locate file: S32DS/arm_ewl/EWL_C/src/stdlib/exit.c

!ENTRY org.eclipse.cdt.dsf.ui 2 0 2015-11-04 10:50:37.151
!MESSAGE Unable to locate file: S32DS/arm_ewl/EWL_C/src/strings/memset.c

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-04 11:25:07.742
!MESSAGE Request monitor: 'Sequence "", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-04 11:25:07.742
!MESSAGE Request monitor: 'Sequence "Initializing debugger services", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-04 11:25:07.742
!MESSAGE Request monitor: 'RequestMonitor (org.eclipse.cdt.dsf.concurrent.RequestMonitorWithProgress@e2149): Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY com.pemicro.debug.gdbjtag.pne 4 5012 2015-11-04 11:25:07.742
!MESSAGE Error in services launch sequence
!STACK 1
org.eclipse.core.runtime.CoreException: 
	at org.eclipse.cdt.dsf.concurrent.Sequence.abortExecution(Sequence.java:582)
	at org.eclipse.cdt.dsf.concurrent.Sequence.access$4(Sequence.java:574)
	at org.eclipse.cdt.dsf.concurrent.Sequence$2.handleErrorOrWarning(Sequence.java:431)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleFailure(RequestMonitor.java:425)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleCompleted(RequestMonitor.java:388)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor$2.run(RequestMonitor.java:313)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
!SUBENTRY 1 unknown 8 1 2015-11-04 11:25:07.742
!MESSAGE 
!SESSION 2015-11-05 09:44:17.098 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-05 09:45:13.708
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-05 09:45:13.709
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-11-10 10:45:56.813 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-10 10:46:42.198
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-10 10:46:42.260
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-10 10:47:45.728
!MESSAGE Request monitor: 'Sequence "", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-10 10:47:45.728
!MESSAGE Request monitor: 'Sequence "Initializing debugger services", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-10 10:47:45.728
!MESSAGE Request monitor: 'RequestMonitor (org.eclipse.cdt.dsf.concurrent.RequestMonitorWithProgress@196219): Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY com.pemicro.debug.gdbjtag.pne 4 5012 2015-11-10 10:47:45.775
!MESSAGE Error in services launch sequence
!STACK 1
org.eclipse.core.runtime.CoreException: 
	at org.eclipse.cdt.dsf.concurrent.Sequence.abortExecution(Sequence.java:582)
	at org.eclipse.cdt.dsf.concurrent.Sequence.access$4(Sequence.java:574)
	at org.eclipse.cdt.dsf.concurrent.Sequence$2.handleErrorOrWarning(Sequence.java:431)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleFailure(RequestMonitor.java:425)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleCompleted(RequestMonitor.java:388)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor$2.run(RequestMonitor.java:313)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
!SUBENTRY 1 unknown 8 1 2015-11-10 10:47:45.806
!MESSAGE 

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-10 10:50:00.048
!MESSAGE Request monitor: 'Sequence "", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-10 10:50:00.048
!MESSAGE Request monitor: 'Sequence "Initializing debugger services", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-10 10:50:00.048
!MESSAGE Request monitor: 'RequestMonitor (org.eclipse.cdt.dsf.concurrent.RequestMonitorWithProgress@501f75): Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY com.pemicro.debug.gdbjtag.pne 4 5012 2015-11-10 10:50:00.048
!MESSAGE Error in services launch sequence
!STACK 1
org.eclipse.core.runtime.CoreException: 
	at org.eclipse.cdt.dsf.concurrent.Sequence.abortExecution(Sequence.java:582)
	at org.eclipse.cdt.dsf.concurrent.Sequence.access$4(Sequence.java:574)
	at org.eclipse.cdt.dsf.concurrent.Sequence$2.handleErrorOrWarning(Sequence.java:431)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleFailure(RequestMonitor.java:425)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleCompleted(RequestMonitor.java:388)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor$2.run(RequestMonitor.java:313)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
!SUBENTRY 1 unknown 8 1 2015-11-10 10:50:00.048
!MESSAGE 
!SESSION 2015-11-10 10:58:50.662 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-10 11:00:01.707
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-10 11:00:01.707
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2015-11-10 11:00:13.948
!MESSAGE No repository found at http://freescale.com/lgfiles/updates/Eclipse/S32DS_ARM_1_1/com.freescale.s32arm.updatesite.

!ENTRY com.freescale.s32ds.license 4 0 2015-11-10 11:00:41.953
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2015-11-23 10:46:53.014 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-23 10:48:15.450
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-23 10:48:15.513
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-11-23 10:56:29.304 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-23 10:57:25.118
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-23 10:57:25.212
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-11-23 16:17:33.796 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-23 16:18:19.085
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-23 16:18:19.225
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-23 17:00:24.386
!MESSAGE Request monitor: 'Sequence "", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-23 17:00:24.389
!MESSAGE Request monitor: 'Sequence "Initializing debugger services", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-23 17:00:24.391
!MESSAGE Request monitor: 'RequestMonitor (org.eclipse.cdt.dsf.concurrent.RequestMonitorWithProgress@1bf6414): Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY com.pemicro.debug.gdbjtag.pne 4 5012 2015-11-23 17:00:24.396
!MESSAGE Error in services launch sequence
!STACK 1
org.eclipse.core.runtime.CoreException: 
	at org.eclipse.cdt.dsf.concurrent.Sequence.abortExecution(Sequence.java:582)
	at org.eclipse.cdt.dsf.concurrent.Sequence.access$4(Sequence.java:574)
	at org.eclipse.cdt.dsf.concurrent.Sequence$2.handleErrorOrWarning(Sequence.java:431)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleFailure(RequestMonitor.java:425)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleCompleted(RequestMonitor.java:388)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor$2.run(RequestMonitor.java:313)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
!SUBENTRY 1 unknown 8 1 2015-11-23 17:00:24.439
!MESSAGE 
!SESSION 2015-11-24 16:18:46.121 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-24 16:27:17.376
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-24 16:27:17.392
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-11-25 10:36:58.636 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 10:37:04.845
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 10:37:04.845
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 10:40:12.851
!MESSAGE Setting for "register_architecture" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 10:40:12.851
!MESSAGE Setting for "register_vendor" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 10:40:12.851
!MESSAGE Setting for "register_chip" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 10:40:12.851
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:40:12.960
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:40:13.038
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:40:13.116
!MESSAGE Property register_chip was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 10:53:22.297
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:53:22.391
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:53:22.453
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:53:22.515
!MESSAGE Property register_chip was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 10:53:22.515
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:53:22.579
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:53:22.649
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 10:53:22.727
!MESSAGE Property register_chip was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 11:22:47.829
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 11:22:47.909
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 11:22:47.968
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 11:22:48.046
!MESSAGE Property register_chip was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-11-25 11:22:48.054
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 11:22:48.115
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 11:22:48.183
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-11-25 11:22:48.243
!MESSAGE Property register_chip was saved in .cproject file
!SESSION 2015-11-25 11:31:30.343 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 11:37:23.983
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 11:37:23.984
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-11-25 12:35:07.532 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 12:35:26.781
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 12:35:26.782
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-25 12:35:36.465
!MESSAGE Request monitor: 'Sequence "", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-25 12:35:36.465
!MESSAGE Request monitor: 'Sequence "Initializing debugger services", result for executing step #0 = Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY org.eclipse.cdt.dsf 4 10005 2015-11-25 12:35:36.466
!MESSAGE Request monitor: 'RequestMonitor (org.eclipse.cdt.dsf.concurrent.RequestMonitorWithProgress@15eed05): Status CANCEL: unknown code=1  null' resulted in a cancel status: Status CANCEL: unknown code=1  null, even though the request is not set to cancel.

!ENTRY com.pemicro.debug.gdbjtag.pne 4 5012 2015-11-25 12:35:36.474
!MESSAGE Error in services launch sequence
!STACK 1
org.eclipse.core.runtime.CoreException: 
	at org.eclipse.cdt.dsf.concurrent.Sequence.abortExecution(Sequence.java:582)
	at org.eclipse.cdt.dsf.concurrent.Sequence.access$4(Sequence.java:574)
	at org.eclipse.cdt.dsf.concurrent.Sequence$2.handleErrorOrWarning(Sequence.java:431)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleFailure(RequestMonitor.java:425)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleCompleted(RequestMonitor.java:388)
	at org.eclipse.cdt.dsf.concurrent.RequestMonitor$2.run(RequestMonitor.java:313)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
!SUBENTRY 1 unknown 8 1 2015-11-25 12:35:36.477
!MESSAGE 
!SESSION 2015-11-25 12:36:56.607 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 12:37:02.735
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-11-25 12:37:02.736
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-12-16 13:19:50.574 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-12-16 13:20:22.977
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-12-16 13:20:23.008
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-12-16 14:02:41.193 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-12-16 14:02:56.287
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-12-16 14:02:56.289
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-12-16 14:03:16.152
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:03:16.242
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:03:16.322
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:03:16.380
!MESSAGE Property register_chip was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-12-16 14:31:42.718
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:42.797
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:42.866
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:42.924
!MESSAGE Property register_chip was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-12-16 14:31:56.791
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:56.874
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:56.931
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:57.007
!MESSAGE Property register_chip was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 2 0 2015-12-16 14:31:57.013
!MESSAGE Setting for "register_board" was not found in .cproject file of ADC

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:57.085
!MESSAGE Property register_architecture was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:57.147
!MESSAGE Property register_vendor was saved in .cproject file

!ENTRY org.eclipse.cdt.embsysregview 1 0 2015-12-16 14:31:57.211
!MESSAGE Property register_chip was saved in .cproject file
!SESSION 2015-12-16 15:22:32.445 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-12-16 15:34:44.480
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-12-16 15:34:44.482
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-12-22 10:53:58.645 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-12-22 10:54:08.746
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-12-22 10:54:08.746
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!SESSION 2015-12-22 10:59:06.213 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2015-12-22 10:59:17.293
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2015-12-22 10:59:17.293
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY com.freescale.s32ds.license 4 0 2015-12-22 10:59:25.422
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2016-01-05 13:44:18.643 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide -data C:\Users\r17052\workspaceS32DS.ARM_KEA128 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2016-01-05 13:44:25.415
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2016-01-05 13:44:25.446
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY com.freescale.s32ds.license 4 0 2016-01-05 13:44:37.068
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2016-01-13 16:59:44.946 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide -data C:\Users\r17052\workspaceS32DS.ARM_KEA128 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2016-01-13 16:59:51.453
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2016-01-13 16:59:51.479
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\r17052'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY com.freescale.s32ds.license 4 0 2016-01-13 16:59:59.289
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2016-02-03 13:58:56.522 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide -data C:\Users\r17052\workspaceS32DS.ARM_KEA128 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2016-02-03 13:59:03.486
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2016-02-03 13:59:03.488
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY com.freescale.s32ds.license 4 0 2016-02-03 13:59:10.411
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2016-02-16 15:51:52.961 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide -data C:\Users\r17052\workspaceS32DS.ARM_KEA128 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2016-02-16 15:51:58.812
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2016-02-16 15:51:58.812
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY com.freescale.s32ds.license 4 0 2016-02-16 15:52:04.725
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2016-02-24 13:40:01.690 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.egit.ui 2 0 2016-02-24 13:40:51.674
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2016-02-24 13:40:51.766
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY com.freescale.s32ds.license 4 0 2016-02-24 13:41:07.964
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY org.eclipse.help.base 4 4 2016-02-24 14:00:41.286
!MESSAGE Help documentation could not be indexed completely.
!SUBENTRY 1 org.eclipse.help.base 4 4 2016-02-24 14:00:41.286
!MESSAGE Help document /com.freescale.doc.standalone.processorexpert.usersmanual/6859631.html cannot be opened.
!SESSION 2016-02-24 14:08:59.853 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY org.eclipse.core.resources 4 567 2016-02-24 14:09:04.024
!MESSAGE Workspace restored, but some problems occurred.
!SUBENTRY 1 org.eclipse.core.resources 4 567 2016-02-24 14:09:04.024
!MESSAGE Could not read metadata for 'RemoteSystemsTempFiles'.
!STACK 1
org.eclipse.core.internal.resources.ResourceException: The project description file (.project) for 'RemoteSystemsTempFiles' is missing.  This file contains important information about the project.  The project will not function properly until this file is restored.
	at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:851)
	at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:884)
	at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:864)
	at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:715)
	at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1565)
	at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2464)
	at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2219)
	at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:447)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:771)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:764)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:721)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:936)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:319)
	at org.eclipse.osgi.container.Module.doStart(Module.java:571)
	at org.eclipse.osgi.container.Module.start(Module.java:439)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454)
	at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:320)
	at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:36)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:391)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:136)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
!SUBENTRY 2 org.eclipse.core.resources 4 567 2016-02-24 14:09:04.025
!MESSAGE The project description file (.project) for 'RemoteSystemsTempFiles' is missing.  This file contains important information about the project.  The project will not function properly until this file is restored.

!ENTRY org.eclipse.egit.ui 2 0 2016-02-24 14:09:08.010
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2016-02-24 14:09:08.010
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY com.freescale.s32ds.license 4 0 2016-02-24 14:09:14.527
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2016-02-25 10:41:33.757 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_02
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.freescale.s32ds.cdt.ide
Command-line arguments:  -os win32 -ws win32 -arch x86 -product com.freescale.s32ds.cdt.ide

!ENTRY com.freescale.s32ds.license 4 0 2016-02-25 10:41:53.294
!MESSAGE Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
!STACK 0
java.lang.RuntimeException: Error sending an return request to a remote activation server and processing the response. The maximum number of returns is reached, contact your product vendor if you need help. (FNP error 0)
	at com.freescale.s32ds.license.cll.CLLModel.refreshFeature(CLLModel.java:205)
	at com.freescale.s32ds.license.LicenseFeature.refresh(LicenseFeature.java:129)
	at com.freescale.s32ds.license.StartupVerification.execute(StartupVerification.java:69)
	at com.freescale.s32ds.license.StartupVerification$1.run(StartupVerification.java:45)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY org.eclipse.egit.ui 2 0 2016-02-25 10:42:43.729
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.egit.ui 2 0 2016-02-25 10:42:43.732
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'Z:\'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
