[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