Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.87 KB | None | 0 0
  1. check task reminder...
  2. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  5. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  6. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  7. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  8. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  9. at java.security.AccessController.doPrivileged(Native Method)
  10. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  11. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  12. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  13. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  14. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  15. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  16. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  17. at net.combase.desktopcrm.data.CrmManager.getLeadList(CrmManager.java:528)
  18. at net.combase.desktopcrm.swing.LeadTablePanel$4.run(LeadTablePanel.java:108)
  19. at java.util.TimerThread.mainLoop(Timer.java:555)
  20. at java.util.TimerThread.run(Timer.java:505)
  21. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  22. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  23. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  24. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  25. ... 8 more
  26. com.sugarcrm.api.SugarApiException: Sugar Login failed
  27. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  28. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  29. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  30. at net.combase.desktopcrm.data.CrmManager.getLeadList(CrmManager.java:528)
  31. at net.combase.desktopcrm.swing.LeadTablePanel$4.run(LeadTablePanel.java:108)
  32. at java.util.TimerThread.mainLoop(Timer.java:555)
  33. at java.util.TimerThread.run(Timer.java:505)
  34. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  36. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  37. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  38. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  39. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  40. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  41. at java.security.AccessController.doPrivileged(Native Method)
  42. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  43. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  44. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  45. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  46. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  47. ... 6 more
  48. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  49. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  50. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  51. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  52. ... 8 more
  53. []
  54. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  55. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  56. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  57. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  58. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  59. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  60. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  61. at java.security.AccessController.doPrivileged(Native Method)
  62. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  63. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  64. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  65. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  66. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  67. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  68. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  69. at net.combase.desktopcrm.data.CrmManager.getGlobalCaseList(CrmManager.java:596)
  70. at net.combase.desktopcrm.data.CrmHelper.getGlobalActionObjects(CrmHelper.java:99)
  71. at net.combase.desktopcrm.swing.ActionRequiredTablePanel$4.run(ActionRequiredTablePanel.java:107)
  72. at java.util.TimerThread.mainLoop(Timer.java:555)
  73. at java.util.TimerThread.run(Timer.java:505)
  74. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  75. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  76. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  77. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  78. ... 9 more
  79. com.sugarcrm.api.SugarApiException: Sugar Login failed
  80. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  81. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  82. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  83. at net.combase.desktopcrm.data.CrmManager.getGlobalCaseList(CrmManager.java:596)
  84. at net.combase.desktopcrm.data.CrmHelper.getGlobalActionObjects(CrmHelper.java:99)
  85. at net.combase.desktopcrm.swing.ActionRequiredTablePanel$4.run(ActionRequiredTablePanel.java:107)
  86. at java.util.TimerThread.mainLoop(Timer.java:555)
  87. at java.util.TimerThread.run(Timer.java:505)
  88. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  89. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  90. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  91. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  92. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  93. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  94. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  95. at java.security.AccessController.doPrivileged(Native Method)
  96. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  97. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  98. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  99. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  100. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  101. ... 7 more
  102. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  103. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  104. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  105. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  106. ... 9 more
  107. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  108. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  109. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  110. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  111. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  112. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  113. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  114. at java.security.AccessController.doPrivileged(Native Method)
  115. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  116. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  117. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  118. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  119. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  120. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  121. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  122. at net.combase.desktopcrm.data.CrmManager.getCallList(CrmManager.java:921)
  123. at net.combase.desktopcrm.swing.CallTablePanel$3.run(CallTablePanel.java:94)
  124. at java.util.TimerThread.mainLoop(Timer.java:555)
  125. at java.util.TimerThread.run(Timer.java:505)
  126. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  127. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  128. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  129. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  130. ... 8 more
  131. com.sugarcrm.api.SugarApiException: Sugar Login failed
  132. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  133. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  134. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  135. at net.combase.desktopcrm.data.CrmManager.getCallList(CrmManager.java:921)
  136. at net.combase.desktopcrm.swing.CallTablePanel$3.run(CallTablePanel.java:94)
  137. at java.util.TimerThread.mainLoop(Timer.java:555)
  138. at java.util.TimerThread.run(Timer.java:505)
  139. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  140. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  141. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  142. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  143. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  144. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  145. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  146. at java.security.AccessController.doPrivileged(Native Method)
  147. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  148. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  149. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  150. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  151. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  152. ... 6 more
  153. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  154. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  155. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  156. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  157. ... 8 more
  158. Exception in thread "Timer-1" java.lang.NullPointerException
  159. at net.combase.desktopcrm.data.CrmManager.getCallList(CrmManager.java:948)
  160. at net.combase.desktopcrm.swing.CallTablePanel$3.run(CallTablePanel.java:94)
  161. at java.util.TimerThread.mainLoop(Timer.java:555)
  162. at java.util.TimerThread.run(Timer.java:505)
  163. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  164. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  165. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  166. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  167. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  168. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  169. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  170. at java.security.AccessController.doPrivileged(Native Method)
  171. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  172. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  173. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  174. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  175. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  176. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  177. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  178. at net.combase.desktopcrm.data.CrmManager.getTaskList(CrmManager.java:273)
  179. at net.combase.desktopcrm.swing.TaskTablePanel$4.run(TaskTablePanel.java:145)
  180. at java.util.TimerThread.mainLoop(Timer.java:555)
  181. at java.util.TimerThread.run(Timer.java:505)
  182. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  183. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  184. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  185. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  186. ... 8 more
  187. com.sugarcrm.api.SugarApiException: Sugar Login failed
  188. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  189. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  190. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  191. at net.combase.desktopcrm.data.CrmManager.getTaskList(CrmManager.java:273)
  192. at net.combase.desktopcrm.swing.TaskTablePanel$4.run(TaskTablePanel.java:145)
  193. at java.util.TimerThread.mainLoop(Timer.java:555)
  194. at java.util.TimerThread.run(Timer.java:505)
  195. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  196. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  197. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  198. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  199. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  200. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  201. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  202. at java.security.AccessController.doPrivileged(Native Method)
  203. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  204. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  205. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  206. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  207. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  208. ... 6 more
  209. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  210. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  211. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  212. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  213. ... 8 more
  214. Exception in thread "Timer-0" java.lang.NullPointerException
  215. at net.combase.desktopcrm.data.CrmManager.getTaskList(CrmManager.java:301)
  216. at net.combase.desktopcrm.swing.TaskTablePanel$4.run(TaskTablePanel.java:145)
  217. at java.util.TimerThread.mainLoop(Timer.java:555)
  218. at java.util.TimerThread.run(Timer.java:505)
  219. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  220. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  221. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  222. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  223. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  224. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  225. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  226. at java.security.AccessController.doPrivileged(Native Method)
  227. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  228. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  229. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  230. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  231. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  232. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  233. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  234. at net.combase.desktopcrm.data.CrmManager.getEmailTemplateList(CrmManager.java:562)
  235. at net.combase.desktopcrm.data.CrmHelper.updateEmailTemplateCache(CrmHelper.java:40)
  236. at net.combase.desktopcrm.swing.EmailTemplateTablePanel$3.run(EmailTemplateTablePanel.java:91)
  237. at java.util.TimerThread.mainLoop(Timer.java:555)
  238. at java.util.TimerThread.run(Timer.java:505)
  239. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  240. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  241. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  242. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  243. ... 9 more
  244. com.sugarcrm.api.SugarApiException: Sugar Login failed
  245. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  246. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  247. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  248. at net.combase.desktopcrm.data.CrmManager.getEmailTemplateList(CrmManager.java:562)
  249. at net.combase.desktopcrm.data.CrmHelper.updateEmailTemplateCache(CrmHelper.java:40)
  250. at net.combase.desktopcrm.swing.EmailTemplateTablePanel$3.run(EmailTemplateTablePanel.java:91)
  251. at java.util.TimerThread.mainLoop(Timer.java:555)
  252. at java.util.TimerThread.run(Timer.java:505)
  253. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  254. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  255. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  256. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  257. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  258. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  259. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  260. at java.security.AccessController.doPrivileged(Native Method)
  261. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  262. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  263. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  264. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  265. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  266. ... 7 more
  267. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  268. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  269. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  270. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  271. ... 9 more
  272. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  273. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  274. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  275. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  276. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  277. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  278. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  279. at java.security.AccessController.doPrivileged(Native Method)
  280. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  281. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  282. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  283. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  284. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  285. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  286. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  287. at net.combase.desktopcrm.data.CrmManager.getGlobalOpportunityList(CrmManager.java:627)
  288. at net.combase.desktopcrm.data.CrmHelper.getGlobalActionObjects(CrmHelper.java:100)
  289. at net.combase.desktopcrm.swing.ActionRequiredTablePanel$4.run(ActionRequiredTablePanel.java:107)
  290. at java.util.TimerThread.mainLoop(Timer.java:555)
  291. at java.util.TimerThread.run(Timer.java:505)
  292. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  293. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  294. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  295. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  296. ... 9 more
  297. com.sugarcrm.api.SugarApiException: Sugar Login failed
  298. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  299. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  300. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  301. at net.combase.desktopcrm.data.CrmManager.getGlobalOpportunityList(CrmManager.java:627)
  302. at net.combase.desktopcrm.data.CrmHelper.getGlobalActionObjects(CrmHelper.java:100)
  303. at net.combase.desktopcrm.swing.ActionRequiredTablePanel$4.run(ActionRequiredTablePanel.java:107)
  304. at java.util.TimerThread.mainLoop(Timer.java:555)
  305. at java.util.TimerThread.run(Timer.java:505)
  306. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  307. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  308. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  309. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  310. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  311. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  312. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  313. at java.security.AccessController.doPrivileged(Native Method)
  314. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  315. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  316. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  317. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  318. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  319. ... 7 more
  320. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  321. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  322. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  323. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  324. ... 9 more
  325. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  326. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  327. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  328. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  329. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  330. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  331. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  332. at java.security.AccessController.doPrivileged(Native Method)
  333. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  334. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  335. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  336. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  337. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  338. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  339. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  340. at net.combase.desktopcrm.data.CrmManager.getCaseList(CrmManager.java:578)
  341. at net.combase.desktopcrm.swing.CaseTablePanel$4.run(CaseTablePanel.java:107)
  342. at java.util.TimerThread.mainLoop(Timer.java:555)
  343. at java.util.TimerThread.run(Timer.java:505)
  344. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  345. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  346. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  347. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  348. ... 8 more
  349. com.sugarcrm.api.SugarApiException: Sugar Login failed
  350. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  351. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  352. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  353. at net.combase.desktopcrm.data.CrmManager.getCaseList(CrmManager.java:578)
  354. at net.combase.desktopcrm.swing.CaseTablePanel$4.run(CaseTablePanel.java:107)
  355. at java.util.TimerThread.mainLoop(Timer.java:555)
  356. at java.util.TimerThread.run(Timer.java:505)
  357. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  358. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  359. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  360. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  361. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  362. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  363. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  364. at java.security.AccessController.doPrivileged(Native Method)
  365. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  366. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  367. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  368. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  369. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  370. ... 6 more
  371. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  372. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  373. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  374. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  375. ... 8 more
  376. []
  377. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  378. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  379. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  380. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  381. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  382. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  383. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  384. at java.security.AccessController.doPrivileged(Native Method)
  385. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  386. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  387. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  388. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  389. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  390. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  391. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  392. at net.combase.desktopcrm.data.CrmManager.getGlobalLeadList(CrmManager.java:548)
  393. at net.combase.desktopcrm.data.CrmHelper.getGlobalActionObjects(CrmHelper.java:101)
  394. at net.combase.desktopcrm.swing.ActionRequiredTablePanel$4.run(ActionRequiredTablePanel.java:107)
  395. at java.util.TimerThread.mainLoop(Timer.java:555)
  396. at java.util.TimerThread.run(Timer.java:505)
  397. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  398. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  399. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  400. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  401. ... 9 more
  402. com.sugarcrm.api.SugarApiException: Sugar Login failed
  403. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  404. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  405. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  406. at net.combase.desktopcrm.data.CrmManager.getGlobalLeadList(CrmManager.java:548)
  407. at net.combase.desktopcrm.data.CrmHelper.getGlobalActionObjects(CrmHelper.java:101)
  408. at net.combase.desktopcrm.swing.ActionRequiredTablePanel$4.run(ActionRequiredTablePanel.java:107)
  409. at java.util.TimerThread.mainLoop(Timer.java:555)
  410. at java.util.TimerThread.run(Timer.java:505)
  411. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  412. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  413. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  414. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  415. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  416. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  417. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  418. at java.security.AccessController.doPrivileged(Native Method)
  419. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  420. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  421. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  422. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  423. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  424. ... 7 more
  425. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  426. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  427. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  428. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  429. ... 9 more
  430. found 0 action items.
  431. []
  432. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  433. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  434. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  435. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  436. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  437. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  438. at java.security.AccessController.doPrivileged(Native Method)
  439. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  440. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  441. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  442. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  443. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  444. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  445. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  446. at net.combase.desktopcrm.data.CrmManager.getCaseList(CrmManager.java:578)
  447. at net.combase.desktopcrm.data.CrmHelper.getActionObjects(CrmHelper.java:60)
  448. at net.combase.desktopcrm.swing.NotificationManager$2.run(NotificationManager.java:101)
  449. at java.util.TimerThread.mainLoop(Timer.java:555)
  450. at java.util.TimerThread.run(Timer.java:505)
  451. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  452. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  453. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  454. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  455. ... 9 more
  456. com.sugarcrm.api.SugarApiException: Sugar Login failed
  457. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  458. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  459. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  460. at net.combase.desktopcrm.data.CrmManager.getCaseList(CrmManager.java:578)
  461. at net.combase.desktopcrm.data.CrmHelper.getActionObjects(CrmHelper.java:60)
  462. at net.combase.desktopcrm.swing.NotificationManager$2.run(NotificationManager.java:101)
  463. at java.util.TimerThread.mainLoop(Timer.java:555)
  464. at java.util.TimerThread.run(Timer.java:505)
  465. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  466. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  467. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  468. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  469. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  470. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  471. at java.security.AccessController.doPrivileged(Native Method)
  472. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  473. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  474. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  475. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  476. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  477. ... 7 more
  478. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  479. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  480. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  481. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  482. ... 9 more
  483. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  484. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  485. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  486. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  487. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  488. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  489. at java.security.AccessController.doPrivileged(Native Method)
  490. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  491. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  492. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  493. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  494. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  495. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  496. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  497. at net.combase.desktopcrm.data.CrmManager.getOpportunityList(CrmManager.java:610)
  498. at net.combase.desktopcrm.data.CrmHelper.getActionObjects(CrmHelper.java:63)
  499. at net.combase.desktopcrm.swing.NotificationManager$2.run(NotificationManager.java:101)
  500. at java.util.TimerThread.mainLoop(Timer.java:555)
  501. at java.util.TimerThread.run(Timer.java:505)
  502. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  503. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  504. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  505. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  506. ... 9 more
  507. com.sugarcrm.api.SugarApiException: Sugar Login failed
  508. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  509. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  510. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  511. at net.combase.desktopcrm.data.CrmManager.getOpportunityList(CrmManager.java:610)
  512. at net.combase.desktopcrm.data.CrmHelper.getActionObjects(CrmHelper.java:63)
  513. at net.combase.desktopcrm.swing.NotificationManager$2.run(NotificationManager.java:101)
  514. at java.util.TimerThread.mainLoop(Timer.java:555)
  515. at java.util.TimerThread.run(Timer.java:505)
  516. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  517. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  518. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  519. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  520. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  521. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  522. at java.security.AccessController.doPrivileged(Native Method)
  523. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  524. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  525. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  526. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  527. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  528. ... 7 more
  529. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  530. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  531. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  532. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  533. ... 9 more
  534. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  535. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  536. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  537. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  538. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  539. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  540. at java.security.AccessController.doPrivileged(Native Method)
  541. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  542. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  543. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  544. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  545. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  546. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  547. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  548. at net.combase.desktopcrm.data.CrmManager.getLeadList(CrmManager.java:528)
  549. at net.combase.desktopcrm.data.CrmHelper.getActionObjects(CrmHelper.java:66)
  550. at net.combase.desktopcrm.swing.NotificationManager$2.run(NotificationManager.java:101)
  551. at java.util.TimerThread.mainLoop(Timer.java:555)
  552. at java.util.TimerThread.run(Timer.java:505)
  553. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  554. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  555. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  556. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  557. ... 9 more
  558. com.sugarcrm.api.SugarApiException: Sugar Login failed
  559. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  560. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  561. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  562. at net.combase.desktopcrm.data.CrmManager.getLeadList(CrmManager.java:528)
  563. at net.combase.desktopcrm.data.CrmHelper.getActionObjects(CrmHelper.java:66)
  564. at net.combase.desktopcrm.swing.NotificationManager$2.run(NotificationManager.java:101)
  565. at java.util.TimerThread.mainLoop(Timer.java:555)
  566. at java.util.TimerThread.run(Timer.java:505)
  567. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  568. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  569. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  570. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  571. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  572. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  573. at java.security.AccessController.doPrivileged(Native Method)
  574. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  575. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  576. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  577. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  578. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  579. ... 7 more
  580. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  581. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  582. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  583. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  584. ... 9 more
  585. found 0 action items.
  586. Check for calls...
  587. java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  588. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  589. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  590. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  591. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  592. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  593. at java.security.AccessController.doPrivileged(Native Method)
  594. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  595. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  596. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  597. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  598. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  599. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  600. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  601. at net.combase.desktopcrm.data.CrmManager.getUpcomingCall(CrmManager.java:335)
  602. at net.combase.desktopcrm.swing.NotificationManager$3.run(NotificationManager.java:153)
  603. at java.util.TimerThread.mainLoop(Timer.java:555)
  604. at java.util.TimerThread.run(Timer.java:505)
  605. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  606. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  607. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  608. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  609. ... 8 more
  610. com.sugarcrm.api.SugarApiException: Sugar Login failed
  611. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:530)
  612. at net.combase.desktopcrm.data.CrmManager.setup(CrmManager.java:250)
  613. at net.combase.desktopcrm.data.CrmManager.checkSetup(CrmManager.java:266)
  614. at net.combase.desktopcrm.data.CrmManager.getUpcomingCall(CrmManager.java:335)
  615. at net.combase.desktopcrm.swing.NotificationManager$3.run(NotificationManager.java:153)
  616. at java.util.TimerThread.mainLoop(Timer.java:555)
  617. at java.util.TimerThread.run(Timer.java:505)
  618. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  619. at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
  620. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  621. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  622. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1677)
  623. at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
  624. at java.security.AccessController.doPrivileged(Native Method)
  625. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1673)
  626. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1246)
  627. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:600)
  628. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:539)
  629. at com.sugarcrm.api.v4.impl.SugarApi.getSugarSession(SugarApi.java:524)
  630. ... 6 more
  631. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://domain.com/crm3/service/v4_1/rest.php?method=login&response_type=JSON&input_type=JSON&rest_data=%7B%22user_auth%22%3A%7B%22user_name%22%3A%22jnin%22%2C%22password%22%3A%229b32066af69d4b34769c89cf2e428ed5%22%7D%7D
  632. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1628)
  633. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  634. at com.sugarcrm.api.v4.impl.SugarApi.postToSugar(SugarApi.java:597)
  635. ... 8 more
  636. Exception in thread "Timer-6" java.lang.NullPointerException
  637. at net.combase.desktopcrm.data.CrmManager.getUpcomingCall(CrmManager.java:337)
  638. at net.combase.desktopcrm.swing.NotificationManager$3.run(NotificationManager.java:153)
  639. at java.util.TimerThread.mainLoop(Timer.java:555)
  640. at java.util.TimerThread.run(Timer.java:505)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement