我得linux 下应用程序无法生成图片.. 这个图片是程序画出来的.

发布于 2022-10-02 04:10:52 字数 6779 浏览 7 评论 0

我在redflag 服务器中 有一个应用. 此应用中有个栏目要生成图片!!

这个图片是程序画出来的.

如:图表

我们通常在服务器字符界面启动,中间件..tongweb  

今天发现 , 要生成图片时 出现了下列问题:   

加入说,要我进入图形界面启动服务.. 可以解决此问题的话.

我想问,在不起图形界面情况下,如何解决?  

===============

  1. Error: 500
  2. Location: /ReportTableDetail.do
  3. Internal Servlet Error:
  4. javax.servlet.ServletException: Servlet execution threw an exception
  5.         at com.tongweb.webbase.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:253)
  6.         at com.tongweb.webbase.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:95)
  7.         at com.tongweb.webbase.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:185)
  8.         at java.security.AccessController.doPrivileged(Native Method)
  9.         at com.tongweb.webbase.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:181)
  10.         at com.tongweb.webbase.core.ApplicationFilterChain.wrappedDoFilter(ApplicationFilterChain.java:160)
  11.         at com.tongweb.webbase.core.ContextManager.internalService(ContextManager.java:964)
  12.         at com.tongweb.webbase.core.ContextManager.service(ContextManager.java:866)
  13.         at com.tongweb.webbase.startup.TabascoAdapter.service(TabascoAdapter.java:393)
  14.         at com.tongweb.servlet.servletManager.ServletManager.service(ServletManager.java:1066)
  15.         at com.tongweb.servlet.connectionMethods.http.HttpHandler.doARequest(HttpHandler.java:339)
  16.         at com.tongweb.servlet.connectionMethods.http.HttpHandler.processRequests(HttpHandler.java:356)
  17.         at com.tongweb.servlet.connectionMethods.http.HttpHandler.run(HttpHandler.java:93)
  18.         at java.lang.Thread.run(Thread.java:534)
  19. Root cause:
  20. java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
  21.         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
  22.         at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:134)
  23.         at java.lang.Class.forName0(Native Method)
  24.         at java.lang.Class.forName(Class.java:141)
  25.         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
  26.         at java.awt.Font.initializeFont(Font.java:308)
  27.         at java.awt.Font.(Font.java:344)
  28.         at org.jfree.chart.axis.AxisConstants.(AxisConstants.java:67)
  29.         at org.jfree.chart.axis.Axis.(Axis.java:180)
  30.         at org.jfree.chart.axis.CategoryAxis.(CategoryAxis.java:137)
  31.         at org.jfree.chart.axis.CategoryAxis3D.(CategoryAxis3D.java:78)
  32.         at org.jfree.chart.ChartFactory.createBarChart3D(ChartFactory.java:506)
  33.         at DataBase.ReportTable.ReportTable.getListReportTable(ReportTable.java:838)
  34.         at struts.action.ResourceManager.ReportTableDetailAction.getReportTableImage(ReportTableDetailAction.java:146)
  35.         at struts.action.ResourceManager.ReportTableDetailAction.execute(ReportTableDetailAction.java:100)
  36.         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
  37.         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
  38.         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
  39.         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
  40.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
  41.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  42.         at com.tongweb.webbase.facade.ServletHandler.doService(ServletHandler.java:532)
  43.         at com.tongweb.webbase.core.Handler.invoke(Handler.java:322)
  44.         at com.tongweb.webbase.core.Handler.service(Handler.java:235)
  45.         at com.tongweb.webbase.facade.ServletHandler.service(ServletHandler.java:464)
  46.         at com.tongweb.webbase.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
  47.         at com.tongweb.webbase.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:95)
  48.         at com.tongweb.webbase.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:185)
  49.         at java.security.AccessController.doPrivileged(Native Method)
  50.         at com.tongweb.webbase.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:181)
  51.         at com.tongweb.webbase.core.ApplicationFilterChain.wrappedDoFilter(ApplicationFilterChain.java:160)
  52.         at com.tongweb.webbase.core.ContextManager.internalService(ContextManager.java:964)
  53.         at com.tongweb.webbase.core.ContextManager.service(ContextManager.java:866)
  54.         at com.tongweb.webbase.startup.TabascoAdapter.service(TabascoAdapter.java:393)
  55.         at com.tongweb.servlet.servletManager.ServletManager.service(ServletManager.java:1066)
  56.         at com.tongweb.servlet.connectionMethods.http.HttpHandler.doARequest(HttpHandler.java:339)
  57.         at com.tongweb.servlet.connectionMethods.http.HttpHandler.processRequests(HttpHandler.java:356)
  58.         at com.tongweb.servlet.connectionMethods.http.HttpHandler.run(HttpHandler.java:93)
  59.         at java.lang.Thread.run(Thread.java:534)

复制代码

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寂寞美少年 2022-10-09 04:10:52

我需要帮助...我需要帮助...我需要帮助...我需要帮助...v

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文