Modify

Opened 4 weeks ago

Last modified 4 weeks ago

#24094 new defect

Fehler beim aktivieren vom Plugin pt_assistant_layer

Reported by: anonymous Owned by: Biswesh
Priority: normal Milestone:
Component: Plugin pt_assistant Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

What is the expected result?

What happens instead?

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

Revision:19277
Build-Date:2025-01-03 15:23:41

Identification: JOSM/1.5 (19277 de) Mac OS X 15.2
OS Build number: macOS 15.2 (24C101)
Memory Usage: 656 MB / 13824 MB (131 MB allocated, but free)
Java version: 21.0.5+11-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 1 1512x982x32bpp@120Hz (scaling 2.00×2.00) Display 2 2560x1440x32bpp@60Hz (scaling 2.00×2.00)
Maximum Screen Size: 2560×1440
Best cursor sizes: 16×16→16×16, 32×32→32×32
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: de_DE
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=19277, -XX:MaxRAMPercentage=75.0, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=/Applications/JOSM.app/Contents/MacOS/JOSM]
Dataset consistency test: No problems found

Plugins:
+ CustomizePublicTransportStop (36349)
+ jaxb (36349)
+ pt_assistant (637)
+ public_transport (36345)

Tagging presets:
+ ${HOME}/Downloads/Haltposition_VRB.xml
+ ${HOME}/Downloads/haltestelle_VRB.xml
+ ${HOME}/Downloads/Busroute.xml

Map paint styles:
- https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1
- https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransportV2&zip=1
- ${HOME}/Downloads/de-signals-bostrab.zip
- ${HOME}/VRB_Style

Validator rules:
- https://josm.openstreetmap.de/josmfile?page=Rules/GermanySpecific&zip=1
- https://github.com/Jungle-Bus/transport_mapcss/raw/gh-pages/transport.validator.zip
- https://www.openrailwaymap.org/validator/de-openrailwaymap.validator.mapcss

Last errors/warnings:
- 00003.708 W: Kartenstile in '${HOME}/Downloads/de-signals-bostrab.zip' enthalten Fehler: Encountered " "}" "} "" at line 5, column 2.
- 00003.708 E: org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.ParseException: Encountered " "}" "} "" at line 5, column 2.
- 00156.518 E: Handled by bug report queue: java.lang.UnsupportedOperationException



=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (38) of main
java.lang.UnsupportedOperationException
	at org.openstreetmap.josm.data.osm.BBox$Immutable.set(BBox.java:482)
	at org.openstreetmap.josm.data.osm.BBox.add(BBox.java:160)
	at org.openstreetmap.josm.plugins.pt_assistant.utils.BoundsUtils.lambda$createBoundsWithPadding$0(BoundsUtils.java:30)
	at java.base/java.util.stream.ReduceOps$1ReducingSink.accept(Unknown Source)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.base/java.util.stream.ReferencePipeline.reduce(Unknown Source)
	at org.openstreetmap.josm.plugins.pt_assistant.utils.BoundsUtils.lambda$createBoundsWithPadding$1(BoundsUtils.java:26)
	at java.base/java.util.Optional.map(Unknown Source)
	at org.openstreetmap.josm.plugins.pt_assistant.utils.BoundsUtils.createBoundsWithPadding(BoundsUtils.java:25)
	at org.openstreetmap.josm.plugins.pt_assistant.actions.mendrelation.PublicTransportMendRelationAction.downloadEntireArea(PublicTransportMendRelationAction.java:267)
	at org.openstreetmap.josm.plugins.pt_assistant.actions.mendrelation.PublicTransportMendRelationAction.initialise(PublicTransportMendRelationAction.java:243)
	at org.openstreetmap.josm.plugins.pt_assistant.actions.RoutingAction.callAction(RoutingAction.java:66)
	at org.openstreetmap.josm.plugins.pt_assistant.actions.RoutingAction.actionPerformed(RoutingAction.java:77)
	at java.desktop@21.0.5/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at java.desktop@21.0.5/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at java.desktop@21.0.5/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at java.desktop@21.0.5/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at java.desktop@21.0.5/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.desktop@21.0.5/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.desktop@21.0.5/java.awt.Component.processMouseEvent(Unknown Source)
	at java.desktop@21.0.5/javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.Component.processEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.Container.processEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.5/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.5/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.5/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.5/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventQueue$4.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventQueue$5.run(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventQueue$5.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@21.0.5/java.awt.EventDispatchThread.run(Unknown Source)

Attachments (0)

Change History (1)

comment:1 by stoecker, 4 weeks ago

Component: CorePlugin pt_assistant
Owner: changed from team to Biswesh

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Biswesh.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from Biswesh to the specified user.
Next status will be 'needinfo'. The owner will be changed from Biswesh to anonymous.
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 Biswesh 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.