Skip to content

Regression

com.sun.ts.tests.concurrency.api.ContextService.Client.ContextServiceWithIntf_from_servlet (from concurrency-tck)

Failing for the past 1 build (Since #155 )
Took 0 ms.

Error Message

test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value

Stacktrace

test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value

Standard Output

#Test Results (version 2)
#Wed Sep 29 10:29:25 UTC 2021
#-----testdescription-----
$file=/home/jenkins/agent/workspace/jakartaee-tck_master/concurrency-tck/src/com/sun/ts/tests/concurrency/api/ContextService/Client.java
$root=/home/jenkins/agent/workspace/jakartaee-tck_master/concurrency-tck/src
assertion_ids=CONCURRENCY\:JAVADOC\:5  Creates a new contextual object proxy for the input object instance.\n                                Each method invocation will have the context of the application component  instance that created the contextual object proxy.    The contextual object is useful when developing or using Java  SE  threading mechanisms propagating events to other component instances or  communicating with component instances on different Java processes.    If the application component that created the proxy is not started or  deployed, all methods on reflected interfaces will throw a  java.lang.IllegalStateException.     For example, to execute a Runnable which is contextualized with the   creator's context using a Java  SE ExecutorService\:       public class MyRunnable implements Runnable {       public void run() {           System.out.println("MyRunnable.run with Java EE Context available.");       }   }      InitialContext ctx \= new InitialContext();   ThreadFactory threadFactory \= (ThreadFactory) ctx            .lookup("java\:comp/env/concurrent/ThreadFactory");               ContextService ctxService \= (ContextService) ctx            .lookup("java\:comp/env/concurrent/ContextService");    MyRunnable myRunnableInstance \= ...;     Runnable rProxy \= ctxService.createContextualProxy(myRunnableInstance, Runnable.class);    ExecutorService exSvc \= Executors.newThreadPool(10, threadFactory);    Future f \= exSvc.submit(rProxy);
classname=com.sun.ts.tests.concurrency.api.ContextService.Client
direction=forward
finder=cts
id=ContextServiceWithIntf_from_servlet
keywords=all concurrency javaee ContextServiceWithIntf servlet_vehicle forward
service_eetest=yes
testName=ContextServiceWithIntf
testProps=
test_directory=com/sun/ts/tests/concurrency/api/ContextService

#-----environment-----
TS_HOME=/home/jenkins/agent/workspace/jakartaee-tck_master/concurrency-tck/bin/xml/../..
harness.executeMode=2
harness.log.delayseconds=1
harness.log.port=2000
harness.log.traceflag=false
harness.socket.retry.count=10
harness.temp.directory=${ts.home}/tmp
porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL
ts.home=/home/jenkins/agent/workspace/jakartaee-tck_master/concurrency-tck/bin/xml/../..

#-----testresult-----
description=file\:/home/jenkins/agent/workspace/jakartaee-tck_master/concurrency-tck/src/com/sun/ts/tests/concurrency/api/ContextService/Client.java\#ContextServiceWithIntf_from_servlet
end=Wed Sep 29 10\:29\:25 UTC 2021
environment=ts_unix
execStatus=Failed. Illegal access to test\: com.sun.ts.lib.deliverable.PropertyNotSetException\: No value found for jimage.dir. Please check your jte file for an appropiate value
harnessLoaderMode=Classpath Loader
harnessVariety=Full Bundle
javatestOS=Linux 5.12.7-300.fc34.x86_64 (amd64)
javatestVersion=5.0
script=com.sun.ts.lib.harness.TSScript
sections=script_messages TestRun
start=Wed Sep 29 10\:29\:25 UTC 2021
test=com/sun/ts/tests/concurrency/api/ContextService/Client.java\#ContextServiceWithIntf_from_servlet
timeoutSeconds=600
totalTime=3
work=/home/jenkins/agent/workspace/jakartaee-tck_master/concurrency-tckwork/concurrency-tck/com/sun/ts/tests/concurrency/api/ContextService

#section:script_messages
----------messages:(0/0)----------

#section:TestRun
----------messages:(0/0)----------
----------log:(0/0)----------
result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value


test result: Failed. Illegal access to test: com.sun.ts.lib.deliverable.PropertyNotSetException: No value found for jimage.dir. Please check your jte file for an appropiate value