Commit 1dfd0cc6 authored by garciay's avatar garciay
Browse files

Remove useless file to be tracked by Git

parent dbda4727
Loading
Loading
Loading
Loading

workspace_stf549/.metadata/.log

deleted100644 → 0
+0 −274
Original line number Diff line number Diff line

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 08:52:43.620
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.
!SESSION 2018-07-12 10:56:05.141 -----------------------------------------------
eclipse.buildId=4.7.2.M20171130-0510
java.version=10.0.1
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product

!ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2018-07-12 10:57:14.939
!MESSAGE Server ‘org.eclipse.epp.logging.aeri.ide.server’ failed with exception: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty. ; version: 2.0.6.v20170906-1226
!STACK 0
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
	at java.base/sun.security.ssl.Alerts.getSSLException(Alerts.java:214)
	at java.base/sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1974)
	at java.base/sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1926)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1909)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1436)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:141)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.http.client.fluent.Request.internalExecute(Request.java:173)
	at org.apache.http.client.fluent.Executor.execute(Executor.java:262)
	at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.request(IO.java:170)
	at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:64)
	at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)
	at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
	at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
	at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:89)
	at java.base/sun.security.validator.Validator.getInstance(Validator.java:181)
	at java.base/sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:330)
	at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrustedInit(X509TrustManagerImpl.java:180)
	at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:192)
	at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:133)
	at java.base/sun.security.ssl.ClientHandshaker.checkServerCerts(ClientHandshaker.java:1947)
	at java.base/sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1777)
	at java.base/sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:264)
	at java.base/sun.security.ssl.Handshaker.processLoop(Handshaker.java:1098)
	at java.base/sun.security.ssl.Handshaker.processRecord(Handshaker.java:1026)
	at java.base/sun.security.ssl.SSLSocketImpl.processInputRecord(SSLSocketImpl.java:1137)
	at java.base/sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1074)
	at java.base/sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at java.base/sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1402)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1429)
	... 21 more
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
	at java.base/java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
	at java.base/java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120)
	at java.base/java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:104)
	at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:86)
	... 36 more

!ENTRY org.eclipse.launchbar.core 2 0 2018-07-12 11:30:52.825
!MESSAGE Enablement expression is missing for descriptor type org.eclipse.cdt.debug.core.coreBuildDescriptorType

!ENTRY org.eclipse.launchbar.core 2 0 2018-07-12 11:30:52.827
!MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType

!ENTRY org.eclipse.launchbar.core 2 0 2018-07-12 11:30:52.837
!MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:31:02.995
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:31:22.439
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:31:30.881
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:31:31.940
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:49:08.773
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:49:09.469
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:50:50.643
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:50:53.936
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:50:55.230
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:50:55.971
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:50:56.923
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:51:28.281
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:51:28.939
!MESSAGE When trying to execute the `sh -c make all  ' shell command an error occured.
Possible reasons are:
- the command does not exist
- you have no right to execute the command
- the error occured during executing the command
and many more.
Please check the TITAN console to identify the problem.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:56:27.074
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:56:38.707
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.ui.navigator 4 0 2018-07-12 11:56:39.748
!MESSAGE Cannot find navigator content extension (using triggerPoints) for object "<null>" parent path: "F/STF549_Ng112/logs".  Check that you have an expression for this object in a navigatorContent triggerPoints or enablement.

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:56:44.489
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 11:56:45.491
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 12:14:27.800
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 12:14:39.144
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 12:14:43.982
!MESSAGE Execution terminated from outside

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 12:14:44.989
!MESSAGE Execution terminated from outside
!SESSION 2018-07-12 12:39:05.533 -----------------------------------------------
eclipse.buildId=4.7.2.M20171130-0510
java.version=10.0.1
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product

!ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2018-07-12 12:40:19.402
!MESSAGE Server ‘org.eclipse.epp.logging.aeri.ide.server’ failed with exception: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty. ; version: 2.0.6.v20170906-1226
!STACK 0
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
	at java.base/sun.security.ssl.Alerts.getSSLException(Alerts.java:214)
	at java.base/sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1974)
	at java.base/sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1926)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1909)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1436)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:141)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.http.client.fluent.Request.internalExecute(Request.java:173)
	at org.apache.http.client.fluent.Executor.execute(Executor.java:262)
	at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.request(IO.java:170)
	at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:64)
	at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)
	at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
	at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
	at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:89)
	at java.base/sun.security.validator.Validator.getInstance(Validator.java:181)
	at java.base/sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:330)
	at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrustedInit(X509TrustManagerImpl.java:180)
	at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:192)
	at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:133)
	at java.base/sun.security.ssl.ClientHandshaker.checkServerCerts(ClientHandshaker.java:1947)
	at java.base/sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1777)
	at java.base/sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:264)
	at java.base/sun.security.ssl.Handshaker.processLoop(Handshaker.java:1098)
	at java.base/sun.security.ssl.Handshaker.processRecord(Handshaker.java:1026)
	at java.base/sun.security.ssl.SSLSocketImpl.processInputRecord(SSLSocketImpl.java:1137)
	at java.base/sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1074)
	at java.base/sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at java.base/sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1402)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1429)
	... 21 more
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
	at java.base/java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
	at java.base/java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120)
	at java.base/java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:104)
	at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:86)
	... 36 more

!ENTRY org.eclipse.launchbar.core 2 0 2018-07-12 12:42:24.834
!MESSAGE Enablement expression is missing for descriptor type org.eclipse.cdt.debug.core.coreBuildDescriptorType

!ENTRY org.eclipse.launchbar.core 2 0 2018-07-12 12:42:24.836
!MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType

!ENTRY org.eclipse.launchbar.core 2 0 2018-07-12 12:42:24.838
!MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType

!ENTRY org.eclipse.titan.common 4 0 2018-07-12 12:44:12.911
!MESSAGE Execution terminated from outside
+0 −6
Original line number Diff line number Diff line
*** SESSION Jul 12, 2018 05:34:11.39 -------------------------------------------
*** SESSION Jul 12, 2018 05:40:31.95 -------------------------------------------
*** SESSION Jul 12, 2018 05:58:07.58 -------------------------------------------
*** SESSION Jul 12, 2018 06:09:58.35 -------------------------------------------
*** SESSION Jul 12, 2018 10:57:04.23 -------------------------------------------
*** SESSION Jul 12, 2018 12:40:10.53 -------------------------------------------
Loading