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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Error importing XML file into WBI Monitor v424

Post new topic  Reply to topic
 Error importing XML file into WBI Monitor v424 « View previous topic :: View next topic » 
Author Message
praveenchhangani
PostPosted: Tue Apr 20, 2004 1:30 pm    Post subject: Error importing XML file into WBI Monitor v424 Reply with quote

Disciple

Joined: 20 Sep 2002
Posts: 192
Location: Chicago, IL

Hey folks,

I was trying to import an xml file for a process that I have in the WBI Modeler. Upon exporting the xml everything seemed fine, up until the point where I tried to import it into my Monitor.

The following is an error I'm getting...

(WBI Monitor Error Output)

Code:
Error due to: java.rmi.RemoteException:CORBA NO_MEMORY 0x4942f984 No; nested exception is: org.omg.CORBA.NO_MEMORY: Unable to write value : null minor code: 4942F984 completed: No 
Contact your system administrator.


Error Details are as follows:
(WBI Monitor Error Output II )


Code:
com.holosofx.monitor.api.NetworkException: java.rmi.RemoteException:CORBA NO_MEMORY 0x4942f984 No; nested exception is:
   org.omg.CORBA.NO_MEMORY: Unable to write value : null  minor code: 4942F984  completed: No
   at com.holosofx.monitor.api.clientapi.ClientRepositoryManager.importProcess(ClientRepositoryManager.java:98)
   at com.holosofx.monitor.api.RepositoryManager.importModel(RepositoryManager.java:132)
   at com.holosofx.monitor.client.admin.ImportAction.performCommand(ImportAction.java:64)
   at com.holosofx.monitor.client.admin.ImportAction.perform(ImportAction.java:43)
   at com.holosofx.webflow.app.ActionHandler.doProcess(ActionHandler.java:55)
   at com.holosofx.webflow.app.URLHandler.process(URLHandler.java:78)
   at com.holosofx.webflow.app.MainServlet.forward(MainServlet.java:452)
   at com.holosofx.webflow.app.MainServlet.process(MainServlet.java:270)
   at com.holosofx.webflow.app.MainServlet.doPost(MainServlet.java:240)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
   at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
   at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
   at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
   at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:258)
   at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
   at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
   at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872)
   at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491)
   at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:173)
   at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
   at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:199)
   at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
   at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
   at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:187)
   at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:331)
   at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
   at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432)
   at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343)
   at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)


APP SERVER LOGS:
Code:
[4/20/04 16:53:04:360 EDT]  9f8ae33 MDBListenerIm W WMSG0017E: Unable to lookup JMS resources, JNDI lookup exception: jms/samples/asynchbeans/wst/PriceHBTopic
[4/20/04 16:53:04:360 EDT]  9f8ae33 MDBListenerIm W WMSG0019E: Unable to start MDB Listener PriceGenHeartBeatMDB, JMSDestination jms/samples/asynchbeans/wst/PriceHBTopic : javax.naming.NameNotFoundException: jms/samples/asynchbeans/wst/PriceHBTopic
   at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1503)
   at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1457)
   at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1167)
   at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:132)
   at javax.naming.InitialContext.lookup(InitialContext.java(Compiled Code))
   at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:199)
   at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:474)
   at com.ibm.ejs.jms.listener.MDBListenerImpl.restart(MDBListenerImpl.java:446)
   at com.ibm.ejs.jms.listener.MDBListenerImpl.alarm(MDBListenerImpl.java:718)
   at com.ibm.ejs.util.am._Alarm.run(_Alarm.java:80)
   at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)



Any ideas here as to perhaps what I might be missing here? - Any help is appreciated.

Platform Details: ( I've got this running on my laptop)

OS: Windows XP Professional, SP?
MEM: 2GB
WBI MOD 4.2.4
WBI MON 4.2.4
WAS: WAS 5.0 EE
WF: WF 3.4, SP 05
MQ: MQ 5.3, CSD 06
DB2: DB2 8.1 EE, SP 05


Thanks
_________________
Praveen K. Chhangani,

IBM Certified Solutions Designer -
MQ Workflow 3.4.
Back to top
View user's profile Send private message Send e-mail
newbiedude
PostPosted: Tue Apr 20, 2004 2:53 pm    Post subject: Reply with quote

Voyager

Joined: 22 Dec 2002
Posts: 87

What level of fix pac do you have installed?
_________________
Newbiedude
Back to top
View user's profile Send private message
praveenchhangani
PostPosted: Tue Apr 20, 2004 2:58 pm    Post subject: Reply with quote

Disciple

Joined: 20 Sep 2002
Posts: 192
Location: Chicago, IL

Just the base install that comes with the v424 jar file. I know there's a fix pac 2 out there, but I was hoping not to have to deal with that part of the upgrade at this point in time..

Why are you thinking that not having the latest fix pac i.e. 2, is causing this?

Thanks
_________________
Praveen K. Chhangani,

IBM Certified Solutions Designer -
MQ Workflow 3.4.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Error importing XML file into WBI Monitor v424
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.