Jump to content
We've recently updated our Privacy Statement, available here ×

URGENT HELP NEEDED JasperServer ETL DB Error


vavkkishore

Recommended Posts

Hi All,

I just downloaded the JasperServer ETL latest version, imported the demo project. Now trying to connect to the MySQL database running on my desktop. Getting following error always, please help me in resolving the issue 

 

Unhandled event loop exception

 

java.lang.NullPointerException
 at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.setPropertiesFormEditable(DatabaseForm.java:1490)
 at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.access$2(DatabaseForm.java:1440)
 at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$4.handleEvent(DatabaseForm.java:801)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1043)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1067)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1048)
 at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2358)
 at org.eclipse.swt.widgets.Control.HandlePreviewGotKeyboardFocus(Control.java:1379)
 at org.eclipse.swt.internal.wpf.OS.DispatcherOperation_Wait(Native Method)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2204)
 at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
 at org.eclipse.jface.window.Window.open(Window.java:801)
 at org.talend.repository.ui.actions.metadata.CreateConnectionAction.run(CreateConnectionAction.java:163)
 at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
 at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
 at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
 at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1043)
 at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2458)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2209)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
 at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
 at org.talend.rcp.intro.Application.start(Application.java:67)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
 

 

eclipse.buildId=unknown
java.version=1.6.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=wpf, NL=en_US
Command-line arguments:  -os win32 -ws wpf -arch x86

 

Thanks,

Kishore Veleti A.V.K.

 

Link to comment
Share on other sites

  • 1 month later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...