找回密码
 开放注册

QQ登录

只需一步,快速开始

微信登录

微信扫码,快速开始

通达OA官网网站
搜索
查看: 2766|回复: 7

登录后显示logincheck.php

 关闭 [复制链接]

12

主题

25

回帖

273

牛毛

游客

积分
310
发表于 2016-7-30 18:21:23 | 显示全部楼层 |阅读模式
php_errors.log 日志文件,登录后显示 logincheck.php,页面空白,OA安装盘的空间很足。

[30-Jul-2016 16:54:27 Etc/GMT-8] PHP Fatal error:  Uncaught exception 'Exception' with message '10055 - 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。
' in E:\MYOA\webroot\inc\resque\Redisent\Redisent.php:62
Stack trace:
#0 E:\MYOA\webroot\inc\resque\Redisent\Redisent.php(56): Redisent->establishConnection()
#1 E:\MYOA\webroot\inc\resque\resque.php(96): Redisent->__construct('127.0.0.1', '6399')
#2 E:\MYOA\webroot\inc\resque\resque.php(114): Resque::redis()
#3 E:\MYOA\webroot\inc\resque\Resque\Job.php(70): Resque::push('default', Array)
#4 E:\MYOA\webroot\inc\resque\resque.php(175): Resque_Job::create('default', 'MobliePushQueue', Array, true)
#5 E:\MYOA\webroot\inc\TQueue\TQueue.php(63): Resque::enqueue('default', 'MobliePushQueue', Array, true)
#6 E:\MYOA\webroot\inc\utility_all.php(3105): TQueue->enqueue(Array)
#7 E:\MYOA\webroot\inc\utility_sms1.php(68): module2queue(Array)
#8 E:\MYOA\webroot\task\message_push.php(22): message_push('del')
#9 {main}
  thrown in E:\MYOA\webroot\inc\resque\Redisent\Redisent.php on line 62
[30-Jul-2016 16:55:32 Etc/GMT-8] PHP Fatal error:  Call to a member function get() on a non-object in E:\MYOA\webroot\general\sns\classes\TFeedTimeline.class.php on line 54
[30-Jul-2016 16:58:27 Etc/GMT-8] PHP Warning:  fsockopen(): unable to connect to 127.0.0.1:6399 (通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
) in E:\MYOA\webroot\inc\resque\Redisent\Redisent.php on line 60
[30-Jul-2016 16:58:27 Etc/GMT-8] PHP Fatal error:  Uncaught exception 'Exception' with message '10048 - 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
' in E:\MYOA\webroot\inc\resque\Redisent\Redisent.php:62
Stack trace:
#0 E:\MYOA\webroot\inc\resque\Redisent\Redisent.php(56): Redisent->establishConnection()
#1 E:\MYOA\webroot\inc\resque\resque.php(96): Redisent->__construct('127.0.0.1', '6399')
#2 E:\MYOA\webroot\inc\resque\resque.php(114): Resque::redis()
#3 E:\MYOA\webroot\inc\resque\Resque\Job.php(70): Resque::push('default', Array)
#4 E:\MYOA\webroot\inc\resque\resque.php(175): Resque_Job::create('default', 'MobliePushQueue', Array, true)
#5 E:\MYOA\webroot\inc\TQueue\TQueue.php(63): Resque::enqueue('default', 'MobliePushQueue', Array, true)
#6 E:\MYOA\webroot\inc\utility_all.php(3105): TQueue->enqueue(Array)
#7 E:\MYOA\webroot\inc\utility_sms1.php(68): module2queue(Array)
#8 E:\MYOA\webroot\task\message_push.php(22): message_push('del')
#9 {main}
  thrown in E:\MYOA\webroot\inc\resque\Redisent\Redisent.php on line 62

0

主题

732

回帖

1226

牛毛

游客

积分
1958
发表于 2016-8-1 17:20:05 | 显示全部楼层
您好,在服务器上看下服务是否是全部正常启动,您是oa登陆不了还是打开什么页面报错

12

主题

25

回帖

273

牛毛

游客

积分
310
 楼主| 发表于 2016-8-3 11:11:38 | 显示全部楼层
本帖最后由 sounyshao 于 2016-8-3 11:12 编辑
通达丁华 发表于 2016-8-1 17:20
您好,在服务器上看下服务是否是全部正常启动,您是oa登陆不了还是打开什么页面报错 ...

服务启动正常,登录OA后显示这个界面。

1.png

38

主题

93

回帖

711

牛毛

游客

积分
842
发表于 2016-8-3 11:47:11 | 显示全部楼层
sounyshao 发表于 2016-8-3 11:11
服务启动正常,登录OA后显示这个界面。

是不是多处同时登录出现的?我遇到过这样的情况,如果你也是多处同时登陆的话,可以检查一下数据库user_online数据表,UID是不是被设置为主键了,正常应该SID设置为主键的

0

主题

732

回帖

1226

牛毛

游客

积分
1958
发表于 2016-8-3 17:10:03 | 显示全部楼层
您好,楼上那个回复也是一种可能,您先排查一下

30

主题

53

回帖

426

牛毛

游客

积分
509
发表于 2016-8-14 17:54:46 | 显示全部楼层
你可以在myoa目录下找到 myadmin 打开后连接数据库 选择修复数据库 看看能不能解决

0

主题

1335

回帖

1855

牛毛

游客

积分
3190
发表于 2016-8-15 17:39:49 | 显示全部楼层
sounyshao 发表于 2016-8-3 11:11
服务启动正常,登录OA后显示这个界面。

您好,留一下你的qq,我这边需要看一下你的logs日志。

13

主题

16

回帖

534

牛毛

游客

积分
563
发表于 2016-9-22 11:45:56 | 显示全部楼层
修复解决了,谢谢
您需要登录后才可以回帖 登录 | 开放注册

本版积分规则

咨询电话:400 818 0505 通达OA,国内协同管理软件行业内唯一的央企单位,中国协同OA软件的领跑者,优秀协同办公解决方案供应商

帮助|Archiver|小黑屋|通信管理局专项备案号:[2008]238号|由NB5牛论坛提供技术支持NB5社区 ( 皖ICP备08004151号;皖公网安备34010402700514号 )

GMT+8, 2025-4-30 00:53 , Processed in 0.186212 second(s), 66 queries .

Powered by Discuz

Copyright © 2001-2025, 北京通达信科科技有限公司.

快速回复 返回顶部 返回列表