[wildfly-dev] java.net.SocketException: Permission denied - Openshift

Bruno Santos brunosantos at copergas.com.br
Wed Nov 4 13:33:23 EST 2015


I have a Restful Web Service, the server application is located on Server A and the client application is located on Openshift. If I try to run the client from any computer it works perfect but if I run from the Openshift I get the following error message:

An Error Occurred:
java.net.SocketException: Permission denied
Stack Trace

com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Permission denied

        at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155)

        at com.sun.jersey.api.client.Client.handle(Client.java:652)

        at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)

        at com.sun.jersey.api.client.WebResource.get(WebResource.java:193)

        at br.com.lidertec.meucinemaclient.mb.CinemaMB.getFilmesEmCartaz(CinemaMB.java:22)

        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:497)

        at javax.el.BeanELResolver.getValue(BeanELResolver.java:363)

        at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)

        at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)

        at com.sun.el.parser.AstValue.getValue(AstValue.java:140)

        at com.sun.el.parser.AstValue.getValue(AstValue.java:204)

        at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:226)

        at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

        at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194)

        at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:182)

        at javax.faces.component.UIData.getValue(UIData.java:732)

        at javax.faces.component.UIData.getDataModel(UIData.java:1822)

        at javax.faces.component.UIData.setRowIndexWithoutRowStatePreserved(UIData.java:484)

        at javax.faces.component.UIData.setRowIndex(UIData.java:473)

        at com.sun.faces.renderkit.html_basic.TableRenderer.encodeBegin(TableRenderer.java:81)

        at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:864)

        at javax.faces.component.UIData.encodeBegin(UIData.java:1133)

        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1854)

        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)

        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)

        at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:456)

        at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:133)

        at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:337)

        at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)

        at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)

        at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:219)

        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:655)

        at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86)

        at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)

        at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)

        at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)

        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

        at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)

        at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)

        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

        at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)

        at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)

        at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58)

        at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)

        at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)

        at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76)

        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

        at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)

        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

        at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:282)

        at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:261)

        at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:80)

        at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:172)

        at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)

        at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:774)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

        at java.lang.Thread.run(Thread.java:745)

Caused by: java.net.SocketException: Permission denied

        at java.net.PlainSocketImpl.socketConnect(Native Method)

        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)

        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)

        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)

        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)

        at java.net.Socket.connect(Socket.java:589)

        at java.net.Socket.connect(Socket.java:538)

        at sun.net.NetworkClient.doConnect(NetworkClient.java:180)

        at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)

        at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)

        at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)

        at sun.net.www.http.HttpClient.New(HttpClient.java:308)

        at sun.net.www.http.HttpClient.New(HttpClient.java:326)

        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1168)

        at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104)

        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:998)

        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:932)

        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512)

        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)

        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)

        at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:253)

        at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153)

        ... 60 more

Can Anyone help???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20151104/a13f5565/attachment-0001.html 


More information about the wildfly-dev mailing list