Hi,
JBoss 6.1 server startup taking long time in unix environment. It struck in following line for 20/30 mins.
Operation ("read-resource") failed - address: ([("subsystem" => "datasources")]) - failure description: "JBAS014807: Management resource '[(\"subsystem\" => \"datasources\")]' not found"
Following is the server-startup.log
03:50:47,036 INFO [class com.manh.jboss.commonj.CommonJServiceBinder] (ServerService Thread Pool -- 208) Unable to locate /manh/software/pe/peapps/2014apps/CA/profile-root/ca2014pe/modules/com/manh/conf/main/timermanager.list.
03:50:47,036 INFO [class com.manh.jboss.commonj.CommonJServiceBinder] (ServerService Thread Pool -- 208) Unable to find timermanager.list. So ignoring timer manager configuration
04:12:46,140 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) JBAS014613: Operation ("read-resource") failed - address: ([("subsystem" => "datasources")]) - failure description: "JBAS014807: Management resource '[(\"subsystem\" => \"datasources\")]' not found"
04:14:04,635 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 6) JBAS014613: Operation ("read-resource") failed - address: ([("subsystem" => "datasources")]) - failure description: "JBAS014807: Management resource '[(\"subsystem\" => \"datasources\")]' not found"
04:14:38,722 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 5) JBAS014613: Operation ("read-resource") failed - address: ([("subsystem" => "datasources")]) - failure description: "JBAS014807: Management resource '[(\"subsystem\" => \"datasources\")]' not found"
04:15:13,553 INFO [org.jboss.as.naming] (Remoting "vtsgpe07-rhel64" task-1) JBAS011806: Channel end notification received, closing channel Channel ID 13f9f20d (inbound) of Remoting connection 19634a2a to /10.100.157.213:19445
......
.....
-------------------------------------
Above piece of lines come frequently and these operation takes 30/40 min in over all 85 min server start up time.
Can anybody help me how to avoid it.
Thanks
Abhijit
Are there any errors or did you remove the datasources subsystem?
--
James R. Perkins