Advertisement
Guest User

Untitled

a guest
May 28th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 14.28 KB | None | 0 0
  1. b_localhost airbis May 28, 2015 5:02:48 PM org.apache.catalina.core.StandardWrapperValve invoke
  2. mb_localhost airbis SEVERE: Servlet.service() for servlet [SLY Rest Application Servlet] in context with path [/rest] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [SELECT *
  3. mb_localhost airbis FROM (
  4. mb_localhost airbis SELECT
  5. mb_localhost airbis sub.*,
  6. mb_localhost airbis ROWNUM rn
  7. mb_localhost airbis FROM
  8. mb_localhost airbis (
  9. mb_localhost airbis SELECT
  10. mb_localhost airbis d.SERIAL AS serial,
  11. mb_localhost airbis e.DT_CREATE AS dateCreated,
  12. mb_localhost airbis a.NAME AS abonentName,
  13. mb_localhost airbis a.PHONE AS abonentPhone,
  14. mb_localhost airbis s.STATE_LEVEL AS stateName,
  15. mb_localhost airbis s.STATE_NUM AS stateOrdinal,
  16. mb_localhost airbis d.REPOSTS AS reposts,
  17. mb_localhost airbis ss.SOCIAL AS social,
  18. mb_localhost airbis ss.URL AS socialUrl,
  19. mb_localhost airbis d.INITIATOR AS initiator,
  20. mb_localhost airbis d.INITIATOR_INFO AS initiatorInfo,
  21. mb_localhost airbis n.rn AS ordinal
  22. mb_localhost airbis FROM EVENT_P_DATA d
  23. mb_localhost airbis INNER JOIN EVENT e ON e.ID_EVENT = d.ID_EVENT
  24. mb_localhost airbis INNER JOIN ABON a ON a.ID_ABON = e.ID_ABON
  25. mb_localhost airbis INNER JOIN P_TMPL_STATE s ON s.ID = d.ID_STATE
  26. mb_localhost airbis INNER JOIN (SELECT
  27. mb_localhost airbis ROWNUM rn,
  28. mb_localhost airbis ID_EVENT
  29. mb_localhost airbis FROM (
  30. mb_localhost airbis SELECT
  31. mb_localhost airbis e.ID_EVENT,
  32. mb_localhost airbis e.DT_CREATE
  33. mb_localhost airbis FROM EVENT_P_DATA d
  34. mb_localhost airbis INNER JOIN EVENT e ON e.ID_EVENT = d.ID_EVENT
  35. mb_localhost airbis WHERE d.PASS_SERIAL IS NOT NULL
  36. mb_localhost airbis AND e.ID_ACCOUNT = ?
  37. mb_localhost airbis AND d.ID_PTMPL = ?
  38. mb_localhost airbis ORDER BY e.DT_CREATE ASC
  39. mb_localhost airbis )) n ON n.ID_EVENT = e.ID_EVENT
  40. mb_localhost airbis LEFT JOIN SOCIAL_PROFILE ss ON ss.ID_SOCIAL_PROFILE = d.ID_SOCIAL_PROFILE
  41. mb_localhost airbis WHERE d.PASS_SERIAL IS NOT NULL
  42. mb_localhost airbis AND e.ID_ACCOUNT = ?
  43. mb_localhost airbis AND d.ID_PTMPL = ? ORDER BY bonusNumber ASC
  44. mb_localhost airbis ) sub
  45. mb_localhost airbis WHERE ROWNUM <= ?
  46. mb_localhost airbis ) sub2
  47. mb_localhost airbis WHERE sub2.rn > ?]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "BONUSNUMBER": invalid identifier
  48. mb_localhost airbis ] with root cause
  49. mb_localhost airbis java.sql.SQLSyntaxErrorException: ORA-00904: "BONUSNUMBER"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement