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 » Error While Migrating message set from 2.1 to 6.0

Post new topic  Reply to topic
 Error While Migrating message set from 2.1 to 6.0 « View previous topic :: View next topic » 
Author Message
biswagourab
PostPosted: Mon Jul 17, 2006 6:43 am    Post subject: Error While Migrating message set from 2.1 to 6.0 Reply with quote

Apprentice

Joined: 31 May 2005
Posts: 47
Location: London

Hi
I am tryng to migrate the existing message set in MQSI 2.1 to WBIMB 6.0. I have exported the message set using the mqsiimpexpmsgset command, from 2.1

I am now trying to migrate using the mqsimigratemsgsets command, but I am getting this error

BIP0137E An unexpected exception has occurred.
An exception was caught in method "MSDFromMRPOperation::importMRPProject", details are: "org.eclipse.core.runtime.CoreException: Problems encountered while setting project description."

Anyone seen this before?
Please guide me.... am I supposed to do any specific settings ???

Thanks
BG
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
sjensen
PostPosted: Mon Jul 17, 2006 7:16 am    Post subject: Reply with quote

Centurion

Joined: 18 Dec 2003
Posts: 134
Location: London

Hi,

As I understand it you need to export the message set(s) from WMQI 2.1

Transfer the *.mrp files to the system with WMB 6 and then run
Code:
mqsimigratemsgsets
This command will also create the message set projects for you.

Good luck
Stefan
Back to top
View user's profile Send private message
biswagourab
PostPosted: Mon Jul 17, 2006 7:20 am    Post subject: Reply with quote

Apprentice

Joined: 31 May 2005
Posts: 47
Location: London

Hi Stefan,
I am already doing that, I have copied them into a folder and that folder does not have anything else in it except the .mrp files.

And I am not even doing any changes to it manually, just simple copy caste into the local folder.

Am really confused !!!!

BG
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
sjensen
PostPosted: Mon Jul 17, 2006 7:57 am    Post subject: Reply with quote

Centurion

Joined: 18 Dec 2003
Posts: 134
Location: London

teach me to read more carefully. Sorry. Now I am confused as well.
Cheers
Stefan
Back to top
View user's profile Send private message
biswagourab
PostPosted: Mon Jul 17, 2006 8:13 am    Post subject: Reply with quote

Apprentice

Joined: 31 May 2005
Posts: 47
Location: London

Hi
Even I am surprised, there is nothing much that we can find about the error BIP0137E.

When I look into the log files I get this


!ENTRY org.eclipse.core.runtime 4 2 Jul 17, 2006 10:29:39.40
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
at com.ibm.etools.msg.builder.BuilderExtensionHelper.configureNature(Unknown Source)
at com.ibm.etools.msg.builder.MessageSetNature.configure(Unknown Source)
at org.eclipse.core.internal.resources.NatureManager$1.run(NatureManager.java:138)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.core.internal.resources.NatureManager.configureNature(NatureManager.java:153)
at org.eclipse.core.internal.resources.NatureManager.configureNatures(NatureManager.java:198)
at org.eclipse.core.internal.resources.Project.basicSetDescription(Project.java:61)
at org.eclipse.core.internal.resources.Project.setDescription(Project.java:903)
at org.eclipse.core.internal.resources.Project.setDescription(Project.java:931)
at com.ibm.etools.msg.msgmodel.utilities.NewMessageSetProjectHelper.addProjectNatures(Unknown Source)
at com.ibm.etools.msg.msgmodel.utilities.NewMessageSetProjectHelper.createMessageSetProject(Unknown Source)
at com.ibm.etools.msg.msgmodel.utilities.NewMessageSetProjectAndMessageSetHelper.<init>(Unknown Source)
at com.ibm.etools.msg.mrp.importer.core.MSDFromMRPOperation.importMRPProject(Unknown Source)
at com.ibm.etools.msg.mrp.importer.core.MSDFromMRPOperation.importMRPFile(Unknown Source)
at com.ibm.etools.msg.mrp.importer.core.MSDFromMRPOperation.importMRPFile(Unknown Source)
at com.ibm.etools.msg.mrp.importer.command.MRPCommandProcessor.processDirectory(Unknown Source)
at com.ibm.etools.msg.mrp.importer.command.MRPCommandProcessor.process(Unknown Source)
at com.ibm.etools.msg.mrp.importer.command.MSDFromMRPHeadlessOperation.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)


Thanks
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
shanson
PostPosted: Mon Jul 17, 2006 9:00 am    Post subject: Reply with quote

Partisan

Joined: 17 Oct 2003
Posts: 344
Location: IBM Hursley

The mqsimigratemsgsets command has hit a NPE trying to create a message set project and message set in which to contain the imported definitions. Other than that it's not possible to tell what has happened. All I can suggest is that double-check the help topic that explains how to use the command, to make sure you are not doing anything wrong. Failing that raise a PMR with IBM service.

Last edited by shanson on Tue Jul 18, 2006 1:04 am; edited 1 time in total
Back to top
View user's profile Send private message
sjensen
PostPosted: Tue Jul 18, 2006 12:39 am    Post subject: Reply with quote

Centurion

Joined: 18 Dec 2003
Posts: 134
Location: London

Hi,

One thing I've had trouble with is the version of java. Which version are you on?

Cheers
Stefan
Back to top
View user's profile Send private message
biswagourab
PostPosted: Tue Jul 18, 2006 8:10 am    Post subject: Reply with quote

Apprentice

Joined: 31 May 2005
Posts: 47
Location: London

Hi
I am using Java 1.4.2 , the other configurations are

WBIMB 6.0.0.1
MQ 6.0
File Extender 5.0 with fix pack

Thanks
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Ramphart
PostPosted: Tue Oct 17, 2006 2:39 am    Post subject: Reply with quote

Disciple

Joined: 21 Jul 2004
Posts: 150
Location: South Africa, JHB

biswagourab wrote:
Hi
I am using Java 1.4.2 , the other configurations are

WBIMB 6.0.0.1
MQ 6.0
File Extender 5.0 with fix pack

Thanks


Did you ever resolve this issue because I'm getting the exact same error. Please assist.
_________________
Applications Architect
Back to top
View user's profile Send private message
bond_02
PostPosted: Mon Dec 03, 2007 11:15 pm    Post subject: Reply with quote

Apprentice

Joined: 21 Dec 2006
Posts: 39
Location: kolkata

Ramphart wrote:
biswagourab wrote:
Hi
I am using Java 1.4.2 , the other configurations are

WBIMB 6.0.0.1
MQ 6.0
File Extender 5.0 with fix pack

Thanks


Did you ever resolve this issue because I'm getting the exact same error. Please assist.


Please Unfreez it(using WMQIMB) and then try to migrate to wmb6 .I hope this will be helpful to you.
_________________
Never assume you know everything.
Never assume you've seen everything.
Never discount the value of a book. If only as a weapon.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Error While Migrating message set from 2.1 to 6.0
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.