Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hartmutobendorf opened this issue Jul 24, 2022 · 1 comment

Comments

@hartmutobendorf
Copy link

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

@marcingrzejszczak
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants