Bug 241520 - Unable to initialize service during adding local wsdl to gria VO
Summary: Unable to initialize service during adding local wsdl to gria VO
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ken Meacham CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-21 07:41 EDT by Mariusz Wojtysiak CLA
Modified: 2014-01-09 16:01 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 Mariusz Wojtysiak CLA 2008-07-21 07:41:56 EDT
1. Open in webbrowser https://iwr-geclipse.fzk.de:8442/gria-basic-app-services/
2. Save target of "Job Service" link on your local disk
3. Start g-Eclipse with empty workspace and create new GRIA VO
4. During adding services to VO press button "Add local WSDL..."
5. Select file saved in 2. and OK

Result: Following exception is thrown:
java.lang.IllegalStateException: unsupported protocol: 'file'
at org.apache.commons.httpclient.protocol.Protocol.lazyRegisterProtocol(Protocol.java:148)
at org.apache.commons.httpclient.protocol.Protocol.getProtocol(Protocol.java:116)
at org.apache.commons.httpclient.HttpHost.<init>(HttpHost.java:106)
at org.apache.commons.httpclient.HttpMethodBase.setURI(HttpMethodBase.java:276)
at org.apache.commons.httpclient.HttpMethodBase.<init>(HttpMethodBase.java:217)
at org.apache.commons.httpclient.methods.GetMethod.<init>(GetMethod.java:88)
at eu.geclipse.gria.AxisTransport.openURL(AxisTransport.java:183)
at eu.geclipse.gria.services.RemoteServiceFactory.createService(RemoteServiceFactory.java:61)
at eu.geclipse.gria.ui.wizards.GriaVoWizardPage$6.run(GriaVoWizardPage.java:466)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Comment 1 Ariel Garcia CLA 2008-07-24 10:03:21 EDT
This issue was already analysed partly in bug #232763, see comments 11,12 etc.

Ken, could you please take a look at the problem of why gria/axis is rejecting our file:// URL?
Comment 2 Ken Meacham CLA 2008-07-30 11:06:18 EDT
Will try and investigate this.