vivekiyer / corporateaddressbook

1 stars 1 forks source link

java.lang.NullPointerException #34

Closed vivekiyer closed 10 years ago

vivekiyer commented 10 years ago

From brettr...@gmail.com on January 14, 2011 13:07:58

What steps will reproduce the problem? 1. Launch the application after you've previously done a search (application is still closed, but previous results are displayed)

  1. Search for a new contact
  2. Error displayed " ActiveSync version=12.1 java.lang.NullPointerException What is the expected output? What do you see instead? I'd much rather have the results displayed :) What version of the product are you using? the most recent version What version of Android are you running? 2.1 I believe (US Cellular - Samsung Galaxy S) What version of Exchange are you connecting to? Not sure how to tell - 2010 I think Please provide any additional information below.

Original issue: http://code.google.com/p/corporateaddressbook/issues/detail?id=34

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 14, 2011 13:48:45

Hi there

Thank you for your message. I was looking at the error string, and had a few questions

  1. Does this happen all the time? As in are you able to use the app at all, or do you see an error all the time?
  2. Does this happen for all strings searched or only for certain strings?
  3. Will you be willing to install a debug version with some extra logging?

Thanks Vivek

vivekiyer commented 10 years ago

From brettr...@gmail.com on January 14, 2011 13:59:30

1) This happens almost all the time - it seems like if I clear results and reauthenticate that sometimes it works. However, today it seems like I can't find any work arounds.

2) All strings as far as I can see

3) Absolutely

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 14, 2011 14:02:00

Thanks for the quick response. I will push out a debug release over the weekend. Hopefully I will be able to get to the bottom of this :)

vivekiyer commented 10 years ago

From brettr...@gmail.com on January 14, 2011 14:23:53

Thanks is due to you for the quick response - not me! We all appreciate the effort you've put in to create a much needed app to fill this hole on our Android phones. I was horrified to find myself taking a step back from my windows phone when I realized GAL was gone!

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 16, 2011 23:09:54

Can you please install the 1.1.6.1 (beta) release from http://code.google.com/p/corporateaddressbook/downloads/list ?

A few comments about this build

In case of the error you are seeing, this build that takes the data that is retrieved from the Exchange server and sends them to me via email.

Please note

Thanks Vivek

vivekiyer commented 10 years ago

From brettr...@gmail.com on January 17, 2011 06:36:43

Done and sent you an email

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 17, 2011 12:18:38

Thanks.

I messed up the code that sends the provision command (was refactoring to make the code more readable). Can you please install 1.1.6.2 and send me the logs when it crashes? http://code.google.com/p/corporateaddressbook/downloads/list Thanks Vivek

vivekiyer commented 10 years ago

From brettr...@gmail.com on January 17, 2011 15:17:59

Hi Vivek -

Sent you two examples with the new build.

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 17, 2011 15:25:03

Hi Brett

Did you just send me some logs, or are you referring to the logs from this morning? I messed up the 1.1.6.1 and made a bunch of changes in 1.1.6.2.

Thanks Vivek

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 19, 2011 21:36:12

Fixed in 1.2.0. App now resends the PROVISION command if it receives an error from the server

Status: Fixed