brewery icon indicating copy to clipboard operation
brewery copied to clipboard

Run all target fails with no manifest attribute in config-server/build/libs/nohup.log

Open hartmutobendorf opened this issue 3 years ago • 1 comments

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

hartmutobendorf avatar Jul 24 '22 22:07 hartmutobendorf

main is currently broken. have you been trying this for other branches?

marcingrzejszczak avatar Jul 25 '22 12:07 marcingrzejszczak