From: Phillip S. <fu...@gm...> - 2012-03-28 05:38:48
|
Hi again folks, I'm trying to get an etch server setup, but I'm getting the following error: svr-etch /usr/local/src/etch-3.20.1/server # etch --dry-run --generate-all --server http://localhost:8080 External node tagger exited with error 127 500 "Internal Server Error" The server logs appear to indicate nothing useful: svr-etch /usr/local/src/etch-3.20.1/server # tail log/development.log Fact Load (0.7ms) SELECT * FROM "facts" WHERE ("facts"."key" = 'selinux_enforced' AND "facts"."client_id" = 1) LIMIT 1 Fact Load (0.7ms) SELECT * FROM "facts" WHERE ("facts"."key" = 'memorytotal' AND "facts"."client_id" = 1) LIMIT 1 Fact Load (0.7ms) SELECT * FROM "facts" WHERE ("facts"."key" = 'architecture' AND "facts"."client_id" = 1) LIMIT 1 Fact Load (0.7ms) SELECT * FROM "facts" WHERE ("facts"."key" = 'network_eth0' AND "facts"."client_id" = 1) LIMIT 1 Fact Load (0.7ms) SELECT * FROM "facts" WHERE ("facts"."key" = 'kernel' AND "facts"."client_id" = 1) LIMIT 1 Fact Load (0.7ms) SELECT * FROM "facts" WHERE ("facts"."key" = 'sshrsakey' AND "facts"."client_id" = 1) LIMIT 1 Fact Load (0.7ms) SELECT * FROM "facts" WHERE ("facts"."key" = 'sshdsakey' AND "facts"."client_id" = 1) LIMIT 1 Fact Load (4.3ms) SELECT * FROM "facts" WHERE ("facts"."client_id" = 1) External node tagger exited with error 127 Completed in 369ms (View: 2, DB: 50) | 500 Internal Server Error [http://localhost/files] Any ideas? Thx, ~p |