This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 222593 - Cannot start JBoss 6.1.0
Summary: Cannot start JBoss 6.1.0
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-22 14:02 UTC by Jiri Skrivanek
Modified: 2012-11-26 10:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-11-22 14:02:17 UTC
It is not possible to start JBoss 6.1.0 from IDE. To reproduce:

- download http://download.jboss.org/jbossas/6.1/jboss-as-distribution-6.1.0.Final.zip
- unzip to C:\appServers
- register to IDE
- try to start in IDE
- it is starting forever and prints to the output

Calling C:\appServers\jboss-6.1.0.Final\bin\run.conf.bat
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\appServers\jboss-6.1.0.Final

  JAVA: D:\jdk1.7.0\bin\java

  JAVA_OPTS: -Dprogram.name=run.bat -Dlogging.configuration=file:logging.properties -Xms128m -Xmx512m -XX:MaxPermSize=256m -server

  CLASSPATH: D:\jdk1.7.0\lib\tools.jar;C:\appServers\jboss-6.1.0.Final\bin\run.jar

===============================================================================

Unable to read the logging configuration from 'file:logging.properties' (java.io.FileNotFoundException: logging.properties (The system cannot find the file specified))

- but server is running (see http://localhost:8080)

Product Version: NetBeans IDE Dev (Build 201211220002)
Updates: Updates available
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
Comment 1 Petr Hejl 2012-11-23 18:06:55 UTC
It looks like windows script contains a bug. The logging properly works only when the script is executed directly from bin dir. If executed from other dir logging properties file is misconfigured.
Comment 2 Petr Hejl 2012-11-23 21:05:29 UTC
Should be fixed in web-main 272555556428.
Comment 3 Quality Engineering 2012-11-25 03:10:09 UTC
Integrated into 'main-golden', will be available in build *201211250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/272555556428
User: Petr Hejl <phejl@netbeans.org>
Log: #222593 - Cannot start JBoss 6.1.0