|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
[Issue 1165] New - MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
Issue #|1165 Summary|MTOM Interop error - The creation time is ahead of the | current time Component|wsit Version|2.0 Platform|All OS/Version|Solaris URL| Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|tests Assigned to|jbenoit Reported by|jbenoit ------- Additional comments from jbenoit@... Mon Jun 29 11:42:28 +0000 2009 ------- seeing these errors running MTOM Interop against 3.0 endpoints (V3_2.0_PIT, SolXx64) Jun 26, 2009 2:19:18 PM com.sun.xml.wss.impl.misc.DefaultCallbackHandler validateCreationTime [jvmTestRunner] SEVERE: WSS1516: The creation time is ahead of the current time [jvmTestRunner] Jun 26, 2009 2:19:18 PM com.sun.xml.wss.impl.misc.DefaultSecurityEnvironmentImpl validateTimestamp [jvmTestRunner] SEVERE: WSS0229: Exception occured in validating Timestamp [jvmTestRunner] com.sun.xml.wss.impl.callback.TimestampValidationCallback$TimestampValidationException: The creation time is ahead of the current time. looking at [1], the systems involved are: xtest.indigo.host=java11.india.sun.com xtest.machine=ejp5361-vm4 these two systems need to sync these two system clocks to fix this problem. [1]http://eas-v240-12.india.sun.com:8080/test4u-users/metro/results/20090626082821/ejp5361-vm4/ GF V3 domain1 server.log file shows this stack trace: [#|2009-06-26T14:14:48.282+0530|SEVERE|glassfish|com.sun.xml.wss.logging.impl.misc|_ThreadID=18;_ThreadName=Thread-1;|WSS1516: The creation time is ahead of the current time|#] [#|2009-06-26T14:14:48.284+0530|SEVERE|glassfish|javax.enterprise.resource.xml.webservices.security|_ThreadID=18;_ThreadName=Thread-1;|WSS0229: Exception occured in validating Timestamp com.sun.xml.wss.impl.callback.TimestampValidationCallback$TimestampValidationException: The creation time is ahead of the current time. at com.sun.xml.wss.impl.misc.DefaultCallbackHandler.validateCreationTime(DefaultCallbackHandler.java:1461) at com.sun.xml.wss.impl.misc.DefaultCallbackHandler$DefaultTimestampValidator.validate(DefaultCallbackHandler.java:1416) at com.sun.xml.wss.impl.callback.TimestampValidationCallback.getResult(TimestampValidationCallback.java:71) at com.sun.xml.wss.impl.misc.DefaultSecurityEnvironmentImpl.validateTimestamp(DefaultSecurityEnvironmentImpl.java:1226) at com.sun.xml.ws.security.opt.impl.incoming.TimestampHeader.validate(TimestampHeader.java:104) at com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient.handleSecurityHeader(SecurityRecipient.java:339) at com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient.cacheHeaders(SecurityRecipient.java:281) at com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient.validateMessage(SecurityRecipient.java:223) at com.sun.xml.wss.jaxws.impl.SecurityTubeBase.verifyInboundMessage(SecurityTubeBase.java:453) at com.sun.xml.wss.jaxws.impl.SecurityServerTube.processRequest(SecurityServerTube.java:243) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:629) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:270) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:471) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244) at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135) at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:127) at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:158) at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75) at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1506) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:293) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97) at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641) at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:350) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:249) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:147) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:746) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:655) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:905) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:161) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:136) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) |#] M->S test4u log file shows these errors: [jvmTestRunner] Jun 26, 2009 2:14:46 PM [com.sun.xml.ws.assembler.MetroConfigLoader] <init> [jvmTestRunner] INFO: Default metro-default.xml configuration file located at: 'jar:file:/export/home/Test4u/space/servers/stage/glassfish/modules/webservices-osgi.jar!/META-INF/metro-default.xml' [jvmTestRunner] Run Scenario: Soap11Utf8SecureSignOnly TestCase: EchoBinaryAsString [jvmTestRunner] Service_Endpoint_WsdlUri:http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest?wsdl [jvmTestRunner] Service_Endpoint_Address:http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest [jvmTestRunner] Service_Endpoint_PortTypeName:IMtomTest [jvmTestRunner] Service_Endpoint_OperationName:EchoBinaryAsString [jvmTestRunner] ---[HTTP request - http://java11.india.sun.com/MTOM_Client_Indigo/HostedClient.svc]--- [jvmTestRunner] Content-type: text/xml;charset="utf-8" [jvmTestRunner] Soapaction: "http://xwsinterop/InteropRT/run" [jvmTestRunner] Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 [jvmTestRunner] <?xml version='1.0' encoding='UTF-8'?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><run xmlns="http://xwsinterop/InteropRT"><featureName>MTOM</featureName><scenarioName>Soap11Utf8SecureSignOnly</scenarioName><parameters><HostedClientParameter><key>Service_Endpoint_WsdlUri</key><value>http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest?wsdl</value></HostedClientParameter><HostedClientParameter><key>Service_Endpoint_Address</key><value>http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest</value></HostedClientParameter><HostedClientParameter><key>Service_Endpoint_PortTypeName</key><value>IMtomTest</value></HostedClientParameter><HostedClientParameter><key>Service_Endpoint_OperationName</key><value>EchoBinaryAsString</value></HostedClientParameter></parameters></run></S:Body></S:Envelope>-------------------- [jvmTestRunner] ---[HTTP response - http://java11.india.sun.com/MTOM_Client_Indigo/HostedClient.svc - 200]--- [jvmTestRunner] null: HTTP/1.1 200 OK [jvmTestRunner] Content-type: text/xml; charset=utf-8 [jvmTestRunner] Content-length: 9300 [jvmTestRunner] X-powered-by: ASP.NET [jvmTestRunner] Server: Microsoft-IIS/7.0 [jvmTestRunner] Date: Fri, 26 Jun 2009 08:50:29 GMT [jvmTestRunner] <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><runResponse xmlns="http://xwsinterop/InteropRT"><runResult><success>false</success><reason>System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.QuotaExceededException: The size necessary to buffer the XML content exceeded the buffer quota. [jvmTestRunner] [jvmTestRunner] Server stack trace: [jvmTestRunner] at System.ServiceModel.Channels.BufferedOutputStream.WriteCore(Byte[] buffer, Int32 offset, Int32 size) [jvmTestRunner] at System.ServiceModel.Channels.BufferedOutputStream.Write(Byte[] buffer, Int32 offset, Int32 size) [jvmTestRunner] at System.Xml.XmlStreamNodeWriter.FlushBuffer() [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.FlushBuffer() [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteText(Char* chars, Int32 charCount) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteText(String value) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.AttributeValue.WriteTo(XmlBinaryNodeWriter writer) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteEndAttribute() [jvmTestRunner] at System.Xml.XmlBaseWriter.WriteEndAttribute() [jvmTestRunner] at System.Xml.XmlDictionaryWriter.WriteElementNode(XmlDictionaryReader reader, Boolean defattr) [jvmTestRunner] at System.Xml.XmlDictionaryWriter.WriteNode(XmlDictionaryReader reader, Boolean defattr) [jvmTestRunner] at System.ServiceModel.Channels.ReceivedFault.CreateFault11(XmlDictionaryReader reader, Int32 maxBufferSize) [jvmTestRunner] at System.ServiceModel.Channels.MessageFault.CreateFault(Message message, Int32 maxBufferSize) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.ClientSecurityChannel`1.TryGetSecurityFaultException(Message faultMessage, Exception& faultException) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.ProcessReply(Message reply, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) [jvmTestRunner] [jvmTestRunner] Exception rethrown at [0]: [jvmTestRunner] at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) [jvmTestRunner] at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) [jvmTestRunner] at IMtomTest.EchoBinaryAsString(Byte[] array) [jvmTestRunner] at MtomTestClient.EchoBinaryAsString(Byte[] array) [jvmTestRunner] --- End of inner exception stack trace --- [jvmTestRunner] at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) [jvmTestRunner] at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) [jvmTestRunner] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) [jvmTestRunner] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [jvmTestRunner] at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) [jvmTestRunner] at Microsoft.Xws.Test.Suite.Util.WsdlTestUtilities.DynamicProxy.DynamicObject.CallMethod(String method, Object[] parameters) [jvmTestRunner] at XwsInterop.HostedClient.HostedClientSoapImpl.TestMtomMethods(DynamicProxy proxy, Boolean enableSecurity, String operationName) [jvmTestRunner] at XwsInterop.HostedClient.HostedClientSoapImpl.runScenario(String featureName, String scenarioName, HostedClientParameter[] parameters) [jvmTestRunner] </reason><debugLog>Getting test parameters [jvmTestRunner] Service_Endpoint_WsdlUri = http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest?wsdl [jvmTestRunner] Service_Endpoint_Address = http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest [jvmTestRunner] Service_Endpoint_PortTypeName = IMtomTest [jvmTestRunner] Service_Endpoint_OperationName = EchoBinaryAsString [jvmTestRunner] Generating the proxy for http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest?wsdl [jvmTestRunner] Random seed: 1677526726 [jvmTestRunner] Calling EchoBinaryAsString method ... [jvmTestRunner] ERROR: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.QuotaExceededException: The size necessary to buffer the XML content exceeded the buffer quota. [jvmTestRunner] [jvmTestRunner] Server stack trace: [jvmTestRunner] at System.ServiceModel.Channels.BufferedOutputStream.WriteCore(Byte[] buffer, Int32 offset, Int32 size) [jvmTestRunner] at System.ServiceModel.Channels.BufferedOutputStream.Write(Byte[] buffer, Int32 offset, Int32 size) [jvmTestRunner] at System.Xml.XmlStreamNodeWriter.FlushBuffer() [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.FlushBuffer() [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteText(Char* chars, Int32 charCount) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteText(String value) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.AttributeValue.WriteTo(XmlBinaryNodeWriter writer) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteEndAttribute() [jvmTestRunner] at System.Xml.XmlBaseWriter.WriteEndAttribute() [jvmTestRunner] at System.Xml.XmlDictionaryWriter.WriteElementNode(XmlDictionaryReader reader, Boolean defattr) [jvmTestRunner] at System.Xml.XmlDictionaryWriter.WriteNode(XmlDictionaryReader reader, Boolean defattr) [jvmTestRunner] at System.ServiceModel.Channels.ReceivedFault.CreateFault11(XmlDictionaryReader reader, Int32 maxBufferSize) [jvmTestRunner] at System.ServiceModel.Channels.MessageFault.CreateFault(Message message, Int32 maxBufferSize) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.ClientSecurityChannel`1.TryGetSecurityFaultException(Message faultMessage, Exception& faultException) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.ProcessReply(Message reply, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) [jvmTestRunner] [jvmTestRunner] Exception rethrown at [0]: [jvmTestRunner] at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) [jvmTestRunner] at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) [jvmTestRunner] at IMtomTest.EchoBinaryAsString(Byte[] array) [jvmTestRunner] at MtomTestClient.EchoBinaryAsString(Byte[] array) [jvmTestRunner] --- End of inner exception stack trace --- [jvmTestRunner] at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) [jvmTestRunner] at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) [jvmTestRunner] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) [jvmTestRunner] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [jvmTestRunner] at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) [jvmTestRunner] at Microsoft.Xws.Test.Suite.Util.WsdlTestUtilities.DynamicProxy.DynamicObject.CallMethod(String method, Object[] parameters) [jvmTestRunner] at XwsInterop.HostedClient.HostedClientSoapImpl.TestMtomMethods(DynamicProxy proxy, Boolean enableSecurity, String operationName) [jvmTestRunner] at XwsInterop.HostedClient.HostedClientSoapImpl.runScenario(String featureName, String scenarioName, HostedClientParameter[] parameters) [jvmTestRunner] </debugLog></runResult></runResponse></s:Body></s:Envelope>-------------------- [jvmTestRunner] Result: FAIL [jvmTestRunner] Debuglog: Getting test parameters [jvmTestRunner] Service_Endpoint_WsdlUri = http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest?wsdl [jvmTestRunner] Service_Endpoint_Address = http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest [jvmTestRunner] Service_Endpoint_PortTypeName = IMtomTest [jvmTestRunner] Service_Endpoint_OperationName = EchoBinaryAsString [jvmTestRunner] Generating the proxy for http://10.12.153.72:8080/jaxws-soap11mtomsignonly/mtomtest?wsdl [jvmTestRunner] Random seed: 1677526726 [jvmTestRunner] Calling EchoBinaryAsString method ... [jvmTestRunner] ERROR: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.QuotaExceededException: The size necessary to buffer the XML content exceeded the buffer quota. [jvmTestRunner] Server stack trace: [jvmTestRunner] at System.ServiceModel.Channels.BufferedOutputStream.WriteCore(Byte[] buffer, Int32 offset, Int32 size) [jvmTestRunner] at System.ServiceModel.Channels.BufferedOutputStream.Write(Byte[] buffer, Int32 offset, Int32 size) [jvmTestRunner] at System.Xml.XmlStreamNodeWriter.FlushBuffer() [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.FlushBuffer() [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteText(Char* chars, Int32 charCount) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteText(String value) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.AttributeValue.WriteTo(XmlBinaryNodeWriter writer) [jvmTestRunner] at System.Xml.XmlBinaryNodeWriter.WriteEndAttribute() [jvmTestRunner] at System.Xml.XmlBaseWriter.WriteEndAttribute() [jvmTestRunner] at System.Xml.XmlDictionaryWriter.WriteElementNode(XmlDictionaryReader reader, Boolean defattr) [jvmTestRunner] at System.Xml.XmlDictionaryWriter.WriteNode(XmlDictionaryReader reader, Boolean defattr) [jvmTestRunner] at System.ServiceModel.Channels.ReceivedFault.CreateFault11(XmlDictionaryReader reader, Int32 maxBufferSize) [jvmTestRunner] at System.ServiceModel.Channels.MessageFault.CreateFault(Message message, Int32 maxBufferSize) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.ClientSecurityChannel`1.TryGetSecurityFaultException(Message faultMessage, Exception& faultException) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.ProcessReply(Message reply, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) [jvmTestRunner] at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) [jvmTestRunner] Exception rethrown at [0]: [jvmTestRunner] at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) [jvmTestRunner] at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) [jvmTestRunner] at IMtomTest.EchoBinaryAsString(Byte[] array) [jvmTestRunner] at MtomTestClient.EchoBinaryAsString(Byte[] array) [jvmTestRunner] --- End of inner exception stack trace --- [jvmTestRunner] at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) [jvmTestRunner] at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) [jvmTestRunner] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) [jvmTestRunner] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [jvmTestRunner] at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) [jvmTestRunner] at Microsoft.Xws.Test.Suite.Util.WsdlTestUtilities.DynamicProxy.DynamicObject.CallMethod(String method, Object[] parameters) [jvmTestRunner] at XwsInterop.HostedClient.HostedClientSoapImpl.TestMtomMethods(DynamicProxy proxy, Boolean enableSecurity, String operationName) [jvmTestRunner] at XwsInterop.HostedClient.HostedClientSoapImpl.runScenario(String featureName, String scenarioName, HostedClientParameter[] parameters) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 1165] MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
------- Additional comments from jbenoit@... Mon Jun 29 11:43:24 +0000 2009 ------- Created an attachment (id=911) test4u mtom interop M->S log file --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 1165] MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
------- Additional comments from jbenoit@... Mon Jun 29 11:44:13 +0000 2009 ------- Created an attachment (id=912) test4u mtom interop S->M log file --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 1165] MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
------- Additional comments from jbenoit@... Mon Jun 29 11:44:35 +0000 2009 ------- Created an attachment (id=913) GF V3 domain1 server.log file --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 1165] MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
------- Additional comments from jbenoit@... Mon Jun 29 11:45:03 +0000 2009 ------- Created an attachment (id=914) test4u installation/setup log file --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 1165] MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
------- Additional comments from jbenoit@... Mon Jun 29 11:45:25 +0000 2009 ------- Created an attachment (id=915) test4u xtest properties log file --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 1165] MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
User jbenoit changed the following: What |Old value |New value ================================================================================ Priority|P3 |P2 -------------------------------------------------------------------------------- ------- Additional comments from jbenoit@... Wed Jul 1 16:15:40 +0000 2009 ------- up priority due to blocking bug --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 1165] MTOM Interop error - The creation time is ahead of the current timehttps://wsit.dev.java.net/issues/show_bug.cgi?id=1165
User jbenoit changed the following: What |Old value |New value ================================================================================ Status|NEW |RESOLVED -------------------------------------------------------------------------------- Resolution| |FIXED -------------------------------------------------------------------------------- ------- Additional comments from jbenoit@... Thu Nov 5 18:06:57 +0000 2009 ------- no longer seeing this error for MTOM Interop against 3.0 endpoints --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
| Free embeddable forum powered by Nabble | Forum Help |