Satoshi Hirose | Hi, I tired 'UCXSI Sample code'. I have problem about this. Could you help me ? It has error on getMacbyExt of FirstCallAppManager.java java.lang.NullPointerException at FirstCallAppManager.getMacbyExt(FirstCallAppManager.java:156) at FirstCallAppManager.connectCME(FirstCallAppManager.java:95) at FirstCallAppManager.main(FirstCallAppManager.java:451) I checked the application log. It seems that cme_http.getallDeivce() method request and CME responded all device data. But the metohd return 'null', so the code had exception. I change the code to the following try { //response = cme_http.getAllDevice(); response = cme_http.getDeviceByID(devID); } catch (Exception e) { then, it works. I use these environments - 15.1(1)T (CME8.0) - UCXSI SDK 1.0.0 - Java 1.6.0_20 Thanks, Satoshi |
| Please sign in to flag this as inappropriate. |