WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 09:41 AM
    how to properly set starting parameters in the http.nonProxyHosts JVM was trying to consume the internal webservice, want not go through the proxy


  • 2.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 10:34 AM
    Hi Rafael,
     
      Set the following as a Generic JVM Argument on the application server (Servers > Server Types > WebSphere application servers > server_name. Then, in the Server Infrastructure section, click Java and process management > Process definition > Java virtual machine)


      -Dhttp.nonProxyHosts="*.example.com|localhost"
     
      Hope this helps.
          
    Regards


  • 3.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 11:03 AM
    Thanks  Gabriel for your quick response, I have the following settings in the WAS JVM and when I try to consume the WebService I throw a error: 502 can not connect

    http.nonProxyHosts localhost | 127.0.0.1 | 192.168.XX. * | * 192.168.XX.
    http.proxyHost proxy.xx.xx.xx
    http.proxyPassword xxxxxxxx
    http.proxyPort 8080
    http.proxySet true
    http.proxyUser xxxxx





  • 4.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 11:23 AM
    Rafael,

      Please put the complet error (SystemOut.log) and any ffdc generated when the error happens.

     Which version of WAS do you have?

     Thanks.

    Regards


  • 5.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 11:37 AM
    WAS 7.0.0.31 is the version of WAS .


    In the SystemOut.log just have this:
      [1/24/14 13:21:45:914 UYST] 00000015 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/ MenuWeb] [/ login.jsp]: Initialization successful.
    [1/24/14 13:22:00:318 UYST] 00000014 CHFW0019I WSChannelFram A: The Transport Channel Service has started chain HttpOutboundChain: 192.168.93.199:8080

    ------------------------------------------------------------------------------------------------------------------------------
    The ffdc piece of log :

    [1/24/14 13:21:10:508 UYST] 0000000b FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e923e92_14.01.24_13.21.10.2364685217349921157294.txt com.ibm.ws.webservices.metadata.ClientServiceMetaData.loadWsdlFile 366
    [1/24/14 13:21:11:676 UYST] 0000000b WSServerImpl  E   WSWS1002E: An error occurred while processing the Web services deployment descriptor for module: RecepcionEECCWeb.war with error: com.ibm.ws.exception.RuntimeError: java.lang.RuntimeException: Caught WSDLException javax.wsdl.WSDLException: WSDLException (at /definitions/document): faultCode=INVALID_WSDL: Encountered illegal extension element '{schemas.xmlsoap.org/wsdl/}document' in the context of a 'javax.wsdl.Definition'. Extension elements must be in a namespace other than WSDL's.
            at com.ibm.ws.webservices.metadata.ClientEntityMetaData.bindBindingsAndExtensions(ClientEntityMetaData.java:331)
            at com.ibm.ws.webservices.metadata.ClientModuleMetaData.bindBindingsAndExtensions(ClientModuleMetaData.java:245)
            at com.ibm.ws.webservices.component.WSServerImpl.warMetaDataCreated(WSServerImpl.java:2230)
            at com.ibm.ws.webservices.component.WSServerImpl.metaDataCreated(WSServerImpl.java:638)
            at com.ibm.ws.runtime.component.MetaDataMgrImpl.fireMetaDataCreated(MetaDataMgrImpl.java:190)
            at com.ibm.ws.webcontainer.metadata.WebMetaDataFactory.createMetaData(WebMetaDataFactory.java:205)
            at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaDataFromFactories(MetaDataMgrImpl.java:174)
            at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:308)
            at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:605)
            at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:944)
            at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:741)
            at com.ibm.ws.runtime.component.ApplicationMgrImpl$3.run(ApplicationMgrImpl.java:2056)
            at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5395)
            at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5483)
            at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
            at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2061)
            at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:389)
            at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
            at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:332)
            at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300(CompositionUnitMgrImpl.java:117)
            at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:899)
            at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:496)
            at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1660)
    Caused by: java.lang.RuntimeException: Caught WSDLException javax.wsdl.WSDLException: WSDLException (at /definitions/document): faultCode=INVALID_WSDL: Encountered illegal extension element '{schemas.xmlsoap.org/wsdl/}document' in the context of a 'javax.wsdl.Definition'. Extension elements must be in a namespace other than WSDL's.
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData._loadWsdlFile(ClientServiceMetaData.java:455)
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData.access$000(ClientServiceMetaData.java:104)
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData$1.run(ClientServiceMetaData.java:397)
            at java.security.AccessController.doPrivileged(AccessController.java:273)
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData.loadWsdlFile(ClientServiceMetaData.java:394)
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData.getWsdlDoc(ClientServiceMetaData.java:299)
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData.getWsdlServiceElement(ClientServiceMetaData.java:328)
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData.getWsdlPortNames(ClientServiceMetaData.java:345)
            at com.ibm.ws.webservices.metadata.ClientServiceMetaData.extendServiceRef(ClientServiceMetaData.java:1044)
            at com.ibm.ws.webservices.metadata.ClientEntityMetaData.extendServiceRefs(ClientEntityMetaData.java:446)
            at com.ibm.ws.webservices.metadata.ClientEntityMetaData.bindBindingsAndExtensions(ClientEntityMetaData.java:285)
            ... 22 more

    [1/24/14 13:21:10:934 UYST] 0000000b FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e923e92_14.01.24_13.21.10.566152256521227848276.txt com.ibm.ws.webservices.client.ClientEntityMetaData.bindBindingsAndExtensions 269
    [1/24/14 13:21:11:748 UYST] 0000000a webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: CBWeb.war.
    [1/24/14 13:21:11:675 UYST] 0000000b FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e923e92_14.01.24_13.21.10.9361306174128600632348.txt com.ibm.ws.webservices.component.WSServerImpl.warMetaDataCreated 1211
    [1/24/14 13:21:11:866 UYST] 0000000a WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/CBWeb
    [1/24/14 13:21:11:985 UYST] 0000000a ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [CBWeb_war] [/CBWeb] [net.sourceforge.barbecue.BarcodeServlet]: Initialization successful.
    [1/24/14 13:21:11:996 UYST] 0000000a webapp        W com.ibm.ws.webcontainer.webapp.WebApp initializeStaticFileHandler SRVE0278E: Error while adding servlet mapping --> /*.
    [1/24/14 13:21:12:015 UYST] 0000000a webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module null has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:12:026 UYST] 00000009 webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: DGISDapp.
    [1/24/14 13:21:12:055 UYST] 0000000a ApplicationMg A   WSVR0221I: Application started: CBWeb_war
    [1/24/14 13:21:12:076 UYST] 0000000a CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=CBWeb_war in BLA WebSphere:blaname=CBWeb_war started.
    [1/24/14 13:21:12:106 UYST] 0000000a CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=PruebaWebService_war in BLA WebSphere:blaname=PruebaWebService_war.
    [1/24/14 13:21:12:258 UYST] 00000009 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/DGISDapp
    [1/24/14 13:21:12:405 UYST] 0000000a ApplicationMg A   WSVR0200I: Starting application: PruebaWebService_war
    [1/24/14 13:21:12:415 UYST] 0000000a ApplicationMg A   WSVR0204I: Application: PruebaWebService_war  Application build level: Unknown
    [1/24/14 13:21:12:985 UYST] 00000009 webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module DGISDapp has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:13:005 UYST] 0000000b webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: RecepcionEECCWeb.
    [1/24/14 13:21:13:057 UYST] 00000009 ApplicationMg A   WSVR0221I: Application started: DGISDapp-1_0_2_war
    [1/24/14 13:21:13:067 UYST] 00000009 CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=DGISDapp-1_0_2_war in BLA WebSphere:blaname=DGISDapp-1_0_2_war started.
    [1/24/14 13:21:13:107 UYST] 00000009 CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=CotizaCertCred in BLA WebSphere:blaname=CotizaCertCred.
    [1/24/14 13:21:13:385 UYST] 00000009 ApplicationMg A   WSVR0200I: Starting application: CotizaCertCred
    [1/24/14 13:21:13:397 UYST] 00000009 ApplicationMg A   WSVR0204I: Application: CotizaCertCred  Application build level: Unknown
    [1/24/14 13:21:13:966 UYST] 0000000b WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_hostrecepcionDebitosWeb
    [1/24/14 13:21:14:108 UYST] 0000000b webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module RecepcionEECCWeb has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:14:125 UYST] 0000000a webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: PruebaWebService.war.
    [1/24/14 13:21:14:147 UYST] 0000000b ApplicationMg A   WSVR0221I: Application started: RecepcionEECC
    [1/24/14 13:21:14:266 UYST] 0000000b CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=RecepcionEECC in BLA WebSphere:blaname=RecepcionEECC started.
    [1/24/14 13:21:14:286 UYST] 0000000b CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=ConsultaEnviosWebEAR in BLA WebSphere:blaname=ConsultaEnviosWebEAR.
    [1/24/14 13:21:14:316 UYST] 0000000a WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/PruebaWS
    [1/24/14 13:21:14:467 UYST] 0000000a webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module null has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:14:495 UYST] 00000009 webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: CotizaCertCred.
    [1/24/14 13:21:14:536 UYST] 0000000a ApplicationMg A   WSVR0221I: Application started: PruebaWebService_war
    [1/24/14 13:21:14:546 UYST] 0000000a CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=PruebaWebService_war in BLA WebSphere:blaname=PruebaWebService_war started.
    [1/24/14 13:21:14:537 UYST] 0000000b ApplicationMg A   WSVR0200I: Starting application: ConsultaEnviosWebEAR
    [1/24/14 13:21:14:586 UYST] 0000000b ApplicationMg A   WSVR0204I: Application: ConsultaEnviosWebEAR  Application build level: Unknown
    [1/24/14 13:21:14:557 UYST] 0000000a CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=ImmService_war in BLA WebSphere:blaname=ImmService_war.
    [1/24/14 13:21:14:628 UYST] 00000009 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_hostCotizaCertCred
    [1/24/14 13:21:14:807 UYST] 00000009 webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module CotizaCertCred has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:14:837 UYST] 0000000a ApplicationMg A   WSVR0200I: Starting application: ImmService_war
    [1/24/14 13:21:14:855 UYST] 0000000a ApplicationMg A   WSVR0204I: Application: ImmService_war  Application build level: Unknown
    [1/24/14 13:21:14:877 UYST] 00000009 ApplicationMg A   WSVR0221I: Application started: CotizaCertCred
    [1/24/14 13:21:14:897 UYST] 00000009 CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=CotizaCertCred in BLA WebSphere:blaname=CotizaCertCred started.
    [1/24/14 13:21:14:957 UYST] 00000009 CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=RUT_DupConstWeb-2_0_0_war in BLA WebSphere:blaname=RUT_DupConstWeb-2_0_0_war.
    [1/24/14 13:21:15:156 UYST] 00000009 ApplicationMg A   WSVR0200I: Starting application: RUT_DupConstWeb-2_0_0_war
    [1/24/14 13:21:15:217 UYST] 00000009 ApplicationMg A   WSVR0204I: Application: RUT_DupConstWeb-2_0_0_war  Application build level: Unknown
    [1/24/14 13:21:15:466 UYST] 0000000b webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: ConsultaEnviosWeb.
    [1/24/14 13:21:15:585 UYST] 0000000b WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_hostConsultaEnviosWeb
    [1/24/14 13:21:15:725 UYST] 0000000b webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module ConsultaEnviosWeb has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:15:806 UYST] 00000009 webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: RUT_DupConstanciaWeb.
    [1/24/14 13:21:15:836 UYST] 0000000b ApplicationMg A   WSVR0221I: Application started: ConsultaEnviosWebEAR
    [1/24/14 13:21:15:888 UYST] 0000000b CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=ConsultaEnviosWebEAR in BLA WebSphere:blaname=ConsultaEnviosWebEAR started.
    [1/24/14 13:21:15:955 UYST] 00000009 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/RUT_DupConstanciaWeb
    [1/24/14 13:21:16:165 UYST] 00000009 webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module RUT_DupConstanciaWeb has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:16:204 UYST] 00000009 ApplicationMg A   WSVR0221I: Application started: RUT_DupConstWeb-2_0_0_war
    [1/24/14 13:21:16:216 UYST] 00000009 CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=RUT_DupConstWeb-2_0_0_war in BLA WebSphere:blaname=RUT_DupConstWeb-2_0_0_war started.
    [1/24/14 13:21:16:418 UYST] 0000000a webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: Imm Service.
    [1/24/14 13:21:16:527 UYST] 0000000a WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/IMMService
    [1/24/14 13:21:16:556 UYST] 0000000a WASAxis2Exten I   WSWS7037I: The /GestionEmpLocalWsBean URL pattern was configured for the Imm Service servlet located in the ImmService.war web module.
    [1/24/14 13:21:16:627 UYST] 0000000a webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module Imm Service has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:16:697 UYST] 0000000a ApplicationMg A   WSVR0221I: Application started: ImmService_war
    [1/24/14 13:21:16:776 UYST] 0000000a CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=ImmService_war in BLA WebSphere:blaname=ImmService_war started.
    [1/24/14 13:21:16:805 UYST] 0000000b CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=SAC in BLA WebSphere:blaname=SAC.
    [1/24/14 13:21:16:906 UYST] 0000000b ApplicationMg A   WSVR0200I: Starting application: SAC
    [1/24/14 13:21:16:916 UYST] 0000000b ApplicationMg A   WSVR0204I: Application: SAC  Application build level: Unknown
    [1/24/14 13:21:17:046 UYST] 0000000b ResourceMgrIm W   WSVR0016W: Classpath entry, ${CLOUDSCAPE_JDBC_DRIVER_PATH}/db2j.jar, in Resource, Cloudscape JDBC Provider (XA), located at /usr/WebSphere7/AppServer/profiles/AppSrv01/config/cells/wastestfe01Node01Cell/applications/SAC.ear/deployments/SAC/resources.xml has an invalid variable
    [1/24/14 13:21:17:057 UYST] 0000000b ResourceMgrIm W   WSVR0016W: Classpath entry, ${MQJMS_LIB_ROOT}, in Resource, WebSphere MQ JMS Provider, located at /usr/WebSphere7/AppServer/profiles/AppSrv01/config/cells/wastestfe01Node01Cell/applications/SAC.ear/deployments/SAC/resources.xml has an invalid variable
    [1/24/14 13:21:17:066 UYST] 0000000b ResourceMgrIm W   WSVR0021W: Native path entry, ${MQJMS_LIB_ROOT}, in Resource, WebSphere MQ JMS Provider, located at /usr/WebSphere7/AppServer/profiles/AppSrv01/config/cells/wastestfe01Node01Cell/applications/SAC.ear/deployments/SAC/resources.xml has an invalid variable
    [1/24/14 13:21:17:226 UYST] 0000000b FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_3e923e92_14.01.24_13.21.17.0976994031630680563181.txt com.ibm.ws.runtime.component.binder.DataSourceBinder.stringListToPath 485
    [1/24/14 13:21:17:258 UYST] 0000000b ResourceMgrIm I   WSVR0049I: Binding DefaultEJBTimerDataSource as jdbc/DefaultEJBTimerDataSource
    [1/24/14 13:21:17:365 UYST] 0000000b webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: SACWeb.
    [1/24/14 13:21:17:445 UYST] 0000000b WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_hostSAC
    [1/24/14 13:21:17:506 UYST] 0000000b webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module SACWeb has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443,*:83,*:8085,*:446,*:444,*:447,*:448].
    [1/24/14 13:21:17:546 UYST] 0000000b ApplicationMg A   WSVR0221I: Application started: SAC
    [1/24/14 13:21:17:555 UYST] 0000000b CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=SAC in BLA WebSphere:blaname=SAC started.
    [1/24/14 13:21:17:606 UYST] 00000000 TCPChannel    I   TCPC0001I: TCP Channel TCP_1 is listening on host *  (IPv6) port 9060.
    [1/24/14 13:21:17:665 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin.
    [1/24/14 13:21:17:704 UYST] 00000000 TCPChannel    I   TCPC0001I: TCP Channel TCP_2 is listening on host *  (IPv6) port 9080.
    [1/24/14 13:21:17:737 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain WCInboundDefault.
    [1/24/14 13:21:17:777 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain HttpQueueInboundDefault.
    [1/24/14 13:21:17:815 UYST] 00000000 TCPChannel    I   TCPC0001I: TCP Channel TCP_4 is listening on host *  (IPv6) port 9443.
    [1/24/14 13:21:17:846 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain HttpQueueInboundDefaultSecure.
    [1/24/14 13:21:17:864 UYST] 00000000 TCPChannel    I   TCPC0001I: TCP Channel TCP_3 is listening on host *  (IPv6) port 9043.
    [1/24/14 13:21:17:886 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure.
    [1/24/14 13:21:17:916 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain WCInboundDefaultSecure.
    [1/24/14 13:21:17:927 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain1.
    [1/24/14 13:21:17:938 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain2.
    [1/24/14 13:21:17:956 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain3.
    [1/24/14 13:21:17:967 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain4.
    [1/24/14 13:21:17:976 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain5.
    [1/24/14 13:21:17:986 UYST] 00000000 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain6.
    [1/24/14 13:21:18:005 UYST] 00000000 webcontainer  I com.ibm.ws.webcontainer.WSWebContainer startChains SRVE0323I: The Asynchronous Request Dispatcher is not enabled. Requests sent through either the HttpQueueInboundDefault or the HttpQueueInboundDefaultSecure chain might not be properly handled.
    [1/24/14 13:21:18:017 UYST] 00000009 SchedulerServ I   SCHD0077I: The Scheduler Service is starting the Schedulers.
    [1/24/14 13:21:18:026 UYST] 00000009 SchedulerServ I   SCHD0078I: The Scheduler Service has completed starting the Schedulers.
    [1/24/14 13:21:18:194 UYST] 00000000 RMIConnectorC A   ADMC0026I: The RMI Connector is available at port 2809
    [1/24/14 13:21:18:246 UYST] 00000000 JMXConnectors I   ADMC0058I: The JMX JSR160RMI connector is available at port 2809
    [1/24/14 13:21:18:475 UYST] 00000000 WsServerImpl  A   WSVR0001I: Server server1 open for e-business
    [1/24/14 13:21:41:096 UYST] 00000015 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/MenuWeb] [/index.jsp]: Initialization successful.
    [1/24/14 13:21:42:045 UYST] 00000014 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/MenuWeb] [FrontController]: Initialization successful.
    [1/24/14 13:21:42:296 UYST] 00000014 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/MenuWeb] [/principal.jsp]: Initialization successful.
    [1/24/14 13:21:42:377 UYST] 00000014 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/MenuWeb] [/cabezal.jsp]: Initialization successful.
    [1/24/14 13:21:42:416 UYST] 00000014 SystemOut     O config uy.gub.dgi.menu.beans.Configuracion@534e534e
    [1/24/14 13:21:42:608 UYST] 00000015 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/MenuWeb] [/paginaInicial.jsp]: Initialization successful.
    [1/24/14 13:21:45:644 UYST] 00000014 SystemOut     O config uy.gub.dgi.menu.beans.Configuracion@534e534e
    [1/24/14 13:21:45:914 UYST] 00000015 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/MenuWeb] [/login.jsp]: Initialization successful.
    [1/24/14 13:22:00:318 UYST] 00000014 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain HttpOutboundChain:192.168.93.199:8080.
    [1/24/14 13:22:05:416 UYST] 00000014 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_25002500_14.01.24_13.22.05.3765437874823690923344.txt com.ibm.ws.webservices.engine.transport.http.HttpOutboundChannelConnection.connect 782
    [1/24/14 13:22:05:445 UYST] 00000014 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_25002500_14.01.24_13.22.05.4174407159214678639590.txt com.ibm.ws.webservices.engine.transport.http.HTTPSender.invoke 946
    [1/24/14 13:22:05:526 UYST] 00000014 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_25002500_14.01.24_13.22.05.4475363052595552519963.txt com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke 302
    [1/24/14 13:22:05:595 UYST] 00000014 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /usr/WebSphere7/AppServer/profiles/AppSrv01/logs/ffdc/server1_25002500_14.01.24_13.22.05.5353817931718977740640.txt com.ibm.ws.webservices.engine.client.Connection.invoke 438
    [1/24/14 13:22:05:787 UYST] 00000015 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [MenuNuevo_war] [/MenuWeb] [/fueraServicio.jsp]: Initialization successful.
    ^C(root@wastestfe01):/usr/WebSphere7/AppServer/profiles/AppSrv01/logs/server1>
    (root@wastestfe01):/usr/WebSphere7/AppServer/profiles/AppSrv01/logs/server1> v01/logs/ffdc/server1_25002500_14.01.24_13.22.05.5353817931718977740640.txt                           


  • 6.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 12:16 PM
    Rafael,

      in which OS is WAS?

      are you following the next link?

      Configuring a Web services client to access resources using a Web proxy
      pic.dhe.ibm.com/infocenter/wasinfo/v7r0/...


    regards


  • 7.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 12:35 PM
    HTTP transport custom properties for Web services applications
      pic.dhe.ibm.com/infocenter/wasinfo/v7r0/...

    In the following example,
        http.proxyHost="myproxy.mycompany.com"
        http.nonProxyHosts="host1.company1.com|host*.company2.com|*.company3.com"
        
      all requests will be routed through the proxy server, myproxy.mycompany.com, except for the HTTP requests destined for the following hosts:

       a single host named host1.company1.com
       any host in the company2.com domain whose name starts with host
       any host in the company3.com domain

      Note: Processing the settings for http.nonProxyHosts is performed as pure pattern matching. Host names are not expanded to their fully-qualified form before being matched to the pattern. For example, with http.nonProxyHosts specified in the above example, the string host1 will not match any of the settings specified, and as such, the Web services engine will send the request through the proxy server. In order for the host1 request to not be sent through the proxy server, the http.nonProxyHosts specification would have to include host1 somewhere in the specification. An illustration of this specification follows.
     
     http.nonProxyHosts="host1.company1.com|host*.company2.com|*.company3.com|host1"

    You need to set the property as JVM custom propety
     
      Open the administrative console.
      Click Servers > Application Servers > server > Java and Process Management > Process Definition > Java Virtual Machine > Custom Properties.


    regards



  • 8.  http.nonProxyHosts - JVM properties

    Posted Fri January 24, 2014 01:27 PM
    Gabriel the OS is AIX 7.1 .
    I'm trying to get access to the local intranet addresses or by proxy will not, but in this particular case always try to go through the proxy, it's like that ignores the settings of the JVM.




  • 9.  http.nonProxyHosts - JVM properties

    Posted Sun January 26, 2014 12:37 PM
    Rafael,

      I suggest to enable Webservice traces at runtime before execute the application

      *=info:com.ibm.ws.webservices.*=all:org.apache.*=all:com.ibm.ws.websvcs.*=all:com.ibm.ws.metadata.*=all

      And check JVM properties in traces.


    Regards