Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/database/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 608错误[org.pentaho.platform.web.servlet.GenericServlet]_Java_Database_Servlets_Pentaho - Fatal编程技术网

Java 608错误[org.pentaho.platform.web.servlet.GenericServlet]

Java 608错误[org.pentaho.platform.web.servlet.GenericServlet],java,database,servlets,pentaho,Java,Database,Servlets,Pentaho,我正在使用pentaho biserver,我收到以下错误,请帮助我 谢谢 您有两个连接问题 第一个是连接端口9001上的HSQLDB。正如日志所说,9001端口已经被占用。在pentaho上更改此定义并不简单,您需要编辑系统文件夹中的一些文件。我建议您在尝试更改端口之前释放9001端口并使其正常工作 第二个是到postgres数据库的连接,可能是在context.xml上定义的,也可能是在PUC上创建的数据源。无论哪种方式,都无法从服务器访问名为connhyettedb2的数据源。检查数据源定

我正在使用pentaho biserver,我收到以下错误,请帮助我 谢谢


您有两个连接问题

第一个是连接端口9001上的HSQLDB。正如日志所说,9001端口已经被占用。在pentaho上更改此定义并不简单,您需要编辑系统文件夹中的一些文件。我建议您在尝试更改端口之前释放9001端口并使其正常工作

第二个是到postgres数据库的连接,可能是在context.xml上定义的,也可能是在PUC上创建的数据源。无论哪种方式,都无法从服务器访问名为connhyettedb2的数据源。检查数据源定义


希望这有帮助

“9001的默认端口已在使用”:使用另一个端口或释放端口9001。我已更改了端口号,但也出现了相同的错误。请帮助我。它是否给出了完全相同的错误(端口9001)或新端口号的相同错误?您是否正在侦听端口(“检查主机名和端口是否正确,邮政局长是否正在接受TCP/IP连接”)?
2011-06-07 11:58:53,886 ERROR [org.pentaho.platform.web.hsqldb.HsqlDatabaseStarterBean] HsqlDatabaseStarterBean.ERROR_0006 - The default port of 9001 is already in use. Do you already have HSQLDB running in another process? The HSQLDB Starter cannot continue.
2011-06-07 11:58:53,8862011-06-07 11:59:33,345 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener: PooledDatasourceSystemListener.ERROR_0003 - Unable to pool datasource object: connhyettedb2 caused by org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is ac2011-06-07 12:02:10,492 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener: PooledDatasourceSystemListener.ERROR_0003 - Unable to pool datasource object: connhyettedb2 caused by org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
2011-06-07 12:02:11,945 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http
2011-06-07 12:02:12,919 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http
2011-06-07 12:02:13,111 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http
2011-06-07 12:02:13,312 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http
2011-06-07 12:02:13,549 WARN  [org.apache.axis2.description.AxisService] Unable2011-06-07 12:06:04,608 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/modeler_es.properties not found in plugin Pentaho Data Access
2011-06-07 12:06:04,608 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/main_wizard_panel_es.properties not found in plugin Pentaho Data Access
2011-06-07 12:06:04,683 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/nativeScripts.js not found in plugin Pentaho Data Access
2011-06-07 12:06:04,686 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/modeler_es_ES.properties not found in plugin Pentaho Data Access
2011-06-07 12:06:04,686 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/main_wizard_panel_es_ES.properties not found in plugin Pentaho Data Access
2011-06-07 12:06:04,714 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/gwt-dnd.css not found in plugin Pentaho Data Access
2011-06-07 12:06:04,758 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /pentaho-cdf-dd/lang/messages_es.properties not found in plugin Community Dashboard Editor
2011-06-07 12:06:06,012 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin_es.properties not found in plugin saiku analytics
2011-06-07 12:06:06,684 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin_es_ES.properties not found in plugin saiku analytics
2011-06-07 12:06:13,377 ERROR [org.pentaho.platform.engine.core.system.SystemSettings] ::: SYSTEMSETTINGS.ERROR_0002 - El archivo /opt/biserver-ce/pentaho-solutions/system/cda/settings.xml no existe
2011-06-07 12:06:13,378 ERROR [org.pentaho.platform.engine.core.system.SystemSettings] ::: SYSTEMSETTINGS.ERROR_0002 - El archivo /opt/biserver-ce/pentaho-solutions/system/cda/settings.xml no existe
2011-06-07 12:06:22,059 WARN  [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.engine.core.system.PentahoSystem: PentahoSystem.WARN_OBJECT_NOT_CONFIGURED - Object with name "IUserDetailsRoleListService" has not been configured in the Pentaho object factory.