Hi ,

We have deployed bpel to BPS in tenant mode and it will call back to IS.
That call back endpoint is admin service in IS. It is fail and says
unauthorized from BPS side and IS side we can't see
the Authorization headers. This is working fine in supper tenant mode.

I checked with BPS 3.2.0
And
BPS 4.4.2 features embeded in IS

I have attached wire logs from BPS for super tenant and a tenant.

In BPS side exception :


TID: [0] [BPS] [2015-10-02 09:09:41,829]  INFO
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  '
[email protected] [1]' logged in at [2015-10-02 09:09:41,828+0530]
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil}
TID: [0] [BPS] [2015-10-02 09:10:12,129]  INFO
{org.apache.axis2.transport.http.HTTPSender} -  Unable to sendViaPost to
url[https://localhost:9443/services/WorkflowCallbackService]
{org.apache.axis2.transport.http.HTTPSender}
org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
        at
org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:308)
        at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194)
        at
org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:451)
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:278)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
        at
org.wso2.carbon.core.multitenancy.transports.TenantTransportSender.invoke(TenantTransportSender.java:198)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
        at
org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:297)
        at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
        at
org.wso2.carbon.bpel.core.ode.integration.utils.AxisServiceUtils.invokeService(AxisServiceUtils.java:305)
        at
org.wso2.carbon.bpel.core.ode.integration.PartnerService.invoke(PartnerService.java:324)
        at
org.wso2.carbon.bpel.core.ode.integration.BPELMessageExchangeContextImpl.invokePartner(BPELMessageExchangeContextImpl.java:43)
        at
org.apache.ode.bpel.engine.BpelRuntimeContextImpl.invoke(BpelRuntimeContextImpl.java:793)
        at org.apache.ode.bpel.runtime.INVOKE.run(INVOKE.java:130)
        at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at
org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.run(JacobVPU.java:451)
        at org.apache.ode.jacob.vpu.JacobVPU.execute(JacobVPU.java:139)
        at
org.apache.ode.bpel.engine.BpelRuntimeContextImpl.execute(BpelRuntimeContextImpl.java:898)
        at
org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.invokeInstance(PartnerLinkMyRoleImpl.java:250)
        at
org.apache.ode.bpel.engine.BpelProcess$1.invoke(BpelProcess.java:288)
        at
org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:224)
        at
org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:279)
        at
org.apache.ode.bpel.engine.BpelProcess.handleJobDetails(BpelProcess.java:434)
        at
org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:558)
        at
org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:467)
        at
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:536)
        at
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:530)
        at
org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:280)
        at
org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:235)
        at
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob.call(SimpleScheduler.java:530)
        at
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob.call(SimpleScheduler.java:514)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)



in IS side


[2015-10-02 09:26:35,045] DEBUG
{org.wso2.carbon.core.services.authentication.BasicAccessAuthenticator} -
 Authorization header missing !!
[2015-10-02 09:26:35,047] DEBUG
{org.wso2.carbon.core.services.authentication.AbstractAuthenticator} -
 Could not retrieve user name for authentication from request
[2015-10-02 09:26:35,048]  WARN
{org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} -
 Illegal access attempt at [2015-10-02 09:26:35,0048] from IP address
127.0.0.1 while trying to authenticate access to service
WorkflowCallbackService





*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* <http://www.apache.org/>*
*email: **[email protected]* <[email protected]>* cell: +94 71 5186770 *
*twitter: **http://twitter.com/ <http://twitter.com/afkham_azeez>*
*harshathirimannlinked-in: **http:
<http://lk.linkedin.com/in/afkhamazeez>**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
<http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122>*

*Lean . Enterprise . Middleware*
Tenant Mode

BPS Logs 
==================================

[2015-10-02 11:18:06,400] DEBUG {httpclient.wire.header} -  >> "POST 
/services/t/abc.com/abc-ext-wf-1TaskServiceCB HTTP/1.1[\r][\n]"
[2015-10-02 11:18:06,401] DEBUG {httpclient.wire.header} -  >> "Content-Type: 
text/xml; charset=UTF-8[\r][\n]"
[2015-10-02 11:18:06,401] DEBUG {httpclient.wire.header} -  >> "SOAPAction: 
"http://ht.bpel.mgt.workflow.identity.carbon.wso2.org/approvalResponse"[\r][\n]";
[2015-10-02 11:18:06,401] DEBUG {httpclient.wire.header} -  >> "User-Agent: 
WSO2 Business Process Server-3.2.0[\r][\n]"
[2015-10-02 11:18:06,401] DEBUG {httpclient.wire.header} -  >> "Host: 
localhost:9444[\r][\n]"
[2015-10-02 11:18:06,401] DEBUG {httpclient.wire.header} -  >> 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:18:06,401] DEBUG {httpclient.wire.header} -  >> "[\r][\n]"
[2015-10-02 11:18:06,406] DEBUG {httpclient.wire.content} -  >> "30f[\r][\n]"
[2015-10-02 11:18:06,406] DEBUG {httpclient.wire.content} -  >> "<?xml 
version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Header 
xmlns:wsa="http://www.w3.org/2005/08/addressing";><b4p:correlation 
xmlns:b4p="http://docs.oasis-open.org/ns/bpel4people/bpel4people/200803"; 
b4p:taskid="4751"></b4p:correlation><wsa:To>https://localhost:9444/services/t/abc.com/abc-ext-wf-1TaskServiceCB</wsa:To><wsa:MessageID>urn:uuid:d4571bb8-2ce9-4a42-b631-3293f7f655bb</wsa:MessageID><wsa:Action>http://ht.bpel.mgt.workflow.identity.carbon.wso2.org/approvalResponse</wsa:Action></soapenv:Header><soapenv:Body><sch:ApprovalCBData
 
xmlns:sch="http://ht.bpel.mgt.workflow.identity.carbon.wso2.org/wsdl/schema";><approvalStatus>APPROVED</approvalStatus></sch:ApprovalCBData></soapenv:Body></soapenv:Envelope>"
[2015-10-02 11:18:06,406] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:18:06,406] DEBUG {httpclient.wire.content} -  >> "0"
[2015-10-02 11:18:06,406] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:18:06,406] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:18:06,423] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 202 
Accepted[\r][\n]"
[2015-10-02 11:18:06,423] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 202 
Accepted[\r][\n]"
[2015-10-02 11:18:06,423] DEBUG {httpclient.wire.header} -  << "Content-Type: 
text/xml;charset=UTF-8[\r][\n]"
[2015-10-02 11:18:06,423] DEBUG {httpclient.wire.header} -  << 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:18:06,423] DEBUG {httpclient.wire.header} -  << "Date: Fri, 02 
Oct 2015 05:48:06 GMT[\r][\n]"
[2015-10-02 11:18:06,423] DEBUG {httpclient.wire.header} -  << "Server: WSO2 
Carbon Server[\r][\n]"
[2015-10-02 11:18:06,424] DEBUG {httpclient.wire.header} -  << "[\r][\n]"
[2015-10-02 11:18:06,424] DEBUG {httpclient.wire.content} -  << "0"
[2015-10-02 11:18:06,424] DEBUG {httpclient.wire.content} -  << "[\r]"
[2015-10-02 11:18:06,424] DEBUG {httpclient.wire.content} -  << "[\n]"
[2015-10-02 11:18:06,424] DEBUG {httpclient.wire.content} -  << "[\r]"
[2015-10-02 11:18:06,424] DEBUG {httpclient.wire.content} -  << "[\n]"
[2015-10-02 11:18:06,424] DEBUG {httpclient.wire.header} -  << "[\r][\n]"
[2015-10-02 11:18:06,540] DEBUG {httpclient.wire.header} -  >> "POST 
/services/WorkflowCallbackService HTTP/1.1[\r][\n]"
[2015-10-02 11:18:06,541] DEBUG {httpclient.wire.header} -  >> "Content-Type: 
text/xml; charset=UTF-8[\r][\n]"
[2015-10-02 11:18:06,541] DEBUG {httpclient.wire.header} -  >> "SOAPAction: 
"urn:dispatch"[\r][\n]"
[2015-10-02 11:18:06,541] DEBUG {httpclient.wire.header} -  >> "User-Agent: 
WSO2 Business Process Server-3.2.0[\r][\n]"
[2015-10-02 11:18:06,541] DEBUG {httpclient.wire.header} -  >> "Host: 
localhost:9443[\r][\n]"
[2015-10-02 11:18:06,541] DEBUG {httpclient.wire.header} -  >> 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:18:06,541] DEBUG {httpclient.wire.header} -  >> "[\r][\n]"
[2015-10-02 11:18:06,561] DEBUG {httpclient.wire.content} -  >> "1e5[\r][\n]"
[2015-10-02 11:18:06,561] DEBUG {httpclient.wire.content} -  >> "<?xml 
version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Body><onCallback
 xmlns="http://callback.mgt.workflow.identity.carbon.wso2.org/xsd";>[\n]"
[2015-10-02 11:18:06,561] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9]<ns:response 
xmlns:ns="http://callback.mgt.workflow.identity.carbon.wso2.org/xsd";>[\n]"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9][\n]"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]<ns:status>APPROVED</ns:status>[\n]"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]<ns:uuid>66ff2e84-01d3-4b6e-a988-2955d1242440</ns:uuid>[\n]"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9]</ns:response>[\n]"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9]</onCallback></soapenv:Body></soapenv:Envelope>"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> "0"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:18:06,562] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:18:06,570] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 401 
Unauthorized[\r][\n]"
[2015-10-02 11:18:06,570] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 401 
Unauthorized[\r][\n]"
[2015-10-02 11:18:06,570] DEBUG {httpclient.wire.header} -  << "Set-Cookie: 
JSESSIONID=843C09C71D4DEC2EB0ABBC37855F48C4; Path=/; Secure; HttpOnly[\r][\n]"
[2015-10-02 11:18:06,570] DEBUG {httpclient.wire.header} -  << "Server: WSO2 
Carbon Server[\r][\n]"
[2015-10-02 11:18:06,570] DEBUG {httpclient.wire.header} -  << "Date: Fri, 02 
Oct 2015 05:48:06 GMT[\r][\n]"
[2015-10-02 11:18:06,570] DEBUG {httpclient.wire.header} -  << 
"WWW-Authenticate: Basic realm="WSO2 Identity Server"[\r][\n]"
[2015-10-02 11:18:06,571] DEBUG {httpclient.wire.header} -  << "Content-Type: 
text/html;charset=UTF-8[\r][\n]"
[2015-10-02 11:18:06,571] DEBUG {httpclient.wire.header} -  << 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:18:06,571] DEBUG {httpclient.wire.header} -  << "Vary: 
Accept-Encoding[\r][\n]"
[2015-10-02 11:18:06,571] DEBUG {httpclient.wire.header} -  << "[\r][\n]"
[2015-10-02 11:18:06,581] ERROR 
{org.wso2.carbon.bpel.core.ode.integration.PartnerService} -  Error sending 
message to Axis2 for ODE mex {PartnerRoleMex#hqejbhcnphranc23t6xplm [PID 
{http://bpel.mgt.workflow.carbon.wso2.org/approvalProcess}abc-ext-wf-1-4] 
calling [email protected](...) Status 
REQUEST}
org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
        at 
org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:308)
        at 
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194)
        at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
        at 
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:451)
        at 
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:278)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
        at 
org.wso2.carbon.core.multitenancy.transports.TenantTransportSender.invoke(TenantTransportSender.java:198)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
        at 
org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:297)
        at 
org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
        at 
org.wso2.carbon.bpel.core.ode.integration.utils.AxisServiceUtils.invokeService(AxisServiceUtils.java:305)
        at 
org.wso2.carbon.bpel.core.ode.integration.PartnerService.invoke(PartnerService.java:324)
        at 
org.wso2.carbon.bpel.core.ode.integration.BPELMessageExchangeContextImpl.invokePartner(BPELMessageExchangeContextImpl.java:43)
        at 
org.apache.ode.bpel.engine.BpelRuntimeContextImpl.invoke(BpelRuntimeContextImpl.java:793)
        at org.apache.ode.bpel.runtime.INVOKE.run(INVOKE.java:130)
        at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.run(JacobVPU.java:451)
        at org.apache.ode.jacob.vpu.JacobVPU.execute(JacobVPU.java:139)
        at 
org.apache.ode.bpel.engine.BpelRuntimeContextImpl.execute(BpelRuntimeContextImpl.java:898)
        at 
org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.invokeInstance(PartnerLinkMyRoleImpl.java:250)
        at org.apache.ode.bpel.engine.BpelProcess$1.invoke(BpelProcess.java:288)
        at 
org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:224)
        at 
org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:279)
        at 
org.apache.ode.bpel.engine.BpelProcess.handleJobDetails(BpelProcess.java:434)
        at 
org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:558)
        at 
org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:467)
        at 
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:536)
        at 
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:530)
        at 
org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:280)
        at 
org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:235)
        at 
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob.call(SimpleScheduler.java:530)
        at 
org.apache.ode.scheduler.simple.SimpleScheduler$RunJob.call(SimpleScheduler.java:514)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)









IS Logs
===========================

[2015-10-02 11:18:03,679] DEBUG 
{org.wso2.carbon.humantask.core.scheduler.SimpleScheduler} -  LOAD IMMEDIATE 
complete
[2015-10-02 11:18:06,564] DEBUG 
{org.wso2.carbon.core.services.authentication.BasicAccessAuthenticator} -  
Authorization header missing !!
[2015-10-02 11:18:06,565] DEBUG 
{org.wso2.carbon.core.services.authentication.AbstractAuthenticator} -  Could 
not retrieve user name for authentication from request
[2015-10-02 11:18:06,566]  WARN 
{org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} -  Illegal 
access attempt at [2015-10-02 11:18:06,0566] from IP address 127.0.0.1 while 
trying to authenticate access to service WorkflowCallbackService




Super Tenant Mode

BPS Logs
======================


[2015-10-02 11:20:04,663] DEBUG {httpclient.wire.header} -  >> "POST 
/services/admin-ext-wf-1TaskServiceCB HTTP/1.1[\r][\n]"
[2015-10-02 11:20:04,663] DEBUG {httpclient.wire.header} -  >> "Content-Type: 
text/xml; charset=UTF-8[\r][\n]"
[2015-10-02 11:20:04,663] DEBUG {httpclient.wire.header} -  >> "SOAPAction: 
"http://ht.bpel.mgt.workflow.identity.carbon.wso2.org/approvalResponse"[\r][\n]";
[2015-10-02 11:20:04,663] DEBUG {httpclient.wire.header} -  >> "User-Agent: 
WSO2 Business Process Server-3.2.0[\r][\n]"
[2015-10-02 11:20:04,663] DEBUG {httpclient.wire.header} -  >> "Host: 
localhost:9444[\r][\n]"
[2015-10-02 11:20:04,664] DEBUG {httpclient.wire.header} -  >> 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:20:04,664] DEBUG {httpclient.wire.header} -  >> "[\r][\n]"
[2015-10-02 11:20:04,666] DEBUG {httpclient.wire.content} -  >> "366[\r][\n]"
[2015-10-02 11:20:04,666] DEBUG {httpclient.wire.content} -  >> "<?xml 
version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Header 
xmlns:wsa="http://www.w3.org/2005/08/addressing";><b4p:correlation 
xmlns:b4p="http://docs.oasis-open.org/ns/bpel4people/bpel4people/200803"; 
b4p:taskid="4752"></b4p:correlation><wsa:To>https://localhost:9444/services/admin-ext-wf-1TaskServiceCB</wsa:To><wsa:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:f98e049d-56e4-42e4-b009-673c5d811eea</wsa:MessageID><wsa:Action>http://ht.bpel.mgt.workflow.identity.carbon.wso2.org/approvalResponse</wsa:Action></soapenv:Header><soapenv:Body><sch:ApprovalCBData
 
xmlns:sch="http://ht.bpel.mgt.workflow.identity.carbon.wso2.org/wsdl/schema";><approvalStatus>APPROVED</approvalStatus></sch:ApprovalCBData></soapenv:Body></soapenv:Envelope>"
[2015-10-02 11:20:04,666] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:20:04,666] DEBUG {httpclient.wire.content} -  >> "0"
[2015-10-02 11:20:04,666] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:20:04,666] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:20:04,687] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 202 
Accepted[\r][\n]"
[2015-10-02 11:20:04,687] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 202 
Accepted[\r][\n]"
[2015-10-02 11:20:04,687] DEBUG {httpclient.wire.header} -  << "Content-Type: 
text/xml;charset=UTF-8[\r][\n]"
[2015-10-02 11:20:04,687] DEBUG {httpclient.wire.header} -  << 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:20:04,687] DEBUG {httpclient.wire.header} -  << "Date: Fri, 02 
Oct 2015 05:50:04 GMT[\r][\n]"
[2015-10-02 11:20:04,687] DEBUG {httpclient.wire.header} -  << "Server: WSO2 
Carbon Server[\r][\n]"
[2015-10-02 11:20:04,688] DEBUG {httpclient.wire.header} -  << "[\r][\n]"
[2015-10-02 11:20:04,688] DEBUG {httpclient.wire.content} -  << "0"
[2015-10-02 11:20:04,689] DEBUG {httpclient.wire.content} -  << "[\r]"
[2015-10-02 11:20:04,689] DEBUG {httpclient.wire.content} -  << "[\n]"
[2015-10-02 11:20:04,689] DEBUG {httpclient.wire.content} -  << "[\r]"
[2015-10-02 11:20:04,689] DEBUG {httpclient.wire.content} -  << "[\n]"
[2015-10-02 11:20:04,689] DEBUG {httpclient.wire.header} -  << "[\r][\n]"
[2015-10-02 11:20:04,762] DEBUG {httpclient.wire.header} -  >> "POST 
/services/WorkflowCallbackService HTTP/1.1[\r][\n]"
[2015-10-02 11:20:04,766] DEBUG {httpclient.wire.header} -  >> "Content-Type: 
text/xml; charset=UTF-8[\r][\n]"
[2015-10-02 11:20:04,767] DEBUG {httpclient.wire.header} -  >> "SOAPAction: 
""[\r][\n]"
[2015-10-02 11:20:04,767] DEBUG {httpclient.wire.header} -  >> "Authorization: 
Basic YWRtaW46YWRtaW4=[\r][\n]"
[2015-10-02 11:20:04,767] DEBUG {httpclient.wire.header} -  >> "User-Agent: 
WSO2 Business Process Server-3.2.0[\r][\n]"
[2015-10-02 11:20:04,767] DEBUG {httpclient.wire.header} -  >> "Host: 
localhost:9443[\r][\n]"
[2015-10-02 11:20:04,767] DEBUG {httpclient.wire.header} -  >> 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:20:04,767] DEBUG {httpclient.wire.header} -  >> "[\r][\n]"
[2015-10-02 11:20:04,774] DEBUG {httpclient.wire.content} -  >> "1e5[\r][\n]"
[2015-10-02 11:20:04,774] DEBUG {httpclient.wire.content} -  >> "<?xml 
version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Body><onCallback
 xmlns="http://callback.mgt.workflow.identity.carbon.wso2.org/xsd";>[\n]"
[2015-10-02 11:20:04,775] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9]<ns:response 
xmlns:ns="http://callback.mgt.workflow.identity.carbon.wso2.org/xsd";>[\n]"
[2015-10-02 11:20:04,775] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9][\n]"
[2015-10-02 11:20:04,775] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]<ns:status>APPROVED</ns:status>[\n]"
[2015-10-02 11:20:04,775] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]<ns:uuid>314998f0-ce2c-4518-99fe-2fc84b03ce10</ns:uuid>[\n]"
[2015-10-02 11:20:04,775] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9][0x9]</ns:response>[\n]"
[2015-10-02 11:20:04,775] DEBUG {httpclient.wire.content} -  >> 
"[0x9][0x9][0x9][0x9][0x9][0x9]</onCallback></soapenv:Body></soapenv:Envelope>"
[2015-10-02 11:20:04,775] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:20:04,776] DEBUG {httpclient.wire.content} -  >> "0"
[2015-10-02 11:20:04,776] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:20:04,776] DEBUG {httpclient.wire.content} -  >> "[\r][\n]"
[2015-10-02 11:20:05,495] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 202 
Accepted[\r][\n]"
[2015-10-02 11:20:05,495] DEBUG {httpclient.wire.header} -  << "HTTP/1.1 202 
Accepted[\r][\n]"
[2015-10-02 11:20:05,495] DEBUG {httpclient.wire.header} -  << "Set-Cookie: 
JSESSIONID=8E68380377BEB214DCC072CFF039AB12; Path=/; Secure; HttpOnly[\r][\n]"
[2015-10-02 11:20:05,495] DEBUG {httpclient.wire.header} -  << "Content-Type: 
text/xml;charset=UTF-8[\r][\n]"
[2015-10-02 11:20:05,496] DEBUG {httpclient.wire.header} -  << 
"Transfer-Encoding: chunked[\r][\n]"
[2015-10-02 11:20:05,496] DEBUG {httpclient.wire.header} -  << "Date: Fri, 02 
Oct 2015 05:50:05 GMT[\r][\n]"
[2015-10-02 11:20:05,496] DEBUG {httpclient.wire.header} -  << "Server: WSO2 
Carbon Server[\r][\n]"
[2015-10-02 11:20:05,496] DEBUG {httpclient.wire.header} -  << "[\r][\n]"
[2015-10-02 11:20:05,496] DEBUG {httpclient.wire.content} -  << "0"
[2015-10-02 11:20:05,496] DEBUG {httpclient.wire.content} -  << "[\r]"
[2015-10-02 11:20:05,496] DEBUG {httpclient.wire.content} -  << "[\n]"
[2015-10-02 11:20:05,497] DEBUG {httpclient.wire.content} -  << "[\r]"
[2015-10-02 11:20:05,497] DEBUG {httpclient.wire.content} -  << "[\n]"
[2015-10-02 11:20:05,497] DEBUG {httpclient.wire.header} -  << "[\r][\n]"







IS Logs
=============


15-10-02 11:20:04,778] DEBUG 
{org.wso2.carbon.core.services.authentication.AbstractAuthenticator} -  Doing 
authentication for tenant id -1234 and user admin
[2015-10-02 11:20:04,780] DEBUG 
{org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager} -  SELECT * FROM UM_USER 
WHERE UM_USER_NAME=? AND UM_TENANT_ID=?
[2015-10-02 11:20:04,781] DEBUG 
{org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager} -  User admin login 
attempt. Login success :: true
[2015-10-02 11:20:04,795]  INFO 
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  
'[email protected] [-1234]' logged in at [2015-10-02 11:20:04,795+0530]
[2015-10-02 11:20:04,797] DEBUG 
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  User Registry 
instance is set in the session for user admin
[2015-10-02 11:20:04,894] DEBUG 
{org.wso2.carbon.user.mgt.workflow.userstore.AddUserWFRequestHandler} -  
Decrypting the password of user  PRIMARY/admin-user-4
[2015-10-02 11:20:04,897] DEBUG 
{org.wso2.carbon.user.mgt.workflow.userstore.AddUserWFRequestHandler} -  
Encrypting the password of user  admin-user-4
[2015-10-02 11:20:04,899] DEBUG 
{org.wso2.carbon.identity.provisioning.listener.DefaultInboundUserProvisioningListener}
 -  Adding domain name : PRIMARY to user : admin-user-4
[2015-10-02 11:20:04,915] DEBUG 
{org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl} -  
Loading Basic Application Data of wso2carbon-local-sp
[2015-10-02 11:20:04,918] DEBUG 
{org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl} -  
ApplicationID: 1 ApplicationName: wso2carbon-local-sp UserName: 
wso2.system.user TenantDomain: carbon.super
[2015-10-02 11:20:04,918] DEBUG 
{org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl} -  
Reading Clients of Application 1
[2015-10-02 11:20:04,920] DEBUG 
{org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl} -  
Reading Steps of Application 1
[2015-10-02 11:20:04,925] DEBUG 
{org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl} -  
Reading Claim Mappings of Application 1
[2015-10-02 11:20:04,926] DEBUG 
{org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl} -  
Reading Role Mapping of Application 1
[2015-10-02 11:20:04,935] DEBUG {org.wso2.carbon.caching.impl.CacheImpl} -  
Using local cache
[2015-10-02 11:20:04,936] DEBUG 
{org.wso2.carbon.identity.provisioning.OutboundProvisioningManager} -  Entry 
added successfully 
[2015-10-02 11:20:04,939] DEBUG 
{org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager} -  Executed query is 
INSERT INTO UM_USER (UM_USER_NAME, UM_USER_PASSWORD, UM_SALT_VALUE, 
UM_REQUIRE_CHANGE, UM_CHANGED_TIME, UM_TENANT_ID) VALUES (?, ?, ?, ?, ?, ?) and 
number of updated rows :: 1
[2015-10-02 11:20:05,002] DEBUG 
{org.wso2.carbon.user.core.common.AbstractUserStoreManager} -  Retrieving 
internal roles for user name :  admin-user-4 and search filter *




_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to