Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Bus route is empty with a valid GTFS #32

Open
narrami opened this issue Dec 11, 2017 · 1 comment
Open

Bus route is empty with a valid GTFS #32

narrami opened this issue Dec 11, 2017 · 1 comment
Labels

Comments

@narrami
Copy link

narrami commented Dec 11, 2017

Hello

GTFS_Temp1.zip
With a valid GTFS (attached here) , i have this issue : Bus route is empty

image
image

Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: edu.usf.cutr.go_sync.object.Stop cannot be cast to edu.usf.cutr.go_sync.object.Route
at edu.usf.cutr.go_sync.gui.ReportViewer.gtfsMembersRadioButtonActionPerformed(ReportViewer.java:2616)
at edu.usf.cutr.go_sync.gui.ReportViewer.access$2800(ReportViewer.java:85)
at edu.usf.cutr.go_sync.gui.ReportViewer$30.actionPerformed(ReportViewer.java:2016)
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.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
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$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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)

Thank you in advance
best regard

@barbeau barbeau added the bug label Dec 11, 2017
@reubot
Copy link
Contributor

reubot commented Mar 27, 2018

I think this occurs because route/stop correlation only uses existing stops.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants