Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mobile-iwg] Pulsar EPP - SDK View Exception

Hi Marcel,

 

Yes, I understand and I should have explained better. The network connections are not the problem, I have checked them on both the Helios and Galileo build and they are setup correctly.

 

I've attached the error log.

 

Regards,

Ronnie

 

 

 

From: mobile-iwg-bounces@xxxxxxxxxxx [mailto:mobile-iwg-bounces@xxxxxxxxxxx] On Behalf Of ext Marcel Gorri
Sent: Friday, May 21, 2010 2:49 PM
To: Mobile Industry Working Group
Subject: Re: [mobile-iwg] Pulsar EPP - SDK View Exception

 

Hi Ronnie, 

 

What I was trying to ask is if you have configured the network connections in the eclipse installation you are running, and not the network configurations of your machine. 

 

Can you please check if eclipse network connections are ok? 

Inside eclipse, Window -> Preferences -> General -> Network Connections

 

Depending on how your network environment works, you may need to configure proxy settings.

 

Tks,

 Marcel

On Fri, May 21, 2010 at 4:32 PM, <Ronnie.King@xxxxxxxxx> wrote:

Hi Marcel,

 

I’m pretty sure the network configuration is setup correctly. I have a Galileo build that is working on the same machine. Are the other platform builds working?

 

Regards,

Ronnie

 

From: mobile-iwg-bounces@xxxxxxxxxxx [mailto:mobile-iwg-bounces@xxxxxxxxxxx] On Behalf Of ext Marcel Gorri
Sent: Friday, May 21, 2010 2:19 PM
To: Mobile Industry Working Group
Subject: Re: [mobile-iwg] Pulsar EPP - SDK View Exception

 

Hi Ronnie, 

 

regarding the exception you found, have you configured your network connections properly? We found this behavior when our connection was not set.

 

About the target for Pulsar in Sequoyah project in Bugzilla, we are taking care of this point right now. If you need to file a bug, you can open it in Sequoyah project, choose the 'core' component, and use the prefix '[Pulsar]' as the beginning of the summary field. This way it will be easier to us to filter such bugs while we don't have the proper category in Bugzilla.

 

Tks,

 Marcel

On Fri, May 21, 2010 at 2:32 PM, <Ronnie.King@xxxxxxxxx> wrote:

Hi,

 

I pulled down the Win32 build and got an exception when the SDK view was attempting to load. Is anyone seeing the same?

 

Also, while attempting to log a bug I noticed that Pulsar is not an available package target in bugzilla, are there any current plans to get this updated? It looks like the TML components have been moved under Sequoyah, but the Pulsar package and components have not.

 

Regards,

Ronnie


_______________________________________________
mobile-iwg mailing list
mobile-iwg@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mobile-iwg

 


_______________________________________________
mobile-iwg mailing list
mobile-iwg@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mobile-iwg

 

eclipse.buildId=I20100429-1549
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.pulsar.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.pulsar.product


Error
Fri May 21 11:39:58 CDT 2010
Unable to create view ID org.eclipse.pulsar.ui.view.SDKInstallView: org.eclipse.equinox.internal.p2.ui.viewers.StructuredViewerProvisioningListener.<init>(Lorg/eclipse/jface/viewers/StructuredViewer;I)V

java.lang.NoSuchMethodError: org.eclipse.equinox.internal.p2.ui.viewers.StructuredViewerProvisioningListener.<init>(Lorg/eclipse/jface/viewers/StructuredViewer;I)V
at org.eclipse.sequoyah.pulsar.internal.ui.view.SDKInstallView$6.<init>(Unknown Source)
at org.eclipse.sequoyah.pulsar.internal.ui.view.SDKInstallView.addProvisioningListener(Unknown Source)
at org.eclipse.sequoyah.pulsar.internal.ui.view.SDKInstallView.createPartControl(Unknown Source)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:375)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:529)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1254)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1207)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1606)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:647)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:574)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:272)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:981)
at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2632)
at org.eclipse.ui.internal.WorkbenchWindow$27.run(WorkbenchWindow.java:2986)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2967)
at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:771)
at org.eclipse.ui.internal.Workbench$23.runWithException(Workbench.java:1214)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
at org.eclipse.ui.internal.Workbench$30.runWithException(Workbench.java:1553)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2509)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2399)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:669)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:662)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
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:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)



Back to the top