Hello
Same issue, however I download and installed the latest android-mobile sdk, +jaspermobile so I have now some log files
What I see here : switching to our jasperserver (jasperserver CE 5) , after clicking any report (I have tried an empty report also) the jaspermobile is being stopped and the following errors can be seen in log
01-07 15:37:25.692: E/(18248): Can't open file for reading
01-07 15:37:25.692: E/(18248): Can't open file for reading
01-07 15:38:54.692: E/AndroidRuntime(18248): FATAL EXCEPTION: main
01-07 15:38:54.692: E/AndroidRuntime(18248): java.lang.RuntimeException: org.springframework.http.converter.HttpMessageNotReadableException: Could not read [class com.jaspersoft.android.sdk.client.oxm.server.ServerInfo]; nested exception is org.simpleframework.xml.core.ValueRequiredException: Unable to satisfy @org.simpleframework.xml.Element(data=false, name=, required=true, type=void) on field 'editionName' private java.lang.String com.jaspersoft.android.sdk.client.oxm.server.ServerInfo.editionName for class com.jaspersoft.android.sdk.client.oxm.server.ServerInfo at line 1
01-07 15:38:54.692: E/AndroidRuntime(18248): at com.jaspersoft.android.jaspermobile.activities.async.AsyncTaskExceptionHandler.handle(AsyncTaskExceptionHandler.java:93)
01-07 15:38:54.692: E/AndroidRuntime(18248): at com.jaspersoft.android.jaspermobile.activities.ReportOptionsActivity.onTaskException(ReportOptionsActivity.java:426)
01-07 15:38:54.692: E/AndroidRuntime(18248): at com.jaspersoft.android.sdk.client.async.JsAsyncTaskManager.onException(JsAsyncTaskManager.java:149)
01-07 15:38:54.692: E/AndroidRuntime(18248): at com.jaspersoft.android.sdk.client.async.task.JsAsyncTask.onPostExecute(JsAsyncTask.java:151)
01-07 15:38:54.692: E/AndroidRuntime(18248): at android.os.AsyncTask.finish(AsyncTask.java:602)
01-07 15:38:54.692: E/AndroidRuntime(18248): at android.os.AsyncTask.access$600(AsyncTask.java:156)
01-07 15:38:54.692: E/AndroidRuntime(18248): at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:615)
01-07 15:38:54.692: E/AndroidRuntime(18248): at android.os.Handler.dispatchMessage(Handler.java:99)
01-07 15:38:54.692: E/AndroidRuntime(18248): at android.os.Looper.loop(Looper.java:137)
01-07 15:38:54.692: E/AndroidRuntime(18248): at android.app.ActivityThread.main(ActivityThread.java:4441)
01-07 15:38:54.692: E/AndroidRuntime(18248): at java.lang.reflect.Method.invokeNative(Native Method)
01-07 15:38:54.692: E/AndroidRuntime(18248): at java.lang.reflect.Method.invoke(Method.java:511)
01-07 15:38:54.692: E/AndroidRuntime(18248): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:823)
01-07 15:38:54.692: E/AndroidRuntime(18248): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:590)
01-07 15:38:54.692: E/AndroidRuntime(18248): at dalvik.system.NativeStart.main(Native Method)
01-07 15:38:54.692: E/AndroidRuntime(18248): Caused by: org.springframework.http.converter.HttpMessageNotReadableException: Could not read [class com.jaspersoft.android.sdk.client.oxm.server.ServerInfo]; nested exception is org.simpleframework.xml.core.ValueRequiredException: Unable to satisfy @org.simpleframework.xml.Element(data=false, name=, required=true, type=void) on field 'editionName' private java.lang.String com.jaspersoft.android.sdk.client.oxm.server.ServerInfo.editionName for class com.jaspersoft.android.sdk.client.oxm.server.ServerInfo at line 1
01-07 15:38:54.692: E/AndroidRuntime(18248): at org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter.readInternal(SimpleXmlHttpMessageConverter.java:115)
Maybe this help ...
Kr