We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are receiving an error when running 1.6.1:
c:\Service\smartsheet-org-backup-1.6.1>java -jar smartsheet-org-backup-1.6.1.jar Using properties file: c:\Service\smartsheet-org-backup-1.6.1\smartsheet-backup.properties ERROR NullPointerException - null java.lang.NullPointerException at com.smartsheet.tools.SmartsheetBackupService.backupOrgTo(SmartsheetBackupService.java:115) at com.smartsheet.tools.SmartsheetBackupTool.main(SmartsheetBackupTool.java:107)
It successfully creates the folder structure for the backup and entered in the properties files but that is all that it does.
The text was updated successfully, but these errors were encountered:
is there any update on this issue? I am facing the same problem during back up.
Sorry, something went wrong.
Getting the same issue. Also create folders, but no data. Same Error message. (Running Windows 10)
any news on this, i am also getting this error?
No branches or pull requests
We are receiving an error when running 1.6.1:
c:\Service\smartsheet-org-backup-1.6.1>java -jar smartsheet-org-backup-1.6.1.jar
Using properties file: c:\Service\smartsheet-org-backup-1.6.1\smartsheet-backup.properties
ERROR NullPointerException - null
java.lang.NullPointerException
at com.smartsheet.tools.SmartsheetBackupService.backupOrgTo(SmartsheetBackupService.java:115)
at com.smartsheet.tools.SmartsheetBackupTool.main(SmartsheetBackupTool.java:107)
It successfully creates the folder structure for the backup and entered in the properties files but that is all that it does.
The text was updated successfully, but these errors were encountered: