Opened 13 years ago
Closed 13 years ago
#1570 closed defect (done)
Unhandled exception when no internet connection is available
Reported by: | cneumuel | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.5 |
Component: | PluginInfrastructure | Version: | 3.3.5 |
Keywords: | Cc: |
Description
When starting the optimizer without having an internet connection, HeuristicLab crashes with an unhandled exception:
General communication exception in connection to server. Stacktrace: bei HeuristicLab.PluginInfrastructure.Advanced.InstallationManager.GetRemotePluginList() bei HeuristicLab.PluginInfrastructure.Starter.StarterForm.<>c__DisplayClassb.<CheckUpdatesAvailableAsync>b__2() bei System.Threading.Tasks.Task`1.InvokeFuture(Object futureAsObj) bei System.Threading.Tasks.Task.Execute()
Change History (5)
comment:1 Changed 13 years ago by gkronber
- Status changed from new to accepted
comment:2 Changed 13 years ago by gkronber
comment:3 Changed 13 years ago by gkronber
- Owner changed from gkronber to cneumuel
- Status changed from accepted to reviewing
comment:4 Changed 13 years ago by cneumuel
- Owner changed from cneumuel to gkronber
- Status changed from reviewing to readytorelease
comment:5 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.5
Note: See
TracTickets for help on using
tickets.
r6515: handled exception in auto-updating mechanism when no internet connection is available.