Ticket #2114 (closed bug)
Crash: Cannot add a new server in the Connections palette.
Reported by: | boyan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | FEM | Cc: | pav, tsachev |
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | boyan | Design_owners: | boyan |
Imp._owners: | tsachev | Test_owners: | |
Analysis_reviewers: | tsachev | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
Trying to add a new server in the Servers Connections palette results in the attached exception.
Steps to reproduce the bug:
- Open Sophie and go to the Connections Palette.
- Click the plus icon in order to add a new server.
- Type http://localhost:8003 and click OK.
The attached exception occurs. OS is Linux32.
Attachments
Change History
comment:2 Changed 16 years ago by boyan
- Design_owners set to boyan
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to tsachev
starting design
comment:3 Changed 16 years ago by boyan
- Status changed from s2a_design_started to s3b_implementation_finished
This occurs only if the user does not have an accounts dir created. The reason for it is the path to the account, which is "accounts/./AccountName". Beacuse of the "." in the path, the accounts dir cannot be created and this results in the exception attached.
This is fixed in the patch attached by removing the "." from the path.
This patch also fixes the crash on saving a server resource on the file system by making the save item inactive.
comment:4 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to tsachev
- Analysis_score changed from 0 to 4
- Imp._reviewers set to meddle
- Design_score changed from 0 to 4
- Design_reviewers set to meddle
- Imp._score changed from 0 to 4
Put in trunk at [7620]