Modify

Opened 7 years ago

Last modified 7 years ago

#16202 new defect

IAE at GTFSDeleteCommand.<init>

Reported by: R.Yama Owned by: roland.olbricht
Priority: normal Milestone:
Component: Plugin public_transport 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.

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2018-03-26 22:16:39 +0200 (Mon, 26 Mar 2018)
Build-Date:2018-03-26 20:45:23
Revision:13576
Redirecting:to URL 'https://josm.openstreetmap.de/svn/trunk':
Relative:URL: ^/trunk

Identification: JOSM/1.5 (13576 ja) Windows 10 64-Bit
OS Build number: Windows 10 Home 1709 (16299)
Memory Usage: 198 MB / 247 MB (57 MB allocated, but free)
Java version: 1.8.0_161-b12, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1920x1080
Maximum Screen Size: 1920x1080
VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.remove=true, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=57009, -Djnlpx.jvm=<java.home>\bin\javaw.exe]

Plugins:
+ EasyPresets (1515942663)
+ FastDraw (34109)
+ Mapillary (v1.5.10)
+ OpeningHoursEditor (34095)
+ PicLayer (34109)
+ SimplifyArea (34109)
+ apache-commons (34109)
+ apache-http (34109)
+ buildings_tools (34109)
+ ejml (34126)
+ geotools (34125)
+ jts (34038)
+ log4j (34038)
+ opendata (34132)
+ pt_assistant (34117)
+ public_transport (34109)
+ public_transport_layer (34109)
+ reverter (34109)
+ routes (34110)
+ routing (34054)
+ terracer (34109)
+ undelete (34109)
+ utilsplugin2 (34109)
+ wikipedia (34109)

Tagging presets:
+ https://josm.openstreetmap.de/josmfile?page=Presets/JapaneseAddress&zip=1
+ https://josm.openstreetmap.de/josmfile?page=Presets/Japan&zip=1
+ https://josm.openstreetmap.de/josmfile?page=Presets/JaNamigSample&zip=1
+ https://josm.openstreetmap.de/josmfile?page=Presets/JP-Tsunami&zip=1

Last errors/warnings:
- W: No configuration settings found.  Using hardcoded default values for all pools.
- W: 警告: モジュール情報のファイル 'site-svn.openstreetmap.org-_applications_editors_josm_plugins_opendata_modules.txt' のスキャンに失敗しました。スキップします。
- E: java.nio.charset.MalformedInputException: Input length = 1
- E: Handled by bug report queue: java.lang.IllegalArgumentException: Parameter 'data' must not be null
- W: 警告 - <html>JOSMが次のプラグインの情報を見つけられませんでした。<ul><li>apache-commons</li><li>geotools</li><li>opendata</li><li>SimplifyArea</li><li>public_transport</li><li>routes</li><li>routing</li><li>utilsplugin2</li><li>public_transport_layer</li><li>EasyPresets</li><li>terracer</li><li>wikipedia</li><li>PicLayer</li><li>log4j</li><li>jts</li><li>Mapillary</li><li>ejml</li><li>reverter</li><li>FastDraw</li><li>pt_assistant</li><li>OpeningHoursEditor</li><li>undelete</li><li>buildings_tools</li><li>apache-http</li></ul>プラグインはロードされません。</html>


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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-2 (58) of javawsApplicationThreadGroup
java.lang.IllegalArgumentException: Parameter 'data' must not be null
	at org.openstreetmap.josm.tools.CheckParameterUtil.ensureParameterNotNull(CheckParameterUtil.java:69)
	at org.openstreetmap.josm.command.Command.<init>(Command.java:138)
	at org.openstreetmap.josm.plugins.public_transport.commands.GTFSDeleteCommand.<init>(GTFSDeleteCommand.java:26)
	at org.openstreetmap.josm.plugins.public_transport.actions.GTFSImporterAction.actionPerformed(GTFSImporterAction.java:147)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

Attachments (0)

Change History (2)

comment:1 by Don-vip, 7 years ago

Component: CorePlugin public_transport
Owner: changed from team to roland.olbricht

comment:2 by Don-vip, 7 years ago

Summary: GTFSIAE at GTFSDeleteCommand.<init>

Modify Ticket

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