Hi, This seems to be an intermitent issue, now it is working fine after dev studio is started again.
On Thu, Jan 29, 2015 at 11:44 AM, Udara Liyanage <[email protected]> wrote: > Hi, > > I created a ESB config project and develop some sequences and proxies. > There after I created a CAR project in order to deploy the artifacts to the > ESB running on my local machine. However when I publish the project "mycar" > to the server, dev studio crashes with the following error message in log. > When I glanced the error message, it seems for some reason my ESB project > artifacts are not included in the CAR. However not sure why it made the > developer studio crash. > > My Environmet : > OS: Ubuntu, > Eclipse: Version: Kepler Service Release 2 (latest downloaded from the > http://wso2.com/products/developer-studio/) > > > > [000:008] Computer model: Not available > java.lang.NullPointerException > at > org.wso2.developerstudio.eclipse.carbonserver.remote.internal.RemoteCarbonServerBehavior.startPingThread(RemoteCarbonServerBehavior.java:82) > at > org.wso2.developerstudio.eclipse.carbonserver.remote.internal.RemoteCarbonServerBehavior.initialize(RemoteCarbonServerBehavior.java:41) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.initialize(ServerBehaviourDelegate.java:101) > at > org.eclipse.wst.server.core.model.InternalInitializer.initializeServerBehaviourDelegate(InternalInitializer.java:41) > at > org.eclipse.wst.server.core.internal.Server.getBehaviourDelegate(Server.java:528) > at org.eclipse.wst.server.core.internal.Server.canStart(Server.java:1638) > at > org.eclipse.wst.server.ui.internal.view.servers.StartAction.accept(StartAction.java:138) > at > org.eclipse.wst.server.ui.internal.view.servers.AbstractServerAction.selectionChanged(AbstractServerAction.java:85) > at > org.eclipse.wst.server.ui.internal.view.servers.StartAction.selectionChanged(StartAction.java:186) > at > org.eclipse.ui.actions.SelectionProviderAction.selectionChanged(SelectionProviderAction.java:143) > at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) > at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) > at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) > at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162) > at > org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2188) > at > org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1211) > at > org.eclipse.ui.navigator.CommonViewer.handleSelect(CommonViewer.java:478) > at > org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1241) > at > org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:239) > at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:233) > at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:403) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > at > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > at > org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > at > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > 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:354) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) > java.lang.NullPointerException > at > org.apache.synapse.config.xml.MediatorFactoryFinder.getMediator(MediatorFactoryFinder.java:207) > at > org.apache.synapse.config.xml.AbstractListMediatorFactory.addChildren(AbstractListMediatorFactory.java:41) > at > org.apache.synapse.config.xml.SequenceMediatorFactory.createAnonymousSequence(SequenceMediatorFactory.java:70) > at > org.apache.synapse.config.xml.ProxyServiceFactory.createProxy(ProxyServiceFactory.java:178) > at > org.wso2.developerstudio.eclipse.gmf.esb.diagram.custom.deserializer.Deserializer.getArtifacts(Deserializer.java:265) > at > org.wso2.developerstudio.eclipse.gmf.esb.diagram.custom.deserializer.Deserializer.updateDesign(Deserializer.java:125) > at > org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbMultiPageEditor.rebuildModelObject(EsbMultiPageEditor.java:851) > at > org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbMultiPageEditor.handleDesignViewActivatedEvent(EsbMultiPageEditor.java:525) > at > org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbMultiPageEditor.pageChange(EsbMultiPageEditor.java:463) > at > org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:292) > at > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1416) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401) > at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187) > at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3080) > at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1772) > at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:279) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > at > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > at > org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > at > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > 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:354) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) > org.apache.axis2.AxisFault: No Carbon Application found of the name : mycar > at > org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) > at > org.apache.axis2.description.RobustOutOnlyAxisOperation$RobustOutOnlyOperationClient.handleResponse(RobustOutOnlyAxisOperation.java:93) > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:413) > at > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:224) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:149) > at > org.wso2.developerstudio.eclipse.carbonserver.base.carbon.application.ApplicationAdminStub.deleteApplication(ApplicationAdminStub.java:755) > at > org.wso2.developerstudio.eclipse.carbonserver.base.utils.CAppDeployer.unDeployCAR(CAppDeployer.java:186) > at > org.wso2.developerstudio.eclipse.distribution.project.publisher.CAppProjectRemotePublisher.unpublish(CAppProjectRemotePublisher.java:62) > at > org.wso2.developerstudio.eclipse.carbonserver.remote.operations.ServiceModuleOperations.unpublishServiceModule(ServiceModuleOperations.java:244) > at > org.wso2.developerstudio.eclipse.carbonserver.remote.internal.RemoteCarbonServerBehavior.publishModule(RemoteCarbonServerBehavior.java:122) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1091) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1183) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:987) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774) > at > org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3154) > at > org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) > org.apache.axis2.AxisFault: No Carbon Application found of the name : mycar > at > org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) > at > org.apache.axis2.description.RobustOutOnlyAxisOperation$RobustOutOnlyOperationClient.handleResponse(RobustOutOnlyAxisOperation.java:93) > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:413) > at > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:224) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:149) > at > org.wso2.developerstudio.eclipse.carbonserver.base.carbon.application.ApplicationAdminStub.deleteApplication(ApplicationAdminStub.java:755) > at > org.wso2.developerstudio.eclipse.carbonserver.base.utils.CAppDeployer.unDeployCAR(CAppDeployer.java:186) > at > org.wso2.developerstudio.eclipse.distribution.project.publisher.CAppProjectRemotePublisher.unpublish(CAppProjectRemotePublisher.java:62) > at > org.wso2.developerstudio.eclipse.carbonserver.remote.operations.ServiceModuleOperations.unpublishServiceModule(ServiceModuleOperations.java:244) > at > org.wso2.developerstudio.eclipse.carbonserver.remote.internal.RemoteCarbonServerBehavior.publishModule(RemoteCarbonServerBehavior.java:122) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1091) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1183) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:987) > at > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774) > at > org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3154) > at > org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) > > -- > > Udara Liyanage > Software Engineer > WSO2, Inc.: http://wso2.com > lean. enterprise. middleware > > web: http://udaraliyanage.wordpress.com > phone: +94 71 443 6897 > -- Udara Liyanage Software Engineer WSO2, Inc.: http://wso2.com lean. enterprise. middleware web: http://udaraliyanage.wordpress.com phone: +94 71 443 6897
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
