Hi,
I just registered a wsdl on my locally running membrane registry. While clicking the "Interface" tab, following error showed up:
org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error processing GroovyPageView: Cannot get property 'protocol' on null object
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException: Cannot get property 'protocol' on null object
at gsp_registry_operationoperations_gsp$_run_closure2_closure4_closure5_closure6.doCall(gsp_registry_operationoperations_gsp.groovy:63)
at gsp_registry_operationoperations_gsp$_run_closure2_closure4_closure5.doCall(gsp_registry_operationoperations_gsp.groovy:57)
at gsp_registry_operationoperations_gsp$_run_closure2_closure4.doCall(gsp_registry_operationoperations_gsp.groovy:53)
at gsp_registry_operationoperations_gsp$_run_closure2.doCall(gsp_registry_operationoperations_gsp.groovy:49)
at gsp_registry_operationoperations_gsp$_run_closure2.doCall(gsp_registry_operationoperations_gsp.groovy)
at gsp_registry_operationoperations_gsp.run(gsp_registry_operationoperations_gsp.groovy:97)
... 1 more
Any help??