|
QC11安安成功后,本机用locahost、计算机名都是可以访问的,但是用IP有问题,我已把JBOSS的配置文件的端口、IP访问都改过了,就是不成功。
报错如下,请高手看看给外解决方法:
Application does not support just-in-time (JIT)
debugging. See the end of this message for details.
************** Exception Text **************
System.Exception: Failed to load the application. ---> System.Exception: Failed to acquire the application Control. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid URL. ---> System.Runtime.InteropServices.COMException (0x8000FFFF): Server has been disconnected while performing GetServerSettings action
at Mercury.TD.Client.Ota.QC9.TDConnectionClass.InitConnectionEx(String ServerName)
at Mercury.TD.Client.Ota.Core.TDConnectedObject..ctor(String url)
--- End of inner exception stack trace ---
at Mercury.TD.Client.Ota.Core.TDConnectedObject..ctor(String url)
at Mercury.TD.Client.Ota.Core.Site..ctor(String url)
at Mercury.TD.Client.Ota.Core.Application.Connect(String url)
at Mercury.TD.Client.UI.Core.Services.ConnectionManagementService.Initialize()
at Mercury.TD.Client.UI.Core.Services.BaseService.Initialize(IServiceManager serviceManager)
at Mercury.TD.Client.UI.Core.ServiceFactory`1.CreateService()
at Mercury.TD.Client.UI.Core.ServiceManager.ServiceCache`1.<GetService>b__0()
at Mercury.TD.Client.UI.Core.ServiceManager.ServiceCache`1.CreateService(ServiceConstructorDelegate`1 serviceConstructor, T& service)
at Mercury.TD.Client.UI.Core.ServiceManager.ServiceCache`1.GetServiceEx(ServiceConstructorDelegate`1 serviceConstructor)
at Mercury.TD.Client.UI.Core.ServiceManager.ServiceCache`1.GetService()
at Mercury.TD.Client.UI.Core.ServiceManager.GetService[T]()
at Mercury.TD.Client.UI.Core.ApplicationControl.get_ConnectionManagementService()
at Mercury.TD.Client.UI.Core.ApplicationControl.InitializeMenus()
at Mercury.TD.Client.UI.Core.ApplicationControl.Initialize(IApplication application)
at Mercury.TD.Client.UI.Core.Application.get_ApplicationControl()
at Mercury.TD.Client.UI.Core.Application.get_Control()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
at Mercury.TD.Client.UI.ALMClient.ApplicationAxAdapter.AcquireApplicationControl()
--- End of inner exception stack trace ---
at Mercury.TD.Client.UI.ALMClient.DebugOutputLogger.ThrowExceptionAndReport(Type type, String message, Exception innerException)
at Mercury.TD.Client.UI.ALMClient.ApplicationAxAdapter.AcquireApplicationControl()
at Mercury.TD.Client.UI.ALMClient.ApplicationAxAdapter.TryCreateAndInitApplication()
--- End of inner exception stack trace --- |
|