Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Null pointer exception in WMSClient

Hi all,

I get a Null pointer exception in the WMSClient class.

At that line:
jobSubmitted = submit( jdl, jsdl.getProject().getVO().getName(), subMonitor.newChild( 9 ) );

It seems that getProject might return null :

 /**
  * Get the {@link IGridProject} this element belongs to. This method
  * may return <code>null</code> if the element is not contained in
  * a project like for example an element manager and its children.
  *
  * @return The {@link IGridProject} this element belongs to.
  */


So i guess, that's a bug :)

Bye,
Rom


Back to the top