java -jar Push-Server-<VERSION>-capsule-fat.jar server YourPushServerConfigFile.yml
Then this error raised:
Failed to find Premain-Class manifest attribute in ...\PushServer\target\Push-Server-0.12.0-capsule-fat.jar
Error occurred during initialization of VM
agent library failed to init: instrument
CAPSULE: Client connection failed.
CAPSULE EXCEPTION: Accept timed out while processing null null: null (for stack trace, run with -Dcapsule.log=verbose)
I've been create manifest with this two scripts
jar -tf Push-Server-0.12.0-capsule-fat.jar
jar -xf Push-Server-0.12.0-capsule-fat.jar META-INF/MANIFEST.MF
When i try to run the PushServer at this step:
java -jar Push-Server-<VERSION>-capsule-fat.jar server YourPushServerConfigFile.yml
Then this error raised:
I've been create manifest with this two scripts
jar -tf Push-Server-0.12.0-capsule-fat.jar
jar -xf Push-Server-0.12.0-capsule-fat.jar META-INF/MANIFEST.MF
Anyone know what the issue is?