Skip to content

testMaskData

(from integration.gateway.TablesFacilityTest took 5 sec)

FAIL

Test Name: integration
Suite Name: OmeroJava.integration


[Method Execution Trend Chart]

Exception omero.gateway.exception.DSAccessException

Message: Cannot access data. Could not add tableStacktrace:

at omero.gateway.facility.Facility.handleException(Facility.java:311)
at omero.gateway.facility.TablesFacility.addTable(TablesFacility.java:162)
at omero.gateway.facility.TablesFacility.addTable(TablesFacility.java:93)
at integration.gateway.TablesFacilityTest.testMaskData(TablesFacilityTest.java:306)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: omero.gateway.exception.DSAccessException: Tables feature is not enabled on this server!
at omero.gateway.facility.TablesFacility.addTable(TablesFacility.java:132)
... 14 more