Hello everyone, I am seeing quite a few of these stack dumps in my log
[WARN] Port number for transport http has not yet been detected org.apache.axis2.AxisFault: Port number for transport http has not yet been detected at org.apache.axis2.transport.http.AxisServletListener.getEPRsForService(AxisServletListener.java:94) at org.apache.axis2.description.AxisEndpoint.calculateEndpointURL(AxisEndpoint.java:198) at org.apache.axis2.description.AxisEndpoint.calculateEndpointURL(AxisEndpoint.java:175) at org.apache.axis2.description.AxisEndpoint.getEndpointURL(AxisEndpoint.java:63) at org.apache.axis2.description.AxisService2WSDL11.getEndpointURL(AxisService2WSDL11.java:1264) at org.apache.axis2.description.AxisService2WSDL11.generateHttpPort(AxisService2WSDL11.java:738) at org.apache.axis2.description.AxisService2WSDL11.generateService(AxisService2WSDL11.java:487) at org.apache.axis2.description.AxisService2WSDL11.generateOM(AxisService2WSDL11.java:233) at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:131) at org.apache.axis2.dataretrieval.WSDLDataLocator.getData(WSDLDataLocator.java:73) at org.apache.axis2.dataretrieval.AxisDataLocatorImpl.getData(AxisDataLocatorImpl.java:81) at org.apache.axis2.description.AxisService.getData(AxisService.java:2964) at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1645) at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:1413) at org.apache.axis2.transport.http.ListingAgent.handleWSDLRequest(ListingAgent.java:327) at org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:183) at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:260) at javax.servlet.http.HttpServlet.service(HttpServlet.java:621) What may be the cause of them and what can be done to prevent them from happening? TIA -a