java.lang.NullPointerException PP windows 10 when adding security

Dears,
i am new in using PP. Unfortunately when i am trying to add an ETF instrument (ISIN FR0013412020), i am getting java.null.exception, as follow:

Sat Jan 16 15:22:14 CET 2021
Internal Error
java.lang.NullPointerException
	at name.abuchen.portfolio.online.impl.ETFDataCom$OnlineItem.setInfo(ETFDataCom.java:262)
	at name.abuchen.portfolio.online.impl.ETFDataCom$OnlineItem.create(ETFDataCom.java:278)
	at name.abuchen.portfolio.ui.wizards.security.SearchSecurityWizard.getSecurity(SearchSecurityWizard.java:41)
	at name.abuchen.portfolio.ui.wizards.security.SearchSecurityWizardDialog.getSecurity(SearchSecurityWizardDialog.java:32)
	at name.abuchen.portfolio.ui.views.SecurityListView$CreateSecurityDropDown.lambda$4(SecurityListView.java:158)
	at name.abuchen.portfolio.ui.util.SimpleAction.run(SimpleAction.java:43)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:474)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580)
	at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:414)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4209)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1037)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4026)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:166)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)

May you please take a look and tell me why and how can i solve this issue?
I think i have another one that makes the same issue, but all the other ETF are OK!!
I appreciate your help
Aurel

1 Like

Hi there,
Just discovered this tool, thanks for the amazing work!

Just encoutered the same problem on the same ISIN.

Cheers

Version: 0.51.2 (Mar 2021)
Platform: win32, x86_64
Java: 11.0.4+11-LTS, Azul Systems, Inc.

I just found a workaround on a French forum topic using Boursorama json files.

Worked for me!

1 Like