Menu

#61 Cannot import gpx files

closed-fixed
nobody
None
5
2012-03-22
2012-03-19
sliwowitz
No

I updated MyTourbook to version 12.1.1. After startup, it performed database version update. Now, I cannot import new tours from .gpx files. Those used to work without any problems.

If I click on Tour import, it opens the file selection dialog. I choose a file and nothing happens. Error log shows:

java.lang.AbstractMethodError: net.tourbook.importdata.TourbookDevice.processDeviceData(Ljava/lang/String;Lnet/tourbook/importdata/DeviceData;Ljava/util/HashMap;Ljava/util/HashMap;)Z
at net.tourbook.importdata.RawDataManager.importRawData10(RawDataManager.java:1125)
at net.tourbook.importdata.RawDataManager.access$6(RawDataManager.java:1076)
at net.tourbook.importdata.RawDataManager$6.run(RawDataManager.java:990)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
at net.tourbook.importdata.RawDataManager.importRawData(RawDataManager.java:949)
at net.tourbook.importdata.RawDataManager$3.run(RawDataManager.java:332)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

This is a Linux 64bit version, running on Sun JDK 1.6.0.29. Session data from error console:

eclipse.buildId=unknown
java.version=1.6.0_29
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Command-line arguments: -os linux -ws gtk -arch x86_64

Discussion

  • sliwowitz

    sliwowitz - 2012-03-19

    sample file

     
  • Wolfgang ch

    Wolfgang ch - 2012-03-20

    I could import the gpx file with my Win7 installation without problems.

    Current version is 12.1.2

    Have you tried to install the application in a new location and do the import?

     
  • sliwowitz

    sliwowitz - 2012-03-20

    Ohh, thanks for the tip. I use several eclipse based IDEs and always update by installing to new location. I don't know why I didn't try that with My Tourbook. Installing into blank direcotry fixed this.

     
  • Wolfgang ch

    Wolfgang ch - 2012-03-22
    • status: open --> closed-fixed