Guest User

error

a guest
Sep 30th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.95 KB | None | 0 0
  1. ./mattermost team create --name myteamname --display_name “my team”
  2. panic: runtime error: invalid memory address or nil pointer dereference
  3. [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1b362ea]
  4.  
  5. goroutine 1 [running]:
  6. github.com/mattermost/mattermost-server/app.(*App).Config(...)
  7.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/app/config.go:31
  8. github.com/mattermost/mattermost-server/cmd/mattermost/commands.InitDBCommandContextCobra(0x2c2e9c0, 0x14e6f17, 0xc0002852c0, 0xc000227240)
  9.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/commands/init.go:20 +0xea
  10. github.com/mattermost/mattermost-server/cmd/mattermost/commands.createTeamCmdF(0x2c2e9c0, 0xc00027e2d0, 0x1, 0x5, 0x0, 0x0)
  11.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/commands/team.go:81 +0x4b
  12. github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra.(*Command).execute(0x2c2e9c0, 0xc00027e280, 0x5, 0x5, 0x2c2e9c0, 0xc00027e280)
  13.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra/command.go:762 +0x473
  14. github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x2c2e040, 0x1d81ce0, 0x200, 0x64)
  15.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra/command.go:852 +0x2fd
  16. github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra.(*Command).Execute(0x2c2e040, 0x1007540, 0xc0000b2058)
  17.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra/command.go:800 +0x2b
  18. github.com/mattermost/mattermost-server/cmd/mattermost/commands.Run(0xc0000d0010, 0x7, 0x7, 0xc000107f88, 0xc0000b2058)
  19.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/commands/root.go:14 +0x65
  20. main.main()
  21.     /Users/wasimthabraze/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/main.go:30 +0x62
Add Comment
Please, Sign In to add comment