Guest User

Peter Ledbrook - Bhavin

a guest
Apr 20th, 2012
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 8.45 KB | None | 0 0
  1. Configuring Spring Security UI ...
  2. | Server running. Browse to http://localhost:8080/portal2
  3. | Error 2012-04-20 10:00:47,349 ["http-bio-8080"-exec-7] ERROR servlet.GrailsDispatcherServlet  - HandlerInterceptor.afterCompletion threw exception
  4. Message: connnection proxy not usable after transaction completion
  5.    Line | Method
  6. ->>  37 | doCall  in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp$_run_closure2
  7. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  8. |    40 | run     in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp
  9. |   886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
  10. |   908 | run     in     ''
  11. ^   662 | run . . in java.lang.Thread
  12. | Error 2012-04-20 10:00:47,358 ["http-bio-8080"-exec-7] ERROR [/portal2].[grails]  - Servlet.service() for servlet grails threw exception
  13. Message: Negative array index [-1] too large for array size 0
  14.    Line | Method
  15. ->> 251 | doAppend              in org.apache.log4j.AppenderSkeleton
  16. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  17. |    66 | appendLoopOnAppenders in org.apache.log4j.helpers.AppenderAttachableImpl
  18. |   206 | callAppenders . . . . in org.apache.log4j.Category
  19. |   391 | forcedLog             in     ''
  20. |   856 | log . . . . . . . . . in     ''
  21. |   200 | logMessage            in org.slf4j.impl.GrailsLog4jLoggerAdapter
  22. |   173 | error . . . . . . . . in     ''
  23. |   213 | error                 in org.apache.commons.logging.impl.SLF4JLog
  24. |    37 | doCall . . . . . . .  in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp$_run_closure2
  25. |    40 | run                   in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp
  26. |   886 | runTask . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  27. |   908 | run                   in     ''
  28. ^   662 | run . . . . . . . . . in java.lang.Thread
  29. | Error 2012-04-20 10:00:47,376 ["http-bio-8080"-exec-3] ERROR [/portal2].[grails]  - Servlet.service() for servlet grails threw exception
  30. Message: Negative array index [-1] too large for array size 0
  31.    Line | Method
  32. ->> 251 | doAppend              in org.apache.log4j.AppenderSkeleton
  33. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  34. |    66 | appendLoopOnAppenders in org.apache.log4j.helpers.AppenderAttachableImpl
  35. |   206 | callAppenders . . . . in org.apache.log4j.Category
  36. |   391 | forcedLog             in     ''
  37. |   856 | log . . . . . . . . . in     ''
  38. |   200 | logMessage            in org.slf4j.impl.GrailsLog4jLoggerAdapter
  39. |   173 | error . . . . . . . . in     ''
  40. |   213 | error                 in org.apache.commons.logging.impl.SLF4JLog
  41. |    37 | doCall . . . . . . .  in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp$_run_closure2
  42. |    40 | run                   in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp
  43. |   886 | runTask . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  44. |   908 | run                   in     ''
  45. ^   662 | run . . . . . . . . . in java.lang.Thread
  46. | Error 2012-04-20 10:00:47,414 ["http-bio-8080"-exec-7] ERROR errors.GrailsExceptionResolver  - ArrayIndexOutOfBoundsException occurred when processing request: [GET] /portal2/
  47. Negative array index [-1] too large for array size 0. Stacktrace follows:
  48. Message: Error processing GroovyPageView: Error executing tag <g:include>: Unable to execute include: Request processing failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  49.    Line | Method
  50. ->>  20 | runTask in \grails-app\views\dashboard\index.gsp
  51. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  52. Caused by GrailsTagException: Error executing tag <g:include>: Unable to execute include: Request processing failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  53. ->>  37 | doCall  in C:/devspace-Portal/portal2/grails-app/views/dashboard/index.gsp
  54. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  55. Caused by ControllerExecutionException: Unable to execute include: Request processing failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  56. ->>  37 | doCall  in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp$_run_closure2
  57. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  58. |    40 | run     in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp
  59. |   886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
  60. |   908 | run     in     ''
  61. ^   662 | run . . in java.lang.Thread
  62. Caused by ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  63. ->> 251 | doAppend in org.apache.log4j.AppenderSkeleton
  64. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  65. |    66 | appendLoopOnAppenders in org.apache.log4j.helpers.AppenderAttachableImpl
  66. |   206 | callAppenders in org.apache.log4j.Category
  67. |   391 | forcedLog in     ''
  68. |   856 | log . . in     ''
  69. |   200 | logMessage in org.slf4j.impl.GrailsLog4jLoggerAdapter
  70. |   173 | error . in     ''
  71. |   213 | error   in org.apache.commons.logging.impl.SLF4JLog
  72. |    37 | doCall  in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp$_run_closure2
  73. |    40 | run     in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp
  74. |   886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
  75. |   908 | run     in     ''
  76. ^   662 | run . . in java.lang.Thread
  77. | Error 2012-04-20 10:00:48,021 ["http-bio-8080"-exec-3] ERROR errors.GrailsExceptionResolver  - ArrayIndexOutOfBoundsException occurred when processing request: [GET] /portal2/
  78. Negative array index [-1] too large for array size 0. Stacktrace follows:
  79. Message: Error processing GroovyPageView: Error executing tag <g:include>: Unable to execute include: Request processing failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  80.    Line | Method
  81. ->>  20 | runTask in \grails-app\views\dashboard\index.gsp
  82. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  83. Caused by GrailsTagException: Error executing tag <g:include>: Unable to execute include: Request processing failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  84. ->>  37 | doCall  in C:/devspace-Portal/portal2/grails-app/views/dashboard/index.gsp
  85. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  86. Caused by ControllerExecutionException: Unable to execute include: Request processing failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  87. ->>  37 | doCall  in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp$_run_closure2
  88. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  89. |    40 | run     in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp
  90. |   886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
  91. |   908 | run     in     ''
  92. ^   662 | run . . in java.lang.Thread
  93. Caused by ArrayIndexOutOfBoundsException: Negative array index [-1] too large for array size 0
  94. ->> 251 | doAppend in org.apache.log4j.AppenderSkeleton
  95. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  96. |    66 | appendLoopOnAppenders in org.apache.log4j.helpers.AppenderAttachableImpl
  97. |   206 | callAppenders in org.apache.log4j.Category
  98. |   391 | forcedLog in     ''
  99. |   856 | log . . in     ''
  100. |   200 | logMessage in org.slf4j.impl.GrailsLog4jLoggerAdapter
  101. |   173 | error . in     ''
  102. |   213 | error   in org.apache.commons.logging.impl.SLF4JLog
  103. |    37 | doCall  in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp$_run_closure2
  104. |    40 | run     in C__devspace_Portal_portal2_grails_app_views_dashboard_index_gsp
  105. |   886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
  106. |   908 | run     in     ''
  107. ^   662 | run . . in java.lang.Thread
  108. | Error 2012-04-20 10:01:09,835 ["http-bio-8080"-exec-7] ERROR servlet.GrailsDispatcherServlet  - HandlerInterceptor.afterCompletion threw exception
  109. Message: connnection proxy not usable after transaction completion
  110.    Line | Method
  111. ->> 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
  112. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  113. |   908 | run     in     ''
  114. ^   662 | run . . in java.lang.Thread
Advertisement
Add Comment
Please, Sign In to add comment