Hi,
I have been using SDC in last week properly but suddenly since yesterday SDC is not working. The problems i face are 1) For intranet requests, it gives an error saying "Timeout during fetching http://localhost:8090/GAESDCDemo ( my tomcat is running here. it sends very light response message, no heavy objects in return response). 2) From today onwards, SDC agent is not starting. It gives the following exception during startup --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20 Nov 2010 18:51:40,924 [main] INFO com.google.dataconnector.client.SdcConnection - Connecting to SDC server 20 Nov 2010 18:51:40,940 [main] INFO com.google.dataconnector.util.SSLSocketFactoryInit - Using SSL for client connections. Setting iddle timeout to 60000 ms. Setting accept timeout to 60000 ms. Setting udp timeout to 600000 ms. 20 Nov 2010 18:51:40,940 [com.google.dataconnector.client.JsocksStarter] INFO com.google.dataconnector.client.JsocksStarter - Starting JSOCKS listener thread on port 1081 20 Nov 2010 18:51:40,955 [com.google.dataconnector.client.JsocksStarter] INFO net.sourceforge.jsocks.socks.ProxyServer - Starting SOCKS Proxy on:127.0.0.1:1081 20 Nov 2010 18:51:43,619 [main] INFO com.google.dataconnector.client.SdcConnection - Sending initial handshake msg 20 Nov 2010 18:51:43,620 [main] INFO com.google.dataconnector.client.SdcConnection - Attemping login 20 Nov 2010 18:51:43,746 [main] WARN com.google.dataconnector.client.SdcConnection - Frame error com.google.dataconnector.protocol.FramingException: Unexpected frame start read at com.google.dataconnector.protocol.FrameReceiver.readFrame(FrameReceiver.java:109) at com.google.dataconnector.protocol.FrameReceiver.readOneFrame(FrameReceiver.java:90) at com.google.dataconnector.client.SdcConnection.authorize(SdcConnection.java:247) at com.google.dataconnector.client.SdcConnection.connect(SdcConnection.java:169) at com.google.dataconnector.client.Client.parseFlagsValidateAndConnect(Client.java:119) at com.google.dataconnector.client.Client.main(Client.java:178) 20 Nov 2010 18:51:43,748 [main] FATAL com.google.dataconnector.client.Client - Connection failed. com.google.dataconnector.util.ConnectionException: Authorization failed at com.google.dataconnector.client.SdcConnection.connect(SdcConnection.java:170) at com.google.dataconnector.client.Client.parseFlagsValidateAndConnect(Client.java:119) at com.google.dataconnector.client.Client.main(Client.java:178) 20 Nov 2010 18:51:43,748 [main] INFO com.google.dataconnector.util.ShutdownManager - Issuing shutdown for com.google.dataconnector.client.ResourcesFileWatcher 20 Nov 2010 18:51:43,748 [main] INFO com.google.dataconnector.util.ShutdownManager - Issuing shutdown for com.google.dataconnector.client.JsocksStarter 20 Nov 2010 18:51:43,751 [main] INFO com.google.dataconnector.util.ShutdownManager - Issuing shutdown for com.google.dataconnector.protocol.FrameSender 20 Nov 2010 18:51:43,755 [com.google.dataconnector.protocol.FrameSender] INFO com.google.dataconnector.protocol.FrameSender - Sending frames shutting down java.lang.InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1135) at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:312) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:354) at com.google.dataconnector.protocol.FrameSender.run(FrameSender.java:148) 20 Nov 2010 18:51:45,752 [main] INFO com.google.dataconnector.client.Client - Starting agent after 1 unsuccessful attempts. Next connect in 2000 milliseconds. 20 Nov 2010 18:51:45,768 [main] INFO com.google.dataconnector.client.SdcConnection - Connecting to SDC server Setting iddle timeout to 60000 ms. Setting accept timeout to 60000 ms. 20 Nov 2010 18:51:45,768 [main] INFO com.google.dataconnector.util.SSLSocketFactoryInit - Using SSL for client connections. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- What steps i have done 1) I had used the SDC debug parameter (?X-secureDataConnectorDebug=text) to troubleshoot. Its working fine and confirmed that the resource matching rules were properly configured. (Please note that as today i was not able to start agent, this is yesterday's status) 2) Thinking that its because my repeated tries with SDC on a domain, i tried configured in another domain and started SDC agent. There also received same above expection. This is bringing down my confidence on availability (and there by reliability of SDC). Any pointers would really appreciated. Thanks, Mahesh. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
