Started by upstream project "autoplot-all" build number 8498 originally caused by: Started by timer Running as SYSTEM Building in workspace /var/local/jenkins/workspace/autoplot-test100 [autoplot-test100] $ /bin/sh -xe /usr/local/apache-tomcat-8.0.27/temp/jenkins1012480701570943254.sh + svn co https://svn.code.sf.net/p/autoplot/code/autoplot/trunk/ autoplot U autoplot/Autoplot/src/index.html U autoplot/Autoplot/src/screen.png U autoplot/JythonSupport/src/org/autoplot/jythonsupport/PyQDataSet.java U autoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.java U autoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java U autoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java Checked out revision 27785. + cd autoplot + pwd + echo pwd: , /var/local/jenkins/workspace/autoplot-test100/autoplot pwd: , /var/local/jenkins/workspace/autoplot-test100/autoplot + [ -d das2java ] + cd das2java + git pull From https://github.com/das-developers/das2java a9e31ff17..8e28d39ff main -> origin/main Updating a9e31ff17..8e28d39ff Fast-forward QDataSet/src/org/das2/qds/DataSetUtil.java | 47 ++++++++++++++++++++++ QDataSet/src/org/das2/qds/SemanticOps.java | 6 +++ QDataSet/src/org/das2/qds/buffer/AsciiDataSet.java | 25 ++++++++---- dasCore/src/org/das2/graph/DasCanvas.java | 1 + 4 files changed, 72 insertions(+), 7 deletions(-) + cd .. + export JAVA_HOME=/usr/local/jdk1.8 + [ -s /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml ] + echo ==================== ==================== + echo empty bookmarks file: /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml empty bookmarks file: /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml + echo rm file... rm file... + echo ==================== ==================== + rm -f /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml + cd .. + JAR=../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar + echo The present working directory: The present working directory: + pwd /var/local/jenkins/workspace/autoplot-test100 + ls -l ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar -rw-r--r-- 1 tomcat staff 52217353 Oct 2 12:55 ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar + rm -fr test100_Test_005_URISwitching.demo007.png test100_Test_005_URISwitching.demo012.png test100_Test_022_ContextOverview.001.png test100_Test_022_ContextOverview.002.png test100_Test_031_MultiPanelPlot.png test100_Test_034_TimeSeriesBrowse.001.png test100_Test_037_ZoomPan.001.png test100_Test_037_ZoomPan.002.png test100_Test_037_ZoomPan.003.png test100_Test_038_CopyPlotElementsDown.png test100_Test_039_OperationsCacheReset.png test100_Test_042_TwoTsb.png test100_Test_042_TwoTsb_2.png test100_Test_042_TwoTsb_3.png test100_Test_042_TwoTsb_4.png test100_Test_051_HanningFilter.png test100_Test_052_FocusSwitching.png test100_Test_052_FocusSwitching_Screen.png test100_Test_100_Demo1423.png + rm -fr Test_022_ContextOverview.000.vap Test_031_MultiPanelPlot.vap Test_038_CopyPlotElementsDown.vap Test_039_OperationsCacheReset.vap Test_042_TwoTsb Test_042_TwoTsb.vap Test_042_TwoTsb_2.vap Test_042_TwoTsb_3.vap Test_042_TwoTsb_4.vap Test_051_HanningFilter.vap Test_052_FocusSwitching.vap + rm -fr diffs* + echo == make jar == == make jar == + /home/jbf/local/apache-ant-1.9.4/bin/ant -Dplatforms.JDK_1.8.home=/usr/local/jdk1.8/ -q -f autoplot/VATesting/build.xml -lib autoplot/APLibs/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar jar + echo done make jar... done make jar... + DISPLAY=spot8:2 + export DISPLAY + echo ================================================================= ================================================================= + echo /home/tomcat/autoplot_data/ /home/tomcat/autoplot_data/ + echo ================================================================= ================================================================= + echo == run test == == run test == + pwd /var/local/jenkins/workspace/autoplot-test100 + ls -l ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar -rw-r--r-- 1 tomcat staff 52217353 Oct 2 12:55 ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar + ls -l autoplot/VATesting/dist/VATesting.jar -rw-r--r-- 1 tomcat staff 153658 Feb 9 2024 autoplot/VATesting/dist/VATesting.jar + JAVA_VM_ARGS=-DenableResponseMonitor=true + CP=-cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar + printf \n\n=== test.Test_000_Init ===\n === test.Test_000_Init === + /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_000_Init Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Reproduce user actions through event queue. Use event dispatching to reproduce user actions Shortcut test events Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Executed test org.autoplot.test.Test_000_Init Test org.autoplot.test.Test_000_Init has been started Trace: Start to wait action "Test org.autoplot.test.Test_000_Init finished" Oct 02, 2024 12:55:54 PM org.autoplot.AutoplotUtil disableCertificates INFO: disabling HTTP certificate checks. ready in just a few seconds... org.netbeans.jemmy.TestCompletedException: Test passed at org.netbeans.jemmy.Test.closeDown(Test.java:133) at org.netbeans.jemmy.Test.launch(Test.java:360) at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319) at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276) Trace: "Test org.autoplot.test.Test_000_Init finished" action has been produced in 2372 milliseconds with result : 0 + printf \n\n=== test.Test_005_URISwitching ===\n === test.Test_005_URISwitching === + /usr/local/jdk1.8/bin/java -Djava.util.logging.config.file=/home/jbf/ct/hudson/logging.properties -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_005_URISwitching Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Reproduce user actions through event queue. Use event dispatching to reproduce user actions Shortcut test events Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Executed test org.autoplot.test.Test_005_URISwitching Test org.autoplot.test.Test_005_URISwitching has been started Trace: Start to wait action "Test org.autoplot.test.Test_005_URISwitching finished" handlers: [Ljava.util.logging.Handler;@32d6739b #logging started at 2 Oct 2024 17:55:56 GMT 0.000 autoplot.dom.pec: plotElementListener: dataSourceFilterId ->data_0 0.005 autoplot.dom.pec: plotElement_0.setResetPlotElement(true) 0.005 autoplot.dom.pec: plotElement_0.setResetRanges(true) 0.007 autoplot.dom.pec: plotElementListener: renderType null->series 0.007 autoplot.dom.pec: postOpsDataSet: null 0.007 autoplot.dom.pec: setDataSetInternal null 0.023 autoplot.dom.pec: ENTRY PlotElementController.setRenderer 0.034 autoplot.dom.pec: RETURN PlotElementController.setRenderer 0.085 autoplot.gui: disabling HTTP certificate checks. ready in just a few seconds... 3.019 autoplot.dom.pec: plotElement_0.setResetPlotElement(true) 3.020 autoplot.dom.pec: plotElement_0.setResetRanges(true) 3.210 das2.filesystem.http.util: URL http://autoplot.org/data/hsi_qlimg_5050601_001.fits permanently moved to https://autoplot.org/data/hsi_qlimg_5050601_001.fits 3.677 autoplot.dom.pec: enter fillDataSetListener propertyChange 3.677 autoplot.dom.pec: plotElement_0 got new dataset: dataset[bundle=6,axis1=64,axis0=64] (dimensionless) resetComponent=true resetPele=true resetRanges=true 3.677 autoplot.dom.pec: updateDataSetImmediately: plotElement_0 series 3.678 autoplot.dom.pec: resetPlotElement: true 3.678 autoplot.dom.pec: resetRanges: true 3.678 autoplot.dom.pec: resetRenderType: false 3.678 autoplot.dom.pec: component: 3.678 autoplot.dom.pec: dataSet: dataset[bundle=6,axis1=64,axis0=64] (dimensionless) 3.711 autoplot.dom.pec: resetPlotElement(dataset[bundle=6,axis1=64,axis0=64] (dimensionless) spectrogram) ele=plotElement_0 3.712 autoplot.dom.pec: plotElement_0.setResetPlotElement(false) 3.712 autoplot.dom.pec: plotElementListener: component ->|slice0(2) 3.716 autoplot.dom.pec: component property change requires we reset render and dimensions: ->|slice0(2) 3.716 autoplot.dom.pec: plotElement_0.setResetPlotElement(true) 3.716 autoplot.dom.pec: plotElement_0.setResetRanges(true) 3.717 autoplot.dom.pec: plotElementListener: renderType null->spectrogram 3.717 autoplot.dom.pec: updateDataSetImmediately: plotElement_0 spectrogram 3.717 autoplot.dom.pec: resetPlotElement: true 3.717 autoplot.dom.pec: resetRanges: true 3.717 autoplot.dom.pec: resetRenderType: false 3.717 autoplot.dom.pec: component: |slice0(2) 3.718 autoplot.dom.pec: dataSet: dataset[bundle=6,axis1=64,axis0=64] (dimensionless) 3.718 autoplot.dom.pec: component=|slice0(2) 3.755 autoplot.dom.pec: ENTRY PlotElementController.setRenderer 3.759 autoplot.dom.pec: RETURN PlotElementController.setRenderer 3.845 autoplot.dom.pec: plotElement_0.setResetPlotElement(false) 3.845 autoplot.dom.pec: component=|slice0(2) 3.854 autoplot.dom.pec: postOpsDataSet: dataset[axis1=64,axis0=64] (dimensionless) 3.854 autoplot.dom.pec: setDataSetInternal dataset[axis1=64,axis0=64] (dimensionless) 3.874 autoplot.dom.pec: resetPlotElement(dataset[axis1=64,axis0=64] (dimensionless) spectrogram) ele=plotElement_0 3.875 autoplot.dom.pec: plotElementListener: renderType null->spectrogram 3.875 autoplot.dom.pec: plotElement_0.setResetPlotElement(false) 3.875 autoplot.dom.pec: renderType: spectrogram 3.876 autoplot.dom.pec: doResetRanges for data_0 (vap+fits:http://autoplot.org/data/hsi_qlimg_5050601_001.fits) controller 3.876 autoplot.dom.pec: component=|slice0(2) 3.878 autoplot.dom.pec: doAutoranging 3.878 autoplot.dom.pec: doAutoranging for spectrogram 3.890 autoplot.dom.pec: desc.range=-0.12361022047698497 to 0.63129 3.891 autoplot.dom.pec: xdesc.range=-174.74009999999998 to 39.760 3.892 autoplot.dom.pec: ydesc.range=-4.25 to 67.25 3.892 autoplot.dom.pec: xaxis.isAutoRange=true 3.892 autoplot.dom.pec: done, autorange x:-174.74009999999998 to 39.760, y:-4.25 to 67.25 4.434 das2.filesystem.http.util: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml turning off default log, look for messages in console tab. org.netbeans.jemmy.TestCompletedException: Test passed at org.netbeans.jemmy.Test.closeDown(Test.java:133) at org.netbeans.jemmy.Test.launch(Test.java:360) at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319) at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276) Trace: "Test org.autoplot.test.Test_005_URISwitching finished" action has been produced in 8071 milliseconds with result : 0 + printf \n\n=== test.Test_037_ZoomPan ===\n === test.Test_037_ZoomPan === + /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_037_ZoomPan Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Reproduce user actions through event queue. Use event dispatching to reproduce user actions Shortcut test events Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Executed test org.autoplot.test.Test_037_ZoomPan Test org.autoplot.test.Test_037_ZoomPan has been started Trace: Start to wait action "Test org.autoplot.test.Test_037_ZoomPan finished" Oct 02, 2024 12:56:05 PM org.autoplot.AutoplotUtil disableCertificates INFO: disabling HTTP certificate checks. ready in just a few seconds... org.netbeans.jemmy.TestCompletedException: Test passed at org.netbeans.jemmy.Test.closeDown(Test.java:133) at org.netbeans.jemmy.Test.launch(Test.java:360) at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319) at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276) Trace: "Test org.autoplot.test.Test_037_ZoomPan finished" action has been produced in 4441 milliseconds with result : 0 + printf \n\n=== test.Test_022_ContextOverview ===\n === test.Test_022_ContextOverview === + /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_022_ContextOverview Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Reproduce user actions through event queue. Use event dispatching to reproduce user actions Shortcut test events Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Executed test org.autoplot.test.Test_022_ContextOverview Test org.autoplot.test.Test_022_ContextOverview has been started Trace: Start to wait action "Test org.autoplot.test.Test_022_ContextOverview finished" Oct 02, 2024 12:56:09 PM org.autoplot.AutoplotUtil disableCertificates INFO: disabling HTTP certificate checks. ready in just a few seconds... Oct 02, 2024 12:56:14 PM org.das2.util.filesystem.HttpUtil checkRedirect INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml turning off default log, look for messages in console tab. here line 52 here line 54 here line 59 here line 61 after wait, data loaded. 2005-12-31 23:00 to 2006-01-02 01:00 rescale to 2006-01-01 4:12 to 19:48 *sys-package-mgr*: processing modified jar, '/var/local/jenkins/workspace/autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar' = Bindings (13)= plot_0.colortable to style_0.colortable (plot_0) app_0.timeRange to xaxis_0.range (app_0) plot_0.colortable to style_1.colortable (plot_0) plot_0.colortable to style_2.colortable (plot_0) plot_0.colortable to style_3.colortable (plot_0) plot_1.colortable to style_4.colortable (plot_1) plot_1.colortable to style_5.colortable (plot_1) plot_1.colortable to style_6.colortable (plot_1) plot_1.colortable to style_7.colortable (plot_1) yaxis_0.log to yaxis_1.log (yaxis_0) zaxis_0.range to zaxis_1.range (zaxis_0) zaxis_0.log to zaxis_1.log (zaxis_0) zaxis_0.label to zaxis_1.label (zaxis_0) org.netbeans.jemmy.TestCompletedException: Test passed at org.netbeans.jemmy.Test.closeDown(Test.java:133) at org.netbeans.jemmy.Test.launch(Test.java:360) at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319) at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276) Trace: "Test org.autoplot.test.Test_022_ContextOverview finished" action has been produced in 18966 milliseconds with result : 0 + printf \n\n=== test.Test_031_MultiPanelPlot ===\n === test.Test_031_MultiPanelPlot === + /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_031_MultiPanelPlot Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Reproduce user actions through event queue. Use event dispatching to reproduce user actions Shortcut test events Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Executed test org.autoplot.test.Test_031_MultiPanelPlot Test org.autoplot.test.Test_031_MultiPanelPlot has been started Trace: Start to wait action "Test org.autoplot.test.Test_031_MultiPanelPlot finished" Oct 02, 2024 12:56:29 PM org.autoplot.AutoplotUtil disableCertificates INFO: disabling HTTP certificate checks. ready in just a few seconds... here line 55 here line 59 here line 63 Oct 02, 2024 12:56:33 PM org.das2.util.filesystem.HttpUtil checkRedirect INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml here line 76 javax.swing.JPanel[,1,1,327x369,layout=org.jdesktop.layout.GroupLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.TitledBorder@2eac22f3,flags=9,maximumSize=,minimumSize=java.awt.Dimension[width=230,height=230],preferredSize=] clickPoint: javax.swing.JPanel[,1,1,327x369,layout=org.jdesktop.layout.GroupLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.TitledBorder@2eac22f3,flags=9,maximumSize=,minimumSize=java.awt.Dimension[width=230,height=230],preferredSize=] here line 88 turning off default log, look for messages in console tab. ***** clickPoint AHP= X:71 Y:9 org.netbeans.jemmy.TestCompletedException: Test passed at org.netbeans.jemmy.Test.closeDown(Test.java:133) at org.netbeans.jemmy.Test.launch(Test.java:360) at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319) at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276) Trace: "Test org.autoplot.test.Test_031_MultiPanelPlot finished" action has been produced in 17619 milliseconds with result : 0 + printf OKAY first time\n OKAY first time + printf \n\n=== test.Test_034_TimeSeriesBrowse ===\n === test.Test_034_TimeSeriesBrowse === + /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_034_TimeSeriesBrowse Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Reproduce user actions through event queue. Use event dispatching to reproduce user actions Shortcut test events Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer Executed test org.autoplot.test.Test_034_TimeSeriesBrowse Test org.autoplot.test.Test_034_TimeSeriesBrowse has been started Trace: Start to wait action "Test org.autoplot.test.Test_034_TimeSeriesBrowse finished" Oct 02, 2024 12:56:47 PM org.autoplot.AutoplotUtil disableCertificates INFO: disabling HTTP certificate checks. ready in just a few seconds... 1: 0.0 to 100.0 TODO: There should be a way to make sure the app has received the update. Oct 02, 2024 12:56:50 PM org.autoplot.aggregator.AggregatingDataSourceFactory reject SEVERE: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/$Y/po_h0_hyd_$Y$m$d_v01.cdf?ELECTRON_DIFFERENTIAL_ENERGY_FLUX&timerange=20000109 java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/ at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.das2.util.filesystem.HttpFileSystem.doTryDownload(HttpFileSystem.java:415) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:604) at org.das2.util.filesystem.HttpFileSystem.downloadFile(HttpFileSystem.java:671) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:902) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:1066) at org.das2.fsm.FileStorageModel.getNamesFor(FileStorageModel.java:639) at org.das2.fsm.FileStorageModel.getNamesFor(FileStorageModel.java:598) at org.das2.fsm.FileStorageModel.getBestNamesFor(FileStorageModel.java:561) at org.autoplot.aggregator.AggregatingDataSourceFactory.getDelegateDataSourceFactoryUri(AggregatingDataSourceFactory.java:298) at org.autoplot.aggregator.AggregatingDataSourceFactory.reject(AggregatingDataSourceFactory.java:412) at org.autoplot.datasource.DataSetSelector.maybePlotImmediatelyOffEvent(DataSetSelector.java:486) at org.autoplot.datasource.DataSetSelector.access$500(DataSetSelector.java:111) at org.autoplot.datasource.DataSetSelector$6.run(DataSetSelector.java:593) at org.das2.system.RequestProcessor$Runner.run(RequestProcessor.java:253) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) at org.das2.util.filesystem.HttpUtil.checkRedirect(HttpUtil.java:231) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:585) ... 13 more Oct 02, 2024 12:56:51 PM org.autoplot.AutoplotUI setStatus SEVERE: error: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/ java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/ at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.das2.util.filesystem.HttpFileSystem.doTryDownload(HttpFileSystem.java:415) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:604) at org.das2.util.filesystem.HttpFileSystem.downloadFile(HttpFileSystem.java:671) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:902) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:1066) at org.das2.fsm.FileStorageModel.getNamesFor(FileStorageModel.java:639) at org.das2.fsm.FileStorageModel.getNamesFor(FileStorageModel.java:598) at org.das2.fsm.FileStorageModel.getBestNamesFor(FileStorageModel.java:561) at org.autoplot.aggregator.AggregatingDataSource.getDataSet(AggregatingDataSource.java:397) at org.autoplot.aggregator.AggregatingDataSource.getDataSet(AggregatingDataSource.java:372) at org.autoplot.dom.DataSourceController.loadDataSet(DataSourceController.java:1855) at org.autoplot.dom.DataSourceController.updateImmediately(DataSourceController.java:1450) at org.autoplot.dom.DataSourceController.access$1300(DataSourceController.java:65) at org.autoplot.dom.DataSourceController$11.run(DataSourceController.java:1549) at org.das2.system.RequestProcessor$Runner.run(RequestProcessor.java:253) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) at org.das2.util.filesystem.HttpUtil.checkRedirect(HttpUtil.java:231) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:585) ... 14 more Oct 02, 2024 12:56:51 PM org.autoplot.dom.DataSourceController handleException WARNING: model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@14b9e02e Oct 02, 2024 12:56:51 PM org.das2.util.filesystem.HttpUtil checkRedirect INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml 2: 2000-01-09 3: 2000-01-09 4: 2000-01-10 Oct 02, 2024 12:56:51 PM org.autoplot.datasource.DataSourceEditorPanelUtil getDataSourceEditorPanel WARNING: null java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/ at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.das2.util.filesystem.HttpFileSystem.doTryDownload(HttpFileSystem.java:415) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:604) at org.das2.util.filesystem.HttpFileSystem.downloadFile(HttpFileSystem.java:671) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:902) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:1066) at org.das2.fsm.FileStorageModel.getNamesFor(FileStorageModel.java:639) at org.das2.fsm.FileStorageModel.getNamesFor(FileStorageModel.java:598) at org.das2.fsm.FileStorageModel.getBestNamesFor(FileStorageModel.java:561) at org.autoplot.aggregator.AggregatingDataSourceFactory.getDelegateDataSourceFactoryUri(AggregatingDataSourceFactory.java:298) at org.autoplot.datasource.DataSourceEditorPanelUtil.getDataSourceEditorPanel(DataSourceEditorPanelUtil.java:105) at org.autoplot.datasource.DataSourceEditorPanelUtil.getDataSourceEditorPanel(DataSourceEditorPanelUtil.java:65) at org.autoplot.datasource.DataSetSelector.browseSourceType(DataSetSelector.java:795) at org.autoplot.datasource.DataSetSelector.browseSourceType(DataSetSelector.java:765) at org.autoplot.datasource.DataSetSelector.inspectButtonActionPerformed(DataSetSelector.java:1876) at org.autoplot.datasource.DataSetSelector.access$2400(DataSetSelector.java:111) at org.autoplot.datasource.DataSetSelector$27.actionPerformed(DataSetSelector.java:1760) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) at java.awt.Component.processMouseEvent(Component.java:6539) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6304) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:733) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at org.netbeans.jemmy.QueueTool$JemmyQueue.shortcutEvent(QueueTool.java:581) at org.netbeans.jemmy.QueueTool.shortcutEvent(QueueTool.java:144) at org.netbeans.jemmy.QueueTool.processEvent(QueueTool.java:124) at org.netbeans.jemmy.drivers.input.EventDriver.dispatchEvent(EventDriver.java:74) at org.netbeans.jemmy.drivers.input.MouseEventDriver.dispatchEvent(MouseEventDriver.java:170) at org.netbeans.jemmy.drivers.input.MouseEventDriver.clickMouse(MouseEventDriver.java:107) at org.netbeans.jemmy.operators.ComponentOperator$2.launch(ComponentOperator.java:440) at org.netbeans.jemmy.QueueTool.invokeSmoothly(QueueTool.java:347) at org.netbeans.jemmy.operators.ComponentOperator.clickMouse(ComponentOperator.java:438) at org.netbeans.jemmy.operators.ComponentOperator.clickMouse(ComponentOperator.java:457) at org.netbeans.jemmy.operators.ComponentOperator.clickMouse(ComponentOperator.java:469) at org.netbeans.jemmy.operators.ComponentOperator$3.launch(ComponentOperator.java:618) at org.netbeans.jemmy.QueueTool$QueueAction.run(QueueTool.java:541) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at org.netbeans.jemmy.QueueTool$JemmyQueue.dispatchEvent(QueueTool.java:588) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) at org.das2.util.filesystem.HttpUtil.checkRedirect(HttpUtil.java:231) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:585) ... 67 more Oct 02, 2024 12:56:52 PM org.autoplot.datasource.DataSetSelector browseSourceType SEVERE: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/2000/ java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/2000/ at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.das2.util.filesystem.HttpFileSystem.doTryDownload(HttpFileSystem.java:415) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:604) at org.das2.util.filesystem.HttpFileSystem.downloadFile(HttpFileSystem.java:671) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:902) at org.das2.util.filesystem.HttpFileSystem.listDirectory(HttpFileSystem.java:1066) at org.das2.fsm.FileStorageModel.getNamesFor(FileStorageModel.java:639) at org.das2.fsm.FileStorageModel.getBestNamesFor(FileStorageModel.java:561) at org.autoplot.aggregator.AggregatingDataSourceFactory.getDelegateDataSourceFactoryUri(AggregatingDataSourceFactory.java:298) at org.autoplot.aggregator.AggregatingDataSourceEditorPanel.reject(AggregatingDataSourceEditorPanel.java:509) at org.autoplot.datasource.DataSetSelector.browseSourceType(DataSetSelector.java:796) at org.autoplot.datasource.DataSetSelector.browseSourceType(DataSetSelector.java:765) at org.autoplot.datasource.DataSetSelector.inspectButtonActionPerformed(DataSetSelector.java:1876) at org.autoplot.datasource.DataSetSelector.access$2400(DataSetSelector.java:111) at org.autoplot.datasource.DataSetSelector$27.actionPerformed(DataSetSelector.java:1760) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) at java.awt.Component.processMouseEvent(Component.java:6539) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6304) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:733) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at org.netbeans.jemmy.QueueTool$JemmyQueue.shortcutEvent(QueueTool.java:581) at org.netbeans.jemmy.QueueTool.shortcutEvent(QueueTool.java:144) at org.netbeans.jemmy.QueueTool.processEvent(QueueTool.java:124) at org.netbeans.jemmy.drivers.input.EventDriver.dispatchEvent(EventDriver.java:74) at org.netbeans.jemmy.drivers.input.MouseEventDriver.dispatchEvent(MouseEventDriver.java:170) at org.netbeans.jemmy.drivers.input.MouseEventDriver.clickMouse(MouseEventDriver.java:107) at org.netbeans.jemmy.operators.ComponentOperator$2.launch(ComponentOperator.java:440) at org.netbeans.jemmy.QueueTool.invokeSmoothly(QueueTool.java:347) at org.netbeans.jemmy.operators.ComponentOperator.clickMouse(ComponentOperator.java:438) at org.netbeans.jemmy.operators.ComponentOperator.clickMouse(ComponentOperator.java:457) at org.netbeans.jemmy.operators.ComponentOperator.clickMouse(ComponentOperator.java:469) at org.netbeans.jemmy.operators.ComponentOperator$3.launch(ComponentOperator.java:618) at org.netbeans.jemmy.QueueTool$QueueAction.run(QueueTool.java:541) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at org.netbeans.jemmy.QueueTool$JemmyQueue.dispatchEvent(QueueTool.java:588) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/2000/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) at org.das2.util.filesystem.HttpUtil.checkRedirect(HttpUtil.java:231) at org.das2.util.filesystem.HttpFileSystem.doDownload(HttpFileSystem.java:585) ... 65 more turning off default log, look for messages in console tab. runtime exception: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdaweb.gsfc.nasa.gov/istp_public/data/polar/hydra/hyd_h0/2008/ Regex in Text Or Title or Component Name org.netbeans.jemmy.TestCompletedException: Test failed with status -1 Test failed with status -1 at org.netbeans.jemmy.Test.closeDown(Test.java:135) at org.netbeans.jemmy.Test.launch(Test.java:360) at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319) at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276) Trace: "Test org.autoplot.test.Test_034_TimeSeriesBrowse finished" action has been produced in 65835 milliseconds with result : -1 Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE