Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Recent Connectivity Changes

Apologies.  I should have noticed this.

There were some dependency changes in some of the DTP plug-ins.  Because of
that, you will need to make sure Eclipse reparses the manifests.  If you
simply download the latest build over top of an existing DTP install, you
will need to make sure you launch Eclipse with the -clean option to force
Eclipse to reparse the manifests on startup.  I don't believe this should
be an issue if you are using Eclipse's built-in update mechanism.

Sorry for the inconvenience.

Rob



                                                                           
             jograham@sybase.c                                             
             om                                                            
             Sent by:                                                   To 
             dtp-dev-bounces@e         DTP development mailing list        
             clipse.org                <dtp-dev@xxxxxxxxxxx>               
                                                                        cc 
                                                                           
             08/18/2006 09:55                                      Subject 
             AM                        Re: [dtp-dev] Recent Connectivity   
                                       Changes                             
                                                                           
             Please respond to                                             
              DTP development                                              
               mailing list                                                
             <dtp-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hi Anil,

It seems like something has gone wrong with your overall Eclipse install.
The logs below indicate that a whole host of plug-ins are not being loaded.
Examples:

!MESSAGE Missing required bundle
org.eclipse.ui.views.properties.tabbed_0.0.0
!MESSAGE Missing required bundle org.eclipse.ui.navigator.resources_0.0.0.
!MESSAGE Missing required bundle org.eclipse.emf.edit.ui_0.0.0.

etc. These would cause a cascade effect, and prevent most of DTP from
loading as well. You might want to check your configuration without DTP
installed, correct any errors that occur in plug-in loading, and then
reload the DTP 0.9.1 build. I've just tested yesterday's build out on a
fresh Eclipse 3.2 install, and it seems to work fine for me.

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer, Sybase, Inc.
http://dataplat.blogspot.com/




             Anil T Samuel
             <anil.samuel@orac
             le.com>                                                    To
             Sent by:                  DTP development mailing list
             dtp-dev-bounces@e         <dtp-dev@xxxxxxxxxxx>
             clipse.org                                                 cc

                                                                   Subject
             08/17/2006 09:07          Re: [dtp-dev] Recent Connectivity
             PM                        Changes


             Please respond to
              DTP development
               mailing list
             <dtp-dev@eclipse.
                   org>






Hi John

The DSE view doesn't seem to appear in this build.

Found the following Exception in the log along with few other Exceptions
(see the attachment).

Anthos

!ENTRY org.eclipse.ui 4 4 2006-08-18 10:44:21.473
!MESSAGE Exception in
org.eclipse.ui.internal.FolderLayout.addView(String):
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator
!STACK 1
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator
    at org.eclipse.ui.internal.FolderLayout.addView(FolderLayout.java:74)
    at
org.eclipse.datatools.sqltools.sqleditor.perspectives.EditorPerspective.createInitialLayout(EditorPerspective.java:35)


    at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:697)


    at
org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:219)


    at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:125)
    at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1480)


    at
org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:950)


    at
org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:941)
    at
org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3391)
    at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3389)


    at
org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveMenu.java:92)


    at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:336)
    at
org.eclipse.ui.actions.PerspectiveMenu.runOther(PerspectiveMenu.java:352)
    at
org.eclipse.ui.actions.PerspectiveMenu$3.runWithEvent(PerspectiveMenu.java:108)


    at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)


    at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)


    at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)


    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)


    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)


    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)


    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)


    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)


    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.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
!SUBENTRY 1 org.eclipse.ui 4 0 2006-08-18 10:44:21.473
!MESSAGE View descriptor not found:
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator

jograham@xxxxxxxxxx wrote:

>The 0.9.1 8/17 build contains this fix.
>
>Regards,
>John Graham
>Eclipse Data Tools Platform PMC Chair
>Staff Software Engineer, Sybase, Inc.
>http://dataplat.blogspot.com/
>
>
>
>

>             rcernich@sybase.c

>             om

>             Sent by:                                                   To

>             dtp-dev-bounces@e         DTP development mailing list

>             clipse.org                <dtp-dev@xxxxxxxxxxx>

>                                                                        cc

>

>             08/16/2006 09:48                                      Subject

>             PM                        Re: [dtp-dev] Recent Connectivity

>                                       Changes

>

>             Please respond to

>              DTP development

>               mailing list

>             <dtp-dev@eclipse.

>                   org>

>

>

>
>
>
>
>
>
>>>1.  Synonym folder appearing for all databases.
>>>
>>>
>>>
>>The nightly build "DTP SDK 0.9.1 M2 Nightly 8/16/06" didnot seem to have
>>this fix. The Synonym still appeared in the non-Derby connection.
>>
>>
>
>That is correct.  I think the builds are actually done in the morning.
>Look for it in tomorrow's build.
>
>Rob
>
>_______________________________________________
>dtp-dev mailing list
>dtp-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dtp-dev
>
>
>
>_______________________________________________
>dtp-dev mailing list
>dtp-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dtp-dev
>
>

!SESSION 2006-08-18 11:09:21.450
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU
Framework arguments:  -product org.eclipse.sdk.ide
Command-line arguments:  -product org.eclipse.sdk.ide -data
E:\workspace/../runtime-New_configuration -dev
file:E:/workspace/.metadata/.plugins/org.eclipse.pde.core/oracle dtp
plugin/dev.properties -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2 0 2006-08-18 11:09:27.238
!MESSAGE One or more bundles are not resolved because the following root
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.238
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.sqltools.parsers.sql.lexer_0.9.0.200605101

 was not resolved.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql.lexer 2 0 2006-08-18
11:09:27.238
!MESSAGE Missing required bundle org.eclipse.datatools.lpg_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.238
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.connectivity.sqm.server.ui_0.9.1.200608161

 was not resolved.
!SUBENTRY 2 org.eclipse.datatools.connectivity.sqm.server.ui 2 0 2006-08-18
11:09:27.238
!MESSAGE Missing required bundle org.eclipse.emf.edit.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.238
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.sqltools.parsers.sql_0.9.0.200605101
was not resolved.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql 2 0 2006-08-18
11:09:27.238
!MESSAGE Missing required bundle org.eclipse.datatools.lpg_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.238
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.connectivity.ui.dse_0.9.1.200608161
was not resolved.
!SUBENTRY 2 org.eclipse.datatools.connectivity.ui.dse 2 0 2006-08-18
11:09:27.238
!MESSAGE Missing required bundle
org.eclipse.ui.views.properties.tabbed_0.0.0.
!SUBENTRY 2 org.eclipse.datatools.connectivity.ui.dse 2 0 2006-08-18
11:09:27.238
!MESSAGE Missing required bundle org.eclipse.ui.navigator.resources_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2006-08-18 11:09:27.248
!MESSAGE The following is a complete list of bundles which are not
resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.248
!MESSAGE Bundle update@../../svn/oracle-dtp/ [4] was not resolved.
!SUBENTRY 2 oracle.dbtools.connectivity 2 0 2006-08-18 11:09:27.248
!MESSAGE Missing required bundle
org.eclipse.datatools.connectivity.sqm.server.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.248
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.connectivity.derby.ui_0.9.1.200608161.jar

 [32] was not resolved.
!SUBENTRY 2 org.eclipse.datatools.connectivity.derby.ui 2 0 2006-08-18
11:09:27.248
!MESSAGE Missing required bundle
org.eclipse.datatools.connectivity.sqm.server.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.248
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.connectivity.sqm.server.ui_0.9.1.200608161

 [45] was not resolved.
!SUBENTRY 2 org.eclipse.datatools.connectivity.sqm.server.ui 2 0 2006-08-18
11:09:27.248
!MESSAGE Missing required bundle org.eclipse.emf.edit.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.248
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.connectivity.ui.dse_0.9.1.200608161
[47] was not resolved.
!SUBENTRY 2 org.eclipse.datatools.connectivity.ui.dse 2 0 2006-08-18
11:09:27.248
!MESSAGE Missing required bundle
org.eclipse.ui.views.properties.tabbed_0.0.0.
!SUBENTRY 2 org.eclipse.datatools.connectivity.ui.dse 2 0 2006-08-18
11:09:27.258
!MESSAGE Missing required bundle org.eclipse.ui.navigator.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.258
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.sqltools.parsers.sql_0.9.0.200605101
[77] was not resolved.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql 2 0 2006-08-18
11:09:27.258
!MESSAGE Missing required bundle
org.eclipse.datatools.sqltools.parsers.sql.lexer_0.0.0.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql 2 0 2006-08-18
11:09:27.258
!MESSAGE Missing required bundle org.eclipse.datatools.lpg_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.258
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.sqltools.parsers.sql.lexer_0.9.0.200605101

 [78] was not resolved.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql.lexer 2 0 2006-08-18
11:09:27.258
!MESSAGE Missing required bundle org.eclipse.datatools.lpg_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.258
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.sqltools.parsers.sql.query_0.9.0.200605101

 [79] was not resolved.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql.query 2 0 2006-08-18
11:09:27.258
!MESSAGE Missing required bundle
org.eclipse.datatools.sqltools.parsers.sql_0.0.0.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql.query 2 0 2006-08-18
11:09:27.258
!MESSAGE Missing required bundle
org.eclipse.datatools.sqltools.parsers.sql.lexer_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-18 11:09:27.258
!MESSAGE Bundle
update@plugins/org.eclipse.datatools.sqltools.parsers.sql.xml.query_0.9.0.200605101

 [80] was not resolved.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql.xml.query 2 0
2006-08-18 11:09:27.258
!MESSAGE Missing required bundle
org.eclipse.datatools.sqltools.parsers.sql.query_0.0.0.
!SUBENTRY 2 org.eclipse.datatools.sqltools.parsers.sql.xml.query 2 0
2006-08-18 11:09:27.258
!MESSAGE Missing required bundle
org.eclipse.datatools.sqltools.parsers.sql.lexer_0.0.0.

!ENTRY org.eclipse.ui 4 4 2006-08-18 11:09:42.019
!MESSAGE Exception in org.eclipse.ui.internal.FolderLayout.addView(String):
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator

!ENTRY org.eclipse.ui 4 4 2006-08-18 11:09:42.039
!MESSAGE Exception in org.eclipse.ui.internal.FolderLayout.addView(String):
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator
!STACK 1
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator
             at
org.eclipse.ui.internal.FolderLayout.addView(FolderLayout.java:74)
             at
org.eclipse.datatools.sqltools.sqleditor.perspectives.EditorPerspective.createInitialLayout(EditorPerspective.java:35)


             at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:697)


             at
org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:219)


             at
org.eclipse.ui.internal.Perspective.<init>(Perspective.java:125)
             at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1480)


             at
org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:950)


             at
org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:941)
             at
org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3391)
             at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
             at
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3389)


             at
org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveMenu.java:92)


             at
org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:336)
             at
org.eclipse.ui.actions.PerspectiveMenu.runOther(PerspectiveMenu.java:352)
             at
org.eclipse.ui.actions.PerspectiveMenu$3.runWithEvent(PerspectiveMenu.java:108)


             at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)


             at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)


             at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)


             at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
             at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
             at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
             at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
             at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
             at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
             at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
             at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
             at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
             at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)


             at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)


             at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)


             at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)


             at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)


             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.core.launcher.Main.invokeFramework(Main.java:336)
             at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
             at org.eclipse.core.launcher.Main.run(Main.java:977)
             at org.eclipse.core.launcher.Main.main(Main.java:952)
!SUBENTRY 1 org.eclipse.ui 4 0 2006-08-18 11:09:42.039
!MESSAGE View descriptor not found:
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator

!ENTRY org.eclipse.ui 4 4 2006-08-18 11:09:42.059
!MESSAGE Exception in org.eclipse.ui.internal.FolderLayout.addView(String):
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.pde.runtime.LogView

!ENTRY org.eclipse.ui 4 4 2006-08-18 11:09:42.069
!MESSAGE Exception in org.eclipse.ui.internal.FolderLayout.addView(String):
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.pde.runtime.LogView
!STACK 1
org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.pde.runtime.LogView
             at
org.eclipse.ui.internal.FolderLayout.addView(FolderLayout.java:74)
             at
org.eclipse.datatools.sqltools.sqleditor.perspectives.EditorPerspective.createInitialLayout(EditorPerspective.java:43)


             at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:697)


             at
org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:219)


             at
org.eclipse.ui.internal.Perspective.<init>(Perspective.java:125)
             at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1480)


             at
org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:950)


             at
org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:941)
             at
org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3391)
             at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
             at
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3389)


             at
org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveMenu.java:92)


             at
org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:336)
             at
org.eclipse.ui.actions.PerspectiveMenu.runOther(PerspectiveMenu.java:352)
             at
org.eclipse.ui.actions.PerspectiveMenu$3.runWithEvent(PerspectiveMenu.java:108)


             at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)


             at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)


             at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)


             at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
             at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
             at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
             at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
             at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
             at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
             at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
             at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
             at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
             at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)


             at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)


             at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)


             at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)


             at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)


             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.core.launcher.Main.invokeFramework(Main.java:336)
             at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
             at org.eclipse.core.launcher.Main.run(Main.java:977)
             at org.eclipse.core.launcher.Main.main(Main.java:952)
!SUBENTRY 1 org.eclipse.ui 4 0 2006-08-18 11:09:42.079
!MESSAGE View descriptor not found: org.eclipse.pde.runtime.LogView
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev


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






Back to the top