heronyang / cloud-switch

Transfer your files between different cloud storage services.
2 stars 0 forks source link

[Runtime Error] NullPointerException #9

Closed heronyang closed 7 years ago

heronyang commented 7 years ago

[WARNING] java.lang.reflect.InvocationTargetException 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:498) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:294) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at plugins.googleDrive.uploadHelper.uploadDestroy(uploadHelper.java:78) at plugins.googleDrive.GoogleDrive.unload(GoogleDrive.java:30) at main.Main.main(Main.java:35) ... 6 more [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 55.935 s [INFO] Finished at: 2016-12-27T11:28:21+08:00 [INFO] Final Memory: 17M/319M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:java (default-cli) on project cloud-switch: An exception occured while executing the Java class. null: InvocationTargetException: NullPointerException -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

inteltao commented 7 years ago

File delete method currently not supported