[JBoss JIRA] Created: (JBIDE-3624) java.lang.IllegalArgumentException: Path for project must have only one segment.
by Nick Boldt (JIRA)
java.lang.IllegalArgumentException: Path for project must have only one segment.
---------------------------------------------------------------------------------
Key: JBIDE-3624
URL: https://jira.jboss.org/jira/browse/JBIDE-3624
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.0.0.cr1
Reporter: Nick Boldt
Steps to reproduce (similar to http://www.jboss.org/community/docs/DOC-10044, "Installing JBoss Tools from the Update Site" section):
1. get Eclipse Platform Runtime Binary (latest 3.4.2 M build, M20090121-1700)
2. use this script to unpack & run in a clean workspace
#!/bin/bash
eclipse=eclipse-platform-M20090121-1700-linux-gtk.tar.gz
workspace=/home/nboldt/eclipse/workspace-clean
target=/home/nboldt/eclipse/34clean
if [[ $1 ]]; then
echo "Wipe $target/eclipse and $workspace ..."
rm -fr $target/eclipse $workspace
echo "Unpack $eclipse ..."
tar xzf $eclipse
fi
./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vmargs -Xms128M -Xmx256M \
-XX:PermSize=128M -XX:MaxPermSize=256M 2>&1 | tee "eclipse.log.`date`.txt"
3. Help > Software Updates... > Available Software (tab) > Manage Sites... (button)
4. Add these URLs, or, if they're already listed, make sure they're enabled (checked)
o http://download.jboss.org/jbosstools/updates/nightly/trunk/
o http://download.eclipse.org/releases/ganymede/
o http://download.eclipse.org/birt/update-site/2.3/
5. Click OK.
6. Expand the JBoss Tools Update Site and select any or all of the available features listed thereunder.
7. Click Install... then Next and/or Finish. Restart when prompted.
8. New > JBoss JSF/Seam Portlet > Next.
9. See screenshot. You get this in the console:
!ENTRY org.eclipse.jface 4 2 2009-01-23 11:36:21.341
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.IllegalArgumentException: Path for project must have only one segment.
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:64)
at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:165)
at org.eclipse.jem.util.emf.workbench.ProjectUtilities.getProject(ProjectUtilities.java:749)
at org.jboss.tools.portlet.ui.internal.wizard.NewJSFPortletClassWizardPage.updateProject(NewJSFPortletClassWizardPage.java:194)
at org.jboss.tools.portlet.ui.internal.wizard.NewJSFPortletClassWizardPage.addProjectNameGroup(NewJSFPortletClassWizardPage.java:188)
at org.jboss.tools.portlet.ui.internal.wizard.NewJSFPortletClassWizardPage.createTopLevelComposite(NewJSFPortletClassWizardPage.java:93)
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage.createControl(DataModelWizardPage.java:103)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1147)
at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1139)
at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1128)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1126)
at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPageOrFinish(NewWizardSelectionPage.java:71)
at org.eclipse.ui.internal.dialogs.NewWizardNewPage$1.doubleClick(NewWizardNewPage.java:355)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797)
at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1419)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1173)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234)
...
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3414) Trouble during expanding project view in package explorer.
by Aliaksey Nis (JIRA)
Trouble during expanding project view in package explorer.
----------------------------------------------------------
Key: JBIDE-3414
URL: https://jira.jboss.org/jira/browse/JBIDE-3414
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.cr1
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 2.0.0.CR1
Build id: jbdevstudio-eap-win32-2.0.0.CR1-N200812150006.jar
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Optional
EXECUTE: Create Seam 1.2 war project.
EXECUTE: Open archives view, create zipped WAR archive.
FAILURE: In package explorer now impossible to see project structure (look at screenshot).
This issue sometimes appears, usually on Seam War projects. Usually when creating archive, or expanding in view project during build workspace opration.
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBDS-347) JBDevstudio crashes from time to time (in a bleeding edge environment)
by David Tonhofer (JIRA)
JBDevstudio crashes from time to time (in a bleeding edge environment)
----------------------------------------------------------------------
Key: JBDS-347
URL: http://jira.jboss.com/jira/browse/JBDS-347
Project: Developer Studio
Issue Type: Bug
Components: visualeditor
Affects Versions: 1.1.0.CR1
Environment: Fedora 9 + KDE: 2.6.25.3-18.fc9.x86_64
Additional plugins: antlr, sourceforge.metrics, subversive, subversive providers
Reporter: David Tonhofer
Assigned To: Max Rydahl Andersen
JBDevstudio crashes from time to time, leaving only a dialog showing the JVM invocation command line in its wake.
The last message in the .log file is:
!ENTRY org.eclipse.jface 2 0 2008-05-28 21:18:31.564
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2008-05-28 21:18:31.564
!MESSAGE A conflict occurred for CTRL+SHIFT+G:
Binding(CTRL+SHIFT+G,
ParameterizedCommand(Command(org.springframework.ide.eclipse.beans.ui.editor.commands.searchBeanReferences,Spring Beans References Search,
,
Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.wst.sse.ui.structuredTextEditorScope,,,system)
Binding(CTRL+SHIFT+G,
ParameterizedCommand(Command(org.jboss.tools.seam.ui.find.references,Find Seam References,
Find Seam References,
Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
ActionDelegateHandlerProxy(null,org.jboss.tools.seam.ui.actions.FindSeamReferencesAction),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.wst.sse.ui.structuredTextEditorScope,,,system)
Binding(CTRL+SHIFT+G,
ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace,References in Workspace,
Search for references to the selected element in the workspace,
Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
I the log shows more on the next crash, I will append more info here.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months