Connection to remote DV server doesn't work
-------------------------------------------
Key: TEIIDDES-2728
URL:
https://issues.jboss.org/browse/TEIIDDES-2728
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 9.0.4
Environment: MAC OS X
Reporter: Matus Makovy
Assignee: Barry LaFond
Priority: Blocker
Labels: verified_jbdsis-8.0.4.CR3
Fix For: 9.0.4, 9.2.1
Attachments: Screen Shot 2015-11-16 at 16.40.27.png
I am not able to connect to remote DV server.
I get this exception:
ava.lang.IllegalArgumentException: admin
at org.teiid.core.util.ArgCheck.isNotNull(ArgCheck.java:302)
at org.teiid.runtime.client.admin.ExecutionAdmin.<init>(ExecutionAdmin.java:124)
at
org.teiid.runtime.client.admin.ExecutionAdminFactory.createExecutionAdmin(ExecutionAdminFactory.java:53)
at
org.teiid.designer.runtime.registry.TeiidRuntimeRegistry.getExecutionAdmin(TeiidRuntimeRegistry.java:90)
at org.teiid.designer.runtime.TeiidServer.connect(TeiidServer.java:224)
at org.teiid.designer.runtime.TeiidServer.reconnect(TeiidServer.java:274)
at
org.teiid.designer.runtime.TeiidParentServerListener$1.tryConnecting(TeiidParentServerListener.java:242)
at
org.teiid.designer.runtime.TeiidParentServerListener$1.run(TeiidParentServerListener.java:184)
at java.lang.Thread.run(Thread.java:745)
Discovered this issue on MAC OS with build TD 9.0.4.Final-v20151111... . I'll try to
test this on Fedora.
This worked without problems with previous build.
Since this doesn't have a workaround I am marking it as a blocker.