You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClassNotFoundException: Compatibility issue with java versions newer than Java 10
Exception in thread "restartedMain" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at me.postaddict.instagram.scraper.mapper.ModelMapper.mapObject(ModelMapper.java:176)
at me.postaddict.instagram.scraper.mapper.ModelMapper.mapMedia(ModelMapper.java:48)
at me.postaddict.instagram.scraper.Instagram.getMediaByUrl(Instagram.java:118)
at me.postaddict.instagram.scraper.Instagram.getMediaByCode(Instagram.java:123)
at me.postaddict.instagram.scraper.Instagram.getAccountById(Instagram.java:83)
....
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
The text was updated successfully, but these errors were encountered:
ClassNotFoundException: Compatibility issue with java versions newer than Java 10
Exception in thread "restartedMain" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at me.postaddict.instagram.scraper.mapper.ModelMapper.mapObject(ModelMapper.java:176)
at me.postaddict.instagram.scraper.mapper.ModelMapper.mapMedia(ModelMapper.java:48)
at me.postaddict.instagram.scraper.Instagram.getMediaByUrl(Instagram.java:118)
at me.postaddict.instagram.scraper.Instagram.getMediaByCode(Instagram.java:123)
at me.postaddict.instagram.scraper.Instagram.getAccountById(Instagram.java:83)
....
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
The text was updated successfully, but these errors were encountered: