[JBoss JIRA] (JBIDE-10090) yet another NPE in VPE
by Vitali Yemialyanchyk (Created) (JIRA)
yet another NPE in VPE
----------------------
Key: JBIDE-10090
URL: https://issues.jboss.org/browse/JBIDE-10090
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M3
Reporter: Vitali Yemialyanchyk
Assignee: Yahor Radtsevich
{code}
java.lang.NullPointerException
at org.eclipse.ui.ide.IDE.getContentType(IDE.java:1427)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:330)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:179)
at org.jboss.tools.jst.jsp.contentassist.computers.JspELCompletionProposalComputer.createContext(JspELCompletionProposalComputer.java:54)
at org.jboss.tools.jst.jsp.contentassist.computers.AbstractXmlCompletionProposalComputer.computeCompletionProposals(AbstractXmlCompletionProposalComputer.java:79)
at org.jboss.tools.jst.jsp.outline.JSPPropertySourceAdapter.setTarget(JSPPropertySourceAdapter.java:134)
at org.jboss.tools.jst.jsp.outline.JSPPropertySourceAdapter.<init>(JSPPropertySourceAdapter.java:102)
at org.jboss.tools.jst.jsp.outline.JSPPropertySheetConfiguration$JSPPropertySourceProvider0.getPropertySource(JSPPropertySheetConfiguration.java:56)
at org.eclipse.ui.views.properties.PropertySheetEntry.getPropertySource(PropertySheetEntry.java:470)
at org.eclipse.ui.views.properties.PropertySheetEntry.setValues(PropertySheetEntry.java:752)
at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:973)
at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged(PropertySheetPage.java:510)
at org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.selectionChanged(ConfigurablePropertySheetPage.java:174)
at org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:363)
at org.eclipse.ui.internal.AbstractSelectionService.firePostSelection(AbstractSelectionService.java:179)
at org.eclipse.ui.internal.AbstractSelectionService.setActivePart(AbstractSelectionService.java:289)
at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:60)
at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:136)
at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3636)
at org.eclipse.ui.internal.WorkbenchPage.internalActivate(WorkbenchPage.java:691)
at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:663)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2957)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2842)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2793)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)
at org.eclipse.ui.ide.IDE.openEditorOnFileStore(IDE.java:1155)
at org.eclipse.ui.internal.ide.actions.OpenLocalFileAction.run(OpenLocalFileAction.java:107)
at org.eclipse.ui.internal.ide.actions.OpenLocalFileAction.run(OpenLocalFileAction.java:76)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
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:344)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] (JBIDE-10104) VPE does not open css file if the style is not on the first place
by Vitali Yemialyanchyk (Created) (JIRA)
VPE does not open css file if the style is not on the first place
-----------------------------------------------------------------
Key: JBIDE-10104
URL: https://issues.jboss.org/browse/JBIDE-10104
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
I've find next problem, when open style by Ctrl+Lmouse click:
a) try to open "style1" in <div class="style1"> - it works correctly;
b) try to open "style2" in <div class="style2"> - it does not work;
I've try to investigate and find for case (b) in somefile.css we have next definition:
.event .evt_sub .style2 {float:left; margin-right:10px}
.event .evt_sub .style2 strong{display: inline-block; width: 51px;}
.event .evt_sub .style2 span{border-right:1px solid #ccc;padding-right:7px;margin-right:7px}
if we change it to:
.style2 .event .evt_sub {float:left; margin-right:10px}
.style2 .event .evt_sub strong{display: inline-block; width: 51px;}
.style2 .event .evt_sub span{border-right:1px solid #ccc;padding-right:7px;margin-right:7px}
in case (b) open functionality start to work correctly.
So VPE can not open css file, if the style is not on the first place.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] (JBIDE-10198) NoClassDefFoundError: org/jboss/Main while starting JBoss EAP 4.3 Runtime Server
by Stephen Wick (Created) (JIRA)
NoClassDefFoundError: org/jboss/Main while starting JBoss EAP 4.3 Runtime Server
--------------------------------------------------------------------------------
Key: JBIDE-10198
URL: https://issues.jboss.org/browse/JBIDE-10198
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Environment: Windows Vista SP2, SUN JDK 1.5.0_08, Eclipse Indigo, Dell Latitude E6410 Laptop, Redhat JBoss EAP 4.3 CP09
Reporter: Stephen Wick
Assignee: Rob Stryker
I created a JBoss EAP 4.3 Runtime and Server, and I get the error "NoClassDefFoundError: org/jboss/Main" when I try to start the server.
The server runs from the command line when I type 'run.bat -c jms1 -b localhost'.
I even tried making the "Start Command" in the Launch Configuration match the command line that is executed by run.bat and it gives me the same error.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] (JBIDE-10003) CLONE - NPE when saying no to not publishing
by Max Rydahl Andersen (Created) (JIRA)
CLONE - NPE when saying no to not publishing
--------------------------------------------
Key: JBIDE-10003
URL: https://issues.jboss.org/browse/JBIDE-10003
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.M4, 3.3.0.Beta1
Said no to a server which might not have all its modules and got these errors:
java.lang.NullPointerException
at org.eclipse.egit.core.IteratorService.createInitialIterator(IteratorService.java:39)
at org.jboss.ide.eclipse.as.egit.core.EGitUtils.countCommitableChanges(EGitUtils.java:459)
at org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod.publishModule(ExpressPublishMethod.java:46)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:92)
at org.jboss.ide.eclipse.as.core.server.internal.v7.DelegatingJBoss7ServerBehavior.publishModule(DelegatingJBoss7ServerBehavior.java:84)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1046)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1138)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:955)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3027)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:341)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
missing null check somewhere ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-9300) Multiple workspace crashes using Eclipe Indigo
by Sande Gilda (JIRA)
Multiple workspace crashes using Eclipe Indigo
----------------------------------------------
Key: JBIDE-9300
URL: https://issues.jboss.org/browse/JBIDE-9300
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Eclipse Java EE IDE for Web Developers.
Version: Indigo Release
Build id: 20110615-0604
Fedora 14 32 bit
Reporter: Sande Gilda
Multiple workspace crashes occurred while viewing the Getting Started Guide examples for AS7. I am not able to reproduce this issue.
As near as I can recall, I did the following:
- Opened the Numberguess example home.xhtml file
- Went to Eclipse help search to search for how to turn on line numbers
- Started to open preferences, but Eclipse crashed.
When I started Eclipse, I got this error message:
An internal error occurred during: "Updating Maven Dependencies". java.lang.ExceptionInInitializerError at org.jboss.tools.common.model.options.PreferenceModelUtilities.getPreferenceModel(PreferenceModelUtilities.java:48)
Eclipse started, but when I tried to open and xhtml file, I got this error:
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
java.lang.NoClassDefFoundError: Could not initialize class org.jboss.tools.common.model.options.PreferenceModelUtilities$PreferenceModelHolder
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-8855) Properties Editor doesn't reflect external changes to properties file
by Vlado Pakan (JIRA)
Properties Editor doesn't reflect external changes to properties file
---------------------------------------------------------------------
Key: JBIDE-8855
URL: https://issues.jboss.org/browse/JBIDE-8855
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2.1.M1
Environment: jbdevstudio-product-linux-gtk-4.1.0.v201105011951R-H359-M1, linux 32bit, java sun jdk 1.6_24
Reporter: Vlado Pakan
Create project with .properties file
Scenario 1:
- open .properties file with JBoss Tools Properties Editor
- remove .properties file from project via OS command
- click on .properties file in JBDS
- file disappear, expected behavior is to display dialog saying that file was deleted and asking if changes should be saved
Scenario 2:
- open .properties file with JBoss Tools Properties Editor
- make some changes to .properties file via JBoss Tools Properties Editor and do not save them
- make some changes to .properties file via external editor and save them
- click on .properties file in JBDS
- dialog informing that .properties file was externally modified and asking user if he wants to reload file is displayed
- either user choose yes or no from this dialog changes are reloaded, expected behavior is that when user says no to reload changes changes are not reloaded
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months