Webservice Error Messages

SOLVED

Hello,

I'm new at my company but I'm working with the webservice in the our development folder. I keep getting this error message:

unknown key [err.too.many.refresh] in resource [com.adonix.x3web.shared.CUtilServletResources]|**Exception** - Class[CException] unknown key [err.too.many.refresh] in resource [com.adonix.x3web.shared.CUtilServletResources]

Anyone have an ideas? Also, is there a place I can look up error messages in general? I've seen a [Calculation capacity exceeded] message in our logs that has me intrigued.

Thanks in advance for any help!

  • 0

    It's tough to say without the full error you are looking at. Are you seeing this inside your SOAP reply, or are you seeing this error in your web services log? In either case, you can take the same XML you passed to your web service in your web service calling code, and put that particular XML inside the web service testing harness in the "technical pages" of the X3 web server. In there you can usually get decent errors. At the same time, they are usually the same errors that are populated inside the returned error array.

  • 0 in reply to Delamater

    Thanks for the response Delamater!

    Yes, I've been posting my  XML in the web service tester and have been able to fix a number of errors in this way. I recently fixed my 'Calculation capacity exceeded' error. For anyone who may see this, I was attempting to place a value far too large into a field. So, if anyone sees this in the future, check your data.

    Happy X3ing All!

  • 0 in reply to JFrank

    Hi,

    Any luck with the error. I am getting a similar error:

    3=unknown key [err.too.many.refresh] in resource [com.adonix.x3web.shared.CUtilServletResources]

    4=**Exception** - Class[CException]

    unknown key [err.too.many.refresh] in resource [com.adonix.x3web.shared.CUtilServletResources]

     --Stack--

     com.adonix.x3web.wawsvcserver.main.CWsvcRequestAbs.throwException(CWsvcRequestAbs.java:1970)

     com.adonix.x3web.wawsvcserver.main.CWsvcRequestAbs.throwExceptionTooManyRefresh(CWsvcRequestAbs.java:1991)

     com.adonix.x3web.wawsvcserver.main.CWsvcRequestAbs.execServerAction(CWsvcRequestAbs.java:873)

     com.adonix.x3web.wawsvcserver.main.CWsvcRequestAbs.exec(CWsvcRequestAbs.java:603)

     com.adonix.x3web.wawsvcserver.main.CWsvcServer.exec(CWsvcServer.java:171)

     com.adonix.x3web.wawsvcserver.main.CWsvcServer.exec(CWsvcServer.java:267)

     com.adonix.x3web.wawsvcserver.main.CWsvcServer.exec(CWsvcServer.java:242)

     com.adonix.x3web.wawsvcserver.main.CWsvcServer.execObjectSave(CWsvcServer.java:567)

     com.adonix.x3web.wawsvcserver.services.CAdxWebServiceXmlCC.save(CAdxWebServiceXmlCC.java:263)

  • 0 in reply to Paul
    verified answer

    Hey,

    I just clicked Publication on the web service in question and this error went away immediately. Not sure how practical this is as a go to fix, or why it even did anything, just thought I'd share.

    Thanks