Bug 241784 - Importing Membership Service in a GRIA VO doesn't work
Summary: Importing Membership Service in a GRIA VO doesn't work
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Ariel Garcia CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 04:28 EDT by Harald Gjermundrød CLA
Modified: 2014-01-09 16:00 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Gjermundrød CLA 2008-07-23 04:28:00 EDT
The exception below is thrown when importing Membership Service and Private Account Service into a Gria VO. I used the FZK Gria services:
https://iwr-geclipse.fzk.de:8442/gria-client-mgt/

Not sure if this is a problem with the VO wizard or with the info system.


Message: java.lang.NullPointerException
java.lang.NullPointerException
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:164)
	at uk.ac.soton.itinnovation.grid.types.ConversationID.setType(ConversationID.java:313)
	at eu.geclipse.gria.services.RemoteServiceFactory.createService(RemoteServiceFactory.java:89)
	at eu.geclipse.gria.ui.wizards.GriaVoWizardPage$6.run(GriaVoWizardPage.java:466)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Comment 1 Nick Tsioutsias CLA 2008-07-23 04:34:42 EDT
At this point it is a problem with the VO. But even if these services are added in the VO the info system may need to be modifed in order to recognize this services.
Comment 2 Ariel Garcia CLA 2008-07-23 15:59:21 EDT
Yes, that is not supposed to be useful at the moment but the Import should not give NPE anyways.
I see where the problem is, RemoteServiceFactory#getServiceType(port) is returning null...