I am trying to run the ysync Demo, but I get this issue when runnning docker-compose up upload_datahub_extension
enter code hereupload_datahub_extension_1 | [java] INFO [main] [ExtensionClient] Deploying extension ExtensionInputStreamSource{java.io.BufferedInputStream@3b2c0160}
upload_datahub_extension_1 | [java] Exception in thread "main" java.lang.reflect.InvocationTargetException
upload_datahub_extension_1 | [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
upload_datahub_extension_1 | [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
upload_datahub_extension_1 | [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
upload_datahub_extension_1 | [java] at java.lang.reflect.Method.invoke(Method.java:498)
upload_datahub_extension_1 | [java] at de.hybris.bootstrap.loader.Loader.execute(Loader.java:142)
upload_datahub_extension_1 | [java] at de.hybris.bootstrap.loader.Loader.main(Loader.java:118)
upload_datahub_extension_1 | [java] Caused by: Sourced file: inline evaluation of: ``import de.hybris.platform.core.Registry; import . . . '' : Method Invocation executor.execute : at Line: 5 : in file: inline evaluation of: ``import de.hybris.platform.core.Registry; import . . . '' : executor .execute ( "model://uploadDhExtension" )
upload_datahub_extension_1 | [java]
upload_datahub_extension_1 | [java] Target exception: de.hybris.platform.scripting.engine.exception.ScriptExecutionException: Script execution has failed [reason: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) (local port 53854 to address 0.0.0.0, remote port 9793 to address 127.0.0.1 (localhost))]
upload_datahub_extension_1 | [java]
upload_datahub_extension_1 | [java] at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:97)
upload_datahub_extension_1 | [java] at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
upload_datahub_extension_1 | [java] at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
upload_datahub_extension_1 | [java] at bsh.Interpreter.eval(Interpreter.java:645)
upload_datahub_extension_1 | [java] at bsh.Interpreter.eval(Interpreter.java:739)
upload_datahub_extension_1 | [java] at bsh.Interpreter.eval(Interpreter.java:728)
upload_datahub_extension_1 | [java] at de.hybris.platform.util.ClientExecuter.execute(ClientExecuter.java:49)
upload_datahub_extension_1 | [java] ... 6 more
Thanks