Was able to convert stereo images to .jp2 but open bombed

Bug #1191226 reported by Mary Deioma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
JHelioviewer
New
Undecided
Unassigned

Bug Description

Uncaught Exception detected.

Configuration:
JHelioviewer - Version: 2.2.1
JHelioviewer - Revision: 511
Java Virtual Machine - Name: Java HotSpot(TM) Client VM
Java Virtual Machine - Vendor: Oracle Corporation
Java Virtual Machine - Version: 23.21-b01
JRE Specification - Version: 1.7
Operating System - Name: Windows Vista
Operating System - Architecture: x86
Operating System - Version: 6.0

Date: Sat Jun 15 07:02:38 GMT 2013
Thread: Thread[AWT-EventQueue-0,6,main]
Message: null

Stacktrace:
java.lang.NullPointerException
at org.helioviewer.gl3d.scenegraph.GL3DImageGroup.insertImages(GL3DImageGroup.java:79)
at org.helioviewer.gl3d.gl.GL3DSceneGraphView.addLayersToSceneGraph(GL3DSceneGraphView.java:312)
at org.helioviewer.gl3d.gl.GL3DSceneGraphView.render3D(GL3DSceneGraphView.java:120)
at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
at org.helioviewer.viewmodel.view.opengl.AbstractGLView.renderChild(AbstractGLView.java:50)
at org.helioviewer.gl3d.gl.GL3DViewportView.render3D(GL3DViewportView.java:33)
at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
at org.helioviewer.gl3d.gl.GL3DComponentView.display(GL3DComponentView.java:179)
at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
at sun.awt.RepaintArea.paintComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.WaitDispatchSupport$2.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Log:
2013-06-15 00:02:06,206 [main] INFO root - JHelioviewer started with command-line options:
2013-06-15 00:02:06,207 [main] INFO root - Create directories...
2013-06-15 00:02:06,211 [main] INFO root - >> JHVGlobals.determineVersionAndRevision() > Look for jar file: C:\Program Files\JHelioviewer\JHelioviewer.jar
2013-06-15 00:02:06,211 [main] INFO root - Initializing JHelioviewer
2013-06-15 00:02:06,212 [main] DEBUG root - Create splash screen
2013-06-15 00:02:06,840 [main] DEBUG root - Number of progress steps: 10
2013-06-15 00:02:06,841 [main] INFO root - Load settings
2013-06-15 00:02:06,843 [main] DEBUG root - >> Settings.load() > Load default system settings: {export.speed=20, API.event.path=http://helioviewer.org/api/, API.dataSources.path=http://helioviewer.org/api/?action=getDataSources&verbose=true, supported.data.sources=SOHO SDO PROBA2, connection.read.timeout=180000, export.software.rendering=false, export.image.height=640, default.remote.lib.path=http://jhelioviewer.org/libjhv/, export.aspect.ratio=1 : 1, jvm.arguments=-Xmx1024m -Dapple.laf.useScreenMenuBar=true, default.basicRemote.path=jpip://helioviewer.org:8090, export.total.height=662, API.jp2images.path=http://helioviewer.org/api/index.php, default.httpRemote.path=http://helioviewer.org/jp2/, export.soft.subtitle=true, jpip.cache.size=0.0, export.full.quality=false, export.subtitle.aspect.ratio=false, opengl.enabled=true, API.jp2series.path=http://helioviewer.org/api/index.php, connection.connect.timeout=60000, update.check.next=0, default.remote.path=jpip://helioviewer.org:8090, export.tile.width=1024, export.hard.subtitle=false, export.tile.height=1024, display.toolbar=iconandtext, default.date.format=yyyy/MM/dd, startup.loadmovie=true, VSO.showInfo=true, export.image.width=640, VSO.showAdvanced=false}
2013-06-15 00:02:06,851 [main] INFO root - OS: windows - arch: x86-32 - java arch: 32
2013-06-15 00:02:06,852 [main] DEBUG root - Instantiate Kakadu engine
2013-06-15 00:02:06,855 [main] INFO root - Try to load Kakadu libraries
2013-06-15 00:02:06,862 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/kakadu.xml
2013-06-15 00:02:06,862 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:06,863 [main] DEBUG root - >> ResourceLoader.loadResource(kakadu, file:/C:/Users/Owner/JHelioviewer/Libs/kakadu.xml, Properties systemProperties) > Could not open resource definition file: file:/C:/Users/Owner/JHelioviewer/Libs/kakadu.xml (java.io.FileNotFoundException)
2013-06-15 00:02:06,863 [main] DEBUG root - >> ResourceLoader.loadResource(kakadu, http://jhelioviewer.org/libjhv/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/LastConfig/, Properties systemProperties) > Failed to load resources with custom resource definition file. Try default definiton file.
2013-06-15 00:02:06,863 [main] INFO root - Connect to http://jhelioviewer.org/libjhv/kakadu.xml
2013-06-15 00:02:06,967 [main] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:07,003 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.java.arch not satisfied. Current value: 32
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,004 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:07,005 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/Microsoft.VC100.CRTx86-32/msvcr100.dll
2013-06-15 00:02:07,005 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:07,042 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/Microsoft.VC100.CRT-x86-32/msvcr100.dll, file:/C:/Users/Owner/JHelioviewer/Libs/Microsoft.VC100.CRTx86-32/msvcr100.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:07,043 [main] DEBUG root - >> initializeFile(msvcr100.dll, file:/C:/Users/Owner/JHelioviewer/Libs/Microsoft.VC100.CRTx86-32/msvcr100.dll) > Load library: C:\Users\Owner\JHelioviewer\Libs\Microsoft.VC100.CRTx86-32\msvcr100.dll
2013-06-15 00:02:07,045 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_v63R.dll
2013-06-15 00:02:07,045 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:07,050 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/kakadu/kdu_v63R-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_v63R.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:07,050 [main] DEBUG root - >> initializeFile(kdu_v63R.dll, file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_v63R.dll) > Load library: C:\Users\Owner\JHelioviewer\Libs\kakadu-windows-x86-32\kdu_v63R.dll
2013-06-15 00:02:07,053 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_a63R.dll
2013-06-15 00:02:07,053 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:07,059 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/kakadu/kdu_a63R-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_a63R.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:07,059 [main] DEBUG root - >> initializeFile(kdu_a63R.dll, file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_a63R.dll) > Load library: C:\Users\Owner\JHelioviewer\Libs\kakadu-windows-x86-32\kdu_a63R.dll
2013-06-15 00:02:07,062 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_jni.dll
2013-06-15 00:02:07,062 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:07,069 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/kakadu/kdu_jni-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_jni.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:07,069 [main] DEBUG root - >> initializeFile(kdu_jni.dll, file:/C:/Users/Owner/JHelioviewer/Libs/kakadu-windows-x86-32/kdu_jni.dll) > Load library: C:\Users\Owner\JHelioviewer\Libs\kakadu-windows-x86-32\kdu_jni.dll
2013-06-15 00:02:07,076 [main] INFO root - Successfully loaded Kakadu libraries
2013-06-15 00:02:07,076 [main] DEBUG root - Setup Kakadu message handlers.
2013-06-15 00:02:07,078 [main] INFO root - Use cache directory: C:\Users\Owner\JHelioviewer\Cache\
2013-06-15 00:02:07,089 [main] INFO root - Update settings
2013-06-15 00:02:07,300 [main] DEBUG root - TopToolBar: Setting 3D as selected
2013-06-15 00:02:07,313 [main] DEBUG root - TopToolBar: Setting 3D as selected
2013-06-15 00:02:07,479 [ObservationSetup] INFO root - Connect to http://helioviewer.org/api/?action=getDataSources&verbose=true
2013-06-15 00:02:07,715 [ObservationSetup] DEBUG root - Created http connection with encoding null
2013-06-15 00:02:08,739 [ObservationSetup] INFO root - Connect to http://helioviewer.org/api/index.php?action=getJP2Image&observatory=SDO&instrument=AIA&detector=AIA&measurement=171&date=2013-06-15T07:02:08Z&json=true&jpip=true
2013-06-15 00:02:08,792 [AWT-EventQueue-0] INFO root - Try to load OpenGL libraries
2013-06-15 00:02:08,794 [AWT-EventQueue-0] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/jogl.xml
2013-06-15 00:02:08,794 [AWT-EventQueue-0] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,794 [AWT-EventQueue-0] DEBUG root - >> ResourceLoader.loadResource(jogl, file:/C:/Users/Owner/JHelioviewer/Libs/jogl.xml, Properties systemProperties) > Could not open resource definition file: file:/C:/Users/Owner/JHelioviewer/Libs/jogl.xml (java.io.FileNotFoundException)
2013-06-15 00:02:08,794 [AWT-EventQueue-0] DEBUG root - >> ResourceLoader.loadResource(jogl, http://jhelioviewer.org/libjhv/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/LastConfig/, Properties systemProperties) > Failed to load resources with custom resource definition file. Try default definiton file.
2013-06-15 00:02:08,794 [AWT-EventQueue-0] INFO root - Connect to http://jhelioviewer.org/libjhv/jogl.xml
2013-06-15 00:02:08,825 [AWT-EventQueue-0] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:08,828 [AWT-EventQueue-0] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,828 [AWT-EventQueue-0] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,828 [AWT-EventQueue-0] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,828 [AWT-EventQueue-0] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.java.arch not satisfied. Current value: 32
2013-06-15 00:02:08,829 [AWT-EventQueue-0] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/gluegen-rt-windows-x86-32.dll
2013-06-15 00:02:08,829 [AWT-EventQueue-0] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,830 [AWT-EventQueue-0] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/jogl/gluegen-rt-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/gluegen-rt-windows-x86-32.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:08,830 [AWT-EventQueue-0] DEBUG root - >> initializeFile(gluegen-rt-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/gluegen-rt-windows-x86-32.dll) > Load library: C:\Users\Owner\JHelioviewer\Libs\gluegen-rt-windows-x86-32.dll
2013-06-15 00:02:08,832 [AWT-EventQueue-0] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/jogl-windows-x86-32.dll
2013-06-15 00:02:08,833 [AWT-EventQueue-0] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,836 [AWT-EventQueue-0] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/jogl/jogl-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/jogl-windows-x86-32.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:08,836 [AWT-EventQueue-0] DEBUG root - >> initializeFile(jogl-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/jogl-windows-x86-32.dll) > Load library: C:\Users\Owner\JHelioviewer\Libs\jogl-windows-x86-32.dll
2013-06-15 00:02:08,843 [AWT-EventQueue-0] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/jogl_awt-windows-x86-32.dll
2013-06-15 00:02:08,843 [AWT-EventQueue-0] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,844 [ObservationSetup] DEBUG root - Created http connection with encoding null
2013-06-15 00:02:08,845 [AWT-EventQueue-0] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/jogl/jogl_awt-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/jogl_awt-windows-x86-32.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:08,845 [AWT-EventQueue-0] DEBUG root - >> initializeFile(jogl_awt-windows-x86-32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/jogl_awt-windows-x86-32.dll) > Load library: C:\Users\Owner\JHelioviewer\Libs\jogl_awt-windows-x86-32.dll
2013-06-15 00:02:08,853 [AWT-EventQueue-0] INFO root - Successfully loaded OpenGL libraries
2013-06-15 00:02:08,854 [main] INFO root - Try to install CG Compiler
2013-06-15 00:02:08,855 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/cgc.xml
2013-06-15 00:02:08,855 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,855 [main] DEBUG root - >> ResourceLoader.loadResource(cgc, file:/C:/Users/Owner/JHelioviewer/Libs/cgc.xml, Properties systemProperties) > Could not open resource definition file: file:/C:/Users/Owner/JHelioviewer/Libs/cgc.xml (java.io.FileNotFoundException)
2013-06-15 00:02:08,855 [main] DEBUG root - >> ResourceLoader.loadResource(cgc, http://jhelioviewer.org/libjhv/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/LastConfig/, Properties systemProperties) > Failed to load resources with custom resource definition file. Try default definiton file.
2013-06-15 00:02:08,857 [main] INFO root - Connect to http://jhelioviewer.org/libjhv/cgc.xml
2013-06-15 00:02:08,889 [main] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:08,891 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,891 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,891 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,891 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.arch not satisfied. Current value: x86-32
2013-06-15 00:02:08,891 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/cgc-windows-x86-32.exe
2013-06-15 00:02:08,891 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,909 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/jogl/cgc-windows-x86-32.exe, file:/C:/Users/Owner/JHelioviewer/Libs/cgc-windows-x86-32.exe) > Correct destination file already present. Skip download.
2013-06-15 00:02:08,910 [main] DEBUG root - >> initializeFile(cgc-windows-x86-32.exe, file:/C:/Users/Owner/JHelioviewer/Libs/cgc-windows-x86-32.exe) > Register executable: cgc-windows-x86-32.exe
2013-06-15 00:02:08,910 [main] DEBUG root - >> FileUtils.registerExecutable(cgc, C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe) > Trying to use execFile.setExecutable from JDK 1.6+
2013-06-15 00:02:08,913 [main] INFO root - Successfully installed CG Compiler
2013-06-15 00:02:08,913 [main] INFO root - Install FFmpeg
2013-06-15 00:02:08,913 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/ffmpeg.xml
2013-06-15 00:02:08,913 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,914 [main] DEBUG root - >> ResourceLoader.loadResource(ffmpeg, file:/C:/Users/Owner/JHelioviewer/Libs/ffmpeg.xml, Properties systemProperties) > Could not open resource definition file: file:/C:/Users/Owner/JHelioviewer/Libs/ffmpeg.xml (java.io.FileNotFoundException)
2013-06-15 00:02:08,914 [main] DEBUG root - >> ResourceLoader.loadResource(ffmpeg, http://jhelioviewer.org/libjhv/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/LastConfig/, Properties systemProperties) > Failed to load resources with custom resource definition file. Try default definiton file.
2013-06-15 00:02:08,914 [main] INFO root - Connect to http://jhelioviewer.org/libjhv/ffmpeg.xml
2013-06-15 00:02:08,946 [main] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:08,948 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,949 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,949 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,949 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:08,949 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/ffmpeg-windows.exe
2013-06-15 00:02:08,949 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,987 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/ffmpeg/ffmpeg-windows.exe, file:/C:/Users/Owner/JHelioviewer/Libs/ffmpeg-windows.exe) > Correct destination file already present. Skip download.
2013-06-15 00:02:08,988 [main] DEBUG root - >> initializeFile(ffmpeg-windows.exe, file:/C:/Users/Owner/JHelioviewer/Libs/ffmpeg-windows.exe) > Register executable: ffmpeg-windows.exe
2013-06-15 00:02:08,988 [main] DEBUG root - >> FileUtils.registerExecutable(ffmpeg, C:\Users\Owner\JHelioviewer\Libs\ffmpeg-windows.exe) > Trying to use execFile.setExecutable from JDK 1.6+
2013-06-15 00:02:08,989 [main] INFO root - Successfully installed FFmpeg tool
2013-06-15 00:02:08,990 [main] INFO root - Install MP4Box
2013-06-15 00:02:08,990 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/mp4box.xml
2013-06-15 00:02:08,990 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:08,990 [main] DEBUG root - >> ResourceLoader.loadResource(mp4box, file:/C:/Users/Owner/JHelioviewer/Libs/mp4box.xml, Properties systemProperties) > Could not open resource definition file: file:/C:/Users/Owner/JHelioviewer/Libs/mp4box.xml (java.io.FileNotFoundException)
2013-06-15 00:02:08,990 [main] DEBUG root - >> ResourceLoader.loadResource(mp4box, http://jhelioviewer.org/libjhv/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/, file:/C:/Users/Owner/JHelioviewer/Libs/LastConfig/, Properties systemProperties) > Failed to load resources with custom resource definition file. Try default definiton file.
2013-06-15 00:02:08,991 [main] INFO root - Connect to http://jhelioviewer.org/libjhv/mp4box.xml
2013-06-15 00:02:09,023 [main] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:09,025 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:09,025 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:09,025 [main] WARN root - > ResourceLoader.requirementsNotSatisfied() >> Requirement jhv.os not satisfied. Current value: windows
2013-06-15 00:02:09,026 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/js32.dll
2013-06-15 00:02:09,026 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:09,033 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/mp4box/js32.dll, file:/C:/Users/Owner/JHelioviewer/Libs/js32.dll) > Correct destination file already present. Skip download.
2013-06-15 00:02:09,034 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Libs/mp4box-windows.exe
2013-06-15 00:02:09,034 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:09,047 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/mp4box/mp4box-windows.exe, file:/C:/Users/Owner/JHelioviewer/Libs/mp4box-windows.exe) > Correct destination file already present. Skip download.
2013-06-15 00:02:09,047 [main] DEBUG root - >> initializeFile(mp4box-windows.exe, file:/C:/Users/Owner/JHelioviewer/Libs/mp4box-windows.exe) > Register executable: mp4box-windows.exe
2013-06-15 00:02:09,047 [main] DEBUG root - >> FileUtils.registerExecutable(mp4box, C:\Users\Owner\JHelioviewer\Libs\mp4box-windows.exe) > Trying to use execFile.setExecutable from JDK 1.6+
2013-06-15 00:02:09,049 [main] INFO root - Successfully installed MP4Box tool
2013-06-15 00:02:09,049 [main] INFO root - Initialize GUI
2013-06-15 00:02:09,050 [main] DEBUG root - Installing Overlap Watcher
2013-06-15 00:02:09,051 [JHV Update Checker] TRACE root - Start cheching for updates
2013-06-15 00:02:09,051 [JHV Update Checker] INFO root - Connect to http://jhelioviewer.org/updateJHV.txt
2013-06-15 00:02:09,052 [main] INFO root - Load plugin settings
2013-06-15 00:02:09,071 [main] INFO root - Add internal plugin: FilterPlugin
2013-06-15 00:02:09,088 [main] INFO root - Download default plugins
2013-06-15 00:02:09,088 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Plugins/sdo-cutout.xml
2013-06-15 00:02:09,088 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:09,089 [main] DEBUG root - >> ResourceLoader.loadResource(sdo-cutout, file:/C:/Users/Owner/JHelioviewer/Plugins/sdo-cutout.xml, Properties systemProperties) > Could not open resource definition file: file:/C:/Users/Owner/JHelioviewer/Plugins/sdo-cutout.xml (java.io.FileNotFoundException)
2013-06-15 00:02:09,089 [main] DEBUG root - >> ResourceLoader.loadResource(sdo-cutout, http://jhelioviewer.org/libjhv/, file:/C:/Users/Owner/JHelioviewer/Plugins/, file:/C:/Users/Owner/JHelioviewer/Plugins/, file:/C:/Users/Owner/JHelioviewer/Plugins/LastConfig/, Properties systemProperties) > Failed to load resources with custom resource definition file. Try default definiton file.
2013-06-15 00:02:09,089 [main] INFO root - Connect to http://jhelioviewer.org/libjhv/sdo-cutout.xml
2013-06-15 00:02:09,109 [JHV Update Checker] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:09,109 [JHV Update Checker] INFO root - Running the newest version of JHelioviewer
2013-06-15 00:02:09,168 [main] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:09,170 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Plugins/SDOCutOutPlugin.jar
2013-06-15 00:02:09,171 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:09,172 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/default-plugins/SDOCutOutPlugin.jar, file:/C:/Users/Owner/JHelioviewer/Plugins/SDOCutOutPlugin.jar) > Correct destination file already present. Skip download.
2013-06-15 00:02:09,174 [main] INFO root - Successfully downloaded SDO-Cutout plugin.
2013-06-15 00:02:09,175 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Plugins/default-plugins.xml
2013-06-15 00:02:09,175 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:09,175 [main] DEBUG root - >> ResourceLoader.loadResource(default-plugins, file:/C:/Users/Owner/JHelioviewer/Plugins/default-plugins.xml, Properties systemProperties) > Could not open resource definition file: file:/C:/Users/Owner/JHelioviewer/Plugins/default-plugins.xml (java.io.FileNotFoundException)
2013-06-15 00:02:09,176 [main] DEBUG root - >> ResourceLoader.loadResource(default-plugins, http://jhelioviewer.org/libjhv/, file:/C:/Users/Owner/JHelioviewer/Plugins/, file:/C:/Users/Owner/JHelioviewer/Plugins/, file:/C:/Users/Owner/JHelioviewer/Plugins/LastConfig/, Properties systemProperties) > Failed to load resources with custom resource definition file. Try default definiton file.
2013-06-15 00:02:09,176 [main] INFO root - Connect to http://jhelioviewer.org/libjhv/default-plugins.xml
2013-06-15 00:02:09,209 [main] DEBUG root - Created http connection with encoding gzip
2013-06-15 00:02:09,210 [main] INFO root - Connect to file:/C:/Users/Owner/JHelioviewer/Plugins/HEKPlugin.jar
2013-06-15 00:02:09,210 [main] DEBUG root - No http connection, try no compression
2013-06-15 00:02:09,238 [main] DEBUG root - >> ResourceLoader.downloadFile(ResourceFile, http://jhelioviewer.org/libjhv/default-plugins/HEKPlugin.jar, file:/C:/Users/Owner/JHelioviewer/Plugins/HEKPlugin.jar) > Correct destination file already present. Skip download.
2013-06-15 00:02:09,240 [main] INFO root - Successfully downloaded default plugins.
2013-06-15 00:02:09,240 [main] INFO root - Search for plugins in C:\Users\Owner\JHelioviewer\Plugins\
2013-06-15 00:02:09,241 [main] DEBUG root - Found Plugin Jar File: file:/C:/Users/Owner/JHelioviewer/Plugins/HEKPlugin.jar
2013-06-15 00:02:09,241 [main] INFO root - PluginManager is trying to load the plugin located at file:/C:/Users/Owner/JHelioviewer/Plugins/HEKPlugin.jar
2013-06-15 00:02:09,242 [main] DEBUG root - Found Manifest: Main-Class:org.helioviewer.jhv.plugins.hekplugin.HEKPlugin
2013-06-15 00:02:09,243 [main] INFO root - PluginManager: Load plugin class :org.helioviewer.jhv.plugins.hekplugin.HEKPlugin
2013-06-15 00:02:09,322 [main] DEBUG root - Found Plugin Jar File: file:/C:/Users/Owner/JHelioviewer/Plugins/SDOCutOutPlugin.jar
2013-06-15 00:02:09,322 [main] INFO root - PluginManager is trying to load the plugin located at file:/C:/Users/Owner/JHelioviewer/Plugins/SDOCutOutPlugin.jar
2013-06-15 00:02:09,323 [main] DEBUG root - Found Manifest: Main-Class:org.helioviewer.plugins.sdocutoutplugin.SDOCutOutPlugin
2013-06-15 00:02:09,323 [main] INFO root - PluginManager: Load plugin class :org.helioviewer.plugins.sdocutoutplugin.SDOCutOutPlugin
2013-06-15 00:02:09,333 [main] INFO root - Start main window
2013-06-15 00:02:09,738 [AWT-EventQueue-0] DEBUG root - >> GLInitPanel.init(GLAutoDrawable) > Dispose GLInitPanel: Stop the animator and make it invisible
2013-06-15 00:02:09,739 [AWT-EventQueue-0] DEBUG root - >> GLInitPanel.init(GLAutoDrawable) > Set GL properties
2013-06-15 00:02:09,739 [AWT-EventQueue-0] DEBUG root - >> GLInitPanel.init(GLAutoDrawable) > Shade model: flat
2013-06-15 00:02:09,739 [AWT-EventQueue-0] DEBUG root - >> GLInitPanel.init(GLAutoDrawable) > Clear color: black
2013-06-15 00:02:09,739 [AWT-EventQueue-0] DEBUG root - >> GLInitPanel.init(GLAutoDrawable) > Enable 1D texture
2013-06-15 00:02:09,740 [AWT-EventQueue-0] DEBUG root - >> GLInitPanel.init(GLAutoDrawable) > Enable 2D texture
2013-06-15 00:02:09,740 [AWT-EventQueue-0] DEBUG root - >> GLInfo.update(GL) > Version string: 2.1.7770 Release
2013-06-15 00:02:09,740 [AWT-EventQueue-0] DEBUG root - >> GLInfo.update(GL) > Extensions: GL_AMD_performance_monitor GL_ARB_color_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_envmap_bumpmap GL_ATI_fragment_shader GL_ATI_meminfo GL_ATI_separate_stencil GL_ATI_shader_texture_lod GL_ATI_texture_compression_3dc GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_gpu_program_parameters GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texgen_reflection GL_EXT_texture3D GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_EXT_vertex_array GL_KTX_buffer_region GL_NV_blend_square GL_NV_texgen_reflection GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_WIN_swap_hint WGL_EXT_swap_control
2013-06-15 00:02:09,748 [AWT-EventQueue-0] DEBUG root - >> GLInfo.update(GL) > GL_MAX_PROGRAM_INSTRUCTIONS = 2147483647
2013-06-15 00:02:09,748 [AWT-EventQueue-0] DEBUG root - >> GLInfo.update(GL) > GL_MAX_PROGRAM_PARAMETERS = 256
2013-06-15 00:02:09,748 [AWT-EventQueue-0] DEBUG root - >> GLInfo.update(GL) > GL_MAX_PROGRAM_TEMPORARIES = 160
2013-06-15 00:02:09,748 [AWT-EventQueue-0] DEBUG root - >> GLInfo.update(GL) > GL_MAX_DRAW_BUFFERS = 4
2013-06-15 00:02:09,748 [AWT-EventQueue-0] DEBUG root - >> GLInfo.update(GL) > GL usable: true - GL activated: true
2013-06-15 00:02:09,750 [AWT-EventQueue-0] DEBUG root - >> GLShaderHelper.initHelper(GL gl, String _tmpPath) > Initialize helper functions
2013-06-15 00:02:09,750 [AWT-EventQueue-0] DEBUG root - >> GLShaderHelper.initHelper(GL gl, String _tmpPath) > temp path: C:\Users\Owner\JHelioviewer\Temp\
2013-06-15 00:02:09,750 [AWT-EventQueue-0] DEBUG root - >> GLShaderHelper.initHelper(GL gl, String _tmpPath) > max texture indirections: 2147483647
2013-06-15 00:02:09,754 [AWT-EventQueue-0] DEBUG root - >> GLShaderBuilder.initShaderBuilder(GL) > Initialize shader builder
2013-06-15 00:02:09,754 [AWT-EventQueue-0] DEBUG root - >> GLShaderBuilder.initShaderBuilder(GL) > max texture image units: 16
2013-06-15 00:02:09,754 [AWT-EventQueue-0] DEBUG root - >> GLShaderBuilder.initShaderBuilder(GL) > max texture coords: 8
2013-06-15 00:02:09,754 [AWT-EventQueue-0] DEBUG root - >> GLShaderBuilder.initShaderBuilder(GL) > max fragment uniform components arb: 512
2013-06-15 00:02:09,754 [AWT-EventQueue-0] DEBUG root - >> GLShaderBuilder.initShaderBuilder(GL) > max vertex attributes arb: 16
2013-06-15 00:02:09,755 [AWT-EventQueue-0] DEBUG root - >> GLTextureCoordinate.init(GL) > Initialize GLTextureCoordinate
2013-06-15 00:02:09,758 [AWT-EventQueue-0] DEBUG root - >> GLInitPanel.init(GLAutoDrawable) > Start viewchain creation
2013-06-15 00:02:09,759 [CreateViewChainsThread] INFO root - Start creating view chains
2013-06-15 00:02:09,802 [CreateViewChainsThread] DEBUG root - GL3DSceneGraphView.ViewChanged: Sender=org.helioviewer.gl3d.gl.GL3DCameraView@16a64ee Event=[class org.helioviewer.viewmodel.changeevent.ViewChainChangedReason]
2013-06-15 00:02:09,869 [CreateViewChainsThread] DEBUG root - HEKConstants -> Setting up event acronyms...
2013-06-15 00:02:09,869 [CreateViewChainsThread] INFO root - HEKConstants -> Setting up event acronyms... Done.
2013-06-15 00:02:09,869 [CreateViewChainsThread] DEBUG root - HEKConstants -> Setting up event icons...
2013-06-15 00:02:09,901 [CreateViewChainsThread] INFO root - HEKConstants -> Setting up event icons... Done.
2013-06-15 00:02:09,901 [CreateViewChainsThread] DEBUG root - HEKConstants -> Setting up event buffered images...
2013-06-15 00:02:10,107 [CreateViewChainsThread] INFO root - HEKConstants -> Setting up event buffered images... Done.
2013-06-15 00:02:10,160 [AWT-EventQueue-0] DEBUG root - TopToolBar: Setting 3D as selected
2013-06-15 00:02:10,178 [CreateViewChainsThread] DEBUG root - GL3DCamera: No Preceding Camera, resetting Camera
2013-06-15 00:02:10,179 [CreateViewChainsThread] DEBUG root - GL3DCameraView: Set Current Camera to Trackball
2013-06-15 00:02:10,484 [AWT-EventQueue-0] DEBUG root - GL3DComponentView.Init
2013-06-15 00:02:10,488 [AWT-EventQueue-0] DEBUG root - >> GLTextureHelper.initHelper(GL) > Initialize helper functions
2013-06-15 00:02:10,488 [AWT-EventQueue-0] DEBUG root - >> GLTextureHelper.initHelper(GL) > Use Non-Power-Of-Two-Textures: false
2013-06-15 00:02:10,489 [AWT-EventQueue-0] DEBUG root - >> GLTextureHelper.initHelper(GL) > max texture size: 8192
2013-06-15 00:02:10,493 [AWT-EventQueue-0] DEBUG root - GL3DComponentView.Reshape
2013-06-15 00:02:10,496 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbfp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:10,646 [Thread-7] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:10,648 [Thread-8] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 13 lines, 0 errors.
2013-06-15 00:02:10,660 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbvp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:10,772 [Thread-9] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:10,776 [Thread-10] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 19 lines, 0 errors.
2013-06-15 00:02:10,860 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbvp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:10,973 [Thread-11] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:10,977 [Thread-12] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 21 lines, 0 errors.
2013-06-15 00:02:35,333 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbfp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:35,444 [Thread-14] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:35,453 [Thread-15] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 39 lines, 0 errors.
2013-06-15 00:02:35,466 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbfp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:35,570 [Thread-18] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:35,571 [Thread-19] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 13 lines, 0 errors.
2013-06-15 00:02:35,581 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbvp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:35,670 [Thread-20] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:35,673 [Thread-21] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 27 lines, 0 errors.
2013-06-15 00:02:35,684 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbvp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:35,773 [Thread-22] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:35,775 [Thread-23] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 25 lines, 0 errors.
2013-06-15 00:02:35,853 [AWT-EventQueue-0] DEBUG root - >> FileUtils.invokeExecutable > Execute command: "C:\Users\Owner\JHelioviewer\Libs\cgc-windows-x86-32.exe" "-profile" "arbvp1" "-o" "C:\Users\Owner\JHelioviewer\Temp\tmp.asm" "C:\Users\Owner\JHelioviewer\Temp\tmp.cg"
2013-06-15 00:02:35,946 [Thread-24] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std out: C:\Users\Owner\JHelioviewer\Temp\tmp.cg
2013-06-15 00:02:35,949 [Thread-25] DEBUG root - >> FileUtiles.logProcessOutput(Process, cgc, DEBUG) > std err: 27 lines, 0 errors.
2013-06-15 00:02:35,960 [AWT-EventQueue-0] ERROR root - GL3DImageMeshFactory: Cannot create ImageMesh for given ImageTextureView, not recognized underlying data
2013-06-15 00:02:35,971 [Timer-0] FATAL root - Runtime exception
java.lang.NullPointerException
 at org.helioviewer.gl3d.scenegraph.GL3DImageGroup.insertImages(GL3DImageGroup.java:79)
 at org.helioviewer.gl3d.gl.GL3DSceneGraphView.addLayersToSceneGraph(GL3DSceneGraphView.java:312)
 at org.helioviewer.gl3d.gl.GL3DSceneGraphView.render3D(GL3DSceneGraphView.java:120)
 at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
 at org.helioviewer.viewmodel.view.opengl.AbstractGLView.renderChild(AbstractGLView.java:50)
 at org.helioviewer.gl3d.gl.GL3DViewportView.render3D(GL3DViewportView.java:33)
 at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
 at org.helioviewer.gl3d.gl.GL3DComponentView.display(GL3DComponentView.java:179)
 at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
 at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
 at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
 at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
 at java.awt.event.InvocationEvent.dispatch(Unknown Source)
 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
 at java.awt.EventQueue.access$200(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.run(Unknown Source)
2013-06-15 00:02:38,368 [AWT-EventQueue-0] ERROR root - GL3DImageMeshFactory: Cannot create ImageMesh for given ImageTextureView, not recognized underlying data
2013-06-15 00:02:38,369 [AWT-EventQueue-0] FATAL root - Runtime exception
java.lang.NullPointerException
 at org.helioviewer.gl3d.scenegraph.GL3DImageGroup.insertImages(GL3DImageGroup.java:79)
 at org.helioviewer.gl3d.gl.GL3DSceneGraphView.addLayersToSceneGraph(GL3DSceneGraphView.java:312)
 at org.helioviewer.gl3d.gl.GL3DSceneGraphView.render3D(GL3DSceneGraphView.java:120)
 at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
 at org.helioviewer.viewmodel.view.opengl.AbstractGLView.renderChild(AbstractGLView.java:50)
 at org.helioviewer.gl3d.gl.GL3DViewportView.render3D(GL3DViewportView.java:33)
 at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
 at org.helioviewer.gl3d.gl.GL3DComponentView.display(GL3DComponentView.java:179)
 at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
 at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
 at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
 at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
 at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
 at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
 at sun.awt.RepaintArea.paintComponent(Unknown Source)
 at sun.awt.RepaintArea.paint(Unknown Source)
 at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
 at java.awt.Component.dispatchEventImpl(Unknown Source)
 at java.awt.Component.dispatchEvent(Unknown Source)
 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
 at java.awt.EventQueue.access$200(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
 at java.awt.EventQueue$4.run(Unknown Source)
 at java.awt.EventQueue$4.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.WaitDispatchSupport$2.run(Unknown Source)
 at java.awt.event.InvocationEvent.dispatch(Unknown Source)
 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
 at java.awt.EventQueue.access$200(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.run(Unknown Source)

Revision history for this message
Daniel Mueller (dmueller-esa) wrote : Re: [Bug 1191226] [NEW] Was able to convert stereo images to .jp2 but open bombed
Download full text (94.1 KiB)

Hi Mary,

It seems that you are using a beta version of JHelioviewer 3D that is more than one year old (rev 511). The code has evolved considerably since then: https://code.launchpad.net/~jhelioviewer-dev/jhelioviewer/jhv-3d-wcs
It is currently under development, so you can either compile the latest revision yourself for testing or wait for the next test release, which should be coming out in a few months time.

Thanks,
Daniel

------------------------------------------------------------------------
Dr. Daniel Mueller (<email address hidden>)
Solar Orbiter Project Scientist
European Space Agency/ESTEC (SRE-SM)
P.O. Box 299, 2200 AG Noordwijk, NL
Tel: +31 71 565 4033, Fax: +31 71 565 4697
------------------------------------------------------------------------

On 15. 6.2013, at 9:04 , Mary Deioma wrote:

> Public bug reported:
>
> Uncaught Exception detected.
>
> Configuration:
> JHelioviewer - Version: 2.2.1
> JHelioviewer - Revision: 511
> Java Virtual Machine - Name: Java HotSpot(TM) Client VM
> Java Virtual Machine - Vendor: Oracle Corporation
> Java Virtual Machine - Version: 23.21-b01
> JRE Specification - Version: 1.7
> Operating System - Name: Windows Vista
> Operating System - Architecture: x86
> Operating System - Version: 6.0
>
> Date: Sat Jun 15 07:02:38 GMT 2013
> Thread: Thread[AWT-EventQueue-0,6,main]
> Message: null
>
> Stacktrace:
> java.lang.NullPointerException
> at org.helioviewer.gl3d.scenegraph.GL3DImageGroup.insertImages(GL3DImageGroup.java:79)
> at org.helioviewer.gl3d.gl.GL3DSceneGraphView.addLayersToSceneGraph(GL3DSceneGraphView.java:312)
> at org.helioviewer.gl3d.gl.GL3DSceneGraphView.render3D(GL3DSceneGraphView.java:120)
> at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
> at org.helioviewer.viewmodel.view.opengl.AbstractGLView.renderChild(AbstractGLView.java:50)
> at org.helioviewer.gl3d.gl.GL3DViewportView.render3D(GL3DViewportView.java:33)
> at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
> at org.helioviewer.gl3d.gl.GL3DComponentView.display(GL3DComponentView.java:179)
> at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
> at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
> at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
> at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
> at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
> at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
> at sun.awt.RepaintArea.paintComponent(Unknown Source)
> at sun.awt.RepaintArea.paint(Unknown Source)
> at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
> at java.awt.Component.dispatchEventImpl(Unknown Source)
> at java.awt.Component.dispatchEvent(Unknown Source)
> at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
> at java.awt.EventQueue.access$200(Unknown Source)
> at java.awt.EventQueue$3.run(Unknown Source)
> at java.awt.EventQueue$3.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
> at java.security.ProtectionDomain$1.doInterse...

Revision history for this message
Mary Deioma (mdeioma) wrote : RE: compiling latest version.
Download full text (141.5 KiB)

Thanks Daniel,

I am not a yet coder so I don't know how to "compile the latest version," but since for some unexplainable reason I really want a 3D sun I will have to take a crash course and lean what I need to know. From what I can glean from glancing at the link you provided I can cut and past the revised code into the program. Do I do that into the dos window that opens with the program? Or is it way more complicated than that?

Luckily I have the time. If there is any advice you have along that vein I appreciate it. Thank for all your help.

Mary

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of Daniel Mueller
Sent: Sunday, June 16, 2013 11:54 PM
To: <email address hidden>
Subject: Re: [Bug 1191226] [NEW] Was able to convert stereo images to .jp2 but open bombed

Hi Mary,

It seems that you are using a beta version of JHelioviewer 3D that is more than one year old (rev 511). The code has evolved considerably since then: https://code.launchpad.net/~jhelioviewer-dev/jhelioviewer/jhv-3d-wcs
It is currently under development, so you can either compile the latest revision yourself for testing or wait for the next test release, which should be coming out in a few months time.

Thanks,
Daniel

------------------------------------------------------------------------
Dr. Daniel Mueller (<email address hidden>)
Solar Orbiter Project Scientist
European Space Agency/ESTEC (SRE-SM)
P.O. Box 299, 2200 AG Noordwijk, NL
Tel: +31 71 565 4033, Fax: +31 71 565 4697
------------------------------------------------------------------------

On 15. 6.2013, at 9:04 , Mary Deioma wrote:

> Public bug reported:
>
> Uncaught Exception detected.
>
> Configuration:
> JHelioviewer - Version: 2.2.1
> JHelioviewer - Revision: 511
> Java Virtual Machine - Name: Java HotSpot(TM) Client VM
> Java Virtual Machine - Vendor: Oracle Corporation
> Java Virtual Machine - Version: 23.21-b01
> JRE Specification - Version: 1.7
> Operating System - Name: Windows Vista
> Operating System - Architecture: x86
> Operating System - Version: 6.0
>
> Date: Sat Jun 15 07:02:38 GMT 2013
> Thread: Thread[AWT-EventQueue-0,6,main]
> Message: null
>
> Stacktrace:
> java.lang.NullPointerException
> at org.helioviewer.gl3d.scenegraph.GL3DImageGroup.insertImages(GL3DImageGroup.java:79)
> at org.helioviewer.gl3d.gl.GL3DSceneGraphView.addLayersToSceneGraph(GL3DSceneGraphView.java:312)
> at org.helioviewer.gl3d.gl.GL3DSceneGraphView.render3D(GL3DSceneGraphView.java:120)
> at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
> at org.helioviewer.viewmodel.view.opengl.AbstractGLView.renderChild(AbstractGLView.java:50)
> at org.helioviewer.gl3d.gl.GL3DViewportView.render3D(GL3DViewportView.java:33)
> at org.helioviewer.gl3d.gl.AbstractGL3DView.renderGL(AbstractGL3DView.java:19)
> at org.helioviewer.gl3d.gl.GL3DComponentView.display(GL3DComponentView.java:179)
> at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
> at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
> at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
> at javax.media.opengl.GLCanvas.maybeDoSingleThre...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.