Error when uploading a Process Model in Designer 7.2

I have imported a Process Model that was built with modeler 6.2. We are upgrading to version 7.2. When I try to do a build and upload on Designer 7.2 I get the following error:

[FONT=Helv][SIZE=2][FONT=Helv][SIZE=2]!ENTRY org.eclipse.ui 4 0 2009-11-30 09:54:30.947
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at com.webMethods.process.connection.is.ServerDoc.getFieldType(ServerDoc.java:178)
at com.webMethods.process.editor.utils.ProcessEditorUtils.getFieldTypeByFieldName(ProcessEditorUtils.java:404)
at com.webMethods.process.editor.utils.ProcessEditorUtils.lookupFieldType(ProcessEditorUtils.java:297)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParserUtil.setLogging(ModelerFileParserUtil.java:1191)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParser.parseStep(ModelerFileParser.java:480)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParser.processSteps(ModelerFileParser.java:329)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParser.parseProcessModel(ModelerFileParser.java:158)
at com.webMethods.process.debug.manager.DebugUtils.getLogicProcessModel(DebugUtils.java:442)
at com.webMethods.process.debug.manager.DebugUtils.showEditorDirty(DebugUtils.java:1268)
at com.webMethods.process.debug.manager.DebugUtils.initializeProcessDebugger(DebugUtils.java:1224)
at com.webMethods.process.debug.manager.DebugManager.newSessionActor(DebugManager.java:253)
at com.webMethods.process.debug.actions.DebugProcessAction.run(DebugProcessAction.java:26)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
!ENTRY com.webMethods.sc.eclipse.logging 4 0 2009-11-30 09:54:40.778
!MESSAGE Error in Generation: java.lang.NullPointerException
at com.webMethods.process.connection.is.ServerDoc.getFieldType(ServerDoc.java:178)
at com.webMethods.process.editor.utils.ProcessEditorUtils.getFieldTypeByFieldName(ProcessEditorUtils.java:404)
at com.webMethods.process.editor.utils.ProcessEditorUtils.lookupFieldType(ProcessEditorUtils.java:297)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParserUtil.setLogging(ModelerFileParserUtil.java:1191)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParser.parseStep(ModelerFileParser.java:480)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParser.processSteps(ModelerFileParser.java:329)
at com.webMethods.process.generator.plugins.parsers.modelerfile.ModelerFileParser.parseProcessModel(ModelerFileParser.java:158)
at com.webMethods.process.generator.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:463)
at com.webMethods.process.generator.actions.GenerateProcessAction.run(GenerateProcessAction.java:253)
at com.webMethods.process.generator.actions.GenerateProcessAction.run(GenerateProcessAction.java:82)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

!ENTRY com.webMethods.sc.asset.publisher 4 0 2009-11-30 09:54:50.569
!MESSAGE [META.APUBE.00002] Error ‘com.webMethods.sc.metadata.API.exceptions.StoreException: [META.API.5006] Failed to create store instance. Error ‘java.lang.reflect.InvocationTargetException’.’ publishing metadata about ‘ResourceDelta(/InvoiceModel/BJ RNIF PIDX Initiate Invoice Processing.process)’.
!STACK 0
com.webMethods.sc.metadata.API.exceptions.StoreException: [META.API.5006] Failed to create store instance. Error ‘java.lang.reflect.InvocationTargetException’.
at com.webMethods.sc.metadata.API.MetaStoreDescriptor.newStore(MetaStoreDescriptor.java:106)
at com.webMethods.sc.metadata.API.pool.MetaStorePool.createStore(MetaStorePool.java:219)
at com.webMethods.sc.metadata.API.pool.MetaStorePool.getPooledMetaStore(MetaStorePool.java:160)
at com.webMethods.sc.metadata.API.MetaStoreManager.getStore(MetaStoreManager.java:212)
at com.webMethods.sc.asset.publisher.AbstractAssetPublisher.doExtraction(AbstractAssetPublisher.java:99)
at com.webMethods.sc.asset.publisher.eclipse.FileChangeInterceptor.publish(FileChangeInterceptor.java:215)
at com.webMethods.sc.asset.publisher.eclipse.FileChangeInterceptor.access$0(FileChangeInterceptor.java:213)
at com.webMethods.sc.asset.publisher.eclipse.FileChangeInterceptor$IResourceChangeConsumer.run(FileChangeInterceptor.java:476)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.webMethods.sc.metadata.API.MetaStoreDescriptor.newStore(MetaStoreDescriptor.java:103)
… 8 more
Caused by: com.webMethods.sc.metadata.API.exceptions.StoreException: [META.CER.219] Error starting up reasoning service ‘IStoreInstanceHandler#getInstanceIdByName: no such instance name urn:///TestModelBuild/.project’.
at com.cerebra.customers.webMethods.imetastore.util.EmbeddedCerebraManager.createStoreException(EmbeddedCerebraManager.java:583)
at com.cerebra.customers.webMethods.imetastore.util.EmbeddedCerebraManager.setupReasoningServiceEnvironment(EmbeddedCerebraManager.java:359)
at com.cerebra.customers.webMethods.imetastore.util.EmbeddedCerebraManager.setUpEmbeddedEnvironment(EmbeddedCerebraManager.java:467)
at com.cerebra.customers.webMethods.imetastore.util.EmbeddedCerebraManager.getOWLConnection(EmbeddedCerebraManager.java:145)
at com.cerebra.customers.webMethods.imetastore.impl.IMetaStoreImpl.initLocal(IMetaStoreImpl.java:379)
at com.cerebra.customers.webMethods.imetastore.impl.IMetaStoreImpl.(IMetaStoreImpl.java:274)
… 13 more
Caused by: com.cerebra.lib.util.CerebraError: IStoreInstanceHandler#getInstanceIdByName: no such instance name urn:///TestModelBuild/.project
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl$1.onExecuteQuery(ReasoningOWLOntologyImpl.java:316)
at com.cerebra.lib.util.db.SQLTransactionExecutor.executeQuery(SQLTransactionExecutor.java:88)
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl.listOntologies(ReasoningOWLOntologyImpl.java:323)
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl.refreshCache(ReasoningOWLOntologyImpl.java:128)
at com.cerebra.reasoningservices.ReasoningService.initialise(ReasoningService.java:106)
at com.cerebra.customers.webMethods.imetastore.util.EmbeddedCerebraManager.setupReasoningServiceEnvironment(EmbeddedCerebraManager.java:356)
… 17 more
Caused by: com.cerebra.lib.util.CerebraException: IStoreInstanceHandler#getInstanceIdByName: no such instance name urn:///TestModelBuild/.project
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl.updateAdapter(ReasoningOWLOntologyImpl.java:1564)
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl.(ReasoningOWLOntologyImpl.java:503)
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl.(ReasoningOWLOntologyImpl.java:109)
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl$1.onExecuteQuery(ReasoningOWLOntologyImpl.java:300)
… 22 more
Caused by: com.cerebra.lib.reasoningservices.ReasoningAdapterException: IStoreInstanceHandler#getInstanceIdByName: no such instance name urn:///TestModelBuild/.project
at com.cerebra.reasoning.istore.adapter.IStoreReasoningAdapter.applyOntologyChangeCommandsUpTo(IStoreReasoningAdapter.java:220)
at com.cerebra.lib.owlapi.reasoning.model.impl.ReasoningOWLOntologyImpl.updateAdapter(ReasoningOWLOntologyImpl.java:1563)
… 25 more

Any help would be appreciated
[/size][/font][/SIZE][/FONT]

Did you find any solution on this? Thanks!

Hi,

Yesterday when I was working on test model which was imported to my designer, I faced the same error in designer logs. When verified, I found that the logical server which the model already had, was not matching with the logical server which I defined in my designer.

You also please cross check. Hope this may help you.

Regards,
skb