WCSDocs error in webcenter Portal

Hi All,

In webcenter portal, if you seeing this error in the log as below

java.io.FileNotFoundException: Response: ‘401: Unauthorized’ for url: ‘http://host:port/wcsdocs/_vti_bin/lists.asmx?WSDL’

at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:544)
at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:37)
at oracle.j2ee.ws.mgmt.server.mbean.WebServicePort.getFileStreamFromHttpConnection(WebServicePort.java:2204)
at oracle.j2ee.ws.mgmt.server.mbean.WebServicePort.parseWsdl(WebServicePort.java:2144)
at oracle.j2ee.ws.mgmt.server.mbean.WebServicePort.getSoapBinding(WebServicePort.java:2217)
at oracle.j2ee.ws.mgmt.server.mbean.WebServicePort.extractTransportFromWsdl(WebServicePort.java:1910)
at oracle.j2ee.ws.mgmt.server.mbean.WebServicePort.getTransport(WebServicePort.java:633)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

This is really annoying. You can fix by adding a startup parameters as

-Dwebcenter.spaces.disableAutoConfigure = True

This will fix this error.

Happy learning