请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
13450214337(uid:502361)
职业资格认证:FCA-FineReport | FCA-FineBI
  • 这个环境用了很多年了,最近因为操作系统打补丁,所以重启了,结果重启之后前端显示内置数据库无法连接(没有设置外置数据库),又恢复了没打补丁前的快照。之后再重启如果用普通用户运行tomcat还是会提示没有连接上内置数据库,用管理员运行tomcat就不会提示这个错误,但是设计器连不上。服务器本地的设计器,测试连接显示可以连接,但是登录之后会报“远程设计连接发生未知错误”。服务器tomcat重启之后出现这个问题,前端数据决策系统虽然能打开,但是报表预览会报错,远程设计器无法连接。错误堆栈如下:com.fr.workspace.engine.exception.RemoteDesignUnknownException: java.lang.RuntimeException: com.fr.third.org.hibernate.exception.GenericJDBCException: could not execute query at com.fr.workspace.engine.convert.UnknownErrorConverter.convert(UnknownErrorConverter.java) at com.fr.workspace.engine.convert.UnknownErrorConverter.convert(UnknownErrorConverter.java) at com.fr.workspace.engine.convert.ExceptionConverter.convert(ExceptionConverter.java) at com.fr.env.handler.impl.UnexpectedHandler.handle(Unknown Source) at com.fr.env.handler.impl.UnexpectedHandler.handle(Unknown Source) at com.fr.env.handler.WorkspaceExceptionHandler.handle(Unknown Source) at com.fr.env.handler.WorkspaceExceptionHandler.handleInSwitch(Unknown Source) at com.fr.design.EnvChangeEntrance.switch2Env(Unknown Source) at com.fr.design.EnvChangeEntrance.envListOkAction(Unknown Source) at com.fr.design.EnvChangeEntrance.access$200(Unknown Source) at com.fr.design.EnvChangeEntrance$4.doOk(Unknown Source) at com.fr.design.dialog.UIDialog.doOK(Unknown Source) at com.fr.design.dialog.UIDialog$3.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6539) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6304) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:733) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233) at java.awt.Dialog.show(Dialog.java:1084) at java.awt.Component.show(Component.java:1671) at java.awt.Component.setVisible(Component.java:1623) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1005) at com.fr.design.EnvChangeEntrance.chooseEnv(Unknown Source) at com.fr.design.actions.file.SwitchExistEnv$GetExistEnvAction.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.AbstractButton.doClick(AbstractButton.java:376) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:842) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:886) at java.awt.Component.processMouseEvent(Component.java:6539) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6304) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:733) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)Caused by: java.lang.RuntimeException: com.fr.third.org.hibernate.exception.GenericJDBCException: could not execute query at com.fr.config.dao.impl.HibernateXmlEnityDao$3.doInServer(HibernateXmlEnityDao.java) at com.fr.config.dao.impl.HibernateXmlEnityDao$3.doInServer(HibernateXmlEnityDao.java) at com.fr.config.dao.HibernateTemplate.doQuery(HibernateTemplate.java)<p .="overflow-wrap: break-word; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgba(10, 18, 32, 0.64); font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, "sans-ser
  • 大屏设置body主题填充图片,但是前端打开报表看不到背景,内容是正常显示的。现在平台的大屏都看不见背景图了,但是用帆软自带的demo做的大屏还是正常的有大神遇到过这种情况吗?

2

1

2

10

没有更多
个人成就
内容被浏览1,503
加入社区4年75天
返回顶部