Skip to content

Conversation

@lvyanquan
Copy link
Contributor

  1. as what 想问一下standalone模式无法创建Job怎么处理 #842 has described, I wrote a script to find out which jar is wrong
find ./chunjun-dist -name '*.jar' > ./test.txt
while read line
do
    echo $line
    jarsigner -verify $line
done < ./test.txt

Screen Shot 2022-06-01 at 2 12 05 PM

2. and fixed the problem.

…tion: Invalid signature file digest for Manifest main attributes"
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

Successfully merging this pull request may close these issues.

failed to submit job in standalone mode 想问一下standalone模式无法创建Job怎么处理

1 participant