Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Want to thank those people who have made this forum such a valuable place to visit each day..."

Geography

Where in the world do Tek-Tips members come from?
Atum22 (Programmer)
8 Apr 04 13:32
Hello All,

I have an ETD all set up to unmarshal an XML string (technically a byte array).  It works fine in the ETD tester reading from a dat file, yet throws an error when running.  

The code is pretty simple:
getEMPI_PutUpdMemberReply().unmarshal(STCTypeConverter.toByteArray(retXML));

where retXML is a properly formatted XML string with all of the elements in the correct order.

I get this error:
09:52:57.994 COL  I 128744 (java_extensions.cxx:1442): com.stc.jcsre.UnmarshalException: Cp037
09:52:57.994 COL  I 128744 (java_extensions.cxx:1442): Exception caught: Cp037
09:52:58.010 COL  I 128744 (initialize.cxx:302): JCS: Java collaboration translate threw a com.stc.common.collabService.CollabConnException!
09:52:58.010 COL  I 128744 (java_extensions.cxx:1442): *************** Exception occurred **************
09:52:58.010 COL  I 128744 (java_extensions.cxx:1442):  toString: com.stc.common.collabService.CollabConnException: [colPamlEmpi_PutUpd_ws] JCCollabControllerImpl JCCollabControllerImpl::translate(): Error in executing translate method
09:52:58.010 COL  I 128744 (java_extensions.cxx:1442):
09:52:58.010 COL  I 128744 (java_extensions.cxx:1442):  getMessage: [colPamlEmpi_PutUpd_ws] JCCollabControllerImpl JCCollabControllerImpl::translate(): Error in executing translate method
09:52:58.010 COL  I 128744 (java_extensions.cxx:1442):
09:52:58.010 COL  I 128744 (java_extensions.cxx:1442):  StackTrace:java.lang.Exception: Cp037
        at crPamlEmpi_PutUpd_ws.executeBusinessRules(crPamlEmpi_PutUpd_ws.java:291)
        at com.stc.jcsre.JCollaboration.translate(JCollaboration.java:148)
        at com.stc.common.collabService.JCCollabControllerImpl.translate(JCCollabControllerImpl.java:568)
com.stc.common.collabService.CollabDataException: [colPamlEmpi_PutUpd_ws] JCollaboration.translate(): Caught unspecified exception from user collaboration executeBusinessRules()
        at com.stc.jcsre.JCollaboration.translate(JCollaboration.java:156)
        at com.stc.common.collabService.JCCollabControllerImpl.translate(JCCollabControllerImpl.java:568)
com.stc.common.collabService.CollabConnException: [colPamlEmpi_PutUpd_ws] JCCollabControllerImpl JCCollabControllerImpl::translate(): Error on calling user translate method: class crPamlEmpi_PutUpd_ws
        at com.stc.common.collabService.JCCollabControllerImpl.translate(JCCollabControllerImpl.java:593)
com.stc.common.collabService.CollabConnException: [colPamlEmpi_PutUpd_ws] JCCollabControllerImpl JCCollabControllerImpl::translate(): Error in executing translate method
        at com.stc.common.collabService.JCCollabControllerImpl.translate(JCCollabControllerImpl.java:651)
09:52:58.010 COL  I 128744 (java_extensions.cxx:1442): *************************************************

Looks like it is having trouble translating, which does not make sense to me because it the same string works flawlessly in the tester.

Any ideas or thoughts?

Thanks!
eai2consulting (Programmer)
14 Mar 05 9:00
I'm experiencing the exact same problem. Were you ever able to resolve this issue?

Thanks,

Franco.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close