You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
If the server is started in a situation where there is no stdin (e.g. from cron or rc.d), the following error is raised:
Unexpected error while reading from console!
java.lang.NullPointerException
at ca.uottawa.ui.ScheduleGeneratorServer.handleMessageFromServerUI(ScheduleGeneratorServer.java:267)
at ca.uottawa.ui.ServerConsole.accept(ServerConsole.java:67)
at ca.uottawa.ui.ServerConsole.main(ServerConsole.java:121)
While this doesn't appear to affect the operation of the program, it would be nice to clean up.
The text was updated successfully, but these errors were encountered:
If the server is started in a situation where there is no
stdin
(e.g. fromcron
orrc.d
), the following error is raised:While this doesn't appear to affect the operation of the program, it would be nice to clean up.
The text was updated successfully, but these errors were encountered: