|
POST
|
I did it but nothing changed, Jar Report is the same.
... View more
06-07-2021
02:34 AM
|
0
|
0
|
4930
|
|
POST
|
Thank you. After reinstallation of the Scene Builder, adding of the arcgis-java-100.11.0.jar to the Library folder and adding of this lines into filter.txt i dont see AttributionControl but neither i see MapView or SceneView. My jar Report: Exception for: com/esri/arcgisruntime/internal/mapping/view/CalloutDefaultView.class javafx.fxml.LoadException: unknown path:2 at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.InstantiationException: com.esri.arcgisruntime.internal.mapping.view.CalloutDefaultView at java.base/java.lang.Class.newInstance(Unknown Source) ... 13 more Caused by: java.lang.NoSuchMethodException: com.esri.arcgisruntime.internal.mapping.view.CalloutDefaultView.<init>() at java.base/java.lang.Class.getConstructor0(Unknown Source) ... 14 more Exception for: com/esri/arcgisruntime/mapping/view/MapView.class java.io.IOException: java.lang.ExceptionInInitializerError at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:60) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.ExceptionInInitializerError at com.esri.arcgisruntime.mapping.view.MapView.create(MapView.java:93) at com.esri.arcgisruntime.mapping.view.MapView.<init>(MapView.java:87) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.ReflectAccess.newInstance(Unknown Source) at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source) at java.base/java.lang.Class.newInstance(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) ... 7 more Caused by: java.lang.RuntimeException: Could not find runtime in any of: - A directory specified by calling ArcGISRuntimeEnvironment.setInstallDirectory() - The current directory C:\Users\osipa\AppData\Local\SceneBuilder - A location specified by the environment variable ARCGISRUNTIMESDKJAVA_100_11_0 - Within the ".arcgis" directory in the user's home path C:\Users\osipa\.arcgis at com.esri.arcgisruntime.ArcGISRuntimeEnvironment.lambda$getInstallDirectory$0(ArcGISRuntimeEnvironment.java:262) at java.base/java.util.Optional.orElseThrow(Unknown Source) at com.esri.arcgisruntime.ArcGISRuntimeEnvironment.getInstallDirectory(ArcGISRuntimeEnvironment.java:258) at com.esri.arcgisruntime.ArcGISRuntimeEnvironment.loadNativeLibraries(ArcGISRuntimeEnvironment.java:693) at com.esri.arcgisruntime.ArcGISRuntimeEnvironment.initialize(ArcGISRuntimeEnvironment.java:198) at com.esri.arcgisruntime.internal.jni.CoreGeoView.<clinit>(CoreGeoView.java:52) ... 22 more Exception for: com/esri/arcgisruntime/mapping/view/Callout.class javafx.fxml.LoadException: unknown path:2 at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.InstantiationException: com.esri.arcgisruntime.mapping.view.Callout at java.base/java.lang.Class.newInstance(Unknown Source) ... 13 more Caused by: java.lang.NoSuchMethodException: com.esri.arcgisruntime.mapping.view.Callout.<init>() at java.base/java.lang.Class.getConstructor0(Unknown Source) ... 14 more Exception for: com/esri/arcgisruntime/mapping/view/SceneView.class java.io.IOException: java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.internal.jni.CoreGeoView at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:60) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.internal.jni.CoreGeoView at com.esri.arcgisruntime.mapping.view.SceneView.create(SceneView.java:74) at com.esri.arcgisruntime.mapping.view.SceneView.<init>(SceneView.java:68) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.ReflectAccess.newInstance(Unknown Source) at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source) at java.base/java.lang.Class.newInstance(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) ... 7 more Exception for: com/esri/arcgisruntime/internal/mapping/view/CalloutDefaultView.class javafx.fxml.LoadException: unknown path:2 at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.InstantiationException: com.esri.arcgisruntime.internal.mapping.view.CalloutDefaultView at java.base/java.lang.Class.newInstance(Unknown Source) ... 13 more Caused by: java.lang.NoSuchMethodException: com.esri.arcgisruntime.internal.mapping.view.CalloutDefaultView.<init>() at java.base/java.lang.Class.getConstructor0(Unknown Source) ... 14 more Exception for: com/esri/arcgisruntime/mapping/view/MapView.class java.io.IOException: java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.internal.jni.CoreMapView at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:60) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.internal.jni.CoreMapView at com.esri.arcgisruntime.mapping.view.MapView.create(MapView.java:93) at com.esri.arcgisruntime.mapping.view.MapView.<init>(MapView.java:87) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.ReflectAccess.newInstance(Unknown Source) at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source) at java.base/java.lang.Class.newInstance(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) ... 7 more Exception for: com/esri/arcgisruntime/mapping/view/Callout.class javafx.fxml.LoadException: unknown path:2 at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.InstantiationException: com.esri.arcgisruntime.mapping.view.Callout at java.base/java.lang.Class.newInstance(Unknown Source) ... 13 more Caused by: java.lang.NoSuchMethodException: com.esri.arcgisruntime.mapping.view.Callout.<init>() at java.base/java.lang.Class.getConstructor0(Unknown Source) ... 14 more Exception for: com/esri/arcgisruntime/mapping/view/SceneView.class java.io.IOException: java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.internal.jni.CoreSceneView at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:60) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.exploreEntry(ExplorerBase.java:111) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.exploreEntry(JarExplorer.java:83) at com.oracle.javafx.scenebuilder.kit.library.util.JarExplorer.explore(JarExplorer.java:65) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.exploreAndUpdateLibrary(LibraryFolderWatcher.java:367) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.runDiscovery(LibraryFolderWatcher.java:155) at com.oracle.javafx.scenebuilder.kit.library.user.LibraryFolderWatcher.run(LibraryFolderWatcher.java:100) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.internal.jni.CoreSceneView at com.esri.arcgisruntime.mapping.view.SceneView.create(SceneView.java:74) at com.esri.arcgisruntime.mapping.view.SceneView.<init>(SceneView.java:68) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.ReflectAccess.newInstance(Unknown Source) at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source) at java.base/java.lang.Class.newInstance(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source) at com.oracle.javafx.scenebuilder.kit.library.util.ExplorerBase.instantiateWithFXMLLoader(ExplorerBase.java:56) ... 7 more
... View more
06-03-2021
11:27 PM
|
0
|
0
|
4972
|
|
POST
|
Thank you. I've added this lines into filter.txt but nothing changes. I still have only AttributionControl
... View more
06-03-2021
06:26 AM
|
0
|
2
|
4977
|
|
POST
|
I want to create an interface using Scene Builder. Can i use Scene Builder with ArcGIS Java API? I added ArcGis java API libraries to Scene Builder but i haven't any arcgis elements(except AttributionControl) in the left bar of the Scene Builder with custom elements.
... View more
06-01-2021
12:49 AM
|
0
|
8
|
5043
|
|
POST
|
I've tried to run my program on Centos version 7.7 and it works well.
... View more
04-28-2021
05:56 AM
|
0
|
0
|
5046
|
|
POST
|
Thank you. Command glxinfo | grep "version" returns that I suppose i should somehow update OpenGL version
... View more
04-17-2021
02:52 AM
|
0
|
0
|
5096
|
|
POST
|
Thank you. I installed Linux on another computer on Virtual Machine and program started. But the dispayed Earth is black.
... View more
04-15-2021
03:16 AM
|
0
|
0
|
5111
|
|
POST
|
I try to run my program on Linux. I have one error: "Prism-ES2 Error : GL_VERSION(major.minor) = 1.4" And my .tif scene image doesn't display. Just white window. I use JavaFX Linux SDK 11.0.2
... View more
04-14-2021
06:54 AM
|
0
|
5
|
5134
|
|
POST
|
The problem was in CRS of my .tif images. Using Define Projection tool in ArcGIS Pro i changed CRS to the right CRS(EPSG 3857 in my case) and images started to display.
... View more
04-08-2021
01:30 AM
|
0
|
0
|
6528
|
|
POST
|
Thank you. I displayed Shasta.tif. It remains to uderstand why i can't open my .tif files
... View more
04-05-2021
07:39 AM
|
0
|
0
|
2379
|
|
POST
|
When i use my tif file it loads but doesn't display. The string "raster added" appears, scene is zoomed but i haven't any image displayed. I didn't find tif file from your sample link. I found RasterLayerFile.png file and have the same result when running program with this .png file. My SDK and JDK are 11.0.2 OS is Windows 10 Pro
... View more
04-01-2021
02:27 AM
|
0
|
0
|
2403
|
|
POST
|
Thank you. Doesn't work. Raster image is ok. private void addCountrySurface()
{
Raster raster = new Raster("Shasta.tif");
RasterLayer rasterLayer = new RasterLayer(raster);
rasterLayer.addDoneLoadingListener(() -> {
if (rasterLayer.getLoadStatus() == LoadStatus.LOADED) {
System.out.println("raster added");
Envelope extent = rasterLayer.getFullExtent();
Viewpoint viewpoint = new Viewpoint(extent);
sceneView.setViewpoint(viewpoint);
scene.getOperationalLayers().add(rasterLayer);//tried like this, but it doesnt work. In previouse variant it seems this method works before addDoneLoadinglistener() ends.
} else {
System.out.println("Error");
}
});
}
... View more
03-31-2021
07:46 AM
|
0
|
0
|
4249
|
|
POST
|
I can't add .tiff image to my scene. I tried with lighter .tif images(with weight about 100mb) but it doesn't work too. It works only with .tpk packages created from .tif images(and i have problem with creating .tpk package from big .tif images). Maybe my code sample for drawing .tif raster images is wrong?
... View more
03-25-2021
01:25 PM
|
0
|
0
|
4286
|
| Online Status |
Offline
|
| Date Last Visited |
04-11-2022
04:10 AM
|