Hi

can you share a thread stack? Can be done under unix with this command:

jps  | grep Boostr | sed 's/ .*//' | xargs jstack


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-08-21 10:10 GMT+02:00 Muhammed Olgun <[email protected]>:
> Hi,
>
> I don't why but my TomEE is hanging while starting up. It also happens to
> my colleague.
>
> INFO: Reading config :
> jar:file:/home/molgun/Documents/dev/apache-tomee-webprofile-1.7.0/lib/openwebbeans-el22-1.2.6.jar!/META-INF/faces-config.xml
> Aug 21, 2014 11:04:11 AM org.apache.myfaces.config.LogMetaInfUtils
> logArtifact
> INFO: Artifact 'myfaces-api' was found in version '2.1.15' from path
> 'file:/home/molgun/Documents/dev/apache-tomee-webprofile-1.7.0/lib/myfaces-api-2.1.15.jar'
> Aug 21, 2014 11:04:11 AM org.apache.myfaces.config.LogMetaInfUtils
> logArtifact
> INFO: Artifact 'myfaces-impl' was found in version '2.1.15' from path
> 'file:/home/molgun/Documents/dev/apache-tomee-webprofile-1.7.0/lib/myfaces-impl-2.1.15.jar'
> Aug 21, 2014 11:04:11 AM org.apache.myfaces.util.ExternalSpecifications
> isBeanValidationAvailable
> INFO: MyFaces Bean Validation support enabled
> Aug 21, 2014 11:04:11 AM org.apache.myfaces.config.FacesConfigurator
> handleSerialFactory
> INFO: Serialization provider : class
> org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
> Aug 21, 2014 11:04:11 AM
> org.apache.myfaces.config.annotation.DefaultLifecycleProviderFactory
> getLifecycleProvider
> INFO: Using LifecycleProvider
> org.apache.myfaces.config.annotation.Tomcat7AnnotationLifecycleProvider
>
> These are its last words. Any ideas?
>
> Muhammet

Reply via email to