K3 CLOUD客户端的Excel导入时会出现以下错误
金蝶云社区-CZCZCZCZ
CZCZCZCZ
0人赞赏了该文章 3,246次浏览 未经作者许可,禁止转载编辑于2014年01月20日 09:51:44

导入时excel时,会出现以下错误:
**************************************************************
******2013年9月10日 14:41:06******
**************************************************************
System.InvalidCastException无法将类型为“Newtonsoft.Json.Linq.JValue”的对象强制转换为类型“Newtonsoft.Json.Linq.JObject”。
在 Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token, Boolean cast)
在 Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token)
在 Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable`1 value)
在 Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable`1 value)
在 Kingdee.BOS.JsonUtils.GetValue[T](JObject jobj, String key, T defaultValue)
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.LoadConfig(JObject config)
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.LoadMetadata(JObject metaData)
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.<>c__DisplayClass20.b__1f()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************
**************************************************************
******2013年9月10日 14:42:30******
**************************************************************
System.InvalidCastException无法将类型为“Newtonsoft.Json.Linq.JValue”的对象强制转换为类型“Newtonsoft.Json.Linq.JObject”。
在 Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token, Boolean cast)
在 Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token)
在 Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable`1 value)
在 Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable`1 value)
在 Kingdee.BOS.JsonUtils.GetValue[T](JObject jobj, String key, T defaultValue)
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.LoadConfig(JObject config)
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.LoadMetadata(JObject metaData)
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.<>c__DisplayClass1d.b__1c()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2013年9月26日 12:52:21******
**************************************************************
System.Net.WebException无法连接到远程服务器
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
在 System.Net.HttpWebRequest.GetRequestStream()
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.DoPost(String uri, MessageFormats format, ParaDictionary txtParams)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.doExecuteAsync[T](KDBaseRequest request, Action`1 callback)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.BaseServiceProxy.ExecuteService[T](String method, Object[] args)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.User.UserServiceProxy.Logout()
在 Kingdee.BOS.Client.Core.ClientAppProxy.RaiseLogoff()
在 Kingdee.BOS.Client.Core.ClientAppProxy.InvokeTimeCounter()
在 Kingdee.BOS.XPF.App.KDMainDynamicFormProxy._timeCounter_Tick(Object sender, EventArgs e)
在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

****************************************************************
******2013年10月15日 13:36:41******
****************************************************************
System.Net.WebException无法连接到远程服务器
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
在 System.Net.HttpWebRequest.GetRequestStream()
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.DoPost(String uri, MessageFormats format, ParaDictionary txtParams)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.doExecuteAsync[T](KDBaseRequest request, Action`1 callback)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.BaseServiceProxy.ExecuteService[T](String method, Object[] args)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.User.UserServiceProxy.Logout()
在 Kingdee.BOS.Client.Core.ClientAppProxy.RaiseLogoff()
在 Kingdee.BOS.Client.Core.ClientAppProxy.InvokeTimeCounter()
在 Kingdee.BOS.XPF.App.KDMainDynamicFormProxy._timeCounter_Tick(Object sender, EventArgs e)
在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
****************************************************************

****************************************************************
******2013年10月23日 10:22:28******
****************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.DoCloseWindow()
在 Kingdee.BOS.Client.Core.KDDynamicFormProxyBase`1.InvokeCloseAction()
在 Kingdee.BOS.XPF.Component.FormProxy.KDDynamicFormProxy.InvokeCloseAction()
在 Kingdee.BOS.XPF.Component.Form.KDForm.OnClosing(CancelEventArgs e)
在 System.Windows.Window.WmClose()
在 System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
****************************************************************

****************************************************************
******2013年10月23日 13:41:40******
****************************************************************
System.Net.WebException无法连接到远程服务器
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
在 System.Net.HttpWebRequest.GetRequestStream()
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.DoPost(String uri, MessageFormats format, ParaDictionary txtParams)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.doExecuteAsync[T](KDBaseRequest request, Action`1 callback)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.BaseServiceProxy.ExecuteService[T](String method, Object[] args)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.User.UserServiceProxy.Logout()
在 Kingdee.BOS.Client.Core.ClientAppProxy.RaiseLogoff()
在 Kingdee.BOS.Client.Core.ClientAppProxy.InvokeTimeCounter()
在 Kingdee.BOS.XPF.App.KDMainDynamicFormProxy._timeCounter_Tick(Object sender, EventArgs e)
在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
****************************************************************

**************************************************************
******2013年11月7日 14:52:18******
**************************************************************
Kingdee.BOS.ServiceFacade.ServiceException无法打开登录所请求的数据库 "K3CloudMgr"。登录失败。
用户 'ss' 登录失败。
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.ParseException(String message, Encoding encoding, MessageFormats format)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.GetResponseAsString(HttpWebResponse rsp, Encoding encoding, MessageFormats format)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.DoPost(String uri, MessageFormats format, ParaDictionary txtParams)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.doExecuteAsync[T](KDBaseRequest request, Action`1 callback)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.Execute[T](KDBaseRequest request)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.BaseServiceProxy.ExecuteService[T](String method, Object[] args)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.User.UserServiceProxy.ValidateUser(String ServerUrl, String acctID, String username, String password, String sessionId, Int32 lcid)
在 Kingdee.BOS.XPF.App.LoginWindow.DoLogin(String acctID, String userName, String userPwd, Int32 localId)
在 Kingdee.BOS.XPF.App.LoginWindow.LoginByAppCmd(List`1 cmdArgs)
在 Kingdee.BOS.XPF.App.App.CommandParamEnter()
在 Kingdee.BOS.XPF.App.App.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2013年12月3日 16:30:01******
**************************************************************
System.Net.WebException远程服务器返回错误: (503) 服务器不可用。
在 System.Net.HttpWebRequest.GetResponse()
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.DoPost(String uri, MessageFormats format, ParaDictionary txtParams)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.doExecuteAsync[T](KDBaseRequest request, Action`1 callback)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.KDServiceClient.Execute[T](KDBaseRequest request)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.BaseServiceProxy.ExecuteService[T](String method, Object[] args)
在 Kingdee.BOS.ServiceFacade.KDServiceClient.User.UserServiceProxy.ValidateUser(String ServerUrl, String acctID, String username, String password, String sessionId, Int32 lcid)
在 Kingdee.BOS.XPF.App.LoginWindow.DoLogin(String acctID, String userName, String userPwd, Int32 localId)
在 Kingdee.BOS.XPF.App.LoginWindow.LoginByAppCmd(List`1 cmdArgs)
在 Kingdee.BOS.XPF.App.App.CommandParamEnter()
在 Kingdee.BOS.XPF.App.App.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:34:51******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:35:23******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:36:08******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:47:37******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:48:03******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:48:40******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:50:22******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************

**************************************************************
******2014年1月20日 09:51:07******
**************************************************************
System.NullReferenceException未将对象引用设置到对象的实例。
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.Upload(Int32 startPosition)
在 Kingdee.BOS.XPF.Controls.FileUploadInfo.<>c__DisplayClass3.b__2()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
**************************************************************
请问是哪里出现问题,该如何处理?