彩票走势图

彩票走势图 > 慧问 > 频道

PDF Automation Server提示invalid authority 错误 [PDF Automation Server]

发表于2019-05-10 回复:0 查看:2740  |  
在In the server_error.log中,提示一下错误信息: Fatal error trying to start PASServer... exiting java.net.MalformedURLException: invalid authority: //PRODSERVER_SD06:1099/PASServer at java.rmi.Naming.intParseURL(Unknown Source) at java.rmi.Naming.parseURL(Unknown Source) at java.rmi.Naming.rebind(Unknown Source) at com.qoppa.pas.pub.PDFAutomationServer.v(Unknown Source) at com.qoppa.pas.pub.PDFAutomationServer.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher$2.run(Unknown Source)
2个回答
  • 1970-01-01 08:00
    您好,您发过来的demo使用的是sqlDatasource 麻烦将数据库文件发过来以便重现问题,不然我这边没看法重现您的问题。而且,我这边也用sqldatasource 绑定到chartcontrol上,并且序列使用Line, 然后指定Argumentdatamember和Valuedatamember,最后是出现了数据的,所以说,您说的出现不了数据,应该还是您绑定有问题。
    1
    回复 举报
  • 1970-01-01 08:00
    您好,exceldatasource不能直接绑定控件,这样子控件的数据填充不了,您后台按照如下方式使用就可以解决您说的问题: ExcelDataSource eds = new ExcelDataSource(); eds.FileName = @"C:\Users\13206\Desktop\DXApplication3\DXApplication2\App_Data\引用表格.xlsx"; ExcelWorksheetSettings worksheetSettings = new ExcelWorksheetSettings("Sheet2"); eds.SourceOptions = new ExcelSourceOptions(worksheetSettings); eds.Fill(); chartControl1.DataSource = eds; chartControl1.Series[0].ArgumentDataMember = "Column1"; chartControl1.Series[0].ValueDataMembers[0] = "1";
    1
    回复 举报
回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP