[JBoss JIRA] Created: (JBIDE-501) Unable to start JBoss-Server 4.2GA
by Perry Rhodan (JIRA)
Unable to start JBoss-Server 4.2GA
----------------------------------
Key: JBIDE-501
URL: http://jira.jboss.com/jira/browse/JBIDE-501
Project: JBoss Tools
Issue Type: Bug
Components: JBossIDE Core
Affects Versions: 2.0.0.Beta3, 2.0.0.GA
Environment: Windows-XP, Eclipse 3.3 Europa, JBossTools-200706300254-nightly-ALL-win32.zip
Reporter: Perry Rhodan
Assigned To: Marshall Culpepper
It's impossible to start a Jboss 4.2GA Server with JBossTools-200706300254-nightly-ALL-win32.zip under Eclipse Europa release. Every time the startup will be interrupted by an <problem occured> dialog with "Server <servername> failed to start" as detail.
In the event-log will this failure be logged:
Failure: NamingException: Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: javax.naming.CommunicatinException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out.]
--
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
18 years, 5 months
[JBoss JIRA] Created: (JBIDE-787) Seam Actions Wizard doesn't show contents if Seam enabled project is selected in Project Explorer
by Denis Golovin (JIRA)
Seam Actions Wizard doesn't show contents if Seam enabled project is selected in Project Explorer
-------------------------------------------------------------------------------------------------
Key: JBIDE-787
URL: http://jira.jboss.com/jira/browse/JBIDE-787
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta3
Reporter: Denis Golovin
Exception occurs:
java.lang.NullPointerException
at org.jboss.tools.seam.ui.wizard.SeamBaseWizardPage.createControl(SeamBaseWizardPage.java:86)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:669)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1083)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1142)
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:67)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1126)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:820)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
--
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
18 years, 5 months
[JBoss JIRA] Created: (JBIDE-800) Red Hat XML Editor: problem with search
by Petr Lindovsky (JIRA)
Red Hat XML Editor: problem with search
---------------------------------------
Key: JBIDE-800
URL: http://jira.jboss.com/jira/browse/JBIDE-800
Project: JBoss Tools
Issue Type: Bug
Environment: Windows XP
Reporter: Petr Lindovsky
I found a problem with the Red Hat XML Editor (default for XML files in RDHS) - with RHDS Beta 1.
To reproduce it create two XML files in any project (e.g. a plain one), e.g.:
Code:
a.xml
----
<?xml version="1.0" encoding="UTF-8"?>
<root>
1
2
search string
4
5
search string
7
</root>
b.xml
----
<?xml version="1.0" encoding="UTF-8"?>
<root>
1
search string
3
4
search string
6
</root>
and search for the string "search string". The Search view will show you the occurences. Now use the "down" button to go through the occurences. After you click "down" on the last occurence in a.xml, the b.xml file will NOT open; instead, the occurences in b.xml will be shown in the a.xml editor.
If you try the same with the XML Editor (default for Europa), it works fine.
--
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
18 years, 5 months