ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Loading cache JAXB BIPmsgs key:7198

Post new topic  Reply to topic
 Loading cache JAXB BIPmsgs key:7198 « View previous topic :: View next topic » 
Author Message
matuwe
PostPosted: Wed Jun 19, 2019 9:50 am    Post subject: Loading cache JAXB BIPmsgs key:7198 Reply with quote

Master

Joined: 05 Dec 2007
Posts: 296

Hi, Kindly assist.

I am using JAXB class to marshall my object , then add it to cache. I am getting the error bellow on the put function

com.ibm.broker.plugin.MbRecoverableException class:MbGlobalMap method:validateValue source:BIPmsgs key:7198

Code:

public static void putMDM2CacheV1(MbElement dBRow) {

      Unmarshaller unmar2;
      
       try {
          
          unmar2 = jaxbContextSingleton.createUnmarshaller();
          MDMRow dbRMS = (MDMRow) unmar2.unmarshal(dBRow.getDOMNode(), MDMRow.class).getValue();
          MbGlobalMap globalMap = MbGlobalMap.getGlobalMap("MDM_MAPPING", new MbGlobalMapSessionPolicy(90000));

          String PK = dbRMS.getPK();
          if (globalMap.containsKey(PK)) {
             globalMap.update(PK, dbRMS);
          } else {
             globalMap.put(PK, dbRMS);
          }
          

       } catch (JAXBException | MbException e) {
          // TODO Auto-generated catch block
          e.printStackTrace();
       }
   }
Back to top
View user's profile Send private message
timber
PostPosted: Thu Jun 20, 2019 12:15 am    Post subject: Reply with quote

Grand Master

Joined: 25 Aug 2015
Posts: 1280

It would help if you could post more information about the error. There must be a Java stack trace, or maybe some other errors issued at the same time. If necessary take a debug-level user trace and see if there is anything useful in it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Loading cache JAXB BIPmsgs key:7198
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.