Zaprit

Revel golang logs

May 19th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 KB | None | 0 0
  1. ➜ reflow git:(master) ✗ revel run .
  2. Revel executing: run a Revel application
  3. Changed detected, recompiling
  4. Parsing packages, (may require download if not cached)... Completed
  5. WARN 11:06:26 source_info.go:101: Type found in package: controllers, but did not embed from: revel.Controller name=TechnicAPIController importpath=reflow/app/controllers foundstructures=TestRunner,Controller,TxnController,App,
  6. DEBUG 11:07:07 app init_db.go:23: Assigned Logger
  7. INFO 11:07:07 app run.go:35: Running revel server
  8. CRIT 11:07:07 revel revel_logger.go:65: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
  9. map[string]*revel.ActionPathData{"testrunner.index":(*revel.ActionPathData)(0x140002a52d0), "testrunner.list":(*revel.ActionPathData)(0x140002a53b0), "testrunner\\testrunner.index":(*revel.ActionPathData)(0x140002a52d0), "testrunner\\testrunner.list":(*revel.ActionPathData)(0x140002a53b0)}
  10. section=router
  11. CRIT 11:07:07 revel server.go:68: Recovered error in startup error="NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule \nmap[string]*revel.ActionPathData{\"testrunner.index\":(*revel.ActionPathData)(0x140002a52d0), \"testrunner.list\":(*revel.ActionPathData)(0x140002a53b0), \"testrunner\\\\testrunner.index\":(*revel.ActionPathData)(0x140002a52d0), \"testrunner\\\\testrunner.list\":(*revel.ActionPathData)(0x140002a53b0)}\n"
  12. panic: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
  13. map[string]*revel.ActionPathData{"testrunner.index":(*revel.ActionPathData)(0x140002a52d0), "testrunner.list":(*revel.ActionPathData)(0x140002a53b0), "testrunner\\testrunner.index":(*revel.ActionPathData)(0x140002a52d0), "testrunner\\testrunner.list":(*revel.ActionPathData)(0x140002a53b0)}
  14. [recovered]
  15. panic: Fatal error in startup
  16.  
  17. goroutine 1 [running]:
  18. github.com/revel/revel.Run.func1()
  19. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:70 +0x12c
  20. panic(0x1015c9be0, 0x14000387070)
  21. /usr/local/go/src/runtime/panic.go:965 +0x14c
  22. github.com/revel/revel/logger.(*RevelLogger).Panic(...)
  23. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:66
  24. github.com/revel/revel/logger.(*RevelLogger).Panicf(0x140000a3310, 0x1014d77d3, 0x42, 0x1400038dbc0, 0x2, 0x2)
  25. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:54 +0xac
  26. github.com/revel/revel.NewRoute(0x1400025fce0, 0x14000118605, 0x3, 0x140000eacd8, 0x18, 0x14000118627, 0x12, 0x1400011863a, 0x11, 0x140003824b0, ...)
  27. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:147 +0x9a4
  28. github.com/revel/revel.parseRoutes(0x1400025fce0, 0x140003824b0, 0x4e, 0x0, 0x0, 0x140001185a0, 0x111, 0x101258a01, 0x140003824b0, 0x4e, ...)
  29. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:495 +0x2bc
  30. github.com/revel/revel.parseRoutesFile(0x1400025fce0, 0x140003824b0, 0x4e, 0x0, 0x0, 0x1, 0x14000384d01, 0x140002ca380, 0x140001b7a58, 0x1012579d8)
  31. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
  32. github.com/revel/revel.getModuleRoutes(0x140003a0466, 0xa, 0x0, 0x0, 0x1, 0x1a, 0x140002ca380, 0x1b, 0x1b)
  33. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:573 +0x17c
  34. github.com/revel/revel.parseRoutes(0x1019d7640, 0x140002f2a50, 0x2b, 0x0, 0x0, 0x140003a0400, 0x3fc, 0x1, 0x0, 0x0, ...)
  35. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:460 +0x670
  36. github.com/revel/revel.parseRoutesFile(0x1019d7640, 0x140002f2a50, 0x2b, 0x0, 0x0, 0x1400038e601, 0x140001b7cc8, 0x101273ee4, 0x40, 0x1016468e0)
  37. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
  38. github.com/revel/revel.(*Router).Refresh(0x1400038b300, 0x1400038b300)
  39. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:252 +0x60
  40. github.com/revel/revel.init.5.func1()
  41. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:861 +0x12c
  42. github.com/revel/revel.RevelHooks.Run(0x140002a7000, 0xc, 0x10)
  43. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/revel_hooks.go:32 +0x1c4
  44. github.com/revel/revel.InitServer()
  45. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:39 +0x88
  46. github.com/revel/revel.Run(0xc185)
  47. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:81 +0x15c
  48. reflow/app/tmp/run.Run(0xc185)
  49. /Users/henry/Projects/Go/reflow/app/tmp/run/run.go:30 +0x2c
  50. main.main()
  51. /Users/henry/Projects/Go/reflow/app/tmp/main.go:24 +0xe0
  52. Startup failure view previous messages,
  53. Proxy is listening : 9000
  54. ERROR 11:07:07 harness.go:263: Could not start application error="Revel Run Error (in starting your application there was an exception. See terminal output, exit status 2): "
  55.  
  56. Error compiling code, to view error details see proxy running on http://0.0.0.0:9000
  57.  
  58.  
  59. Time to recompile 42.446564584s
  60. Changed detected, recompiling
  61. Parsing packages, (may require download if not cached)... Completed
  62. WARN 11:08:54 source_info.go:101: Type found in package: controllers, but did not embed from: revel.Controller name=TechnicAPIController importpath=reflow/app/controllers foundstructures=Controller,TxnController,TestRunner,
  63. WARN 11:08:54 source_info.go:101: Type found in package: controllers, but did not embed from: revel.Controller name=App importpath=reflow/app/controllers foundstructures=Controller,TxnController,TestRunner,
  64. DEBUG 11:08:57 app init_db.go:23: Assigned Logger
  65. INFO 11:08:57 app run.go:34: Running revel server
  66. CRIT 11:08:57 revel revel_logger.go:65: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
  67. map[string]*revel.ActionPathData{"testrunner.index":(*revel.ActionPathData)(0x1400031b260), "testrunner.list":(*revel.ActionPathData)(0x1400031b340), "testrunner\\testrunner.index":(*revel.ActionPathData)(0x1400031b260), "testrunner\\testrunner.list":(*revel.ActionPathData)(0x1400031b340)}
  68. section=router
  69. CRIT 11:08:57 revel server.go:68: Recovered error in startup error="NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule \nmap[string]*revel.ActionPathData{\"testrunner.index\":(*revel.ActionPathData)(0x1400031b260), \"testrunner.list\":(*revel.ActionPathData)(0x1400031b340), \"testrunner\\\\testrunner.index\":(*revel.ActionPathData)(0x1400031b260), \"testrunner\\\\testrunner.list\":(*revel.ActionPathData)(0x1400031b340)}\n"
  70. panic: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
  71. map[string]*revel.ActionPathData{"testrunner.index":(*revel.ActionPathData)(0x1400031b260), "testrunner.list":(*revel.ActionPathData)(0x1400031b340), "testrunner\\testrunner.index":(*revel.ActionPathData)(0x1400031b260), "testrunner\\testrunner.list":(*revel.ActionPathData)(0x1400031b340)}
  72. [recovered]
  73. panic: Fatal error in startup
  74.  
  75. goroutine 1 [running]:
  76. github.com/revel/revel.Run.func1()
  77. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:70 +0x12c
  78. panic(0x104c74780, 0x14000404740)
  79. /usr/local/go/src/runtime/panic.go:965 +0x14c
  80. github.com/revel/revel/logger.(*RevelLogger).Panic(...)
  81. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:66
  82. github.com/revel/revel/logger.(*RevelLogger).Panicf(0x14000099310, 0x104b85b60, 0x42, 0x1400037d900, 0x2, 0x2)
  83. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:54 +0xac
  84. github.com/revel/revel.NewRoute(0x140002d7ce0, 0x14000190605, 0x3, 0x140000e2c78, 0x18, 0x14000190627, 0x12, 0x1400019063a, 0x11, 0x14000193f90, ...)
  85. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:147 +0x9a4
  86. github.com/revel/revel.parseRoutes(0x140002d7ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x140001905a0, 0x111, 0x104923f01, 0x14000193f90, 0x4e, ...)
  87. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:495 +0x2bc
  88. github.com/revel/revel.parseRoutesFile(0x140002d7ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x1, 0x1400036fb01, 0x14000342380, 0x1400022fa58, 0x104922f48)
  89. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
  90. github.com/revel/revel.getModuleRoutes(0x14000410466, 0xa, 0x0, 0x0, 0x1, 0x1a, 0x14000342380, 0x1b, 0x1b)
  91. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:573 +0x17c
  92. github.com/revel/revel.parseRoutes(0x10506b5c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x14000410400, 0x3fc, 0x1, 0x0, 0x0, ...)
  93. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:460 +0x670
  94. github.com/revel/revel.parseRoutesFile(0x10506b5c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x1400040a101, 0x1400022fcc8, 0x10493f454, 0x40, 0x104ceed80)
  95. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
  96. github.com/revel/revel.(*Router).Refresh(0x1400037b180, 0x1400037b180)
  97. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:252 +0x60
  98. github.com/revel/revel.init.5.func1()
  99. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:861 +0x12c
  100. github.com/revel/revel.RevelHooks.Run(0x1400031f000, 0xb, 0x10)
  101. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/revel_hooks.go:32 +0x1c4
  102. github.com/revel/revel.InitServer()
  103. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:39 +0x88
  104. github.com/revel/revel.Run(0xc185)
  105. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:81 +0x15c
  106. reflow/app/tmp/run.Run(0xc185)
  107. /Users/henry/Projects/Go/reflow/app/tmp/run/run.go:29 +0x2c
  108. main.main()
  109. /Users/henry/Projects/Go/reflow/app/tmp/main.go:24 +0xe0
  110. Startup failure view previous messages,
  111. Proxy is listening : 9000
  112. ERROR 11:08:57 harness.go:263: Could not start application error="Revel Run Error (in starting your application there was an exception. See terminal output, exit status 2): "
  113.  
  114. Time to recompile 4.480113833s
  115. Changed detected, recompiling
  116. Parsing packages, (may require download if not cached)... Completed
  117. WARN 11:08:59 source_info.go:101: Type found in package: controllers, but did not embed from: revel.Controller name=App importpath=reflow/app/controllers foundstructures=Controller,TxnController,TestRunner,
  118. WARN 11:08:59 source_info.go:101: Type found in package: controllers, but did not embed from: revel.Controller name=TechnicAPIController importpath=reflow/app/controllers foundstructures=Controller,TxnController,TestRunner,
  119. DEBUG 11:09:01 app init_db.go:23: Assigned Logger
  120. INFO 11:09:01 app run.go:34: Running revel server
  121. CRIT 11:09:01 revel revel_logger.go:65: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
  122. map[string]*revel.ActionPathData{"testrunner.index":(*revel.ActionPathData)(0x1400031d2d0), "testrunner.list":(*revel.ActionPathData)(0x1400031d3b0), "testrunner\\testrunner.index":(*revel.ActionPathData)(0x1400031d2d0), "testrunner\\testrunner.list":(*revel.ActionPathData)(0x1400031d3b0)}
  123. section=router
  124. CRIT 11:09:01 revel server.go:68: Recovered error in startup error="NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule \nmap[string]*revel.ActionPathData{\"testrunner.index\":(*revel.ActionPathData)(0x1400031d2d0), \"testrunner.list\":(*revel.ActionPathData)(0x1400031d3b0), \"testrunner\\\\testrunner.index\":(*revel.ActionPathData)(0x1400031d2d0), \"testrunner\\\\testrunner.list\":(*revel.ActionPathData)(0x1400031d3b0)}\n"
  125. panic: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
  126. map[string]*revel.ActionPathData{"testrunner.index":(*revel.ActionPathData)(0x1400031d2d0), "testrunner.list":(*revel.ActionPathData)(0x1400031d3b0), "testrunner\\testrunner.index":(*revel.ActionPathData)(0x1400031d2d0), "testrunner\\testrunner.list":(*revel.ActionPathData)(0x1400031d3b0)}
  127. [recovered]
  128. panic: Fatal error in startup
  129.  
  130. goroutine 1 [running]:
  131. github.com/revel/revel.Run.func1()
  132. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:70 +0x12c
  133. panic(0x1032b0780, 0x14000404740)
  134. /usr/local/go/src/runtime/panic.go:965 +0x14c
  135. github.com/revel/revel/logger.(*RevelLogger).Panic(...)
  136. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:66
  137. github.com/revel/revel/logger.(*RevelLogger).Panicf(0x1400011b310, 0x1031c1b60, 0x42, 0x1400037d900, 0x2, 0x2)
  138. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:54 +0xac
  139. github.com/revel/revel.NewRoute(0x140002d9ce0, 0x14000190605, 0x3, 0x14000162c78, 0x18, 0x14000190627, 0x12, 0x1400019063a, 0x11, 0x14000193f90, ...)
  140. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:147 +0x9a4
  141. github.com/revel/revel.parseRoutes(0x140002d9ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x140001905a0, 0x111, 0x102f5ff01, 0x14000193f90, 0x4e, ...)
  142. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:495 +0x2bc
  143. github.com/revel/revel.parseRoutesFile(0x140002d9ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x1, 0x1400036fb01, 0x14000342380, 0x1400022fa58, 0x102f5ef48)
  144. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
  145. github.com/revel/revel.getModuleRoutes(0x14000410466, 0xa, 0x0, 0x0, 0x1, 0x1a, 0x14000342380, 0x1b, 0x1b)
  146. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:573 +0x17c
  147. github.com/revel/revel.parseRoutes(0x1036a75c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x14000410400, 0x3fc, 0x1, 0x0, 0x0, ...)
  148. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:460 +0x670
  149. github.com/revel/revel.parseRoutesFile(0x1036a75c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x14000408101, 0x1400022fcc8, 0x102f7b454, 0x40, 0x10332ad80)
  150. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
  151. github.com/revel/revel.(*Router).Refresh(0x1400037b180, 0x1400037b180)
  152. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:252 +0x60
  153. github.com/revel/revel.init.5.func1()
  154. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:861 +0x12c
  155. github.com/revel/revel.RevelHooks.Run(0x1400031f000, 0xb, 0x10)
  156. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/revel_hooks.go:32 +0x1c4
  157. github.com/revel/revel.InitServer()
  158. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:39 +0x88
  159. github.com/revel/revel.Run(0xc185)
  160. /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:81 +0x15c
  161. reflow/app/tmp/run.Run(0xc185)
  162. /Users/henry/Projects/Go/reflow/app/tmp/run/run.go:29 +0x2c
  163. main.main()
  164. /Users/henry/Projects/Go/reflow/app/tmp/main.go:24 +0xe0
  165. Startup failure view previous messages,
  166. Proxy is listening : 9000
  167. ERROR 11:09:01 harness.go:263: Could not start application error="Revel Run Error (in starting your application there was an exception. See terminal output, exit status 2): "
  168.  
  169. Time to recompile 3.63268725s
  170.  
Advertisement
Add Comment
Please, Sign In to add comment