Bug 928444 - Unable to start CLI on windows if parent directory of aesh.log doesn't exist
Summary: Unable to start CLI on windows if parent directory of aesh.log doesn't exist
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: CLI
Version: 6.1.0
Hardware: Unspecified
OS: Windows
unspecified
high
Target Milestone: ER6
: EAP 6.1.1
Assignee: Alexey Loubyansky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-27 16:30 UTC by Radim Hatlapatka
Modified: 2014-05-27 01:27 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
In previous versions of Red Hat JBoss Enterprise Application Platform 6, the CLI tool failed to launch if the parent directory of its log file did not exist. The CLI threw an exception (`IOException`) with the following error message. ---- java.io.IOException: Couldn't get lock for C:\Users\hudson\AppData\Local\Temp\2\\aesh.log ---- In this release of the product, the Aesh logger checks that the parent directory of the log file it creates exists, and if not, it is created. If the directory can not be created, the logger is created without the file handler.
Clone Of:
Environment:
Last Closed: 2013-09-16 20:20:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Radim Hatlapatka 2013-03-27 16:30:14 UTC
When starting jboss-cli.bat it exits with exception [1]. It is caused by non-existing directory C:\Users\hudson\AppData\Local\Temp\2
If I create the directory, it starts as expected. This directory should be created automatically and not required to be set by user.


[1]
c:\tmp\bz-verification\jboss-eap-6.1\bin>jboss-cli.bat
java.io.IOException: Couldn't get lock for C:\Users\hudson\AppData\Local\Temp\2\\aesh.log
        at java.util.logging.FileHandler.openFiles(FileHandler.java:370)
        at java.util.logging.FileHandler.<init>(FileHandler.java:235)
        at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:34)
        at org.jboss.aesh.console.Config.<clinit>(Config.java:42)
        at org.jboss.aesh.console.settings.Settings.getLogFile(Settings.java:387)
        at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:34)
        at org.jboss.aesh.console.Console.<init>(Console.java:89)
        at org.jboss.aesh.console.Console.<init>(Console.java:98)
        at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:84)
        at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:77)
        at org.jboss.as.cli.impl.CommandContextImpl.initBasicConsole(CommandContextImpl.java:329)
        at org.jboss.as.cli.impl.CommandContextImpl.<init>(CommandContextImpl.java:283)
        at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:66)
        at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:275)
        at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:258)
        at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.modules.Module.run(Module.java:262)
        at org.jboss.modules.Main.main(Main.java:329)
java.lang.ExceptionInInitializerError
        at org.jboss.aesh.console.settings.Settings.getLogFile(Settings.java:387)
        at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:34)
        at org.jboss.aesh.console.Console.<init>(Console.java:89)
        at org.jboss.aesh.console.Console.<init>(Console.java:98)
        at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:84)
        at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:77)
        at org.jboss.as.cli.impl.CommandContextImpl.initBasicConsole(CommandContextImpl.java:329)
        at org.jboss.as.cli.impl.CommandContextImpl.<init>(CommandContextImpl.java:283)
        at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:66)
        at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:275)
        at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:258)
        at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.modules.Module.run(Module.java:262)
        at org.jboss.modules.Main.main(Main.java:329)
Caused by: java.lang.NullPointerException: handler is null
        at org.jboss.logmanager.Logger.addHandler(Logger.java:222)
        at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:43)
        at org.jboss.aesh.console.Config.<clinit>(Config.java:42)
        ... 18 more
Press any key to continue . . .

Comment 1 Ståle W. Pedersen 2013-03-28 00:28:21 UTC
hi, ive just released aesh 0.33.2 which should fix this. please let me know otherwise.

Comment 2 Ståle W. Pedersen 2013-03-28 07:26:31 UTC
- the aesh jira issue is here: https://issues.jboss.org/browse/AESH-82

Comment 3 Vitalii Chepeliuk 2013-05-04 08:49:52 UTC
I don't think that this bug is platform specific! I have Fedora17 64x. So The same output from jboss-cli.sh
--------------------------------------------------------------------------------
java.io.IOException: Couldn't get lock for /tmp/aesh.log
	at java.util.logging.FileHandler.openFiles(FileHandler.java:389)
	at java.util.logging.FileHandler.<init>(FileHandler.java:254)
	at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:34)
	at org.jboss.aesh.console.Config.<clinit>(Config.java:42)
	at org.jboss.aesh.console.settings.Settings.getLogFile(Settings.java:387)
	at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:34)
	at org.jboss.aesh.console.Console.<init>(Console.java:89)
	at org.jboss.aesh.console.Console.<init>(Console.java:98)
	at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:84)
	at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:77)
	at org.jboss.as.cli.impl.CommandContextImpl.initBasicConsole(CommandContextImpl.java:329)
	at org.jboss.as.cli.impl.CommandContextImpl.<init>(CommandContextImpl.java:283)
	at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:66)
	at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:275)
	at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:258)
	at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.jboss.modules.Module.run(Module.java:262)
	at org.jboss.modules.Main.main(Main.java:329)
java.lang.ExceptionInInitializerError
	at org.jboss.aesh.console.settings.Settings.getLogFile(Settings.java:387)
	at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:34)
	at org.jboss.aesh.console.Console.<init>(Console.java:89)
	at org.jboss.aesh.console.Console.<init>(Console.java:98)
	at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:84)
	at org.jboss.as.cli.impl.Console$Factory.getConsole(Console.java:77)
	at org.jboss.as.cli.impl.CommandContextImpl.initBasicConsole(CommandContextImpl.java:329)
	at org.jboss.as.cli.impl.CommandContextImpl.<init>(CommandContextImpl.java:283)
	at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:66)
	at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:275)
	at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:258)
	at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.jboss.modules.Module.run(Module.java:262)
	at org.jboss.modules.Main.main(Main.java:329)
Caused by: java.lang.NullPointerException: handler is null
	at org.jboss.logmanager.Logger.addHandler(Logger.java:222)
	at org.jboss.aesh.util.LoggerUtil.getLogger(LoggerUtil.java:43)
	at org.jboss.aesh.console.Config.<clinit>(Config.java:42)
	... 18 more
--------------------------------------------------------------------------------
List of aesh files
[chepa653@vchepQA tmp]$ ll aesh*
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:27 aesh.log
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:27 aesh.log.1
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:06 aesh.log.10
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:23 aesh.log.100
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.100.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.10.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:06 aesh.log.11
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.11.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:10 aesh.log.12
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.12.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:10 aesh.log.13
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.13.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:13 aesh.log.14
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.14.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:13 aesh.log.15
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.15.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:16 aesh.log.16
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.16.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:16 aesh.log.17
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.17.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:16 aesh.log.18
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.18.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:16 aesh.log.19
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.19.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.1.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:04 aesh.log.2
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:16 aesh.log.20
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.20.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:16 aesh.log.21
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.21.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:17 aesh.log.22
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.22.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:17 aesh.log.23
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.23.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:17 aesh.log.24
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.24.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:17 aesh.log.25
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.25.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:20 aesh.log.26
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.26.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:20 aesh.log.27
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.27.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:20 aesh.log.28
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.28.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:20 aesh.log.29
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.29.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.2.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:04 aesh.log.3
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:22 aesh.log.30
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.30.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:22 aesh.log.31
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.31.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:22 aesh.log.32
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.32.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:22 aesh.log.33
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.33.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:22 aesh.log.34
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.34.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:22 aesh.log.35
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.35.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:23 aesh.log.36
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.36.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:23 aesh.log.37
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.37.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:24 aesh.log.38
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.38.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:24 aesh.log.39
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.39.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.3.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:04 aesh.log.4
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:24 aesh.log.40
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.40.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:24 aesh.log.41
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.41.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:24 aesh.log.42
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.42.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:24 aesh.log.43
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.43.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:25 aesh.log.44
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.44.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:25 aesh.log.45
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.45.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:25 aesh.log.46
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.46.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:25 aesh.log.47
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.47.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:26 aesh.log.48
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.48.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:26 aesh.log.49
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.49.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.4.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:04 aesh.log.5
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:26 aesh.log.50
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.50.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:26 aesh.log.51
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.51.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:28 aesh.log.52
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.52.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:28 aesh.log.53
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.53.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:28 aesh.log.54
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.54.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:28 aesh.log.55
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.55.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:28 aesh.log.56
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.56.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:28 aesh.log.57
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.57.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:30 aesh.log.58
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.58.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:30 aesh.log.59
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.59.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.5.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:05 aesh.log.6
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:31 aesh.log.60
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.60.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:31 aesh.log.61
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.61.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:32 aesh.log.62
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.62.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:32 aesh.log.63
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.63.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:33 aesh.log.64
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.64.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:33 aesh.log.65
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.65.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:34 aesh.log.66
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.66.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:34 aesh.log.67
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.67.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:34 aesh.log.68
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.68.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:34 aesh.log.69
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.69.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.6.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:05 aesh.log.7
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:38 aesh.log.70
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.70.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:38 aesh.log.71
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.71.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:07 aesh.log.72
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.72.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:07 aesh.log.73
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.73.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:09 aesh.log.74
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.74.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:09 aesh.log.75
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.75.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:11 aesh.log.76
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.76.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:11 aesh.log.77
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.77.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:12 aesh.log.78
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.78.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:12 aesh.log.79
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.79.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.7.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:06 aesh.log.8
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:12 aesh.log.80
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.80.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:12 aesh.log.81
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.81.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:12 aesh.log.82
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.82.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:12 aesh.log.83
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.83.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.84
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.84.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.85
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.85.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.86
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.86.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.87
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.87.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.88
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.88.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.89
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.89.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.8.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 16:06 aesh.log.9
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.90
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.90.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.91
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.91.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.92
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.92.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.93
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.93.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.94
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.94.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:13 aesh.log.95
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.95.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:15 aesh.log.96
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.96.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:15 aesh.log.97
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.97.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:15 aesh.log.98
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.98.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  3 17:15 aesh.log.99
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.99.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.9.lck
-rw-rw-r--. 1 chepa653 chepa653 0 May  4 10:33 aesh.log.lck
-------------------------------------------------------------------------
No Error output on server
10:29:38,914 INFO  [org.jboss.as.repository] (management-handler-thread - 1) JBAS014900: Content added at location /home/chepa653/Examples/jboss-eap-6.1/standalone/data/content/5e/2de3aa8705f8b558a759bc7b975d1977f2c463/content
10:29:38,927 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "jboss-as-carmart.war" (runtime-name: "jboss-as-carmart.war")
10:29:39,859 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment jboss-as-carmart.war
10:29:39,946 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016005: Starting Services for CDI deployment: jboss-as-carmart.war
10:29:40,004 INFO  [org.jboss.weld.Version] (MSC service thread 1-6) WELD-000900 1.1.11 (redhat)
10:29:40,056 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment jboss-as-carmart.war
10:29:40,392 INFO  [org.jboss.web] (ServerService Thread Pool -- 6) JBAS018210: Register web context: /jboss-as-carmart
10:29:40,450 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 6) Initializing Mojarra 2.1.19-jbossorg-1 20130304-0420 for context '/jboss-as-carmart'
10:29:40,740 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 6) HV000001: Hibernate Validator 4.3.1.Final-redhat-1
10:29:41,123 INFO  [org.jboss.as.quickstarts.datagrid.carmart.session.LocalCacheContainerProvider] (ServerService Thread Pool -- 6) === Using DefaultCacheManager (library mode) ===
10:29:41,125 INFO  [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 6) ISPN000128: Infinispan version: Infinispan 'Delirium' 5.2.4.Final-redhat-1
10:29:41,304 INFO  [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 6) ISPN000031: MBeans were successfully registered to the platform MBean server.
10:29:41,335 INFO  [org.jboss.as.quickstarts.datagrid.carmart.jsf.PopulateCache] (ServerService Thread Pool -- 6) Successfully imported data!
10:29:41,355 INFO  [com.ocpsoft.pretty.PrettyFilter] (ServerService Thread Pool -- 6) PrettyFilter starting up...
10:29:41,415 INFO  [com.ocpsoft.pretty.PrettyFilter] (ServerService Thread Pool -- 6) PrettyFilter initialized.
10:29:41,559 INFO  [org.jboss.as.server] (management-handler-thread - 1) JBAS018559: Deployed "jboss-as-carmart.war" (runtime-name : "jboss-as-carmart.war")

Comment 4 Radim Hatlapatka 2013-05-13 13:16:52 UTC
It should be documented as known issue, therefore changing the doc type to "Known Issue"

Comment 7 Petr Kremensky 2013-08-19 09:00:48 UTC
Verified on EAP 6.1.1 ER6

Comment 8 Ståle W. Pedersen 2013-08-19 09:09:51 UTC
sorry for not being into how stuff works, but with verified, do you mean that its fixed or not fixed?
afaik this should be fixed in an earlier version.

Comment 9 Petr Kremensky 2013-08-19 10:40:16 UTC
Hi Ståle,
by VERIFIED I mean that this is fixed. 

We are choosing unresolved issues for 6.2 flag, but since this BZ was still on NEW status, no one from QA was really trying to verify it before (we ought to check if something is fixed only when it has ON_QA status).

I set target milestone to ER6, because BZ won't let me verify sth until the target milestone is specified.

Comment 10 Scott Mumford 2013-08-21 03:41:40 UTC
Since this is verified as fixed, I've changed release note doc type to 'Bug fix' and rewritten the docs entry accordingly.

Requesting the new note be reviewed for technical accuracy.

Comment 11 Petr Kremensky 2013-08-21 06:18:12 UTC
Looks fine to me.


Note You need to log in before you can comment on or make changes to this bug.