有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java无法访问远程pentaho biserver

我将mi“pentaho biserver-ce-6.0.1.0-386”上传到我的主机,并设置了所需的变量,但我不断收到如下错误:

04-Mar-2016 11:14:27.427 SEVERE [localhost-startStop-1] org.apache.tomcat.util.descriptor.web.SecurityConstraint.findUncoveredHttpMethods For security constraints with URL pattern [/jsp/*] only the HTTP methods [POST GET] are covered. All other methods are uncovered.

我在本地的pc上找不到关于远程主机上biserver的指南tutoial,它工作得很好

我修改了网页。xml到我的域名,我在目录“demo odoo.ecommlean.com/pentaho”下有一个mi pentahoo bi服务器

生态。web08~#cat/var/www/demo-odoo。生态清洁。com/htdocs/pentaho/biserver-ce/tomcat/logs/pentaho。日志 2016-03-04 11:13:21975信息[org.pentaho.platform.osgi.KarafInstance]****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************** 实例编号:1 at/var/www/demo-odoo。生态清洁。com/htdocs/pen OSGI服务端口:9050JMX RMI注册表端口:11098RMI服务器端口:44444* *******************************************************************************2016-03-04 11:13:29897信息[org.pentaho.di]2016/03/04 11:13:29-cfgbuilder- 警告:方案的默认配置生成器不支持配置参数[org]:sftp 2016-03-04 11:13:40657错误 [org.pentaho.di.osgi.KarafLifecycleListener]Kettle-Karaf-lifycle侦听器未能正确执行。释放生命周期保留,但某些服务可能 不可用的2016-03-04 11:13:51859错误[org.apache.felix.configadmin.1.8.0][[org.osgi.service.cm.ConfigurationAdmin]]无法使用配置 组织。宾塔霍。[org.osgi.service.cm.ManagedService的requirejs,id=562,bundle=187/mvn:pentaho/pentaho requirejs-osgi-manager/6.0.1.0-386]:对 绑定到mvn的配置:pentaho/pentaho服务器包/6.0.1.0-386

netstat-an | grep-w-e 8801-e 9050-e 11098-e 44444 tcp6 0:::11098::*听
TCP60:::44444:::*听
tcp6 0 127.0.1.1:44444 127.0.0.1:47797已建立 tcp6 0 127.0.0.1:47797 127.0.1.1:44444已建立

我附上我的日志和网页。xml

logs


共 (1) 个答案

  1. # 1 楼答案

    根据日志,连接的服务器甚至没有正确启动,因为8080端口已经在使用中,存在很多异常。 我会尝试停止服务器,使用kill释放端口并尝试重新启动。 确保您确实希望在8080端口上启动远程服务器