Veeresham Kardas created WFLY-10723:
---------------------------------------
Summary: Jboss AS 7.1 didn't read the deployment folders
Key: WFLY-10723
URL:
https://issues.jboss.org/browse/WFLY-10723
Project: WildFly
Issue Type: Bug
Components: EE
Affects Versions: JBoss AS7 7.1.1.Final
Reporter: Veeresham Kardas
Priority: Minor
I have an EAR deployed on Jboss AS 7.1.1.Final running on Solaris. When I started the
jboss, it didn't picked up the deployements and no error in the log (boot.log and
server.log).
The server.log on the day doesn't print that it looking for deployements and no log
with
{code:java}
JBAS015874: JBoss AS 7.1.1.Final "Brontes" started
{code}
On a successful start day, the server.log is
{code:java}
06:30:05,391 INFO [jacorb] JBAS016330: CORBA ORB Service started
06:30:05,475 INFO [scanner] JBAS015012: Started FileSystemDeploymentService for directory
/home/veeresh/apps/jboss-as-7.1.1.Final/standalone/deployments
06:30:05,476 INFO [remoting] JBAS017100: Listening on localhost/127.0.0.1:20499
06:30:05,476 INFO [remoting] JBAS017100: Listening on tkjsbsvp1a/127.0.0.1:14947
....
....
06:30:06,319 INFO [as] JBAS015951: Admin console listening on
http://127.0.0.1:20490
06:30:06,320 INFO [as] JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in
3600ms - Started 262 of 344 services (78 services are passive or on-demand)
{code}
After waiting for 15 mins, the process was killed and re-started and it worked fine
without any changes and issues. This happened only once and not able to re-produce
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)