Bug 652

Summary: Shell Menu did not change after login success
Product: CS3343 Group 26 Automated Timetable Planner Reporter: Vivian Cho <tycho5-c>
Component: Shell MenuAssignee: Vivian Cho <tycho5-c>
Status: RESOLVED FIXED    
Severity: critical CC: laiyingng4-c
Priority: Highest    
Version: Alpha   
Hardware: PC   
OS: Windows   
Attachments: The command list and error from the program

Description Vivian Cho 2021-12-06 10:01:16 HKT
Created attachment 105 [details]
The command list and error from the program

Summary: 
I login the system successfully. The program started and finished to grab the data. However, the shell menu did not change to logged-in menu when I type the help comment. 

 
Steps to Reproduce: 
Step 1: Type "login" command
Step 2: Press Enter key to login
Step 3: Wait for grabbing data
Step 4: Type "exit" command to back to Menu 
Step 5: Press Enter key to exit
Step 6: Type "help" command
Step 7: Press Enter key to execute help command

Actual Results: 
The program throw FileNotFoundException first. The program show the commend list which is normal shell menu after typed the "help" command.

Expected Results:
After type the "help" command, the system will show the commend list which is logged-in shell menu.
Comment 1 Vivian Cho 2021-12-06 14:54:43 HKT
Sorry for letting you to encounter this problem. It seems that the problem is because of the wrong user.config file. The problem is solved by add login refresh command to refresh the user.config which is created before. Please try the problem again.
Comment 2 libbyng 2021-12-06 19:19:39 HKT
The problem has been resolved