Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ reflow git:(master) ✗ revel run .
- Revel executing: run a Revel application
- Changed detected, recompiling
- Parsing packages, (may require download if not cached)... Completed
- 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,
- DEBUG 11:07:07 app init_db.go:23: Assigned Logger
- INFO 11:07:07 app run.go:35: Running revel server
- CRIT 11:07:07 revel revel_logger.go:65: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
- 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)}
- section=router
- 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"
- panic: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
- 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)}
- [recovered]
- panic: Fatal error in startup
- goroutine 1 [running]:
- github.com/revel/revel.Run.func1()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:70 +0x12c
- panic(0x1015c9be0, 0x14000387070)
- /usr/local/go/src/runtime/panic.go:965 +0x14c
- github.com/revel/revel/logger.(*RevelLogger).Panic(...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:66
- github.com/revel/revel/logger.(*RevelLogger).Panicf(0x140000a3310, 0x1014d77d3, 0x42, 0x1400038dbc0, 0x2, 0x2)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:54 +0xac
- github.com/revel/revel.NewRoute(0x1400025fce0, 0x14000118605, 0x3, 0x140000eacd8, 0x18, 0x14000118627, 0x12, 0x1400011863a, 0x11, 0x140003824b0, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:147 +0x9a4
- github.com/revel/revel.parseRoutes(0x1400025fce0, 0x140003824b0, 0x4e, 0x0, 0x0, 0x140001185a0, 0x111, 0x101258a01, 0x140003824b0, 0x4e, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:495 +0x2bc
- github.com/revel/revel.parseRoutesFile(0x1400025fce0, 0x140003824b0, 0x4e, 0x0, 0x0, 0x1, 0x14000384d01, 0x140002ca380, 0x140001b7a58, 0x1012579d8)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
- github.com/revel/revel.getModuleRoutes(0x140003a0466, 0xa, 0x0, 0x0, 0x1, 0x1a, 0x140002ca380, 0x1b, 0x1b)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:573 +0x17c
- github.com/revel/revel.parseRoutes(0x1019d7640, 0x140002f2a50, 0x2b, 0x0, 0x0, 0x140003a0400, 0x3fc, 0x1, 0x0, 0x0, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:460 +0x670
- github.com/revel/revel.parseRoutesFile(0x1019d7640, 0x140002f2a50, 0x2b, 0x0, 0x0, 0x1400038e601, 0x140001b7cc8, 0x101273ee4, 0x40, 0x1016468e0)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
- github.com/revel/revel.(*Router).Refresh(0x1400038b300, 0x1400038b300)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:252 +0x60
- github.com/revel/revel.init.5.func1()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:861 +0x12c
- github.com/revel/revel.RevelHooks.Run(0x140002a7000, 0xc, 0x10)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/revel_hooks.go:32 +0x1c4
- github.com/revel/revel.InitServer()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:39 +0x88
- github.com/revel/revel.Run(0xc185)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:81 +0x15c
- reflow/app/tmp/run.Run(0xc185)
- /Users/henry/Projects/Go/reflow/app/tmp/run/run.go:30 +0x2c
- main.main()
- /Users/henry/Projects/Go/reflow/app/tmp/main.go:24 +0xe0
- Startup failure view previous messages,
- Proxy is listening : 9000
- 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): "
- Error compiling code, to view error details see proxy running on http://0.0.0.0:9000
- Time to recompile 42.446564584s
- Changed detected, recompiling
- Parsing packages, (may require download if not cached)... Completed
- 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,
- 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,
- DEBUG 11:08:57 app init_db.go:23: Assigned Logger
- INFO 11:08:57 app run.go:34: Running revel server
- CRIT 11:08:57 revel revel_logger.go:65: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
- 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)}
- section=router
- 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"
- panic: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
- 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)}
- [recovered]
- panic: Fatal error in startup
- goroutine 1 [running]:
- github.com/revel/revel.Run.func1()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:70 +0x12c
- panic(0x104c74780, 0x14000404740)
- /usr/local/go/src/runtime/panic.go:965 +0x14c
- github.com/revel/revel/logger.(*RevelLogger).Panic(...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:66
- github.com/revel/revel/logger.(*RevelLogger).Panicf(0x14000099310, 0x104b85b60, 0x42, 0x1400037d900, 0x2, 0x2)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:54 +0xac
- github.com/revel/revel.NewRoute(0x140002d7ce0, 0x14000190605, 0x3, 0x140000e2c78, 0x18, 0x14000190627, 0x12, 0x1400019063a, 0x11, 0x14000193f90, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:147 +0x9a4
- github.com/revel/revel.parseRoutes(0x140002d7ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x140001905a0, 0x111, 0x104923f01, 0x14000193f90, 0x4e, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:495 +0x2bc
- github.com/revel/revel.parseRoutesFile(0x140002d7ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x1, 0x1400036fb01, 0x14000342380, 0x1400022fa58, 0x104922f48)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
- github.com/revel/revel.getModuleRoutes(0x14000410466, 0xa, 0x0, 0x0, 0x1, 0x1a, 0x14000342380, 0x1b, 0x1b)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:573 +0x17c
- github.com/revel/revel.parseRoutes(0x10506b5c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x14000410400, 0x3fc, 0x1, 0x0, 0x0, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:460 +0x670
- github.com/revel/revel.parseRoutesFile(0x10506b5c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x1400040a101, 0x1400022fcc8, 0x10493f454, 0x40, 0x104ceed80)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
- github.com/revel/revel.(*Router).Refresh(0x1400037b180, 0x1400037b180)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:252 +0x60
- github.com/revel/revel.init.5.func1()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:861 +0x12c
- github.com/revel/revel.RevelHooks.Run(0x1400031f000, 0xb, 0x10)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/revel_hooks.go:32 +0x1c4
- github.com/revel/revel.InitServer()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:39 +0x88
- github.com/revel/revel.Run(0xc185)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:81 +0x15c
- reflow/app/tmp/run.Run(0xc185)
- /Users/henry/Projects/Go/reflow/app/tmp/run/run.go:29 +0x2c
- main.main()
- /Users/henry/Projects/Go/reflow/app/tmp/main.go:24 +0xe0
- Startup failure view previous messages,
- Proxy is listening : 9000
- 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): "
- Time to recompile 4.480113833s
- Changed detected, recompiling
- Parsing packages, (may require download if not cached)... Completed
- 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,
- 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,
- DEBUG 11:09:01 app init_db.go:23: Assigned Logger
- INFO 11:09:01 app run.go:34: Running revel server
- CRIT 11:09:01 revel revel_logger.go:65: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
- 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)}
- section=router
- 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"
- panic: NewRoute: Failed to find controller for route path action /@tests/public/*filepath?Static.ServeModule
- 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)}
- [recovered]
- panic: Fatal error in startup
- goroutine 1 [running]:
- github.com/revel/revel.Run.func1()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:70 +0x12c
- panic(0x1032b0780, 0x14000404740)
- /usr/local/go/src/runtime/panic.go:965 +0x14c
- github.com/revel/revel/logger.(*RevelLogger).Panic(...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:66
- github.com/revel/revel/logger.(*RevelLogger).Panicf(0x1400011b310, 0x1031c1b60, 0x42, 0x1400037d900, 0x2, 0x2)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/logger/revel_logger.go:54 +0xac
- github.com/revel/revel.NewRoute(0x140002d9ce0, 0x14000190605, 0x3, 0x14000162c78, 0x18, 0x14000190627, 0x12, 0x1400019063a, 0x11, 0x14000193f90, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:147 +0x9a4
- github.com/revel/revel.parseRoutes(0x140002d9ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x140001905a0, 0x111, 0x102f5ff01, 0x14000193f90, 0x4e, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:495 +0x2bc
- github.com/revel/revel.parseRoutesFile(0x140002d9ce0, 0x14000193f90, 0x4e, 0x0, 0x0, 0x1, 0x1400036fb01, 0x14000342380, 0x1400022fa58, 0x102f5ef48)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
- github.com/revel/revel.getModuleRoutes(0x14000410466, 0xa, 0x0, 0x0, 0x1, 0x1a, 0x14000342380, 0x1b, 0x1b)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:573 +0x17c
- github.com/revel/revel.parseRoutes(0x1036a75c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x14000410400, 0x3fc, 0x1, 0x0, 0x0, ...)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:460 +0x670
- github.com/revel/revel.parseRoutesFile(0x1036a75c0, 0x1400036a4b0, 0x2b, 0x0, 0x0, 0x14000408101, 0x1400022fcc8, 0x102f7b454, 0x40, 0x10332ad80)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:441 +0x124
- github.com/revel/revel.(*Router).Refresh(0x1400037b180, 0x1400037b180)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:252 +0x60
- github.com/revel/revel.init.5.func1()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/router.go:861 +0x12c
- github.com/revel/revel.RevelHooks.Run(0x1400031f000, 0xb, 0x10)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/revel_hooks.go:32 +0x1c4
- github.com/revel/revel.InitServer()
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:39 +0x88
- github.com/revel/revel.Run(0xc185)
- /Users/henry/go/pkg/mod/github.com/revel/[email protected]/server.go:81 +0x15c
- reflow/app/tmp/run.Run(0xc185)
- /Users/henry/Projects/Go/reflow/app/tmp/run/run.go:29 +0x2c
- main.main()
- /Users/henry/Projects/Go/reflow/app/tmp/main.go:24 +0xe0
- Startup failure view previous messages,
- Proxy is listening : 9000
- 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): "
- Time to recompile 3.63268725s
Advertisement
Add Comment
Please, Sign In to add comment