404 Not Found Code: NoSuchBucket Message: The specified bucket does not exist BucketName: createnewweb.com RequestId: B37890EC7EF5EF2B HostId: a/t49zVzU20E4GiRFfk/ev4vka1dI6Ym+KD//tCpnC5kEgZDAKqrBieX0IBYaZE4c6ZXkWEzf0M= code example

Example 1: [[: not found

Try running your bash script in this manner:
bash yourscriptname.sh

Example 2: [ERROR] Error executing Maven. java.io.FileNotFoundException: The specified user settings file does not exist: /usr/lib/jvm/java-1.8.0-openjdk-amd64

<plugin>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>3.7.0</version>
    <configuration>
        <fork>true</fork>
        <executable>/usr/lib/jvm/java-11-openjdk-amd64/bin/javac</executable>
    </configuration>
</plugin>