Giter Club home page Giter Club logo

Comments (10)

philwebb avatar philwebb commented on March 29, 2024

What version of Spring Boot did you use to create the JAR and version of java is running on your colleagues machine?

from spring-boot.

abhinavlele avatar abhinavlele commented on March 29, 2024

I used jdk 7, but my colleague has a lower version.

from spring-boot.

philwebb avatar philwebb commented on March 29, 2024

my colleague has a lower version

Could you be a bit more specific :)

What does the following show on their machine?
$ java -version

from spring-boot.

abhinavlele avatar abhinavlele commented on March 29, 2024

Jdk 6.3

Abhinav

from spring-boot.

dsyer avatar dsyer commented on March 29, 2024

What happens if you both use the same version of Java?

from spring-boot.

abhinavlele avatar abhinavlele commented on March 29, 2024

It works for jdk 7. Is jdk 6 not supported ?

from spring-boot.

dsyer avatar dsyer commented on March 29, 2024

Java 6 is supported by Spring and Spring Boot, as long as you don't use any Java 7 specific features. It works for me and I normally only use 1.6. Could you try again with a new snapshot?

from spring-boot.

jonson avatar jonson commented on March 29, 2024

I had the same issue. 0.5.0.M6 doesn't work on some of my boxes. Switching to 0.5.0.BUILD-SNAPSHOT works, so something between must have fixed it.

Exception in thread "main" java.lang.IllegalStateException: java.lang.NullPointerException
    at org.springframework.boot.loader.ExecutableArchiveLauncher.<init>(ExecutableArchiveLauncher.java:47)
    at org.springframework.boot.loader.JarLauncher.<init>(JarLauncher.java:29)
    at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:42)
Caused by: java.lang.NullPointerException
    at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.getPosition(RandomAccessDataJarInputStream.java:79)
    at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.getNextEntry(RandomAccessDataJarInputStream.java:70)
    at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.getNextEntry(RandomAccessDataJarInputStream.java:35)
    at java.util.jar.JarInputStream.getNextJarEntry(JarInputStream.java:166)
    at java.util.jar.JarInputStream.<init>(JarInputStream.java:90)
    at java.util.jar.JarInputStream.<init>(JarInputStream.java:60)
    at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.<init>(RandomAccessDataJarInputStream.java:59)
    at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.<init>(RandomAccessDataJarInputStream.java:47)
    at org.springframework.boot.loader.jar.RandomAccessJarFile.<init>(RandomAccessJarFile.java:120)
    at org.springframework.boot.loader.jar.RandomAccessJarFile.<init>(RandomAccessJarFile.java:100)
    at org.springframework.boot.loader.jar.RandomAccessJarFile.<init>(RandomAccessJarFile.java:89)
    at org.springframework.boot.loader.archive.JarFileArchive.<init>(JarFileArchive.java:46)
    at org.springframework.boot.loader.ExecutableArchiveLauncher.createArchive(ExecutableArchiveLauncher.java:64)
    at org.springframework.boot.loader.ExecutableArchiveLauncher.<init>(ExecutableArchiveLauncher.java:44)
    ... 2 more
$ java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.14) (amazon-65.1.11.14.57.amzn1-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

from spring-boot.

gregturn avatar gregturn commented on March 29, 2024

If we can pin down a passing/failing test case based on versions, git bisect can then find the commit.

Sent from my iPhone

On Nov 19, 2013, at 1:05 PM, jonson [email protected] wrote:

I had the same issue. 0.5.0.M6 doesn't work on some of my boxes. Switching to 0.5.0.BUILD-SNAPSHOT works, so something between must have fixed it.

Exception in thread "main" java.lang.IllegalStateException: java.lang.NullPointerException
at org.springframework.boot.loader.ExecutableArchiveLauncher.(ExecutableArchiveLauncher.java:47)
at org.springframework.boot.loader.JarLauncher.(JarLauncher.java:29)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:42)
Caused by: java.lang.NullPointerException
at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.getPosition(RandomAccessDataJarInputStream.java:79)
at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.getNextEntry(RandomAccessDataJarInputStream.java:70)
at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.getNextEntry(RandomAccessDataJarInputStream.java:35)
at java.util.jar.JarInputStream.getNextJarEntry(JarInputStream.java:166)
at java.util.jar.JarInputStream.(JarInputStream.java:90)
at java.util.jar.JarInputStream.(JarInputStream.java:60)
at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.(RandomAccessDataJarInputStream.java:59)
at org.springframework.boot.loader.jar.RandomAccessDataJarInputStream.(RandomAccessDataJarInputStream.java:47)
at org.springframework.boot.loader.jar.RandomAccessJarFile.(RandomAccessJarFile.java:120)
at org.springframework.boot.loader.jar.RandomAccessJarFile.(RandomAccessJarFile.java:100)
at org.springframework.boot.loader.jar.RandomAccessJarFile.(RandomAccessJarFile.java:89)
at org.springframework.boot.loader.archive.JarFileArchive.(JarFileArchive.java:46)
at org.springframework.boot.loader.ExecutableArchiveLauncher.createArchive(ExecutableArchiveLauncher.java:64)
at org.springframework.boot.loader.ExecutableArchiveLauncher.(ExecutableArchiveLauncher.java:44)
... 2 more
$ java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.14) (amazon-65.1.11.14.57.amzn1-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

Reply to this email directly or view it on GitHub.

from spring-boot.

philwebb avatar philwebb commented on March 29, 2024

Almost certainly something in d2678e0 that fixed it. Thanks for testing with the SNAPSHOT.

from spring-boot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.