Please help

49 views
Skip to first unread message

home pc

unread,
Feb 3, 2018, 12:43:26 AM2/3/18
to certificate-transparency
Hi Everyone's

I am using this command for executing mapper application

./etcdiscover --etcd_servers=localhost:2379 --etcd_services=etcd
Output
[
{
"labels": {
"job": "etcd"
}
}
]


 ./trillian_map_server --logtostderr
Output
I0203 10:54:35.882163   88060 quota.go:98] Using QuotaManager *mysqlqm.QuotaManager
I0203 10:54:35.937224   88060 main.go:92] HTTP server starting on localhost:8091
I0203 10:54:35.937260   88060 main.go:104] RPC server starting on localhost:8090
I0203 10:54:35.950188   88060 main.go:113] Deleted tree GC started

1. tree_id=$(./createtree  --admin_server=localhost:8090 --tree_type=MAP --hash_strategy=TEST_MAP_HASHER) 
2. ./mapper --logtostderr --log_batch_size=10 --map_id=${tree_id} --map_server=localhost:8090 --source=http://localhost:6962/  
                                 
now I am getting this type of error....how to solve this problem? 
                             ↓
I0203 10:57:38.593631   88074 mapper.go:77] starting mapping batch
I0203 10:57:39.604739   88074 mapper.go:96] Fetching entries [1, 11] from log
W0203 10:57:39.609185   88074 mapper.go:232] mapper run failed: got HTTP Status "400 Bad Request"
I0203 10:57:44.609561   88074 mapper.go:77] starting mapping batch
I0203 10:57:44.611870   88074 mapper.go:96] Fetching entries [1, 11] from log
W0203 10:57:44.612567   88074 mapper.go:232] mapper run failed: got HTTP Status "400 Bad Request"
I0203 10:57:49.614888   88074 mapper.go:77] starting mapping batch
I0203 10:57:49.618395   88074 mapper.go:96] Fetching entries [1, 11] from log
W0203 10:57:49.619406   88074 mapper.go:232] mapper run failed: got HTTP Status "400 Bad Request"
I0203 10:57:54.620169   88074 mapper.go:77] starting mapping batch
I0203 10:57:54.622488   88074 mapper.go:96] Fetching entries [1, 11] from log
W0203 10:57:54.623435   88074 mapper.go:232] mapper run failed: got HTTP Status "400 Bad Request"


Thanks
Reply all
Reply to author
Forward
0 new messages