XMLCoder decode invalid data type: com.wm.app.b2b.server.JDBCConnection

Hello All,

I am seeing this error in our production servers. There is nothing written to the error or server logs regarding this issue. It writes many times a day.

[SIZE=2]2009-03-17 07:10:30:456 [ISC.0076.0007W] XMLCoder decode invalid data type: com.wm.app.b2b.server.JDBCConnection

[SIZE=2]I.S.-6.5 SP3
Java version: 1.4.2_11 (48.0)
Jdbc adapter: Jdbc_6.5_fix14

I appreciate ur help, Thanks in Advance
[/size][/SIZE]

Hi,

Disable Savepipeline/restorepipeline if any in your packages. if not in server/error logs where do you see these messages?

Cheers!

Thanks Shahid,

i did tried disabling Savepipeline/restorepipeline…i see the same error, no use
I see this log in server.log file

2009-03-17 07:10:30:456 [ISC.0076.0007W] XMLCoder decode invalid data type: com.wm.app.b2b.server.JDBCConnection

I could not able to trace wher the problem occured…because no other inf. was written to the log file.

Ravi,

Increasing JDBC logging shall help in getting more info about error

Cheers!

Shahid,

we have logging for all jdbc calls…all the transactions are going fine…
just seeing that log in our prod servers many times a day.

We were seeing several of these messages being logged in the server.log in our development environment for every run of our interface:

[ISC.0076.0007W] XMLCoder decode invalid data type: java.io.ByteArrayInputStream

Removing/Disabling pub.flow:SavePipelineToFile/pub.flow:RestorePipelineFromFile got rid of these.

Our pipeline had MIME data.

Thanks Shahid!

good , our production environment server logs also has these error , i try to remove pub.flow:SavePipelineToFile/pub.flow:RestorePipelineFromFile , the error logs has been disappeared.