Modify

Opened 2 years ago

Closed 2 years ago

#23037 closed defect (needinfo)

version weirdness

Reported by: A_Pirard Owned by: A_Pirard
Priority: normal Milestone:
Component: Core Version: latest
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. launch JOSM

What is the expected result?

18746 (latest) running

What happens instead?

The starting log displays Version 18513
Then I get the messages
Plugin areaselector requires JOSM version 18173. The current JOSM version is 18124.
You have to update JOSM in order to use this plugin.
And then I check inside the jar I clicked:
REVISION; Last Changed Rev: 18746

???????

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

Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2022-07-07 23:02:39 +0200 (Thu, 07 Jul 2022)
Revision:18513
Build-Date:2022-07-08 01:30:57
URL:https://josm.openstreetmap.de/svn/trunk

Identification: JOSM/1.5 (18513 en) Linux Ubuntu 20.04.1 LTS
Memory Usage: 294 MB / 1922 MB (138 MB allocated, but free)
Java version: 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, Ubuntu, OpenJDK 64-Bit Server VM
Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel
Screen: :0.0 1366×768 (scaling 1.00×1.00)
Maximum Screen Size: 1366×768
Best cursor sizes: 16×16→16×16, 32×32→32×32
Environment variable LANG: en_US.UTF-8
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: en_US
Numbers with default locale: 1234567890 -> 1234567890
Desktop environment: MATE
Java package: openjdk-11-jre:amd64-11.0.9.1+1-0ubuntu1~20.04
Java ATK Wrapper package: libatk-wrapper-java:all-0.37.1-1
fonts-noto: fonts-noto:all-20200323-1build1~ubuntu20.04.1
VM arguments: [--module-path=/usr/share/openjfx/lib, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, -Djosm.restart=true, -Djava.net.useSystemProxies=true, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED]

Plugins:
+ AddrInterpolation (36079)
+ FixAddresses (36062)
+ OpeningHoursEditor (36079)
+ PicLayer (1.0.2)
+ RoadSigns (36066)
+ apache-commons (36034)
+ areaselector (1652822522)
+ austriaaddresshelper (master-4e80dc2e4261d321150187f4951684ad97342d5e)
+ buildings_tools (36011)
+ editgpx (36079)
+ ejml (35924)
+ geotools (36068)
+ importvec (35976)
+ jackson (36034)
+ jaxb (35952)
+ jts (36004)
+ log4j (36045)
+ measurement (36066)
+ opendata (36079)
+ rasterfilters (1.0.3)
+ reltoolbox (36066)
+ reverter (36066)
+ scripting (v0.2.7)
+ tagging-preset-tester (36066)
+ turnrestrictions (36079)
+ utilsplugin2 (36079)
+ waydownloader (36066)

Tagging presets:
+ no<josm.pref>/Traffic rules BE.xml
+ https://josm.openstreetmap.de/josmfile?page=Presets/BuildingPreset&preset&zip=1
+ https://josm.openstreetmap.de/josmfile?page=Presets/BENELUX&zip=1
+ <josm.pref>/Street_essentials_presets.xml

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/LessObtrusiveNodes&style&zip=1
+ <josm.pref>/cadastre.css
- <josm.pref>/Papou.css
- <josm.pref>/Papou-see-connected.css

Last errors/warnings:
- 00060.345 E: Failed to locate image 'presets/turning_circle.png'
- 00060.346 W:  Turning Circle: Could not get presets icon presets/turning_circle.png
- 00060.368 E: Failed to locate image 'presets/citylimit.png'
- 00060.370 W:  City Limit: Could not get presets icon presets/citylimit.png
- 00060.380 E: Failed to locate image 'presets/speed_camera.png'
- 00060.381 W:  Speed Camera: Could not get presets icon presets/speed_camera.png
- 00060.406 E: Failed to locate image 'styles/standard/misc/grit_bin.png'
- 00060.408 W:  Grit Bin: Could not get presets icon styles/standard/misc/grit_bin.png
- 00060.411 E: Failed to locate image 'presets/mountain_pass.png'
- 00060.425 W:  Mountain Pass: Could not get presets icon presets/mountain_pass.png

Attachments (0)

Change History (3)

comment:1 by taylor.smock, 2 years ago

Identification: JOSM/1.5 (18513 en) Linux Ubuntu 20.04.1 LTS

You might have another copy of JOSM installed. The version of JOSM in the Ubuntu repos (not the JOSM Ubuntu repos) for 20.04 (Jammy) is r18360, which is (still) newer than r18513.

Since you are running Linux, I will assume you are familiar with the command line.

Please run sudo apt-get update && sudo apt-get dist-upgrade -y. If you then run JOSM and it is r18360, then you are running the version from the Ubuntu repositories. You may need to run josm-tested or something like that (I'm not currently on Ubuntu, so I cannot check what is installed from our repos easily).

Please see wiki:Download#Ubuntu for how to use our repo for JOSM on Ubuntu (and other Debian-based distros).

VM arguments: [--module-path=/usr/share/openjfx/lib, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, -Djosm.restart=true, -Djava.net.useSystemProxies=true, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED]

I don't know what jar you were clicking on, but our jar cannot add VM arguments (which are needed to avoid some crashes). We have a start script for that.

comment:2 by gaben, 2 years ago

Owner: changed from team to A_Pirard
Status: newneedinfo

@A_Pirard, is Taylor's suggestions helped you?

comment:3 by taylor.smock, 2 years ago

Resolution: needinfo
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain A_Pirard.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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