之前有两位朋友碰到过在对greenplum的系统构架更改后,出现全量恢复gprecoverseg -F也无法正常运行的情况。
报错信息为Unable to connect to database. Retrying 1
gprecoverseg failed. (Reason='Unable to connect to database and start transaction') exiting...
有幸拷得一份虚拟机上的全部文件,对其进行分析。
发现其实出现这个问题只需要修改pg_changetra...
分类:
数据库 时间:
2015-07-28 00:52:21
阅读次数:
741
自己的虚拟机集群,一次强制关机后,发现slave2的zookeeper起不来了
下午5点29:53.411 INFO org.apache.zookeeper.server.quorum.QuorumPeerConfig
Reading configuration from: /var/run/cloudera-scm-agent/process/517-zookeeper-server...
分类:
数据库 时间:
2015-07-27 18:54:00
阅读次数:
939
在没有开启x窗口的shell下启动dbus相关程序时会如上错误,详细原因如下:This is not considered to be a bug. Auto-launching D-Bus sessions whennot under X11 would result in one new D-B...
分类:
数据库 时间:
2015-07-27 12:25:39
阅读次数:
756
Linux下基于JSP的报表集成到项目中后,显示不出来,查看tomcat的日志,有如下报错信息:
The return type is incompatible with JspSourceDependent.getDependants()
Stacktrace:] with root cause
org.apache.jasper.JasperException: Unable to...
分类:
Web程序 时间:
2015-07-27 09:27:43
阅读次数:
181
导致这个错的原因: 1.hadoop/lib/native/本地库不存在。 2.hadoop/lib/native/本地库与当前操作系统的版本位数不一致。 确定错误的原因: 1.查看hadoop/lib/native是否存在。 2.设置hadoop的日记级别位debug,在...
分类:
其他好文 时间:
2015-07-26 17:37:46
阅读次数:
134
错误详细信息:Unable to read the project file 'client.csproj'. Could not load file or assembly 'Microsoft.Build.Engine, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its depend...
分类:
其他好文 时间:
2015-07-26 11:12:15
阅读次数:
177
部署war时,遇到下面异常:
exception org.apache.jasper.JasperException: Unable to compile class for JSP
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:604)
org.apache.jasper.servlet...
分类:
Web程序 时间:
2015-07-24 20:52:26
阅读次数:
148
今天碰到一个WSDL,比较奇怪,它是用Java生成的。 WSDL有两个文件,一个是sfc.wsdl,另一个是sfc.xsd。在命令行执行:wsdl.exe sfc.wsdl报错:Error: Unable to import binding 'SfcServicePortBinding'...
分类:
其他好文 时间:
2015-07-24 10:30:16
阅读次数:
414
using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using ESRI.ArcGIS.ADF.BaseClasses;using ESRI.Ar...
分类:
其他好文 时间:
2015-07-23 21:12:24
阅读次数:
266
tomcat超时解问题
在eclipse启动tomcat时遇到超时45秒的问题:
错误:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds
错误提示就是我们限定了部署的时间导致的错误。
修改 workspace\.metadata\.plugins\org.eclipse.ws...
分类:
其他好文 时间:
2015-07-23 09:32:49
阅读次数:
142