[JBoss JIRA] Created: (JBIDE-6297) Can't stop or restart JBoss AS 6.0.0.M3
by Andreas Eigenmann (JIRA)
Can't stop or restart JBoss AS 6.0.0.M3
---------------------------------------
Key: JBIDE-6297
URL: https://jira.jboss.org/browse/JBIDE-6297
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.1.0.GA
Environment: Windows Vista 32bit, Java 1.6.0_20
Reporter: Andreas Eigenmann
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.1.1
Stopping or Restarting a JBoss AS 6.0.0.M3 instance in the Servers View throws:
Exception in thread "main" java.net.MalformedURLException: Service URL must start with service:jmx:
at javax.management.remote.JMXServiceURL.<init>(JMXServiceURL.java:143)
at org.jboss.Shutdown.main(Shutdown.java:235)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-5772) CDI plugin is giving exception when trying to use it
by Max Rydahl Andersen (JIRA)
CDI plugin is giving exception when trying to use it
----------------------------------------------------
Key: JBIDE-5772
URL: https://jira.jboss.org/jira/browse/JBIDE-5772
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.1.0.CR2
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Priority: Blocker
Fix For: 3.1.0.CR2
Downloaded nightly build via updatesite - I only chose CDI plugin (anything else were downloaded by dependency)
Imported CDI SE Examples and added necessary jars to make it compile
Enabled CDI
Tried using open on with no effect.
Error log now contains:
java.lang.Exception: Model feature org.jboss.tools.seam.xml.components.model.SeamComponentsFileLoader is not registered with extension point org.jboss.tools.common.model.classes
at org.jboss.tools.common.model.util.ModelFeatureFactory.createFeatureInstance(ModelFeatureFactory.java:74)
at org.jboss.tools.common.meta.impl.XModelEntityImpl.getObjectLoader(XModelEntityImpl.java:146)
at org.jboss.tools.common.model.util.XModelObjectLoaderUtil.getObjectLoader(XModelObjectLoaderUtil.java:765)
at org.jboss.tools.common.model.filesystems.impl.AbstractExtendedXMLFileImpl.loadChildren(AbstractExtendedXMLFileImpl.java:103)
at org.jboss.tools.common.model.impl.RegularObjectImpl.getChildByPathPart(RegularObjectImpl.java:128)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:310)
at org.jboss.tools.cdi.internal.core.impl.definition.BeansXMLDefinition.setBeansXML(BeansXMLDefinition.java:27)
at org.jboss.tools.cdi.internal.core.scanner.CDIBuilderDelegate.build(CDIBuilderDelegate.java:67)
at org.jboss.tools.cdi.core.CDICoreBuilder.buildJars(CDICoreBuilder.java:228)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:146)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
and
java.lang.NullPointerException
at org.jboss.tools.common.model.filesystems.impl.AbstractExtendedXMLFileImpl.loadChildren(AbstractExtendedXMLFileImpl.java:106)
at org.jboss.tools.common.model.impl.RegularObjectImpl.getChildByPathPart(RegularObjectImpl.java:128)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:310)
at org.jboss.tools.cdi.internal.core.impl.definition.BeansXMLDefinition.setBeansXML(BeansXMLDefinition.java:27)
at org.jboss.tools.cdi.internal.core.scanner.CDIBuilderDelegate.build(CDIBuilderDelegate.java:67)
at org.jboss.tools.cdi.core.CDICoreBuilder.buildJars(CDICoreBuilder.java:228)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:146)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-6604) When adding css class definition to new CSS file using CSS Class dialog two closing curly brackets are added to the end of source css file.
by Vlado Pakan (JIRA)
When adding css class definition to new CSS file using CSS Class dialog two closing curly brackets are added to the end of source css file.
-------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6604
URL: https://jira.jboss.org/browse/JBIDE-6604
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.M1
Environment: JBDS Version: 4.0.0.M1 Build id: v201007091251N Build date: 201007091354
Linux 32bit
Java 1.6 Sun JDK
Reporter: Vlado Pakan
Assignee: Maxim Areshkau
Steps to reproduce:
1. Create new JSF project
2. Create and open new CSS file within this project: Menu File > New > Others > Css File. It should has content @CHARSET "UTF-8";
3. Open CSS Edit Dialog. Menu CSS > Open Edit Dialog
4. Add CSS Class with name d and set Font Style to italic. Choose button CSS Class, set name of new CSS class to d, select "Text/Font tab" and set Font Style to "italic", choose button OK.
New CSS file has this content:
@CHARSET "UTF-8";
d {
font-style: italic
}}
There are two closing curly brackets "}}" at the end of CSS file but there should be only one of them. It doesn't make any error but it looks strange. And also SWTBot tests are failing when they are checking content.of CSS file(s).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-6623) [Designer] Using New Metadata Modeling Model Project wizard throws exception if not run in Designer perspective
by Brian Fitzpatrick (JIRA)
[Designer] Using New Metadata Modeling Model Project wizard throws exception if not run in Designer perspective
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-6623
URL: https://jira.jboss.org/browse/JBIDE-6623
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: teiid
Affects Versions: 3.2.0.M1
Reporter: Brian Fitzpatrick
Assignee: Barry LaFond
Fix For: 3.2.x
When I created a new Model Project in a perspective other than the Designer perspective, I get an error in the new project wizard in a clean workspace. I was able to cancel out of the project wizard, manually select Open Project on the popup, and open the project to continue, but it would be good if we didn't automatically throw an issue if the wizard is available in other perspectives. Or perhaps pop up a dialog suggesting the user should pop into the Designer perspective for additional functionality (kind of like when Eclipse flips into the Debug perspective when it goes into Debug mode and offers the choice).
!ENTRY org.teiid.designer.ui 4 0 2010-07-15 09:56:16.584
!MESSAGE Resource '/MyModelProject' is not open.
!STACK 1
org.eclipse.core.internal.resources.ResourceException: Resource '/MyModelProject' is not open.
at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:137)
at org.eclipse.core.internal.resources.Project.getDescription(Project.java:379)
at com.metamatrix.modeler.ui.wizards.NewModelProjectWizard.performFinish(NewModelProjectWizard.java:94)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:254)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
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:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
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(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: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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months