When running my bot on the hosting, I used logging, and I got this error:
2022-04-07 17:38:23,815 (init.py:663 MainThread) INFO - TeleBot: "Started polling."
2022-04-07 17:38:23,816 (util.py:84 PollingThread) DEBUG - TeleBot: "Received task"
2022-04-07 17:38:23,816 (apihelper.py:88 PollingThread) DEBUG - TeleBot: "Request: method=get url=https://api.telegram.org/bot5186758570:{TOKEN}/getUpdates params={'offset': 1, 'timeout': 20, 'long_polling_timeout': 20} files=None"
2022-04-07 17:38:44,020 (apihelper.py:156 PollingThread) DEBUG - TeleBot: "The server returned: 'b'{"ok":true,"result":[]}''"
2022-04-07 17:38:44,021 (init.py:414 PollingThread) DEBUG - TeleBot: "Received 0 new updates"
2022-04-07 17:38:44,021 (util.py:88 PollingThread) DEBUG - TeleBot: "Task complete"
2022-04-07 17:38:44,021 (util.py:84 PollingThread) DEBUG - TeleBot: "Received task"
2022-04-07 17:38:44,021 (apihelper.py:88 PollingThread) DEBUG - TeleBot: "Request: method=get url=https://api.telegram.org/bot5186758570:{TOKEN}/getUpdates params={'offset': 1, 'timeout': 20, 'long_polling_timeout': 20} files=None"
Help fix it please, very necessary, I will be very grateful
I tried to build an application to connect to Twitter and post tweets. I created twitter template using spring social.
pom.xml
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-twitter</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
twitter template
return new TwitterTemplate(consumerKey, consumerSecret, accessToken,
accessTokenSecret);
But I am getting the following error.
Caused by: org.springframework.social.MissingAuthorizationException: Authorization is required for the operation, but the API binding was created without authorization.
I added Read and Write permissions under app settings in the developer portal as well.
logs, of HTTPS calls, made to Twitter
12:19:49.750 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "POST /1.1/statuses/update.json HTTP/1.1[\r][\n]"
12:19:49.751 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Accept: application/json, application/*+json[\r][\n]"
12:19:49.751 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Content-Type: application/x-www-form-urlencoded;charset=UTF-8[\r][\n]"
12:19:49.751 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Authorization: OAuth oauth_nonce="2562115169", oauth_token="my_token", oauth_consumer_key="my_key", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1632466188", oauth_version="1.0", oauth_signature="iwmB09dBm2R7SJ07w8CAlN4EiT8%3D"[\r][\n]"
12:19:49.752 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Content-Length: 27[\r][\n]"
12:19:49.752 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Host: api.twitter.com[\r][\n]"
12:19:49.752 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
12:19:49.752 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.10 (Java/1.8.0_231)[\r][\n]"
12:19:49.752 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
12:19:49.752 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "[\r][\n]"
12:19:49.753 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "status=Test+eng+model+tweet"
12:19:50.257 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "HTTP/1.1 401 Unauthorized[\r][\n]"
What am I missing, any help is appreciated. Thanks in advance
I'm running Neo4j 2.0.1 in Embedded HA mode in Tomcat 7. Everything works fine, I also managed to make the "webadmin" module work using the solution described here: https://github.com/theon/neo4j-war-with-webadmin
The Embedded server runs on localhost:7474, http://localhost:7474/webadmin/#/info/org.neo4j/High%20Availability/ showing all nodes in the cluster.
The problem is that accessing http://localhost:7474/db/manage/server/ha/master (or /slave or /master) always returns 404.
Curl:
C:\Windows\system32>curl -v localhost:7474/db/manage/server/ha/available
* Adding handle: conn: 0x2053d10
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x2053d10) send_pipe: 1, recv_pipe: 0
* About to connect() to localhost port 7474 (#0)
* Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 7474 (#0)
> GET /db/manage/server/ha/available HTTP/1.1
> User-Agent: curl/7.33.0
> Host: localhost:7474
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Access-Control-Allow-Origin: *
< Content-Type: text/html; charset=ISO-8859-1
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Length: 0
* Server Jetty(9.0.5.v20130815) is not blacklisted
< Server: Jetty(9.0.5.v20130815)
<
* Connection #0 to host localhost left intact
Tomcat log:
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.server.Server - REQUEST /db/manage/server/ha/available on HttpChannelOverHttp#956fe72{r=1,a=DISPATCHED,uri=/db/manage/server/ha/available}
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.j.server.handler.ContextHandler - scope null||/db/manage/server/ha/available # o.e.j.s.h.MovedContextHandler#6703f008{/,null,AVAILABLE}
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.j.server.handler.ContextHandler - context=||/db/manage/server/ha/available # o.e.j.s.h.MovedContextHandler#6703f008{/,null,AVAILABLE}
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.j.server.handler.ContextHandler - scope null||/db/manage/server/ha/available # o.e.j.w.WebAppContext#2e612ff1{/webadmin,file:/E:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/main_webapp/WEB-INF/classes/webadmin-html/,AVAILABLE}
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.j.server.handler.ContextHandler - scope null||/db/manage/server/ha/available # o.e.j.s.ServletContextHandler#1384d8d1{/db/manage,null,AVAILABLE}
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.j.server.handler.ContextHandler - context=/db/manage||/server/ha/available # o.e.j.s.ServletContextHandler#1384d8d1{/db/manage,null,AVAILABLE}
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.server.session - sessionManager=org.eclipse.jetty.server.session.HashSessionManager#56444482
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.server.session - session=null
17:28:24.775 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.servlet.ServletHandler - servlet /db/manage||/server/ha/available -> org.neo4j.server.web.NeoServletContainer-2094766571#81874825==org.neo4j.server.web.NeoServletContainer,-1,true
17:28:24.776 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.servlet.ServletHandler - chain=org.neo4j.server.rest.security.SecurityFilter-828500158->org.neo4j.server.web.NeoServletContainer-2094766571#81874825==org.neo4j.server.web.NeoServletContainer,-1,true
17:28:24.776 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.servlet.ServletHandler - call filter org.neo4j.server.rest.security.SecurityFilter-828500158
17:28:24.776 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.servlet.ServletHandler - call servlet org.neo4j.server.web.NeoServletContainer-2094766571#81874825==org.neo4j.server.web.NeoServletContainer,-1,true
17:28:24.776 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$CommitCallback#2e5af328 generate: NEED_HEADER (null,[p=0,l=0,c=0,r=0],true)#START
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$CommitCallback#2e5af328 generate: FLUSH ([p=0,l=204,c=20480,r=204],[p=0,l=0,c=0,r=0],true)#COMPLETING
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher#42289da6{IDLE} [HeapByteBuffer#1c21a7ab[p=0,l=204,c=20480,r=204]={<<<HTTP/1.1 404 Not ....v20130815)||||>>>?????????????????...???????????????}]
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher#42289da6{WRITING}:IDLE-->WRITING
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 204 SelectChannelEndPoint#1728ae41{/127.0.0.1:49466<r-l>/127.0.0.1:7474,o=true,is=false,os=false,fi=FillInterest#6fc83947{false,null},wf=WriteFlusher#42289da6{WRITING},it=30000}{HttpConnection#78861f38{FILLING},g=HttpGenerator{s=COMPLETING},p=HttpParser{s=END,0 of 0}}{io=0,kio=0,kro=1}
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.io.WriteFlusher - flushed true
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher#42289da6{IDLE}:WRITING-->IDLE
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$CommitCallback#2e5af328 generate: SHUTDOWN_OUT ([p=204,l=204,c=20480,r=0],[p=0,l=0,c=0,r=0],true)#END
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.io.ChannelEndPoint - oshut SelectChannelEndPoint#1728ae41{/127.0.0.1:49466<r-l>/127.0.0.1:7474,o=true,is=false,os=false,fi=FillInterest#6fc83947{false,null},wf=WriteFlusher#42289da6{IDLE},it=30000}{HttpConnection#78861f38{FILLING},g=HttpGenerator{s=END},p=HttpParser{s=END,0 of 0}}{io=0,kio=0,kro=1}
17:28:24.777 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG o.e.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$CommitCallback#2e5af328 generate: DONE ([p=204,l=204,c=20480,r=0],[p=0,l=0,c=0,r=0],true)#END
17:28:24.778 [qtp1865404499-150 - /db/manage/server/ha/available] DEBUG org.eclipse.jetty.server.Server - RESPONSE /db/manage/server/ha/available 404 handled=true
Update 1
I was missing MasterInfoService.class from the classpath. I've added a dependecy to neo4j-server-enterprise but this hasn't fixed the problem, MasterInfoService seems to not be called.
I am getting an HTTP Timeout (101504) on an Endpoint, but only going through the ESB. This is a Soap1.1 HTTP/1.0 Endpoint. The connection to the esb and the endpoint are both secured and are both via ssl. In addition I am connecting via a proxy host and am also behind a virtual private network.
I have configured the axis.xml to utilize the proxy host and it works for other Proxies that I have set up.
I am able to hit the endpoint directly from SoapUI with no issues it returns in about 180ms. I can also curl from the esb host command line going thru the http proxy host and it works perfectly. So I know the proxy server isn't preventing the request from passing through.
Originally I was using the HttpPassthruSender and was getting a Connect Cancel 101507 error. I thought that may be an issue so I switched it to the NIO Sender/Receiver. Then it started producing a 101504 HTTP Transport Error.
I have quadruple checked the endpoint address and even copy/pasted it into soapUI and ran it successfully to make sure it was correct
I have included below my proxy configuration and my endpoint configuration. Note that I have included the HTTP_FORCE_1.0 and POST_TO_URI Properties. I am also certain that my credentials for the endpoint are correct, because I have purposely changed them and get the expected result when authentication fails.
Proxy Configuration
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse"
name="TestRemedy"
transports="https"
statistics="disable"
trace="enable"
startOnLoad="true">
<target faultSequence="fault" endpoint="RemedyQueryIncidents">
<inSequence>
<call-template target="SetTriadBasicAuthHeader">
<with-param name="username" value="mouser"/>
<with-param name="password" value="my password"/>
</call-template>
<property name="POST_TO_URI" value="true" scope="axis2" type="STRING"/>
<property name="FORCE_HTTP_1.0" value="true" scope="axis2" type="STRING"/>
</inSequence>
<outSequence>
<send/>
</outSequence>
</target>
<description/>
</proxy>
Endpoint Configuration
<endpoint xmlns="http://ws.apache.org/ns/synapse" name="RemedyQueryIncidents">
<address uri="https://myendpoint.com/IncidentQueryList" format="soap11">
<suspendOnFailure>
<progressionFactor>1.0</progressionFactor>
</suspendOnFailure>
<markForSuspension>
<retriesBeforeSuspension>0</retriesBeforeSuspension>
<retryDelay>0</retryDelay>
</markForSuspension>
</address>
</endpoint>
Log (With Log Level TRACE) To remain within the 30K Character limit this is not complete. I can send the complete log if necessary. I attempted to keep it to the relevant parts.
...
[2013-11-19 21:54:45,125] DEBUG - SoapAction is (urn:IncidentQueryList/Incident_QueryList_Service) {org.apache.axis2.context.MessageContext}
[2013-11-19 21:54:45,125] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][r:w][ACTIVE][NOT_HANDSHAKING][0][0][0][0]: Set attribute ENDPOINT_PREFIX {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,125] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][r:w][ACTIVE][NOT_HANDSHAKING][0][0][0][0]: Set attribute HTTP_REQ_METHOD {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,125] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][r:w][ACTIVE][NOT_HANDSHAKING][0][0][0][0]: Set attribute http.request {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,125] DEBUG - I/O session http-incoming-53-89 myesbhost.com:8243<->myesbhost.com:34746[ACTIVE][r:r][ACTIVE][NOT_HANDSHAKING][0][0][0][0]: Set attribute REQ_DEPARTURE_TIME {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37: POST https://myendpoint.com/IncidentQueryList HTTP/1.0 {org.apache.synapse.transport.http.conn.LoggingNHttpClientConnection}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> POST https://myendpoint.com/IncidentQueryList HTTP/1.0 {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> Content-Type: text/xml; charset=UTF-8 {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> Accept-Encoding: gzip,deflate {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> Authorization: Basic UldfVFJJQUQuZ2VuOmszcW5OUn5QR3Axdw== {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> X-Forwarded-For: myvpnhost.com {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> X-Forwarded-Host: myesbhost.com {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> X-Forwarded-Server: myesbhost.com {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> SOAPAction: "urn:IncidentQueryList/Incident_QueryList_Service" {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> Content-Length: 422 {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> Host: myendpoint.com:443 {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> Connection: Keep-Alive {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - http-outgoing-37 >> User-Agent: Synapse-HttpComponents-NIO {org.apache.synapse.transport.http.headers}
[2013-11-19 21:54:45,127] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][r:w][ACTIVE][NOT_HANDSHAKING][0][0][0][0]: Set event [w] {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,128] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][rw:w][ACTIVE][NOT_HANDSHAKING][0][0][0][0]: Set event [w] {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,128] DEBUG - http-outgoing-37: Produce output {org.apache.synapse.transport.http.conn.LoggingNHttpClientConnection}
[2013-11-19 21:54:45,128] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][rw:w][ACTIVE][NOT_HANDSHAKING][0][0][576][0]: 555 bytes written {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,128] DEBUG - << "POST myendpoint.com/IncidentQueryList HTTP/1.0[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,128] DEBUG - << "Content-Type: text/xml; charset=UTF-8[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,128] DEBUG - << "Accept-Encoding: gzip,deflate[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,128] DEBUG - << "Authorization: Basic myBlahBlahBlahBase64endodedPassword==[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,128] DEBUG - << "X-Forwarded-For: myvpnhost.com[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "X-Forwarded-Host: myesbhost.com[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "X-Forwarded-Server: myesbhost.com[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "SOAPAction: "urn:IncidentQueryList/Incident_QueryList_Service"[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "Content-Length: 422[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "Host: myendpoint.com:443[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "Connection: Keep-Alive[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "User-Agent: Synapse-HttpComponents-NIO[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - << "[\r][\n]" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][rw:w][ACTIVE][NOT_HANDSHAKING][0][0][576][0]: 0 bytes written {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,129] DEBUG - http-outgoing-37: Produce output {org.apache.synapse.transport.http.conn.LoggingNHttpClientConnection}
[2013-11-19 21:54:45,129] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][rw:w][ACTIVE][NOT_HANDSHAKING][0][0][443][0]: 422 bytes written {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,129] DEBUG - << "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:IncidentQueryList"><soapenv:Body><urn:Incident_QueryList_Service><urn:Qualification>'Status'="Assigned" And 'Assigned Group'="MYGROUP-IT"</urn:Qualification><urn:startRecord>1</urn:startRecord><urn:maxLimit>1</urn:maxLimit></urn:Incident_QueryList_Service></soapenv:Body></soapenv:Envelope>" {org.apache.synapse.transport.http.wire}
[2013-11-19 21:54:45,129] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][rw:w][ACTIVE][NOT_HANDSHAKING][0][0][443][0]: Clear event [w] {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:54:45,129] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][rw:w][ACTIVE][NOT_HANDSHAKING][0][0][443][0]: Remove attribute synapse.axis2-attachment {org.apache.http.nio.reactor.ssl.SSLIOSession}
...
[2013-11-19 21:55:09,047] DEBUG - myesbhost.com:8243 - - - "POST /services/TestRemedy HTTP/1.1" - - "-" "Apache-HttpClient/4.1.1 (java 1.5)" {org.apache.synapse.transport.nhttp.access}
[2013-11-19 21:55:09,047] DEBUG - - - - "- - " 200 - "-" "-" {org.apache.synapse.transport.nhttp.access}
[2013-11-19 21:55:09,048] DEBUG - - - - - "CONNECT myendpoint.com:443 HTTP/1.1" - - "-" "-" {org.apache.synapse.transport.nhttp.access}
[2013-11-19 21:55:09,048] DEBUG - myendpoint.com:443 - - - "POST myendpoint.com/IncidentQueryList HTTP/1.0" - - "-" "Synapse-HttpComponents-NIO" {org.apache.synapse.transport.nhttp.access}
[2013-11-19 21:55:20,776] DEBUG - Running deployment synchronizer update... tenant : carbon.super {org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask}
[2013-11-19 21:55:20,778] DEBUG - Running deployment synchronizer commit... tenant : carbon.super {org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask}
[2013-11-19 21:55:20,778] TRACE - Retrieving user manager components from the realm. {org.wso2.carbon.registry.core.jdbc.realm.RegistryRealm}
[2013-11-19 21:55:20,778] TRACE - Setting the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234, callerTenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,778] TRACE - Saving managed registry connection to map. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:20,779] TRACE - Checking the existence of the root collection of the Registry. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,779] TRACE - Committed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:20,779] TRACE - Closed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:20,779] TRACE - adding system collections. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,779] TRACE - Setting the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234, callerTenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,779] TRACE - Checking the existence of '/_system' collection of the Registry. {org.wso2.carbon.registry.core.utils.RegistryUtils}
[2013-11-19 21:55:20,780] TRACE - Clearing the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,780] TRACE - Clearing the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,780] TRACE - Preparing operation resource exists, path: repository/components/org.wso2.carbon.deployment.synchronizer/CarbonRepository. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,780] TRACE - Setting the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234, callerTenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,780] TRACE - Deriving the absolute path, chroot-base: /_system/local, path: repository/components/org.wso2.carbon.deployment.synchronizer/CarbonRepository. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:20,780] TRACE - Saving managed registry connection to map. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:20,780] TRACE - REG_PATH_CACHECache: REG_PATH_CACHEMemoryStore miss for org.wso2.carbon.caching.core.registry.RegistryCacheKey#b20989ce {net.sf.ehcache.store.MemoryStore}
[2013-11-19 21:55:20,780] TRACE - REG_PATH_CACHE cache - Miss {net.sf.ehcache.Cache}
[2013-11-19 21:55:20,781] TRACE - REG_PATH_CACHECache: REG_PATH_CACHEMemoryStore miss for org.wso2.carbon.caching.core.registry.RegistryCacheKey#3b52efd6 {net.sf.ehcache.store.MemoryStore}
[2013-11-19 21:55:20,781] TRACE - REG_PATH_CACHE cache - Miss {net.sf.ehcache.Cache}
[2013-11-19 21:55:20,781] TRACE - Committed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:20,781] TRACE - Closed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:20,781] TRACE - Clearing the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,781] DEBUG - Running deployment synchronizer update... tenant : carbon.super {org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask}
[2013-11-19 21:55:35,783] DEBUG - Running deployment synchronizer commit... tenant : carbon.super {org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask}
[2013-11-19 21:55:35,784] TRACE - Retrieving user manager components from the realm. {org.wso2.carbon.registry.core.jdbc.realm.RegistryRealm}
[2013-11-19 21:55:35,784] TRACE - Setting the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234, callerTenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,784] TRACE - Saving managed registry connection to map. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:35,784] TRACE - Checking the existence of the root collection of the Registry. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,785] TRACE - Committed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:35,785] TRACE - Closed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:35,785] TRACE - adding system collections. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,785] TRACE - Setting the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234, callerTenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,785] TRACE - Checking the existence of '/_system' collection of the Registry. {org.wso2.carbon.registry.core.utils.RegistryUtils}
[2013-11-19 21:55:35,785] TRACE - Clearing the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,786] TRACE - Clearing the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,786] TRACE - Preparing operation resource exists, path: repository/components/org.wso2.carbon.deployment.synchronizer/CarbonRepository. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,786] TRACE - Setting the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234, callerTenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,786] TRACE - Deriving the absolute path, chroot-base: /_system/local, path: repository/components/org.wso2.carbon.deployment.synchronizer/CarbonRepository. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:35,786] TRACE - Saving managed registry connection to map. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:35,786] TRACE - REG_PATH_CACHECache: REG_PATH_CACHEMemoryStore miss for org.wso2.carbon.caching.core.registry.RegistryCacheKey#b20989ce {net.sf.ehcache.store.MemoryStore}
[2013-11-19 21:55:35,786] TRACE - REG_PATH_CACHE cache - Miss {net.sf.ehcache.Cache}
[2013-11-19 21:55:35,787] TRACE - REG_PATH_CACHECache: REG_PATH_CACHEMemoryStore miss for org.wso2.carbon.caching.core.registry.RegistryCacheKey#3b52efd6 {net.sf.ehcache.store.MemoryStore}
[2013-11-19 21:55:35,787] TRACE - REG_PATH_CACHE cache - Miss {net.sf.ehcache.Cache}
[2013-11-19 21:55:35,787] TRACE - Committed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:35,787] TRACE - Closed all transactions. {org.wso2.carbon.registry.core.jdbc.utils.Transaction}
[2013-11-19 21:55:35,787] TRACE - Clearing the session for registry operation, chroot: /_system/local, username: wso2.system.user, tenantId: -1234. {org.wso2.carbon.registry.core.session.UserRegistry}
[2013-11-19 21:55:45,115] DEBUG - http-incoming-53: Consume input {org.apache.synapse.transport.http.conn.LoggingNHttpServerConnection}
[2013-11-19 21:55:45,115] DEBUG - I/O session http-incoming-53-89 myesbhost.com:8243<->myesbhost.com:34746[ACTIVE][r:r][ACTIVE][NOT_HANDSHAKING][EOF][][0][0][0][0]: -1 bytes read {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,115] DEBUG - http-incoming-53: Close connection {org.apache.synapse.transport.http.conn.LoggingNHttpServerConnection}
[2013-11-19 21:55:45,115] DEBUG - I/O session http-incoming-53-89 myesbhost.com:8243<->myesbhost.com:34746[ACTIVE][r:r][ACTIVE][NOT_HANDSHAKING][EOF][][0][0][0][0]: Close {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,115] DEBUG - http-incoming-53: Removing the connection : http-incoming-53 from pool of size : 0 {org.apache.synapse.transport.nhttp.ServerHandler}
[2013-11-19 21:55:45,115] DEBUG - http-incoming-53: Shutdown connection {org.apache.synapse.transport.http.conn.LoggingNHttpServerConnection}
[2013-11-19 21:55:45,115] DEBUG - I/O session http-incoming-53-89 0.0.0.0:8243<->myesbhost.com:34746[CLOSED][][CLOSED][NEED_UNWRAP][EOF][][0][0][29][0]: Shutdown {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,115] DEBUG - I/O session http-incoming-53-89 0.0.0.0:8243<->myesbhost.com:34746[CLOSED][][CLOSED][NEED_UNWRAP][EOF][][0][0][29][0]: Remove attribute synapse.request-sink-buffer {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,115] DEBUG - I/O session http-incoming-53-89 0.0.0.0:8243<->myesbhost.com:34746[CLOSED][][CLOSED][NEED_UNWRAP][EOF][][0][0][29][0]: Remove attribute synapse.response-source-buffer {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,115] DEBUG - I/O session http-incoming-53-89 0.0.0.0:8243<->myesbhost.com:34746[CLOSED][][CLOSED][NEED_UNWRAP][EOF][][0][0][29][0]: Remove attribute synapse.connectionCreationTime {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,115] DEBUG - I/O session http-incoming-53-89 0.0.0.0:8243<->myesbhost.com:34746[CLOSED][][CLOSED][NEED_UNWRAP][EOF][][0][0][29][0]: Remove attribute synapse.server-connection-debug {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,115] TRACE - http-incoming-53: Connection closed {org.apache.synapse.transport.nhttp.ServerHandler}
[2013-11-19 21:55:45,195] DEBUG - http-outgoing-37: Connection timeout For : myproxyhostipaddr:3128 For Request : Axis2Request [Message ID : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687] [Status Completed : false] [Status SendingCompleted : true] {org.apache.synapse.transport.nhttp.ClientHandler}
[2013-11-19 21:55:45,195] DEBUG - http-outgoing-37: Connection to remote address : myproxyhost.com/myproxyhostipaddr:3128 from local address : /myesbhost.com:50695 is closed! {org.apache.synapse.transport.nhttp.ClientHandler}
[2013-11-19 21:55:45,195] DEBUG - http-outgoing-37: Shutdown connection {org.apache.synapse.transport.http.conn.LoggingNHttpClientConnection}
[2013-11-19 21:55:45,195] DEBUG - getAction (null) from org.apache.axis2.client.Options#30e41c7e {org.apache.axis2.client.Options}
[2013-11-19 21:55:45,195] DEBUG - Old WSAAction is (null) {org.apache.axis2.context.MessageContext}
[2013-11-19 21:55:45,195] DEBUG - New WSAAction is (http://www.w3.org/2005/08/addressing/soap/fault) {org.apache.axis2.context.MessageContext}
[2013-11-19 21:55:45,195] DEBUG - setAction Old action is (null) {org.apache.axis2.client.Options}
[2013-11-19 21:55:45,195] DEBUG - setAction New action is (http://www.w3.org/2005/08/addressing/soap/fault) {org.apache.axis2.client.Options}
[2013-11-19 21:55:45,195] DEBUG - I/O session http-outgoing-37-91 myesbhost.com:50695<->myproxyhostipaddr:3128[ACTIVE][r:w][ACTIVE][NOT_HANDSHAKING][0][0][0][0]: Shutdown {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,195] TRACE - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true {org.apache.axis2.addressing.EndpointReference}
[2013-11-19 21:55:45,195] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Remove attribute synapse.response-sink-buffer {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,195] DEBUG - Unsetting USE_ASYNC_OPERATIONS and DISABLE_RESPONSE_ACK for unreliable message {org.apache.sandesha2.SandeshaModule}
[2013-11-19 21:55:45,196] DEBUG - Entry: SandeshaModule::resolveTarget {org.apache.sandesha2.SandeshaModule}
[2013-11-19 21:55:45,196] DEBUG - Entry: SandeshaUtil::isMessageUnreliable {org.apache.sandesha2.util.SandeshaUtil}
[2013-11-19 21:55:45,196] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Remove attribute synapse.request-source-buffer {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,196] DEBUG - Exit: SandeshaUtil::isMessageUnreliable, false {org.apache.sandesha2.util.SandeshaUtil}
[2013-11-19 21:55:45,196] DEBUG - Exit: SandeshaModule::resolveTarget {org.apache.sandesha2.SandeshaModule}
[2013-11-19 21:55:45,196] DEBUG - start createFaultEnvelope() {org.apache.axis2.util.MessageContextBuilder}
[2013-11-19 21:55:45,196] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Remove attribute synapse.client-connection-debug {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,196] DEBUG - axisFault != null {org.apache.axis2.util.MessageContextBuilder}
[2013-11-19 21:55:45,196] DEBUG - faultCode == null {org.apache.axis2.util.MessageContextBuilder}
[2013-11-19 21:55:45,196] DEBUG - context.isSOAP11() = true {org.apache.axis2.util.MessageContextBuilder}
[2013-11-19 21:55:45,196] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Remove attribute synapse.connectionCreationTime {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,196] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Remove attribute synapse.response-sink-buffer {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,196] DEBUG - End createFaultEnvelope() {org.apache.axis2.util.MessageContextBuilder}
[2013-11-19 21:55:45,196] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Remove attribute synapse.request-source-buffer {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,196] DEBUG - Sending Fault for Request with Message ID : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687 {org.apache.synapse.transport.nhttp.ClientHandler}
[2013-11-19 21:55:45,196] TRACE - http-outgoing-37: Connection close For : myproxyhostipaddr:3128 For Request : Axis2Request [Message ID : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687] [Status Completed : true] [Status SendingCompleted : true] {org.apache.synapse.transport.nhttp.ClientHandler}
[2013-11-19 21:55:45,196] DEBUG - Callback removed for request message id : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687. Pending callbacks count : 0 {org.apache.synapse.core.axis2.SynapseCallbackReceiver}
[2013-11-19 21:55:45,197] DEBUG - http-outgoing-37: Keep-alive connection closed For : myproxyhostipaddr:3128 For Request : Axis2Request [Message ID : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687] [Status Completed : true] [Status SendingCompleted : true] {org.apache.synapse.transport.nhttp.ClientHandler}
[2013-11-19 21:55:45,197] DEBUG - Created a Error Log : ErrorLog{errorCode='101504'} {org.apache.synapse.aspects.statistics.ErrorLogFactory}
[2013-11-19 21:55:45,197] DEBUG - http-outgoing-37: Connection to remote address : myproxyhost.com/myproxyhostipaddr:3128 from local address : 0.0.0.0/0.0.0.0:50695 is closed! {org.apache.synapse.transport.nhttp.ClientHandler}
[2013-11-19 21:55:45,198] DEBUG - [Failed Request Message ID : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687] [New to be Retried Request Message ID : urn:uuid:97a91179-1350-47c4-af2c-3d746ecc57b9] {org.apache.synapse.core.axis2.SynapseCallbackReceiver}
[2013-11-19 21:55:45,198] DEBUG - http-outgoing-37: Shutdown connection {org.apache.synapse.transport.http.conn.LoggingNHttpClientConnection}
[2013-11-19 21:55:45,198] WARN - ERROR_CODE : 101504 {org.apache.synapse.FaultHandler}
[2013-11-19 21:55:45,198] WARN - ERROR_MESSAGE : Connection timeout For : myproxyhostipaddr:3128 For Request : Axis2Request [Message ID : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687] [Status Completed : false] [Status SendingCompleted : true] {org.apache.synapse.FaultHandler}
[2013-11-19 21:55:45,198] WARN - ERROR_DETAIL : Connection timeout For : myproxyhostipaddr:3128 For Request : Axis2Request [Message ID : urn:uuid:ed377766-eb0a-4be7-92d9-f2b752289687] [Status Completed : false] [Status SendingCompleted : true] {org.apache.synapse.FaultHandler}
[2013-11-19 21:55:45,198] WARN - ERROR_EXCEPTION : null {org.apache.synapse.FaultHandler}
[2013-11-19 21:55:45,198] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Shutdown {org.apache.http.nio.reactor.ssl.SSLIOSession}
[2013-11-19 21:55:45,198] WARN - FaultHandler : Endpoint [RemedyQueryIncidents] {org.apache.synapse.FaultHandler}
[2013-11-19 21:55:45,198] DEBUG - Encountered a default HTTP connection timeout error : 101504 {org.apache.synapse.endpoints.AddressEndpoint}
[2013-11-19 21:55:45,198] DEBUG - Endpoint : RemedyQueryIncidents will be marked for SUSPENSION due to the occurrence of one of the configured errors {org.apache.synapse.endpoints.EndpointContext}
[2013-11-19 21:55:45,198] DEBUG - I/O session http-outgoing-37-91 0.0.0.0:50695<->myproxyhostipaddr:3128[CLOSED][][CLOSED][NOT_HANDSHAKING][0][0][0][0]: Remove attribute synapse.response-sink-buffer {org.apache.http.nio.reactor.ssl.SSLIOSession}