-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.8.1
-
Component/s: None
-
None
Summary
When you shut Crucible down, sometimes it tries to issue a p4 login command.
Steps to reproduce
- Add a Perforce repository to FishEye
- Configure username and password
- Disable polling for the repository
- Enable debug in FishEye
- Shutdown FishEye
Expected Results
FishEye shuts down without issuing a p4 login command.
Actual Results
When the p4 login command is sent the following is seen in the logs;
2015-06-25 11:44:26,499 INFO [Thread-52 ] fisheye DefaultRepositoryManager-fullShutdown - shutdown p4repo 2015-06-25 11:44:26,510 DEBUG [Thread-52 ] fisheye P4CliUtils-dumpCommandLine - [localhost:1666//depot] Executing /home/daniele/perforce/bin/p4 -p localhost:1666 -C utf8 -u fisheye login
Notes
This occurs if the repository does not have a client allocated to it.