You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Running transxchange2GTFS for Edinburgh, UK data
(other data not analysed) sourced from traveline.info
sample file attached to this issue
2. Reported exception:
Exception in thread "main" java.lang.NullPointerException
at java.lang.StringBuffer.<init>(Unknown Source)
at transxchange2GoogleTransitHandler.ValueList.addValue(ValueList.java:26)
at transxchange2GoogleTransitHandler.TransxchangeCalendar.calendarDuplicateService(TransxchangeCalendar.java:565
)
at transxchange2GoogleTransitHandler.TransxchangeTrips$1TripStructure.createTripStructure(TransxchangeTrips.java
:228)
at transxchange2GoogleTransitHandler.TransxchangeTrips.endElement(TransxchangeTrips.java:280)
at transxchange2GoogleTransitHandler.TransxchangeHandlerEngine.endElement(TransxchangeHandlerEngine.java:343)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Sou
rce)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at transxchange2GoogleTransitHandler.TransxchangeHandler.parse(TransxchangeHandler.java:164)
at Transxchange2GoogleTransit.main(Transxchange2GoogleTransit.java:107)
3. removing 'DaysOfNonOperation' branch helped
I am using version 1.7.5 on windows 7
Original issue reported on code.google.com by [email protected] on 28 May 2012 at 5:04
I am looking into this now. There is definitely a problem with the service
exceptions running from the year 1900 to 2012 and from 2050 to 9999 in
combination with the indefinite service. This creates an excessive amount of
records in the calendar_dates.txt file.
There is also a problem with the definition of the Bank Holidays. It is empty;
it needs to be eliminated completely.
This is not the full story yet, but certainly needs to be changes at the data
source.
Original issue reported on code.google.com by
[email protected]
on 28 May 2012 at 5:04Attachments:
The text was updated successfully, but these errors were encountered: