java.io.FileNotFoundException: URL [http://www.dropbox.com/<LOCATION>/log-sink-1.0.0.BUILD-SNAPSHOT-exec.jar] cannot be resolved to absolute file path because it does not reside in the file system: http://www.dropbox.com/<LOCATION>/log-sink-1.0.0.BUILD-SNAPSHOT-exec.jar
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by sabbyanandan
, 1 year agojava.io.FileNotFoundException: URL [http://www.dropbox.com/<LOCATION>/log-sink-1.0.0.BUILD-SNAPSHOT-exec.jar] cannot be resolved to absolute file path because it does not reside in the file system: http://www.dropbox.com/<LOCATION>/log-sink-1.0.0.BUILD-SNAPSHOT-exec.jar
at org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler.handleError(VndErrorResponseErrorHandler.java:52)
at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:641)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:597)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:557)
at org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:357)
at org.springframework.cloud.dataflow.rest.client.StreamTemplate.createStream(StreamTemplate.java:83)
at org.springframework.cloud.dataflow.shell.command.StreamCommands.createStream(StreamCommands.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:216)
at org.springframework.shell.core.SimpleExecutionStrategy.invoke(SimpleExecutionStrategy.java:64)
at org.springframework.shell.core.SimpleExecutionStrategy.execute(SimpleExecutionStrategy.java:57)
at org.springframework.shell.core.AbstractShell.executeCommand(AbstractShell.java:130)
at org.springframework.shell.core.JLineShell.promptLoop(JLineShell.java:533)
at org.springframework.shell.core.JLineShell.run(JLineShell.java:179)
at java.lang.Thread.run(Thread.java:745)