|
|
| Re: Startup with StarDust [message #1062260 is a reply to message #1061957] |
Thu, 06 June 2013 15:35   |
 |
Henk Wolthuis Messages: 8 Registered: May 2013 |
Junior Member |
|
|
Hi Sven,
Thanks for the reply!
You're right about Java 7,
<> give the eclipse user account administrator access/permissions;
* i downloaded & installed jdk-6u45-windows-i586.exe;
<> i downloaded 7-Zip at //www.7-zip.org;
* downloaded & installed eclipse-jee-kepler-M7-win32.zip;
* before running eclipse i added '-clean' & '-vm
(and on the next line!) C:/WINDOWS/system32/javaw.exe'
<> & checked/set
<> '--launcher.XXMaxPermSize
256M' & at the end of eclipse.ini checke/set
<> '-vmargs
-XX:MaxPermSize=128m
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m'
<> remark: this settings are working for my system (system dependices)!
* found a nice tutorial for %HOME% (1) problem at //www.youtube.com/watch?v=U1kXlahkwd4 timestamp 1:50 (thnx Southpaw018);
* Clean-up the system and reboot;
* after that starting up eclipse and following instructions at //wiki.eclipse.org/Stardust/Project_Plan/Kepler_M7;
* had a problem with GIT (2) but fixed it with 'GiT for Windows'
<>(see info @ //vogella.com/articles/EGit/article.html#eclipseinstallation);
<> set the JDK location: Window > Preferences > Java > Installed JREs, and make sure that a JDK (not just JRE) is selected;
* at last i did 'check for updates' . . . passed (Yeah!);
* checked with Help > About Eclipse > Installation Details > Configuration
& View Error Log (minor issue(3)left);
* downloaded & installed TomCat . . . found a nice tutorial for installing TomCat6.x and TomCat7.x at //www.coreservlets.com/Apache-Tomcat-Tutorial/eclipse.html (thnx coreservlets.com)
<Sorry don't know how to attach file's, therefore i used copy/paste>
(1) !ENTRY org.eclipse.egit.ui 2 0 2013-06-05 18:24:35.234
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'e:\eclipse'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
(2) !ENTRY org.eclipse.egit.ui 2 0 2013-06-05 18:24:35.203
!MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the
Team > Git > Configuration preference page's 'System Settings' tab.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
(3) !ENTRY org.eclipse.equinox.registry 2 0 2013-06-05 19:57:41.328
!MESSAGE The extensions and extension-points from the bundle "org.eclipse.stardust.ide.wst.facet.reporting.content" are ignored. The bundle is not marked as singleton.
Now i'am watching the videos at //www.eclipse.org/stardust/documentation/training-videos.php
<> entries appended on 8/6
Thanks
Henk
[Updated on: Sat, 08 June 2013 03:03] Report message to a moderator
|
|
|
|
|
| Re: Startup with StarDust [message #1062508 is a reply to message #1061957] |
Sat, 08 June 2013 03:11   |
 |
Henk Wolthuis Messages: 8 Registered: May 2013 |
Junior Member |
|
|
Hi Sven,
------ Begin latest View Error Log -------
!SESSION 2013-06-09 07:37:02.875 -----------------------------------------------
eclipse.buildId=4.3.0.I20130530-1430
java.version=1.6.0_45
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
Framework arguments: plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.osgi 2 1 2013-06-09 07:57:38.312
!MESSAGE NLS missing message: MSG_MissingDataPath in: org.eclipse.stardust.modeling.validation.validation-messages
!ENTRY org.eclipse.jface 4 0 2013-06-09 08:18:33.687
!MESSAGE The command ("org.eclipse.gef.toggle_snapto_geometry") is undefined
!STACK 0
java.lang.Exception
at org.eclipse.jface.action.ExternalActionManager$CommandCallback.isActive(ExternalActionManager.java:370)
at org.eclipse.jface.action.ActionContributionItem.isCommandActive(ActionContributionItem.java:647)
at org.eclipse.jface.action.ActionContributionItem.isVisible(ActionContributionItem.java:703)
at org.eclipse.jface.action.MenuManager.isChildVisible(MenuManager.java:1004)
at org.eclipse.jface.action.MenuManager.isVisible(MenuManager.java:572)
at org.eclipse.jface.action.MenuManager.isChildVisible(MenuManager.java:1004)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:768)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:477)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4964)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4640)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4211)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3753)
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:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
!ENTRY org.eclipse.jface 4 0 2013-06-09 08:18:38.734
!MESSAGE The command ("org.eclipse.gef.toggle_grid_visibility") is undefined
!STACK 0
java.lang.Exception
at org.eclipse.jface.action.ExternalActionManager$CommandCallback.isActive(ExternalActionManager.java:370)
at org.eclipse.jface.action.ActionContributionItem.isCommandActive(ActionContributionItem.java:647)
at org.eclipse.jface.action.ActionContributionItem.isVisible(ActionContributionItem.java:703)
at org.eclipse.jface.action.MenuManager.isChildVisible(MenuManager.java:1004)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:768)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:477)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4964)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4640)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4211)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3753)
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:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
!ENTRY org.eclipse.osgi 2 1 2013-06-09 08:51:51.406
!MESSAGE NLS unused message: DataStructPropertyPage_DeclaredTypesLabel in: org.eclipse.stardust.modeling.integration.dms.dms-messages
!ENTRY org.eclipse.osgi 2 1 2013-06-09 08:51:51.406
!MESSAGE NLS unused message: DataStructPropertyPage_DetailsLabel in: org.eclipse.stardust.modeling.integration.dms.dms-messages
!ENTRY org.eclipse.osgi 2 1 2013-06-09 09:10:22.093
!MESSAGE NLS unused message: LB_CMD_P1_OfSource in: org.eclipse.stardust.ide.wst.modeling.app.jsf.jsf-messages
!ENTRY org.eclipse.osgi 2 1 2013-06-09 09:10:22.093
!MESSAGE NLS missing message: LB_CONNECTION in: org.eclipse.stardust.ide.wst.modeling.app.jsf.jsf-messages
!SESSION 2013-06-09 14:19:36.968 -----------------------------------------------
eclipse.buildId=4.3.0.I20130530-1430
java.version=1.6.0_45
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
Framework arguments: plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.osgi 2 1 2013-06-09 14:20:49.343
!MESSAGE NLS missing message: MSG_MissingDataPath in: org.eclipse.stardust.modeling.validation.validation-messages
!ENTRY org.eclipse.osgi 2 1 2013-06-09 14:23:36.515
!MESSAGE NLS missing message: Question in: org.eclipse.stardust.modeling.data.structured.structured-messages
!ENTRY org.eclipse.jface 4 0 2013-06-09 14:38:44.968
!MESSAGE The command ("org.eclipse.gef.toggle_snapto_geometry") is undefined
!STACK 0
java.lang.Exception
at org.eclipse.jface.action.ExternalActionManager$CommandCallback.isActive(ExternalActionManager.java:370)
at org.eclipse.jface.action.ActionContributionItem.isCommandActive(ActionContributionItem.java:647)
at org.eclipse.jface.action.ActionContributionItem.isVisible(ActionContributionItem.java:703)
at org.eclipse.jface.action.MenuManager.isChildVisible(MenuManager.java:1004)
at org.eclipse.jface.action.MenuManager.isVisible(MenuManager.java:572)
at org.eclipse.jface.action.MenuManager.isChildVisible(MenuManager.java:1004)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:768)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:477)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4964)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4640)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4211)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3753)
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:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
!ENTRY org.eclipse.jface 4 0 2013-06-09 14:38:46.500
!MESSAGE The command ("org.eclipse.gef.toggle_grid_visibility") is undefined
!STACK 0
java.lang.Exception
at org.eclipse.jface.action.ExternalActionManager$CommandCallback.isActive(ExternalActionManager.java:370)
at org.eclipse.jface.action.ActionContributionItem.isCommandActive(ActionContributionItem.java:647)
at org.eclipse.jface.action.ActionContributionItem.isVisible(ActionContributionItem.java:703)
at org.eclipse.jface.action.MenuManager.isChildVisible(MenuManager.java:1004)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:768)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:477)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4964)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4640)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4211)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3753)
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:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
!SESSION 2013-06-10 10:29:01.234 -----------------------------------------------
eclipse.buildId=4.3.0.I20130530-1430
java.version=1.6.0_45
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
Framework arguments: plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.osgi 2 1 2013-06-10 10:32:24.515
!MESSAGE NLS missing message: MSG_MissingDataPath in: org.eclipse.stardust.modeling.validation.validation-messages
------ End latest View Error Log -------
[Updated on: Mon, 10 June 2013 05:16] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02253 seconds