起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2587|回复: 7

[结贴] jlog error

[复制链接]

251

主题

1027

帖子

1383

积分

金牌会员

Rank: 6Rank: 6

积分
1383
QQ
发表于 2014-3-17 09:34:35 | 显示全部楼层 |阅读模式
版本: X5.2.5 小版本号:
数据库: MS SQLServer 服务器操作系统: Windows 应用服务器: Tomcat
客户端操作系统: 浏览器:
求助! 从UI层调用Action时报错:jlog error!  
现在 action没有调取成功,也找不到原因 ,请求协助啊!
js源码:
var data = justep.xbl("dReimbrseApplyM");
        var param = new justep.Request.ActionParam();
        param.setString("personId", data.getValue("fLoanPsnID"));
        param.setString("startTime", begin);
        param.setString("endTime", end);
        param.setString("fNO",data.getValue("fNO"));
        var options = {};
        options.dataType = "json";
        options.parameters = param;
        options.action = "getCoincideAction";
        options.callback = function(result) {
                if (result.state) {
                        var b = result.response;
                        data.setValue("fRemark", b);
                        if(b.length)
                        {
                                alert("您有日期重合的单据,已显示在备注当中!");
                       
                        }
                }

                       
        };
        justep.Request.sendBizRequest2(options);

88

主题

9507

帖子

5135

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
5135
QQ
发表于 2014-3-17 09:56:12 | 显示全部楼层
发控制台的完整错误信息
远程的联系方法 QQ 728094812。添加好友时,需要填写论坛账号
发远程时同时也发一下帖子的地址,方便了解要解决的问题

如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

251

主题

1027

帖子

1383

积分

金牌会员

Rank: 6Rank: 6

积分
1383
QQ
 楼主| 发表于 2014-3-17 10:23:03 | 显示全部楼层
zhaixin 发表于 2014-3-17 09:56
发控制台的完整错误信息

后台报错信息就这么多,而且人员登录的时候后台也有这个错误

2014-3-17 10:17:41 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:17:41 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:17:41 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:17:50 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:17:51 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:17:52 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:17:53 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:04 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:05 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:06 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
jlog error!2014-3-17 10:18:13 org.apache.tomcat.util.http.Parameters processPara
meters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:13 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:13 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:13 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:14 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
jlog error!2014-3-17 10:18:40 org.apache.tomcat.util.http.Parameters processPara
meters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:40 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:40 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:40 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:18:40 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
jlog error!jlog error!2014-3-17 10:20:03 org.apache.tomcat.util.http.Parameters
processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:03 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:03 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:03 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:03 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:12 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:12 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:12 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.
2014-3-17 10:20:12 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Invalid chunk '' ignored.

回复 支持 反对

使用道具 举报

88

主题

9507

帖子

5135

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
5135
QQ
发表于 2014-3-17 11:09:07 | 显示全部楼层
只有这个action不能调用,还是都不能调用?
远程的联系方法 QQ 728094812。添加好友时,需要填写论坛账号
发远程时同时也发一下帖子的地址,方便了解要解决的问题

如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

251

主题

1027

帖子

1383

积分

金牌会员

Rank: 6Rank: 6

积分
1383
QQ
 楼主| 发表于 2014-3-17 12:20:10 | 显示全部楼层
zhaixin 发表于 2014-3-17 11:09
只有这个action不能调用,还是都不能调用?

其他的都可以   就只有这个一个不行  而且本地开发环境测试也可以  更新到服务器上之后 这个action 不起作用
回复 支持 反对

使用道具 举报

88

主题

9507

帖子

5135

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
5135
QQ
发表于 2014-3-17 13:13:08 | 显示全部楼层
改成调用其它action试试
远程的联系方法 QQ 728094812。添加好友时,需要填写论坛账号
发远程时同时也发一下帖子的地址,方便了解要解决的问题

如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

251

主题

1027

帖子

1383

积分

金牌会员

Rank: 6Rank: 6

积分
1383
QQ
 楼主| 发表于 2014-3-17 17:22:14 | 显示全部楼层
zhaixin 发表于 2014-3-17 13:13
改成调用其它action试试

问题已解决  可以结贴了

点评

具体什么问题,可以贴一下,方便其他遇到相同问题的X5开发人员查看  发表于 2014-3-17 17:45
回复 支持 反对

使用道具 举报

251

主题

1027

帖子

1383

积分

金牌会员

Rank: 6Rank: 6

积分
1383
QQ
 楼主| 发表于 2014-3-18 09:05:06 | 显示全部楼层
mayuhui 发表于 2014-3-17 17:22
问题已解决  可以结贴了

process文件引用Action的问题,郁闷的是后台竟然不报  找不到Action的错误
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2024-5-7 02:47 , Processed in 0.063574 second(s), 26 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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