[JBoss JIRA] (JBIDE-10430) Regression for JBossAS 7.1: configured runtime not selectable
by Juergen Zimmermann (Created) (JIRA)
Regression for JBossAS 7.1: configured runtime not selectable
-------------------------------------------------------------
Key: JBIDE-10430
URL: https://issues.jboss.org/browse/JBIDE-10430
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M5
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
I tried to upgrade from M4 to jbosstools-3.3_stable_branch.aggregate-Update-2011-12-09_00-34-40-H51 which I downloaded from http://downloads.jboss.org/jbosstools/builds/nightly/core/3.3.indigo/2011.... However, I got 2 problems:
a) The targeted runtime of an EJB project is visible, but the according JARs are *NOT* appended to the classpath resp. buildpath.
b) In a utility project I cannot add the server library although the server itself is configured.
I'll attach 3 screenshots:
1) 1_M4_ok shows the regular behavior when using M4.
2) 2_M5_targeted_runtime_not_in_classpath shows that the server runtime is configured, but the according jars are not part of the buildpath in an ejb project.
3) 3_M5_no_selectable_runtime_for_utility_project shows that adding a server library doesn't work because the configured server runtime is not listed.
--
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
[JBoss JIRA] Created: (JBDS-1652) Setting up JBoss Dev Studio - linking to JBoss AS7
by Matt V (JIRA)
Setting up JBoss Dev Studio - linking to JBoss AS7
--------------------------------------------------
Key: JBDS-1652
URL: https://issues.jboss.org/browse/JBDS-1652
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Environment: Win7 Pro 64bit
Reporter: Matt V
I am trying to setup a new JBoss Dev Studio, and have it configure JBoss 7 during the install.
I had previously downloaded and unzipped JBoss AS7 into a folder.
When getting to step 5 of 9, "Select Platforms and Servers", I tried both "Find" and "Add" options to add the JBoss AS 7 by specifying the folder. It was not able to "find" it or configure it. For the Configure option, I selected Application Server, but version 7 was not listed in the droplist. For the find option, it was not able to find it when specifying the AS7 folder or its AS7/bin folder.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-10083) The server was shutdown forcefully. All processes were terminated.
by Tim Costermans (Created) (JIRA)
The server was shutdown forcefully. All processes were terminated.
------------------------------------------------------------------
Key: JBIDE-10083
URL: https://issues.jboss.org/browse/JBIDE-10083
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.3.0.M3
Environment: Windows 7 Enterprise SP1 64 bit
Eclipse Java EE IDE for Web Developers. (Version: Indigo Service Release 1 - Build id: 20110916-0149)
Reporter: Tim Costermans
1. Create a new server.
2. Select JBoss AS 6.X type.
3. Server host name: localhost
4. Runtime environment jboss-6.0.0.Final
Start the server, after a few seconds the following line is logged to the console:
18:15:59,325 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 14s:548ms
The server in Eclipse is in the started, synchronized state.
Double click the server and change the hostname to app1.local (app1.local points to 127.0.0.2 (=entry in %SYSTEMROOT%/system32/drivers/etc/hosts)
Save the server editor.
Click the open launch configuration. Notice that the -b option still contains value localhost.
Start the server anyway;
Following line will be logged in the console:18:29:23,539 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 14s:868ms.
Although the server is started, the server in eclipse still states Starting, Synchronized.
After 450 seconds the server gets killed by the timeout mechanism.
3 entries are logged to the error log of Eclipse
1)No message
2)The server was shutdown forcefully. All processes were terminated.
3)Server Official JBoss 6.x Runtime Server (1) failed to start.
Open the launch configuration via the server editor. Change the -b option from localhost to app1.local
Notice an error message appears at the top of the dialog. " The Host can only be changed in the Server Editor."
Save anyway, ignore the error message.
Start the server. Problem solved.
Wanted behavior:
Changing the hostname should also change the value in the launch configuration.
The name "hostname" in the server editor is also somewhat misleading. It also accepts 0.0.0.0 to bind on all interfaces.
--
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