Created
August 17, 2018 17:32
-
-
Save adamfowleruk/b8a64d122f3f10616e93567a7f17c52f to your computer and use it in GitHub Desktop.
part.previous.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2018-08-17 10:31:53,738][INFO ][Part : 149] main - PART command: publish | |
[2018-08-17 10:31:53,746][WARN ][PublishCommand: 68] execute - Running in non-interactive mode. This will overwrite files without asking. | |
[2018-08-17 10:31:57,102][TRACE][PublishCommand: 112] execute - Main JAR path: /usr/local/part/part.jar | |
[2018-08-17 10:31:57,166][INFO ][GitManager : 115] initialiseCaptureRepos - Pushing asset files (to GitHub) | |
[2018-08-17 10:31:57,167][TRACE][GitManager : 129] initialiseCaptureRepos - Entered initialiseCaptureRepository for folder: /home/demouser/projects/demo-agilebi | |
[2018-08-17 10:31:57,168][TRACE][GitManager : 133] initialiseCaptureRepos - Repo short name: demo-agilebi | |
[2018-08-17 10:31:57,168][WARN ][GitManager : 144] initialiseCaptureRepos - Asset folder already initialised for git: '/home/demouser/projects/demo-agilebi/.git' | |
[2018-08-17 10:31:57,169][TRACE][GitManager : 148] initialiseCaptureRepos - Loading local git folder | |
[2018-08-17 10:31:57,327][TRACE][GitManager : 154] initialiseCaptureRepos - Got git folder reference | |
[2018-08-17 10:31:57,329][TRACE][GitManager : 165] initialiseCaptureRepos - Not on develop branch, on 'master', switching to develop branch called 'develop' | |
[2018-08-17 10:31:57,353][FATAL][GitManager : 177] initialiseCaptureRepos - Failed to switch to change (develop) branch | |
org.eclipse.jgit.api.errors.NoHeadException: HEAD required to stash local changes | |
at org.eclipse.jgit.api.StashCreateCommand.getHead(StashCreateCommand.java:234) | |
at org.eclipse.jgit.api.StashCreateCommand.call(StashCreateCommand.java:252) | |
at org.pentaho.part.versioning.GitManager.initialiseCaptureRepository(GitManager.java:167) | |
at org.pentaho.part.commands.PublishCommand.execute(PublishCommand.java:218) | |
at org.pentaho.part.Part.main(Part.java:196) | |
[2018-08-17 10:31:57,355][FATAL][PublishCommand: 220] execute - Error initialising demo asset Git repository on Local machine | |
[2018-08-17 10:31:57,355][INFO ][Part : 200] main - publish failed to completed successfully | |
[2018-08-17 10:31:57,358][INFO ][Part : 204] main - publish completed in 3.611 seconds | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment