-
Notifications
You must be signed in to change notification settings - Fork 109
Description
bash runAcceptanceTests.sh -t SLEUTH
bash runAcceptanceTests.sh -x
all fail with the same error:
config-server/build/libs/nohup.log:
kein Hauptmanifestattribut, in config-server/build/libs/config-server-1.0.0-plain.jar
-> googling the error finds that the main class is missing from the manifest in config-server-1.0.0-plain.jar?
Log:
Booting up RabbitMQ
Starting brewery_rabbitmq_1 ... done
Waiting for RabbitMQ to boot for [350] seconds
Connection to 127.0.0.1 port 9672 [tcp/*] succeeded!
Waiting for Zookeeper to boot for [350] seconds
Recreating brewery_zookeeper_1 ... done
Connection to 127.0.0.1 port 2181 [tcp/eforward] succeeded!
Booting up Zipkin stuff
brewery_rabbitmq_1 is up-to-date
Starting brewery_query_1 ...
Starting brewery_query_1 ... done
Waiting for Zipkin to boot for [350] seconds
{
"status" : "UP",
"zipkin" : {
"status" : "UP",
"details" : {
"InMemoryStorage{}" : {
"status" : "UP"
}
}
}
}Waiting for the Config Server app to boot for [350] seconds
Trying to run [nohup java -Xmx128m -Xss1024k -jar config-server/build/libs/*.jar >config-server/build/libs/nohup.log &]
[config-server] process pid is [32159]
System props are []
Logs are under [build/config-server.log] or from nohup [config-server/build/libs/nohup.log]
curl: (7) Failed to connect to 127.0.0.1 port 8888 after 2 ms: Connection refused
Fail #1/70... will try again in [5] seconds
curl: (7) Failed to connect to 127.0.0.1 port 8888 after 3 ms: Connection refused
Fail #2/70... will try again in [5] seconds