tryit seems to be failing as well. I'm not getting any response for the
said proxy. Following was printed in the back-end log.

INFO - LogMediator To:
/carbon/admin/jsp/WSRequestXSSproxy_ajaxprocessor.jsp, MessageID:
urn:uuid:7cfbaa0a-f197-4e8d-a0f4-f4d2191855b9, Direction: request,
Envelope: <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope
"><soapenv:Body><xformValues><options>dXNlU09BUDoxLjI=,dXNlV1NBOnRydWU=,YWN0aW9uOnVybjptZWRpYXRl,</options><payload>PHA6ZWNob1N0cmluZyB4bWxuczpwPSJodHRwOi8vZWNoby5zZXJ2aWNlcy5jb3JlLmNhcmJvbi53c28yLm9yZyI+PCEtLTAgdG8gMSBvY2N1cnJlbmNlLS0+PGluPj88L2luPjwvcDplY2hvU3RyaW5nPg==</payload><password>~</password><username>~</username><uri>aHR0cDovLzEwLjEwMC4xLjEyNjo4MjgwL3NlcnZpY2VzL2VjaG9Qcm94eS5lY2hvUHJveHlIdHRwU29hcDEyRW5kcG9pbnQ=</uri><async>true</async><pattern>aHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC9pbi1vdXQ=</pattern></xformValues></soapenv:Body></soapenv:Envelope>

Here's my proxy.

<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse";
       name="echoProxy"
       transports="https,http"
       statistics="disable"
       trace="disable"
       startOnLoad="true">
   <target>
      <outSequence>
         <send/>
      </outSequence>
      <endpoint>
         <address uri="http://localhost:8280/services/echo"/>
      </endpoint>
   </target>
   <description/>
</proxy>




On Wed, Nov 6, 2013 at 5:04 PM, Kasun Gajasinghe <[email protected]> wrote:

> Hi,
>
> Noticed the following error in ESB 4.8.0 M5 pack. I have created a simply
> pass-through proxy (without a wsdl) pointing to the echo service. When I
> accessed sent a GET request to the url,
> https://10.100.1.126:8243/services/echoProxy, the following error was
> thrown.
>
> osgi> [2013-11-06 17:01:54,546] ERROR - NativeWorkerPool Uncaught exception
> java.lang.NullPointerException: Tenant domain has not been set in
> CarbonContext
> at
> org.wso2.carbon.caching.impl.CacheManagerFactoryImpl.getCacheManager(CacheManagerFactoryImpl.java:79)
>  at
> org.wso2.carbon.security.pox.POXSecurityHandler.getPOXCache(POXSecurityHandler.java:344)
> at
> org.wso2.carbon.security.pox.POXSecurityHandler.invoke(POXSecurityHandler.java:136)
>  at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
>  at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
>  at
> org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:144)
> at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:139)
>  at
> org.apache.synapse.transport.nhttp.util.RESTUtil.processGetAndDeleteRequest(RESTUtil.java:146)
> at
> org.apache.synapse.transport.nhttp.DefaultHttpGetProcessor.processGetAndDelete(DefaultHttpGetProcessor.java:464)
>  at
> org.wso2.carbon.transport.nhttp.api.NHttpGetProcessor.process(NHttpGetProcessor.java:305)
> at
> org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:276)
>  at
> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:662)
>
>
>
>
> --
> *Kasun Gajasinghe*
> Software Engineer;
> WSO2 Inc.; http://wso2.com
>
>
>  ,
> *email: *
> *kasung AT spamfree wso2.com <http://wso2.com>   ** cell: **+94 (77)
> 678-0813 <%2B94%20%2877%29%20678-0813>*
> *linked-in: *http://lk.linkedin.com/in/gajasinghe
>
>
>
> *blog: **http://kasunbg.org* <http://kasunbg.org>
>
>
>
> *twitter: **http://twitter.com/kasunbg* <http://twitter.com/kasunbg>
>
>
>
>


-- 
*Kasun Gajasinghe*
Software Engineer;
WSO2 Inc.; http://wso2.com


 ,
*email: *
*kasung AT spamfree wso2.com <http://wso2.com>   ** cell: **+94 (77)
678-0813*
*linked-in: *http://lk.linkedin.com/in/gajasinghe



*blog: **http://kasunbg.org* <http://kasunbg.org>



*twitter: **http://twitter.com/kasunbg* <http://twitter.com/kasunbg>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to