Bugzilla – Attachment 734 Details for
Bug 1219
Sporadic failure to determine 'executable temp base directory' on Windows by launching an executable file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
Test debug log
test_dbg.log (text/plain), 12.25 KB, created by
spenna
on 2015-09-16 22:18:14 CEST
(
hide
)
Description:
Test debug log
Filename:
MIME Type:
Creator:
spenna
Created:
2015-09-16 22:18:14 CEST
Size:
12.25 KB
patch
obsolete
>forceES2 false >forceES3 false >forceGL3 false >forceGL4ES3 false >NativeLibrary.findLibrary(<java>, sun.misc.Launcher$AppClassLoader@55f96302) (CL): null >findSysLib #0: test java.dll >findSysLib #0: java.dll not readable >findSysLib #1: test C:\Program Files\Java\jdk1.8.0_25\jre\bin\java.dll >ELF-1: Using C:\Program Files\Java\jdk1.8.0_25\jre\bin\java.dll >Caught: Buffer is not an ELF Header >java.lang.IllegalArgumentException: Buffer is not an ELF Header > at jogamp.common.os.elf.ElfHeaderPart1.<init>(ElfHeaderPart1.java:361) > at jogamp.common.os.elf.ElfHeaderPart1.read(ElfHeaderPart1.java:343) > at jogamp.common.os.PlatformPropsImpl.readElfHeaderPart1(PlatformPropsImpl.java:420) > at jogamp.common.os.PlatformPropsImpl.access$100(PlatformPropsImpl.java:38) > at jogamp.common.os.PlatformPropsImpl$1.run(PlatformPropsImpl.java:170) > at java.security.AccessController.doPrivileged(Native Method) > at jogamp.common.os.PlatformPropsImpl.<clinit>(PlatformPropsImpl.java:160) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:57) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:89) > at com.jogamp.newt.opengl.GLWindow.main(GLWindow.java:1059) >ELF-1: Got null >Platform.Elf: valid false, elfCpuName null, cpuType null, abiType null, elfLittleEndian 0 >Platform.Endian: test-little true, elf[valid false, val 0] -> LITTLE_ENDIAN true >Platform.Property: ARCH amd64, CpuType X86_64, ABIType GENERIC_ABI >Platform.Hard: ARCH amd64, CPU_ARCH X86_64, ABI_TYPE GENERIC_ABI - strategy 220(isAndroid false, elfValid false) >getJarUri Default jar:file:/C:/Users/USER/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar!/com/jogamp/common/os/Platform.class > -> jar:file:/C:/Users/USER/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar!/com/jogamp/common/os/Platform.class >getJarUri res: com.jogamp.common.os.Platform -> jar:file:/C:/Users/USER/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar!/com/jogamp/common/os/Platform.class -> jar:file:/C:/Users/USER/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar!/com/jogamp/common/os/Platform.class >IOUtil.getTempRoot(): tempX1 <C:\Users\USER\AppData\Local\Temp>, used true >IOUtil.getTempRoot(): tempX3 <C:\Users\USER\AppData\Local\Temp>, used false >IOUtil.getTempRoot(): tempX4 <C:\Users\USER>, used true >IOUtil.getTempRoot(): tempX2 <null>, used false >IOUtil: locating <com/jogamp/common/util/bin/exe-windows-i586-268b.bin>, has cl: true >AssetURLContext.resolve: <com/jogamp/common/util/bin/exe-windows-i586-268b.bin> >ERR(0): no protocol: com/jogamp/common/util/bin/exe-windows-i586-268b.bin >AssetURLContext.resolve: type 2: url <jar:file:/C:/Users/USER/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar!/com/jogamp/common/util/bin/exe-windows-i586-268b.bin>, conn <sun.net.www.protocol.jar.JarURLConnection:jar:file:/C:/Users/USER/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar!/com/jogamp/common/util/bin/exe-windows-i586-268b.bin>, connURL <jar:file:/C:/Users/USER/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar!/com/jogamp/common/util/bin/exe-windows-i586-268b.bin> >IOUtil: found <bin/exe-windows-i586-268b.bin> within class package <com/jogamp/common/util/> of given class <com.jogamp.common.util.IOUtil>: true >IOUtil.testDirExec(): <C:\Users\USER\AppData\Local\Temp>: res 1 -> false >IOUtil.testDirExec(): total 21631ms, create 285ms, execute 21346ms >IOUtil.testDirImpl(tempX1): <C:\Users\USER\AppData\Local\Temp>, create true, exec true: false >IOUtil.testDirExec(): <C:\Users\USER>: res 1 -> false >IOUtil.testDirExec(): total 7800ms, create 4ms, execute 7796ms >IOUtil.testDirImpl(tempX4): <C:\Users\USER>, create true, exec true: false >IOUtil.testDirImpl(temp01): <C:\Users\USER\AppData\Local\Temp>, create true, exec false: true >IOUtil.testDirImpl(temp01): <C:\Users\USER\AppData\Local\Temp\jogamp_0000>, create true, exec false: true >IOUtil.getTempRoot(): temp dirs: exec: null, noexec: C:\Users\USER\AppData\Local\Temp\jogamp_0000 >Warning: Caught Exception while retrieving executable temp base directory: >java.io.IOException: Could not determine a temporary executable directory > at com.jogamp.common.util.IOUtil.getTempDir(IOUtil.java:1168) > at com.jogamp.common.util.cache.TempFileCache.<clinit>(TempFileCache.java:80) > at com.jogamp.common.util.cache.TempJarCache.initSingleton(TempJarCache.java:88) > at com.jogamp.common.os.Platform$1.run(Platform.java:309) > at java.security.AccessController.doPrivileged(Native Method) > at com.jogamp.common.os.Platform.<clinit>(Platform.java:287) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:57) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:89) > at com.jogamp.newt.opengl.GLWindow.main(GLWindow.java:1059) >TempFileCache: Static Initialization ---------------------------------------------- OK: false >TempFileCache: Thread: main, CL 0x55f96302, tempBaseDir null >------------------------------------------------------------------ OK: false >TempJarCache.initSingleton(): ok false, null >NativeLibrary.findLibrary(<gluegen-rt>, sun.misc.Launcher$AppClassLoader@55f96302) (CL): null >JNILibLoaderBase: loadLibraryInternal(gluegen-rt), TempJarCache: null >JNILibLoaderBase: System.loadLibrary(gluegen-rt) - mode 3 >ERROR (retry w/ enumLibPath) - no gluegen-rt in java.library.path >NativeLibrary.findLibrary(<gluegen-rt>, sun.misc.Launcher$AppClassLoader@55f96302) (CL): null >JNILibLoaderBase: System.load(C:\Program Files\Java\jdk1.8.0_25\bin\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files\Java\jdk1.8.0_25\bin\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\WINDOWS\Sun\Java\bin\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\WINDOWS\Sun\Java\bin\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\WINDOWS\system32\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\WINDOWS\system32\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\WINDOWS\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\WINDOWS\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\VNI\imsl\fnl600\IA32\lib\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\VNI\imsl\fnl600\IA32\lib\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program files\MPICH2\bin\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program files\MPICH2\bin\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\VNI\imsl\fnl600\Intel64\lib\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\VNI\imsl\fnl600\Intel64\lib\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\Intel\Compiler\11.1\060\lib\Intel64\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\Intel\Compiler\11.1\060\lib\Intel64\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\Intel\Compiler\11.1\060\lib\ia32\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\Intel\Compiler\11.1\060\lib\ia32\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\Common Files\Microsoft Shared\VSA\9.0\VsaEnv\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\Common Files\Microsoft Shared\VSA\9.0\VsaEnv\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\Intel\Compiler\11.1\060\mkl\em64t\bin\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\Intel\Compiler\11.1\060\mkl\em64t\bin\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\windows\system32\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\windows\system32\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\windows\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\windows\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\windows\System32\Wbem\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\windows\System32\Wbem\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\windows\System32\WindowsPowerShell\v1.0\\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\windows\System32\WindowsPowerShell\v1.0\\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\Windows Live\Shared\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\Windows Live\Shared\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files\MiKTeX 2.9\miktex\bin\x64\\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files\MiKTeX 2.9\miktex\bin\x64\\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\Maven\bin\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\Maven\bin\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files\Java\jdk1.8.0_25\bin\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files\Java\jdk1.8.0_25\bin\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\WINDOWS\system32\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\WINDOWS\system32\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\WINDOWS\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\WINDOWS\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\WINDOWS\System32\Wbem\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\WINDOWS\System32\Wbem\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\WINDOWS\System32\WindowsPowerShell\v1.0\\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\WINDOWS\System32\WindowsPowerShell\v1.0\\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Program Files (x86)\Skype\Phone\\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Program Files (x86)\Skype\Phone\\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Users\USER\AppData\Local\Bandizip\7z\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Users\USER\AppData\Local\Bandizip\7z\gluegen-rt.dll >JNILibLoaderBase: System.load(.\gluegen-rt.dll) - mode 4 >n/a - Expecting an absolute path of the library: .\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Users\USER\Downloads\jogamp-all-platforms\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Users\USER\Downloads\jogamp-all-platforms\gluegen-rt.dll >JNILibLoaderBase: System.load(C:\Users\USER\Downloads\jogamp-all-platforms\natives\windows-amd64\\gluegen-rt.dll) - mode 4 >n/a - Can't load library: C:\Users\USER\Downloads\jogamp-all-platforms\natives\windows-amd64\\gluegen-rt.dll >java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\USER\Downloads\jogamp-all-platforms\natives\windows-amd64\\gluegen-rt.dll > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817) > at java.lang.Runtime.load0(Runtime.java:809) > at java.lang.System.load(System.java:1083) > at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:624) > at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:63) > at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:106) > at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:487) > at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:421) > at com.jogamp.common.os.Platform$1.run(Platform.java:317) > at java.security.AccessController.doPrivileged(Native Method) > at com.jogamp.common.os.Platform.<clinit>(Platform.java:287) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:57) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:89) > at com.jogamp.newt.opengl.GLWindow.main(GLWindow.java:1059) >Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\USER\Downloads\jogamp-all-platforms\natives\windows-amd64\\gluegen-rt.dll > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817) > at java.lang.Runtime.load0(Runtime.java:809) > at java.lang.System.load(System.java:1083) > at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:624) > at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:63) > at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:106) > at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:487) > at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:421) > at com.jogamp.common.os.Platform$1.run(Platform.java:317) > at java.security.AccessController.doPrivileged(Native Method) > at com.jogamp.common.os.Platform.<clinit>(Platform.java:287) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:57) > at com.jogamp.common.util.VersionUtil.getPlatformInfo(VersionUtil.java:89) > at com.jogamp.newt.opengl.GLWindow.main(GLWindow.java:1059)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1219
: 734 |
738
|
740
|
741
|
745
|
746