Modify

Opened 4 years ago

Last modified 3 years ago

#19518 new defect

Reproduced 19359 in Flatpak version

Reported by: faradidlioma_81@… Owned by: Don-vip
Priority: normal Milestone:
Component: Plugin javafx Version:
Keywords: template_report flatpak Cc: taylor.smock

Description

What steps will reproduce the problem?

  1. Install latest available Flatpak JOSM version from Flathub
  2. Install Mapilary plugin
  3. Attempt to download Mapilary data


What is the expected result?

Being able to view Mapilary data

What happens instead?

Error: "Could not read from URL {url}"

Please provide any additional information below. Attach a screenshot if possible.

I used Mapilary approximately two weeks ago in this version of JOSM without issue

Screenshot of Error: https://imgur.com/a/xKf8JXU

Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2020-04-06 02:17:07 +0200 (Mon, 06 Apr 2020)
Revision:16239
Build-Date:2020-04-06 00:18:43
URL:https://josm.openstreetmap.de/svn/trunk

Identification: JOSM/1.5 (16239 en) Linux Freedesktop.org 19.08.12 (Flatpak runtime)
Memory Usage: 606 MB / 8010 MB (393 MB allocated, but free)
Java version: 11.0.7+9, Oracle Corporation, OpenJDK 64-Bit Server VM
Screen: :0.0 2560x1440, :0.1 2560x1440
Maximum Screen Size: 2560x1440

Plugins:
+ Mapillary (1.5.22)
+ apache-commons (35362)
+ apache-http (35092)
+ buildings_tools (35500)
+ javafx-unixoid (35458)
+ jna (35092)
+ reverter (35474)
+ terracer (35499)
+ todo (30306)

Last errors/warnings:
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libfxplugins.so: libgstreamer-lite.so: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-54.so: libavcodec.so.54: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libglassgtk2.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-ffmpeg-57.so: libavcodec.so.57: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-56.so: libavcodec.so.56: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-ffmpeg-56.so: libavcodec-ffmpeg.so.56: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-57.so: libavcodec.so.57: cannot open shared object file: No such file or directory

Attachments (0)

Change History (5)

comment:1 by Klumbumbus, 4 years ago

Component: CorePlugin mapillary
Owner: changed from team to cbeddow

comment:2 by skyper, 4 years ago

Cc: taylor.smock added

comment:3 by Stereo, 4 years ago

Component: Plugin mapillaryPlugin javafx
Owner: changed from cbeddow to Don-vip
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libfxplugins.so: libgstreamer-lite.so: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-54.so: libavcodec.so.54: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libglassgtk2.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-ffmpeg-57.so: libavcodec.so.57: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-56.so: libavcodec.so.56: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-ffmpeg-56.so: libavcodec-ffmpeg.so.56: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-57.so: libavcodec.so.57: cannot open shared object file: No such file or directory

This actually doesn't look like the same as my #19359 but like you're missing libraries on your system - but I see you have the javafx-unixoid plugin installed.

You didn't change java distributions or something like that?

in reply to:  3 comment:4 by skyper, 4 years ago

Replying to Stereo:

- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libfxplugins.so: libgstreamer-lite.so: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-54.so: libavcodec.so.54: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libglassgtk2.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-ffmpeg-57.so: libavcodec.so.57: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-56.so: libavcodec.so.56: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-ffmpeg-56.so: libavcodec-ffmpeg.so.56: cannot open shared object file: No such file or directory
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libavplugin-57.so: libavcodec.so.57: cannot open shared object file: No such file or directory

This actually doesn't look like the same as my #19359 but like you're missing libraries on your system - but I see you have the javafx-unixoid plugin installed.

This is #19305.

Version 0, edited 4 years ago by skyper (next)

comment:5 by simon04, 3 years ago

Keywords: flatpak added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Don-vip.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from Don-vip to the specified user.
Next status will be 'needinfo'. The owner will be changed from Don-vip to faradidlioma_81@….
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from Don-vip to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.