./cogconfig.sh cognos 启动报错

0
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/ibm/cognos/camaaa/internal/common/exception/LocalizableException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.cognos.crconfig.test.TestTaskManager.getTestClass(TestTaskManager.java:374)
at com.cognos.crconfig.test.TestTaskManager.collectTestTasks(TestTaskManager.java:137)
at com.cognos.crconfig.test.TestTaskManager.getTestTasks(TestTaskManager.java:94)
at com.cognos.crconfig.test.TestTaskManager.getTestTasks(TestTaskManager.java:40)
at com.cognos.crconfig.CRConfigFrame.runAllServicesAction(CRConfigFrame.java:2229)
at com.cognos.crconfig.CRConfigFrame.access$800(CRConfigFrame.java:112)
at com.cognos.crconfig.CRConfigFrame$31.actionPerformed(CRConfigFrame.java:2734)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.ibm.cognos.camaaa.internal.common.exception.LocalizableException
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 46 more

./cogconfig.sh cognos 启动报错。求解
已邀请:
0

H_Elsker - 修地球工程师,cognos,Hadoop 2014-10-24 回答

我只是把 c10_64/webcontent文件copy webapps/p2pd ,原webapps/p2pd 备份了下,删除了,现在把c10_64/webcontent文件copy webapps/p2pd ,启动就报上面错误。一直是 check 状态
0

左右 - 数据服务专家 专注于IBM家族高级分析领域钻研 数据可视化践行者 2014-10-25 回答

跟你copy应该关系不大
主要还是jre的问题,你打开configuration按键ctrl+f3,看一下congos使用的jre路径以及版本

10.2.1以下的cognos都只支持1.6jre这个地方总是会出问题

要回复问题请先登录注册