ThingWorx tunneling via ssh terminates with error 700
Hello guys,
I have a thingworx client on a gateway pulling data from several machines and sending them to thingworx composer. Next step is to add tunneling to this system. I setup everything, downloaded wsadapter.jnlp and run it. Connected to localhost:{port} via putty. Connection succeed, tough only thing I got was a black screen. I got back to thingworx composer and called GetTunnels method on tunnel subsystem. It says tunnel was establish however there was an error with code 700, which apparently means I exceeded max number of tasks. I searched online what those tasks might be, yet came out empty-handed. I only have 7-8 properties and about the same amount of services defined in my thingworx client. I did not specify any tasks to be run, at least not consciously
My thingworx client runs on a gateway. I am connected to this gateway's internet. Thingworx server runs on a cloud. I want to use tunneling from my computer. As a second scenario, I disconnected from gateway's internet connection and connected to a different wlan. Result is the same for both.
Following is my setup for tunneling:
MyThing implementing RemoteThingsWithTunnelsAndFileTransfer having a tunnel named tunnelSsh(configuration: Host = 127.0.0.1, port = 22, empty app uri. Rest is default)
On tunnel subsystem, IP address of thingworx server and port number(80) is set. This section should be okay since I am able to download an app via wsadapter.jnlp from there.
On my mashup, I have a remote access widget pointing to MyThing. It accepts self-signed certificates, uses tunnelSsh for tunneling and listens on port 9005.
Is there anything wrong with my configuration? What does this error 700 mean? Any help will be appreciated:)
Thanks.

