Error when trying to create new binding

  • Platform information:
    • Hardware: MacBook 2016
    • OS: 10.14.5
    • Java Runtime Environment: java -version java version "10.0.2" 2018-07-17 Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
    • openHAB version: latest GIT version
  • Issue of the topic: Unable to create a new binding
  • If logs where generated please post these here using code fences:
./create_openhab_binding_skeleton.sh DaikinAltherma "Karsten Becker" KarstenB
[INFO] Scanning for projects...
Downloading from archetype: https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!-- but is f77ac75052362c2f198948c3b420d0c9da1064d3 from archetype for https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/maven-metadata.xml
[WARNING] Could not validate integrity of download from https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/maven-metadata.xml: Checksum validation failed, expected <!-- but is f77ac75052362c2f198948c3b420d0c9da1064d3
[WARNING] Checksum validation failed, expected <!-- but is f77ac75052362c2f198948c3b420d0c9da1064d3 from archetype for https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/maven-metadata.xml
Downloaded from archetype: https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/maven-metadata.xml (2.2 kB at 1.8 kB/s)
[WARNING] The metadata /Users/karstenbecker/.m2/repository/org/openhab/openhab-super-pom/maven-metadata-archetype.xml is invalid: end tag name </head> must be the same as start tag <meta> from line 23 (position: TEXT seen ...<title></title>\n</head>... @32:8)
Downloading from archetype: https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/1.0.1/openhab-super-pom-1.0.1.pom
[WARNING] Checksum validation failed, expected <!-- but is f77ac75052362c2f198948c3b420d0c9da1064d3 from archetype for https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/1.0.1/openhab-super-pom-1.0.1.pom
[WARNING] Could not validate integrity of download from https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/1.0.1/openhab-super-pom-1.0.1.pom: Checksum validation failed, expected <!-- but is f77ac75052362c2f198948c3b420d0c9da1064d3
[WARNING] Checksum validation failed, expected <!-- but is f77ac75052362c2f198948c3b420d0c9da1064d3 from archetype for https://openhab.jfrog.io/openhab/webapp/#/builds/openHAB-Core/org/openhab/openhab-super-pom/1.0.1/openhab-super-pom-1.0.1.pom

It appears to me that the jfrog hot link does not work anymore.

Karsten

You should difinitely change your Java Version to Java8, otherwise you will get issues while debugging.
As You can read in the prerequisits

Please download and install the Java 8 version of the JVM. 
openHAB is known not to work on Java 9 and Java 10.