Board index FlightGear Support Tools OpenRadar

SKBO Bogota error

OpenRadar is a standalone radar screen which connects to the FlightGear multiplayer servers. It is currently being developed.

SKBO Bogota error

Postby Michat » Wed Aug 14, 2013 11:08 pm

HI I have this error loading SKBO Bogotá
Code: Select all
C:\fg\OpenRadar>java -jar OpenRadar.jar
java.lang.NullPointerException
        at de.knewcleus.openradar.gui.setup.AirportData.getLon(AirportData.java:
159)
        at de.knewcleus.openradar.gui.radar.RadarMapPanel.<init>(RadarMapPanel.j
ava:144)
        at de.knewcleus.openradar.gui.radar.RadarPanel.initComponents(RadarPanel
.java:123)
        at de.knewcleus.openradar.gui.radar.RadarPanel.<init>(RadarPanel.java:11
3)
        at de.knewcleus.openradar.gui.MainFrame.initComponents(MainFrame.java:11
0)
        at de.knewcleus.openradar.gui.MainFrame.<init>(MainFrame.java:70)
        at de.knewcleus.openradar.gui.GuiMasterController.start(GuiMasterControl
ler.java:127)
        at de.knewcleus.openradar.gui.setup.SetupController.startApplication(Set
upController.java:278)
        at de.knewcleus.openradar.gui.setup.SetupController.access$4(SetupContro
ller.java:273)
        at de.knewcleus.openradar.gui.setup.SetupController$SetupActionListener.
actionPerformed(SetupController.java:165)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.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 Sour
ce)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        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 Sour
ce)
        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)
User avatar
Michat
 
Posts: 1229
Joined: Mon Jan 25, 2010 7:24 pm
Location: Spain
Version: 191b
OS: MX 21 Fluxbox oniMac

Re: SKBO Bogota error

Postby wagnerw » Sun Sep 01, 2013 9:21 am

Hello Michat,
Does it appear after initial download of the airport, or when you start it as an existing airport? Does it appear all the time?
Wolfram
wagnerw
 
Posts: 283
Joined: Tue Nov 06, 2012 9:35 pm
Callsign: D-W794

Re: SKBO Bogota error

Postby Michat » Sun Sep 01, 2013 5:51 pm

Hi wagnerw.

It seems that happened after download airport, when I pressed start after download SKBO. I tried several times with the same error.

However, now I've removed SKBO from OpenRadar/Data . Now I get this new error, when land class is loading:

Code: Select all

C:\fg\OpenRadar>java -jar openradar.jar
java.lang.IllegalStateException: v0_stream.shp not found in data\SKBO\v0_stream.
zip
        at de.knewcleus.fgfs.geodata.shapefile.ZippedShapefileLayer.getZipArchiv
eFileInputStream(ZippedShapefileLayer.java:166)
        at de.knewcleus.fgfs.geodata.shapefile.ZippedShapefileLayer.<init>(Zippe
dShapefileLayer.java:77)
        at de.knewcleus.openradar.gui.radar.RadarMapPanel.setup(RadarMapPanel.ja
va:238)
        at de.knewcleus.openradar.gui.GuiMasterController.start(GuiMasterControl
ler.java:133)
        at de.knewcleus.openradar.gui.setup.SetupController.startApplication(Set
upController.java:278)
        at de.knewcleus.openradar.gui.setup.SetupController.access$4(SetupContro
ller.java:273)
        at de.knewcleus.openradar.gui.setup.SetupController$SetupActionListener.
actionPerformed(SetupController.java:165)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.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 Sour
ce)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        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 Sour
ce)
        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)


Thanks for your assistance.
User avatar
Michat
 
Posts: 1229
Joined: Mon Jan 25, 2010 7:24 pm
Location: Spain
Version: 191b
OS: MX 21 Fluxbox oniMac

Re: SKBO Bogota error

Postby wagnerw » Tue Sep 03, 2013 8:47 pm

Hi,
Seems like your last download attempt failed. The zipped archive will not contain the layer files...
Please delete the airport directory and try again...

The download server is in a process of constant improvement. Unfortunally, there have been some issues lately... In future, Flightgear scenery and OpenRadar will change to a new datasource delivered by our mapserver, that is much more exact and delivers much more details. I look forward to fly in this new environment. Many thanks to the guys from the mapserver team working for that in the background!

Wolfram
wagnerw
 
Posts: 283
Joined: Tue Nov 06, 2012 9:35 pm
Callsign: D-W794

Re: SKBO Bogota error

Postby Michat » Tue Sep 03, 2013 11:36 pm

Howdy
I deleted SKBO from DATA folder and tried again but with same error.

Great new about, Flightgear scenery and OpenRadar will change to a new datasource delivered by our mapserver, that is much more exact and delivers much more details.

I look forward to fly in this new environment too.

Thanks all FG'ers.
User avatar
Michat
 
Posts: 1229
Joined: Mon Jan 25, 2010 7:24 pm
Location: Spain
Version: 191b
OS: MX 21 Fluxbox oniMac

Re: SKBO Bogota error

Postby wagnerw » Sat Sep 14, 2013 8:56 am

I could verify this error. The mapserver delivers an empty stream layer file. Please deactivate the STREAM layer in Options-Tweak and OR will work. Guess this has to do with the improvements to the maps.
Wolfram
wagnerw
 
Posts: 283
Joined: Tue Nov 06, 2012 9:35 pm
Callsign: D-W794

Re: SKBO Bogota error

Postby wagnerw » Sun Sep 15, 2013 3:22 pm

I have added some code to be tollerant to download errors for not so important layers. OR will start anyway...
wagnerw
 
Posts: 283
Joined: Tue Nov 06, 2012 9:35 pm
Callsign: D-W794


Return to OpenRadar

Who is online

Users browsing this forum: No registered users and 4 guests