bmatthias / kolab-android

Automatically exported from code.google.com/p/kolab-android
Other
0 stars 0 forks source link

kolab-android crashes sometimes on unresolved hostname #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sync is triggered by scheduler
2. sometimes a pop-up informs about app crash and asks to send feedback
3. trace shows that "host is unresolved" is root cause for crash

What is the expected output? What do you see instead?

app should not crash, but wait and retry.

What version of the product are you using? On what operating system?

0.0.5

Please provide any additional information below.

sometimes it does not crash but gives output in logfile:
Fatal error: javax.mail.MessagingException: Host is unresolved: <name of 
configured IMAP server>
nested exception is:
java.net.UnknownHostException: <name of configured IMAP server>

Original issue reported on code.google.com by android....@googlemail.com on 20 Jan 2011 at 12:16

GoogleCodeExporter commented 8 years ago
fixed in branch on gitorious.

Original comment by STrille...@googlemail.com on 20 Jan 2011 at 1:00