Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. Error (E_UNKNOWN) :: Encountered an unexpected error
  2. : ER_NO_SUCH_TABLE: Table 'beam.permission' doesn't exist
  3. at Query.Sequence._packetToError (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/sequences/Sequence.js:30:14)
  4. at Query.ErrorPacket (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/sequences/Query.js:82:18)
  5. at Protocol._parsePacket (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/Protocol.js:213:24)
  6. at Parser.write (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/Parser.js:62:12)
  7. at Protocol.write (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/Protocol.js:37:16)
  8. at Socket.<anonymous> (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/Connection.js:75:28)
  9. at Socket.emit (events.js:95:17)
  10. at Socket.<anonymous> (_stream_readable.js:764:14)
  11. at Socket.emit (events.js:92:17)
  12. at emitReadable_ (_stream_readable.js:426:10)
  13. at emitReadable (_stream_readable.js:422:5)
  14. at readableAddChunk (_stream_readable.js:165:9)
  15. at Socket.Readable.push (_stream_readable.js:127:10)
  16. at TCP.onread (net.js:528:21)
  17. at TCP.onread (/var/www/html/lab/node_modules/newrelic/node_modules/continuation-local-storage/node_modules/async-listener/glue.js:188:31)
  18. --------------------
  19. at Protocol._enqueue (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/Protocol.js:110:48)
  20. at PoolConnection.Connection.query (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/Connection.js:166:25)
  21. at PoolConnection.cb_segmentProxy (/var/www/html/lab/node_modules/newrelic/lib/instrumentation/mysql.js:26:24)
  22. at PoolConnection.wrapSegmentInvocation [as query] (/var/www/html/lab/node_modules/newrelic/lib/transaction/tracer/index.js:260:48)
  23. at __CREATE__ (/var/www/html/lab/node_modules/sails-mysql/lib/adapter.js:399:20)
  24. at afterwards (/var/www/html/lab/node_modules/sails-mysql/lib/connections/spawn.js:86:5)
  25. at /var/www/html/lab/node_modules/sails-mysql/lib/connections/spawn.js:40:7
  26. at getConnectionCallback (/var/www/html/lab/node_modules/newrelic/lib/instrumentation/mysql.js:161:11)
  27. at Pool.<anonymous> (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/Pool.js:51:14)
  28. at Handshake.Sequence.end (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/sequences/Sequence.js:78:24)
  29. at Handshake.Sequence.OkPacket (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/sequences/Sequence.js:87:8)
  30. at Protocol._parsePacket (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/Protocol.js:213:24)
  31. at Parser.write (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/Parser.js:62:12)
  32. at Protocol.write (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/protocol/Protocol.js:37:16)
  33. at Socket.<anonymous> (/var/www/html/lab/node_modules/sails-mysql/node_modules/mysql/lib/Connection.js:75:28)
  34. at Socket.emit (events.js:95:17)
  35. at Socket.<anonymous> (_stream_readable.js:764:14)
  36. at Socket.emit (events.js:92:17)
  37. at emitReadable_ (_stream_readable.js:426:10)
  38. at emitReadable (_stream_readable.js:422:5)
  39. at readableAddChunk (_stream_readable.js:165:9)
  40. at Socket.Readable.push (_stream_readable.js:127:10)
  41. at TCP.onread (net.js:528:21)
  42. at TCP.onread (/var/www/html/lab/node_modules/newrelic/node_modules/continuation-local-storage/node_modules/async-listener/glue.js:188:31)
  43.  
  44. Details: Error: ER_NO_SUCH_TABLE: Table 'beam.permission' doesn't exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement