首先如果后台访问空白了,可以先检查下数据库配置文件,includes/configure.php,看下数据库信息是否正确。如没有问题,看下面的排查方法: zencart v1.3.9 的排错方法 错误记录在 /cache/ 目录下,前台的错误记录文件名为 "myDebug-xxxxxx.log" , ...
分类:
其他好文 时间:
2017-07-07 15:30:38
阅读次数:
1269
启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in a ...
分类:
其他好文 时间:
2017-07-07 13:05:24
阅读次数:
204
1.Soap 1.1 endpoint already registered on address /cxfService答案:web.xml中多配置了 <init-param> <param-name>config-location</param-name> <param-value>classp ...
分类:
其他好文 时间:
2017-07-05 00:32:55
阅读次数:
428
java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMeta 原因:因为没有正常启动Hive 的 Metastore Server服务进程。 解决方法:启动Hi ...
分类:
其他好文 时间:
2017-07-02 14:19:11
阅读次数:
200
第一次跑mapreduce,记录遇到的几个问题,hadoop集群是CDH版本的,但我windows本地的jar包是直接用hadoop2.6.0的版本,并没有特意找CDH版本的 1.Exception in thread "main" java.lang.NullPointerException at ...
1. 错误记录 真机调试 错误信息:No matching provisioning profile found:Your build settings specify a provisioning profile with the UUID“dcfadaa2-37fd-4871-be69-ab65 ...
分类:
其他好文 时间:
2017-06-23 20:56:23
阅读次数:
157
错误原因:textView.setText()时,设置的为整形数值,报错。 应设置setText(“”+int). ...
分类:
其他好文 时间:
2017-06-19 15:19:19
阅读次数:
117
启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in a ...
分类:
其他好文 时间:
2017-06-15 19:00:32
阅读次数:
214
检查 minSdkVersion什么的是不是和你依赖的包一样,它上面也有个小提示,显示本地的11,依赖的为15,那就改成15好了,重新build好了 ClassNotFoundException异常 看提示信息貌似是配置文件的路径或者什么错了,其实就是你的v7包之类的版本不对,要跟sdk版本一致或者 ...
分类:
移动开发 时间:
2017-06-05 12:39:44
阅读次数:
225
如果他们无法启动,大多数情况是端口号被占用。 首先就是查看端口号:点击“netstart“按钮查看端口号的使用详情 如果被占用就点击"config”按钮,进行端口号的配置。 有时候即使配置了端口号也不能正常启动,这时候就得清除错误记录日志。 对于mysql的日志清除:C:\xampp\mysql\d ...
分类:
移动开发 时间:
2017-05-20 14:55:35
阅读次数:
197