java - Wildfly taking a long time to start -


i have project running on wildfly 10.0 , uses oracle sql. i'm running wildfly eclipse project added it.

there seems 4 minutes gap between binding oracleds , starting project deployment:

here's snippet log:

13:22:21,657 info  [org.jboss.as.connector.subsystems.datasources] (msc service thread 1-1) wflyjca0001: bound data source [java:/oracleds] 13:26:20,162 info  [org.jboss.as.server.deployment] (msc service thread 1-7) wflysrv0207: starting subdeployment (runtime-name: "service-provider-example-depl-0.0.1-snapshot.jar") 

does mean binding datasource takes 4 minutes? or starting ploject deployment takes time? suppose latter, because log message "bound data source", not "binding data source".

what might causing this? worked fine till today, , don't remember changing related wildfly, java project or oracle sql.

edit: when @ task manager, don't see taking of resources(cpu, memory or disk)


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -