IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Hibernate Java Discussion :

Configurer Hibernate après déploiement sur serveur GlassFish


Sujet :

Hibernate Java

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Configurer Hibernate après déploiement sur serveur GlassFish
    Bonjour, bonjour, je semble avoir quelques petits soucis de déploiement de projet et ça à l'air de venir d'Hibernate si j'en crois le log généré suite à l'instanciation de la classe : "java.lang.NoClassDefFoundError
    Could not initialize class info.HibernateUtil"..

    Le projet a été développé en locale sous Netbeans 6.5.. utilisant jsf/MySql/Hibernate/Woodstock et tester en locale également sous Glassfish 2.1.. Tout ça sans aucun soucis..

    Après avoir trouver un hébergeur me fournissant les memes facilités Glassfish+JVM perso.. j'ai tout simplement copié le fichier .war généré par Netbeans et laissé Glassfish déployer le projet automatiquement.

    Et maintenant je suis faces au problemes : "java.lang.NoClassDefFoundError
    Could not initialize class info.HibernateUtil"..
    J'ignore si le projet tente toujours d'acceder aux librairies de mon Pc, si je dois les copier sur le serveur et modifier un fichier de config pour y faire a nouveau référence..

    Bref je suis ouvert à tout bon conseil.. maintenant que le projet est presque fini, je n'ai pas envie de baisser les bras et recoder dans une autre tech...

    Merci de votre aide..


  2. #2
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    le war contient toutes les librairies dont il a besoin. Je parierais plus sur une erreur de config au niveau de la base de données d'hibernate, mais comme tu ne juge pas utile de poster le message d'erreur, on peux pas t'en dire plus.

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Détails de l'erreur..
    Si vous voulez tester l'erreur pas de soucis.. www.kyenquiere.com/WebKQ/ et choississez le premier bouton du menu...
    Voici l'erreur générée par le serveur :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    Exception Handler
     
     
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
     
    Exception Details: java.lang.NoClassDefFoundError
      Could not initialize class info.HibernateUtil
     
    Possible Source of Error:
       Class Name: webkq.SessionBean1
       File Name: SessionBean1.java
       Method Name: initListAdresse
       Line Number: 1480
     
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
     
    Stack Trace:
     
    webkq.SessionBean1.initListAdresse(SessionBean1.java:1480)
    webkq.SessionBean1.initZoneList(SessionBean1.java:1290)
    webkq.Index.btnMenuProvSearch_action(Index.java:837)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    javax.faces.component.UICommand.broadcast(UICommand.java:387)
    com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    java.lang.Thread.run(Thread.java:619)
     
    Exception Details: javax.faces.el.EvaluationException
      java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
     
    Possible Source of Error:
       Class Name: javax.faces.component.MethodBindingMethodExpressionAdapter
       File Name: MethodBindingMethodExpressionAdapter.java
       Method Name: invoke
       Line Number: 102
     
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
     
    Stack Trace:
     
    javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    javax.faces.component.UICommand.broadcast(UICommand.java:387)
    com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    java.lang.Thread.run(Thread.java:619)
     
    Exception Details: javax.faces.FacesException
      #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
     
    Possible Source of Error:
       Class Name: com.sun.faces.application.ActionListenerImpl
       File Name: ActionListenerImpl.java
       Method Name: processAction
       Line Number: 118
     
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
     
    Stack Trace:
     
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    javax.faces.component.UICommand.broadcast(UICommand.java:387)
    com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    java.lang.Thread.run(Thread.java:619)
     
    Exception Details: com.sun.rave.web.ui.appbase.ApplicationException
      #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
     
    Possible Source of Error:
       Class Name: com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl
       File Name: ViewHandlerImpl.java
       Method Name: cleanup
       Line Number: 603
     
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
     
    Stack Trace:
     
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.cleanup(ViewHandlerImpl.java:603)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
    com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.render(PartialTraversalLifecycle.java:106)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    java.lang.Thread.run(Thread.java:619)
    Merci encore..

  4. #4
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    java n'essaie qu'une est une seule fois d'initialiser la classe, c'est l'erreur qui a eu lieu à ce moment là qui nous intéresse, erreur qui va donner une stacktrace contenant des ligne présentes dans la classe du style

    info.HibernateUtil<staticInit>(numéro de ligne) et qui donnera l'erreur veritable.

    Tout ce que dit le message d'erreur que tu nous donne, en gros c'est que, par le passé, on a raté l'initialisaiton statique de la classe, ce qui implique qu'elle n'est pas disponible maintenant.

  5. #5
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Peut être le bout du tunnel...
    Merci pour cette traduction d'erreur.. Si je récapitule, j'ai un projet Netbean bien configuré sur mon serveur local.. L'archive .war générée par Netbean est parfaitement complète.. Toutefois la démarche suivante
    • démarrer l'interface de gestion de Glassfish
    • Uploader l'archive .war à déployer
    • Déployer l'application

    Ne suffit pas à obtenir le meme résultat que lorsque je lance l'application en local..

    Glassfish nécessite-t-il d'autres fichiers que le .war pour faire fonctionner une application ?

  6. #6
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Et juste quelques précisions..
    Afin de fournir plus de détails sur la configuration de l'application voici les fichiers xml présent dans le répertoire "WEB-INF" à la racine de l'application..

    web.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
     
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
     
        <context-param>
            <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
            <param-value>client</param-value>
        </context-param>
        <context-param>
            <param-name>com.sun.faces.validateXml</param-name>
            <param-value>true</param-value>
        </context-param>
        <context-param>
            <param-name>com.sun.faces.verifyObjects</param-name>
            <param-value>false</param-value>
        </context-param>
        <filter>
            <filter-name>UploadFilter</filter-name>
            <filter-class>com.sun.webui.jsf.util.UploadFilter</filter-class>
            <init-param>
                <description>The maximum allowed upload size in bytes.  If this is set to a negative value, there is no maximum.  The default value is 1000000.</description>
                <param-name>maxSize</param-name>
                <param-value>-1</param-value>
            </init-param>
            <init-param>
                <description>The size (in bytes) of an uploaded file which, if it is exceeded, will cause the file to be written directly to disk instead of stored in memory.  Files smaller than or equal to this size will be stored in memory.  The default value is 4096.</description>
                <param-name>sizeThreshold</param-name>
                <param-value>4096</param-value>
            </init-param>
        </filter>
        <filter-mapping>
            <filter-name>UploadFilter</filter-name>
            <servlet-name>Faces Servlet</servlet-name>
        </filter-mapping>
        <servlet>
            <servlet-name>Faces Servlet</servlet-name>
            <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
            <init-param>
                <param-name>javax.faces.LIFECYCLE_ID</param-name>
                <param-value>com.sun.faces.lifecycle.PARTIAL</param-value>
            </init-param>
            <load-on-startup>1</load-on-startup>
        </servlet>
        <servlet>
            <servlet-name>ExceptionHandlerServlet</servlet-name>
            <servlet-class>com.sun.errorhandler.ExceptionHandler</servlet-class>
            <init-param>
                <param-name>errorHost</param-name>
                <param-value>localhost</param-value>
            </init-param>
            <init-param>
                <param-name>errorPort</param-name>
                <param-value>24444</param-value>
            </init-param>
        </servlet>
        <servlet>
            <servlet-name>ThemeServlet</servlet-name>
            <servlet-class>com.sun.webui.theme.ThemeServlet</servlet-class>
        </servlet>
        <servlet-mapping>
            <servlet-name>Faces Servlet</servlet-name>
            <url-pattern>/faces/*</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
            <servlet-name>ExceptionHandlerServlet</servlet-name>
            <url-pattern>/error/ExceptionHandler</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
            <servlet-name>ThemeServlet</servlet-name>
            <url-pattern>/theme/*</url-pattern>
        </servlet-mapping>
        <session-config>
            <session-timeout>
                30
            </session-timeout>
        </session-config>
        <welcome-file-list>
            <welcome-file>faces/Index.jsp</welcome-file>
        </welcome-file-list>
        <error-page>
            <exception-type>javax.servlet.ServletException</exception-type>
            <location>/error/ExceptionHandler</location>
        </error-page>
        <error-page>
            <exception-type>java.io.IOException</exception-type>
            <location>/error/ExceptionHandler</location>
        </error-page>
        <error-page>
            <exception-type>javax.faces.FacesException</exception-type>
            <location>/error/ExceptionHandler</location>
        </error-page>
        <error-page>
            <exception-type>com.sun.rave.web.ui.appbase.ApplicationException</exception-type>
            <location>/error/ExceptionHandler</location>
        </error-page>
        <jsp-config>
            <jsp-property-group>
                <url-pattern>*.jspf</url-pattern>
                <is-xml>true</is-xml>
            </jsp-property-group>
        </jsp-config>
        <resource-ref>
            <description>Visual Web generated DataSource Reference</description>
            <res-ref-name>jdbc/dataKQ_MySQL</res-ref-name>
            <res-type>javax.sql.DataSource</res-type>
            <res-auth>Container</res-auth>
            <res-sharing-scope>Shareable</res-sharing-scope>
        </resource-ref>
    </web-app>
    sun-web.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
     
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd">
    <sun-web-app error-url="">
      <context-root>/WebKQ</context-root>
      <resource-ref>
        <res-ref-name>jdbc/dataKQ_MySQL</res-ref-name>
        <jndi-name>jdbc/dataKQ_MySQL</jndi-name>
      </resource-ref>
      <class-loader delegate="true"/>
      <jsp-config>
        <property name="keepgenerated" value="true">
          <description>Keep a copy of the generated servlet class' java code.</description>
        </property>
      </jsp-config>
    </sun-web-app>
    face-config.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
     
    <?xml version='1.0' encoding='UTF-8'?>
     
    <!-- =========== FULL CONFIGURATION FILE ================================== -->
     
    <faces-config version="1.2" 
        xmlns="http://java.sun.com/xml/ns/javaee" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
        <managed-bean>
            <managed-bean-name>Index</managed-bean-name>
            <managed-bean-class>webkq.Index</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>ApplicationBean1</managed-bean-name>
            <managed-bean-class>webkq.ApplicationBean1</managed-bean-class>
            <managed-bean-scope>application</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>SessionBean1</managed-bean-name>
            <managed-bean-class>webkq.SessionBean1</managed-bean-class>
            <managed-bean-scope>session</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>RequestBean1</managed-bean-name>
            <managed-bean-class>webkq.RequestBean1</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>Register</managed-bean-name>
            <managed-bean-class>webkq.Register</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>Account</managed-bean-name>
            <managed-bean-class>webkq.Account</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>Admin</managed-bean-name>
            <managed-bean-class>webkq.Admin</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>Language</managed-bean-name>
            <managed-bean-class>webkq.Language</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <navigation-rule>
            <from-view-id>/Index.jsp</from-view-id>
            <navigation-case>
                <from-outcome>account</from-outcome>
                <to-view-id>/Account.jsp</to-view-id>
            </navigation-case>
            <navigation-case>
                <from-outcome>register</from-outcome>
                <to-view-id>/Register.jsp</to-view-id>
            </navigation-case>
            <navigation-case>
                <from-outcome>admin</from-outcome>
                <to-view-id>/Admin.jsp</to-view-id>
            </navigation-case>
        </navigation-rule>
        <navigation-rule>
            <from-view-id>/Register.jsp</from-view-id>
            <navigation-case>
                <from-outcome>account</from-outcome>
                <to-view-id>/Account.jsp</to-view-id>
            </navigation-case>
        </navigation-rule>
        <navigation-rule>
            <from-view-id>/Account.jsp</from-view-id>
            <navigation-case>
                <from-outcome>index</from-outcome>
                <to-view-id>/Index.jsp</to-view-id>
            </navigation-case>
        </navigation-rule>
        <managed-bean>
            <managed-bean-name>Publisher</managed-bean-name>
            <managed-bean-class>webkq.Publisher</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>ProfilPreview</managed-bean-name>
            <managed-bean-class>webkq.ProfilPreview</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
        <managed-bean>
            <managed-bean-name>Image</managed-bean-name>
            <managed-bean-class>webkq.Image</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
    </faces-config>
    sinon ce répertoire contient également le répertoire "lib" pour les .jar à utiliser et le répertoire "classes" dans lequel on retrouve tous les .class dans leur répertoire de package respectifs.. ce répertoire "classes" contient également 2 autres xml..

    hibernate.cfg.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
     
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
    <hibernate-configuration>
      <session-factory>
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
        <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="hibernate.connection.url">jdbc:mysql://dbmysql200.my-hosting-panel.com:3306/kquiere_db</property>
        <property name="hibernate.connection.username">kquie_admin</property>
        <property name="hibernate.connection.password">mot2pace</property>
        <property name="hibernate.show_sql">true</property>
        <property name="hibernate.current_session_context_class">thread</property>
        <mapping resource="info/Event.hbm.xml"/>
        <mapping resource="info/Provider.hbm.xml"/>
        <mapping resource="info/RealEstate.hbm.xml"/>
        <mapping resource="info/Customer.hbm.xml"/>
        <mapping resource="info/FavEvent.hbm.xml"/>
        <mapping resource="info/Car.hbm.xml"/>
        <mapping resource="info/FavRealEstate.hbm.xml"/>
        <mapping resource="info/FavCar.hbm.xml"/>
        <mapping resource="info/Adresse.hbm.xml"/>
        <mapping resource="info/Card.hbm.xml"/>
        <mapping resource="info/Constructor.hbm.xml"/>
        <mapping resource="info/Acura.hbm.xml"/>
        <mapping resource="info/AlfaRomeo.hbm.xml"/>
        <mapping resource="info/AstonMartin.hbm.xml"/>
        <mapping resource="info/Audi.hbm.xml"/>
        <mapping resource="info/Bentley.hbm.xml"/>
        <mapping resource="info/Bmw.hbm.xml"/>
        <mapping resource="info/Cadillac.hbm.xml"/>
        <mapping resource="info/Chevrolet.hbm.xml"/>
        <mapping resource="info/Chrysler.hbm.xml"/>
        <mapping resource="info/Citroën.hbm.xml"/>
        <mapping resource="info/Dodge.hbm.xml"/>
        <mapping resource="info/Fiat.hbm.xml"/>
        <mapping resource="info/Ford.hbm.xml"/>
        <mapping resource="info/Gmc.hbm.xml"/>
        <mapping resource="info/Honda.hbm.xml"/>
        <mapping resource="info/Hummer.hbm.xml"/>
        <mapping resource="info/Hyundai.hbm.xml"/>
        <mapping resource="info/Jaguar.hbm.xml"/>
        <mapping resource="info/Jeep.hbm.xml"/>
        <mapping resource="info/Kia.hbm.xml"/>
        <mapping resource="info/Lancia.hbm.xml"/>
        <mapping resource="info/Landrover.hbm.xml"/>
        <mapping resource="info/Lexus.hbm.xml"/>
        <mapping resource="info/Lincoln.hbm.xml"/>
        <mapping resource="info/Mazda.hbm.xml"/>
        <mapping resource="info/MercedesBenz.hbm.xml"/>
        <mapping resource="info/Mini.hbm.xml"/>
        <mapping resource="info/Mitsubishi.hbm.xml"/>
        <mapping resource="info/Nissan.hbm.xml"/>
        <mapping resource="info/Opel.hbm.xml"/>
        <mapping resource="info/Peugeot.hbm.xml"/>
        <mapping resource="info/Porsche.hbm.xml"/>
        <mapping resource="info/Renault.hbm.xml"/>
        <mapping resource="info/Seat.hbm.xml"/>
        <mapping resource="info/Skoda.hbm.xml"/>
        <mapping resource="info/Smart.hbm.xml"/>
        <mapping resource="info/Subaru.hbm.xml"/>
        <mapping resource="info/Suzuki.hbm.xml"/>
        <mapping resource="info/Toyota.hbm.xml"/>
        <mapping resource="info/Volkswagen.hbm.xml"/>
        <mapping resource="info/Volvo.hbm.xml"/>
        <mapping resource="info/Zoneplaya.hbm.xml"/>
        <mapping resource="info/Typeevent.hbm.xml"/>
        <mapping resource="info/Yearn.hbm.xml"/>
      </session-factory>
    </hibernate-configuration>
    et hibernate.reveng.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
     
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE hibernate-reverse-engineering PUBLIC "-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd">
    <hibernate-reverse-engineering>
      <schema-selection match-catalog="kquiere_db"/>
      <table-filter match-name="adresse"/>
      <table-filter match-name="car"/>
      <table-filter match-name="card"/>
      <table-filter match-name="customer"/>
      <table-filter match-name="event"/>
      <table-filter match-name="fav_car"/>
      <table-filter match-name="fav_event"/>
      <table-filter match-name="fav_real_estate"/>
      <table-filter match-name="provider"/>
      <table-filter match-name="real_estate"/>
      <table-filter match-name="constructor"/>
      <table-filter match-name="acura"/>
      <table-filter match-name="alfa_romeo"/>
      <table-filter match-name="aston_martin"/>
      <table-filter match-name="audi"/>
      <table-filter match-name="bentley"/>
      <table-filter match-name="bmw"/>
      <table-filter match-name="cadillac"/>
      <table-filter match-name="chevrolet"/>
      <table-filter match-name="chrysler"/>
      <table-filter match-name="citroën"/>
      <table-filter match-name="dodge"/>
      <table-filter match-name="fiat"/>
      <table-filter match-name="ford"/>
      <table-filter match-name="gmc"/>
      <table-filter match-name="honda"/>
      <table-filter match-name="hummer"/>
      <table-filter match-name="hyundai"/>
      <table-filter match-name="jaguar"/>
      <table-filter match-name="jeep"/>
      <table-filter match-name="kia"/>
      <table-filter match-name="lancia"/>
      <table-filter match-name="landrover"/>
      <table-filter match-name="lexus"/>
      <table-filter match-name="lincoln"/>
      <table-filter match-name="mazda"/>
      <table-filter match-name="mercedes_benz"/>
      <table-filter match-name="mini"/>
      <table-filter match-name="mitsubishi"/>
      <table-filter match-name="nissan"/>
      <table-filter match-name="opel"/>
      <table-filter match-name="peugeot"/>
      <table-filter match-name="porsche"/>
      <table-filter match-name="renault"/>
      <table-filter match-name="seat"/>
      <table-filter match-name="skoda"/>
      <table-filter match-name="smart"/>
      <table-filter match-name="subaru"/>
      <table-filter match-name="suzuki"/>
      <table-filter match-name="toyota"/>
      <table-filter match-name="typeEvent"/>
      <table-filter match-name="volkswagen"/>
      <table-filter match-name="volo"/>
      <table-filter match-name="yearn"/>
      <table-filter match-name="zonePlaya"/>
    </hibernate-reverse-engineering>
    Voilà mon application à coeur ouvert si vous voyez quelques choses d'anormale merci de m'aviser..

    Bonne nuit chez vous... et bonjour de mexico

  7. #7
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    on peux voir les logs complets de glassfish depuis le moment où tu fais le déploiement? Je suspected que tu as oublié de définir ta datasource jdbc/dataKQ_MySQL, mais les logs de glassfish depuis le déploiement jusqu'à la page d'erreur serait plus explicite

  8. #8
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Log Glassfish..
    Pas moyen d'acceder au log du serveur faut que je check ça avec le provider.. j'ai essayé via ftp ou via la console glassfish mais rien à faire..

    Sinon on m'a conseillé de vérifier le classpath où je vérifie ça ? C'est une variable de la JVM à changer ?

    Je sens que la solution est proche

    Merci encore

  9. #9
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    va bien falloir les logs, m'étonnerais que le provider te laisse pas y accéder, c'est le premier endroit où tu va voir pourquoi une application n'a pas démarrer, difficile de gérer un serveur webapp sans pouvoir lire les logs :/

    Sinon, comme je l'ai dit, la datasource est bien configurée? PArce que vu que c'est ta classe custom hiberante qui se charge pas, l'erreur et à trouver dans son code de chargement statique.

    classpath n'a rien a voir avec

  10. #10
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Server log...
    Autant pour moi, c'est juste que je ne pouvais pas acceder au fichier server.log lorsque le serveur était en marche.. le voici donc :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
     
    Sep 1, 2010 11:56:33 AM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
    INFO: 
    C:/usr/java/jdk1.6.0_20\bin\java
    -Dcom.sun.aas.instanceRoot=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1
    -Dcom.sun.aas.ClassPathPrefix=
    -Dcom.sun.aas.ClassPathSuffix=
    -Dcom.sun.aas.ServerClassPath=
    -Dcom.sun.aas.classloader.appserverChainJars.ee=
    -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
    -Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
    -Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
    -Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
    -Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,/lib/mfwk_instrum_tk.jar
    -Dcom.sun.aas.classloader.serverClassPath=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/install/applications/jmsra/imqjmsra.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/jaxm-api.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/fscontext.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/imqbroker.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/imqjmx.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/ant/lib/ant.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
    -Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,/lib/mfwk_instrum_tk.jar
    -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/usr/java/jdk1.6.0_20/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/jaxm-api.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/fscontext.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/imqbroker.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/imqjmx.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/updatecenter/lib/updatecenter.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/jbi/lib/jbi.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/imq/lib/imqjmx.jar,E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/ant/lib/ant.jar,dbschema.jar
    -Dcom.sun.aas.configName=server-config
    -Dcom.sun.aas.configRoot=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/config
    -Dcom.sun.aas.defaultLogFile=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/logs/server.log
    -Dcom.sun.aas.domainName=domain1
    -Dcom.sun.aas.installRoot=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -Dcom.sun.aas.promptForIdentity=true
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Dcom.sun.enterprise.web.connector.enableJK=5092
    -Dcom.sun.updatecenter.home=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/updatecenter
    -Ddomain.name=domain1
    -Djava.endorsed.dirs=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/endorsed
    -Djava.ext.dirs=C:/usr/java/jdk1.6.0_20/lib/ext;C:/usr/java/jdk1.6.0_20/jre/lib/ext;E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/lib/ext;E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/javadb/lib
    -Djava.library.path=E:\inetpub\vhosts\kyenquiere.com\appservers\glassfish-2x\lib;E:\inetpub\vhosts\kyenquiere.com\appservers\glassfish-2x\lib;E:\inetpub\vhosts\kyenquiere.com\appservers\glassfish-2x\bin;E:\inetpub\vhosts\kyenquiere.com\appservers\glassfish-2x\lib
    -Djava.security.auth.login.config=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/config/login.conf
    -Djava.security.policy=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/config/server.policy
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Djavax.net.ssl.keyStore=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/config/cacerts.jks
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djmx.invoke.getters=true
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -client
    -XX:+UnlockDiagnosticVMOptions
    -XX:MaxPermSize=250000000
    -Xmx250000000
    -XX:NewRatio=2
    -XX:+LogVMOutput
    -XX:LogFile=E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/logs/jvm.log
    -cp
    E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/lib/jhall.jar;E:\inetpub\vhosts\kyenquiere.com\appservers\glassfish-2x\lib\appserv-launch.jar
    com.sun.enterprise.server.PELaunch
    start
    [#|2010-09-01T11:56:33.651-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs) ...|#]
     
    [#|2010-09-01T11:56:34.229-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.6.0_20;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_20] from [Sun Microsystems Inc.]|#]
     
    [#|2010-09-01T11:56:34.260-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002: Security Manager is OFF.|#]
     
    [#|2010-09-01T11:56:34.291-0700|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=12;_ThreadName=pool-1-thread-6;|Using MQ RA for Broker lifecycle control|#]
     
    [#|2010-09-01T11:56:35.276-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;[
    [
      Version: V1
      Subject: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US
      Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2
     
      Key:  Sun RSA public key, 1000 bits
      modulus: 6144706769222379850430183405655235862870193813433361902309516534729547168229223442088128897090426025874990958624426272027915771330043379079076269082776443120496525109458437435793974957144923190172655546279112796066635455545786300647745888353781002359412766112775410851780140804282673804950495744761467
      public exponent: 65537
      Validity: [From: Tue Nov 08 16:00:00 PST 1994,
                   To: Thu Jan 07 15:59:59 PST 2010]
      Issuer: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US
      SerialNumber: [    02ad667e 4e45fe5e 576f3c98 195eddc0]
     
    ]
      Algorithm: [MD2withRSA]
      Signature:
    0000: 65 DD 7E E1 B2 EC B0 E2   3A E0 EC 71 46 9A 19 11  e.......:..qF...
    0010: B8 D3 C7 A0 B4 03 40 26   02 3E 09 9C E1 12 B3 D1  ......@&.>......
    0020: 5A F6 37 A5 B7 61 03 B6   5B 16 69 3B C6 44 08 0C  Z.7..a..[.i;.D..
    0030: 88 53 0C 6B 97 49 C7 3E   35 DC 6C B9 BB AA DF 5C  .S.k.I.>5.l....\
    0040: BB 3A 2F 93 60 B6 A9 4B   4D F2 20 F7 CD 5F 7F 64  .:/.`..KM. .._.d
    0050: 7B 8E DC 00 5C D7 FA 77   CA 39 16 59 6F 0E EA D3  ....\..w.9.Yo...
    0060: B5 83 7F 4D 4D 42 56 76   B4 C9 5F 04 F8 38 F8 EB  ...MMBVv.._..8..
    0070: D2 5F 75 5F CD 7B FC E5   8E 80 7C FC 50           ._u_........P
     
    ];_RequestID=b3feeedb-fe5f-4f88-9103-c8926e025b99;|SEC5054: Certificate has expired: [
    [
      Version: V1
      Subject: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US
      Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2
     
      Key:  Sun RSA public key, 1000 bits
      modulus: 6144706769222379850430183405655235862870193813433361902309516534729547168229223442088128897090426025874990958624426272027915771330043379079076269082776443120496525109458437435793974957144923190172655546279112796066635455545786300647745888353781002359412766112775410851780140804282673804950495744761467
      public exponent: 65537
      Validity: [From: Tue Nov 08 16:00:00 PST 1994,
                   To: Thu Jan 07 15:59:59 PST 2010]
      Issuer: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US
      SerialNumber: [    02ad667e 4e45fe5e 576f3c98 195eddc0]
     
    ]
      Algorithm: [MD2withRSA]
      Signature:
    0000: 65 DD 7E E1 B2 EC B0 E2   3A E0 EC 71 46 9A 19 11  e.......:..qF...
    0010: B8 D3 C7 A0 B4 03 40 26   02 3E 09 9C E1 12 B3 D1  ......@&.>......
    0020: 5A F6 37 A5 B7 61 03 B6   5B 16 69 3B C6 44 08 0C  Z.7..a..[.i;.D..
    0030: 88 53 0C 6B 97 49 C7 3E   35 DC 6C B9 BB AA DF 5C  .S.k.I.>5.l....\
    0040: BB 3A 2F 93 60 B6 A9 4B   4D F2 20 F7 CD 5F 7F 64  .:/.`..KM. .._.d
    0050: 7B 8E DC 00 5C D7 FA 77   CA 39 16 59 6F 0E EA D3  ....\..w.9.Yo...
    0060: B5 83 7F 4D 4D 42 56 76   B4 C9 5F 04 F8 38 F8 EB  ...MMBVv.._..8..
    0070: D2 5F 75 5F CD 7B FC E5   8E 80 7C FC 50           ._u_........P
     
    ]|#]
     
    [#|2010-09-01T11:56:35.323-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
     
    [#|2010-09-01T11:56:35.619-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|Apache mod_jk/jk2 attached to virtual-server server listening on port: 5092|#]
     
    [#|2010-09-01T11:56:35.729-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]
     
    [#|2010-09-01T11:56:35.729-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]
     
    [#|2010-09-01T11:56:37.307-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;5107;|JTS5014: Recoverable JTS instance, serverId = [5107]|#]
     
    [#|2010-09-01T11:56:37.526-0700|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]
     
    [#|2010-09-01T11:56:37.666-0700|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JV202.my-hosting-panel.com:5110/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JV202.my-hosting-panel.com:5110/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]
     
    [#|2010-09-01T11:56:37.666-0700|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]
     
    [#|2010-09-01T11:56:38.088-0700|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://localhost:5111/|#]
     
    [#|2010-09-01T11:56:38.088-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]
     
    [#|2010-09-01T11:56:38.104-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]
     
    [#|2010-09-01T11:56:38.135-0700|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]
     
    [#|2010-09-01T11:56:38.182-0700|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]
     
    [#|2010-09-01T11:56:38.823-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]
     
    [#|2010-09-01T11:56:38.823-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]
     
    [#|2010-09-01T11:56:39.448-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
     
    [#|2010-09-01T11:56:39.979-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
     
    [#|2010-09-01T11:56:39.979-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
     
    [#|2010-09-01T11:56:40.276-0700|WARNING|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;_RequestID=b3feeedb-fe5f-4f88-9103-c8926e025b99;|Not registering AMX MBean against old MBean "com.sun.appserv:j2eeType=WebModule,name=WebKQ,J2EEServer=server,J2EEApplication=null,category=runtime" due to malformed composite WebModule name.|#]
     
    [#|2010-09-01T11:56:40.291-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]
     
    [#|2010-09-01T11:56:40.448-0700|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=pool-1-thread-8;|JBIFW0010: JBI framework ready to accept requests.|#]
     
    [#|2010-09-01T11:56:41.104-0700|INFO|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=15;_ThreadName=pool-1-thread-1;/WebKQ;|Initializing Mojarra (1.2_13-b01-FCS) for context '/WebKQ'|#]
     
    [#|2010-09-01T11:56:42.198-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;5094;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5094|#]
     
    [#|2010-09-01T11:56:42.244-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;5093;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5093|#]
     
    [#|2010-09-01T11:56:42.276-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;5095;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5095|#]
     
    [#|2010-09-01T11:56:42.354-0700|INFO|sun-appserver2.1|org.apache.jk.common.ChannelSocket|_ThreadID=10;_ThreadName=main;|JK: ajp13 listening on /0.0.0.0:5092|#]
     
    [#|2010-09-01T11:56:42.354-0700|INFO|sun-appserver2.1|org.apache.jk.server.JkMain|_ThreadID=10;_ThreadName=main;|Jk running ID=0 time=0/16  config=null|#]
     
    [#|2010-09-01T11:56:42.416-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]
     
    [#|2010-09-01T11:56:42.432-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]
     
    [#|2010-09-01T11:58:09.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]
     
    [#|2010-09-01T11:58:09.542-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;5094;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5094|#]
     
    [#|2010-09-01T11:58:10.261-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;5093;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5093|#]
     
    [#|2010-09-01T11:58:11.261-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;5095;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5095|#]
     
    [#|2010-09-01T11:58:11.308-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|classLoader = WebappClassLoader
      delegate: true
      repositories:
    ----------> Parent Classloader:
    EJBClassLoader : 
    urlSet = [URLEntry : file:/E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
    doneCalled = false 
     Parent -> EJBClassLoader : 
    urlSet = []
    doneCalled = false 
     Parent -> java.net.URLClassLoader@6f8b2b
     
     
    |#]
     
    [#|2010-09-01T11:58:11.308-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@81ad8f|#]
     
    [#|2010-09-01T11:58:11.355-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    classLoader = WebappClassLoader
      delegate: true
      repositories:
    ----------> Parent Classloader:
    EJBClassLoader : 
    urlSet = []
    doneCalled = false 
     Parent -> java.net.URLClassLoader@6f8b2b
     
    |#]
     
    [#|2010-09-01T11:58:11.355-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@81ad8f|#]
     
    [#|2010-09-01T11:58:11.511-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    classLoader = WebappClassLoader
      delegate: true
      repositories:
        /WEB-INF/classes/
    ----------> Parent Classloader:
    EJBClassLoader : 
    urlSet = []
    doneCalled = false 
     Parent -> java.net.URLClassLoader@6f8b2b
     
    |#]
     
    [#|2010-09-01T11:58:11.511-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@81ad8f|#]
     
    [#|2010-09-01T11:58:11.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    classLoader = WebappClassLoader
      delegate: true
      repositories:
    ----------> Parent Classloader:
    EJBClassLoader : 
    urlSet = []
    doneCalled = false 
     Parent -> java.net.URLClassLoader@6f8b2b
     
    |#]
     
    [#|2010-09-01T11:58:11.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@81ad8f|#]
     
    [#|2010-09-01T11:58:11.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    classLoader = WebappClassLoader
      delegate: true
      repositories:
        /WEB-INF/classes/
    ----------> Parent Classloader:
    EJBClassLoader : 
    urlSet = []
    doneCalled = false 
     Parent -> java.net.URLClassLoader@6f8b2b
     
    |#]
     
    [#|2010-09-01T11:58:11.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@81ad8f|#]
     
    [#|2010-09-01T11:58:11.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    classLoader = WebappClassLoader
      delegate: false
      repositories:
    ----------> Parent Classloader:
    EJBClassLoader : 
    urlSet = []
    doneCalled = false 
     Parent -> java.net.URLClassLoader@6f8b2b
     
    |#]
     
    [#|2010-09-01T11:58:11.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|
    SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@81ad8f|#]
     
    [#|2010-09-01T11:58:11.527-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]
     
    [#|2010-09-01T11:58:11.543-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;2010/09/01 11:58:11;|EJB5122:EJB Timer Service shutdown at [2010/09/01 11:58:11]|#]
     
    [#|2010-09-01T11:58:11.543-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
     
    [#|2010-09-01T11:58:11.543-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=17;_ThreadName=Thread-66;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]
     
    [#|2010-09-01T11:58:11.574-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=17;_ThreadName=Thread-66;|MQJMSRA_EB1101: stateChanged:SHUTDOWN : Broker has been shutdown|#]
     
    [#|2010-09-01T11:58:11.574-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=17;_ThreadName=Thread-66;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]
     
    [#|2010-09-01T11:58:11.574-0700|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]
     
    [#|2010-09-01T11:58:11.574-0700|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]
     
    [#|2010-09-01T11:58:11.574-0700|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]
     
    [#|2010-09-01T11:58:11.574-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]
     
    [#|2010-09-01T11:58:11.574-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|CORE5052: Application shutdown complete.|#]
     
    [#|2010-09-01T11:58:11.589-0700|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]
     
    [#|2010-09-01T11:58:11.996-0700|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=16;_ThreadName=RMI TCP Connection(8)-127.0.0.1;|JBIFW0042: JBI framework termination complete.|#]
    Ce log est produit lorsque je démarre le serveur actuellement.. l'application a déjà été déployée et le fichier .war est toujours présent dans le répertoire autodeploy..

    Affaire à suivre..

  11. #11
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    il faut au moins déclencher une fois l'erreur puis envoyer le log

  12. #12
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Log après déclanchement d'erreur..
    Voici ce que devient le log après avoir déclanché l'erreur :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
     
    [#|2010-09-01T12:10:36.521-0700|WARNING|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|Could not obtain connection metadata
    java.sql.SQLException: No suitable driver found for jdbc:mysql://dbmysql200.my-hosting-panel.com:3306/kquiere_db
    	at java.sql.DriverManager.getConnection(DriverManager.java:602)
    	at java.sql.DriverManager.getConnection(DriverManager.java:154)
    	at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:110)
    	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
    	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
    	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
    	at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:859)
    	at info.HibernateUtil.<clinit>(HibernateUtil.java:24)
    	at webkq.SessionBean1.initConstructorList(SessionBean1.java:3277)
    	at webkq.SessionBean1.init(SessionBean1.java:223)
    	at com.sun.rave.web.ui.appbase.servlet.LifecycleListener.attributeAdded(LifecycleListener.java:350)
    	at org.apache.catalina.session.StandardSession.setAttribute(StandardSession.java:1771)
    	at org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:179)
    	at com.sun.faces.context.SessionMap.put(ExternalContextImpl.java:971)
    	at com.sun.faces.mgbean.BeanManager$ScopeManager$SessionScopeHandler.handle(BeanManager.java:442)
    	at com.sun.faces.mgbean.BeanManager$ScopeManager.pushToScope(BeanManager.java:417)
    	at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:369)
    	at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:222)
    	at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:86)
    	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
    	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
    	at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:83)
    	at com.sun.rave.web.ui.appbase.FacesBean.getBean(FacesBean.java:231)
    	at webkq.Index.getSessionBean1(Index.java:618)
    	at webkq.Index.prerender(Index.java:418)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.prerender(ViewHandlerImpl.java:815)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:303)
    	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.render(PartialTraversalLifecycle.java:106)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    |#]
     
    [#|2010-09-01T12:10:36.536-0700|INFO|sun-appserver2.1|org.hibernate.dialect.Dialect|_ThreadID=15;_ThreadName=TP-Processor3;|Using dialect: org.hibernate.dialect.MySQLDialect|#]
     
    [#|2010-09-01T12:10:36.552-0700|INFO|sun-appserver2.1|org.hibernate.transaction.TransactionFactoryFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Using default transaction strategy (direct JDBC transactions)|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.transaction.TransactionManagerLookupFactory|_ThreadID=15;_ThreadName=TP-Processor3;|No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Automatic flush during beforeCompletion(): disabled|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Automatic session close at end of transaction: disabled|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Scrollable result sets: disabled|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|JDBC3 getGeneratedKeys(): disabled|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Connection release mode: auto|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Maximum outer join fetch depth: 2|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Default batch fetch size: 1|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Generate SQL with comments: disabled|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Order SQL updates by primary key: disabled|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Order SQL inserts for batching: disabled|#]
     
    [#|2010-09-01T12:10:36.568-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.hql.ast.ASTQueryTranslatorFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Using ASTQueryTranslatorFactory|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Query language substitutions: {}|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|JPA-QL strict compliance: disabled|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Second-level cache: enabled|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Query cache: disabled|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Cache provider: org.hibernate.cache.NoCacheProvider|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Optimize cache for minimal puts: disabled|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Structured second-level cache entries: disabled|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Echoing all SQL to stdout|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Statistics: disabled|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Deleted entity synthetic identifier rollback: disabled|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Default entity-mode: pojo|#]
     
    [#|2010-09-01T12:10:36.583-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=TP-Processor3;|Named query checking : enabled|#]
     
    [#|2010-09-01T12:10:36.630-0700|INFO|sun-appserver2.1|org.hibernate.impl.SessionFactoryImpl|_ThreadID=15;_ThreadName=TP-Processor3;|building session factory|#]
     
    [#|2010-09-01T12:10:36.880-0700|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|Initial SessionFactory creation failed.java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V|#]
     
    [#|2010-09-01T12:10:36.880-0700|INFO|sun-appserver2.1|org.apache.catalina.session.ManagerBase|_ThreadID=15;_ThreadName=TP-Processor3;|PWC2775: Session attribute event listener threw exception
    java.lang.ExceptionInInitializerError
    	at info.HibernateUtil.<clinit>(HibernateUtil.java:28)
    	at webkq.SessionBean1.initConstructorList(SessionBean1.java:3277)
    	at webkq.SessionBean1.init(SessionBean1.java:223)
    	at com.sun.rave.web.ui.appbase.servlet.LifecycleListener.attributeAdded(LifecycleListener.java:350)
    	at org.apache.catalina.session.StandardSession.setAttribute(StandardSession.java:1771)
    	at org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:179)
    	at com.sun.faces.context.SessionMap.put(ExternalContextImpl.java:971)
    	at com.sun.faces.mgbean.BeanManager$ScopeManager$SessionScopeHandler.handle(BeanManager.java:442)
    	at com.sun.faces.mgbean.BeanManager$ScopeManager.pushToScope(BeanManager.java:417)
    	at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:369)
    	at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:222)
    	at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:86)
    	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
    	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
    	at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:83)
    	at com.sun.rave.web.ui.appbase.FacesBean.getBean(FacesBean.java:231)
    	at webkq.Index.getSessionBean1(Index.java:618)
    	at webkq.Index.prerender(Index.java:418)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.prerender(ViewHandlerImpl.java:815)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:303)
    	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.render(PartialTraversalLifecycle.java:106)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V
    	at net.sf.cglib.core.DebuggingClassWriter.<init>(DebuggingClassWriter.java:47)
    	at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
    	at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
    	at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
    	at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
    	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
    	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
    	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
    	at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
    	at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:117)
    	at org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)
    	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162)
    	at org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:135)
    	at org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
    	at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.<init>(EntityEntityModeToTuplizerMapping.java:56)
    	at org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:295)
    	at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:434)
    	at org.hibernate.persister.entity.SingleTableEntityPersister.<init>(SingleTableEntityPersister.java:109)
    	at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55)
    	at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:226)
    	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
    	at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:859)
    	at info.HibernateUtil.<clinit>(HibernateUtil.java:24)
    	... 55 more
    |#]
     
    [#|2010-09-01T12:10:37.240-0700|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=16;_ThreadName=Finalizer;|cleaning up connection pool: jdbc:mysql://dbmysql200.my-hosting-panel.com:3306/kquiere_db|#]
     
    [#|2010-09-01T12:10:41.474-0700|SEVERE|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.application|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at webkq.SessionBean1.initListAdresse(SessionBean1.java:1480)
    	at webkq.SessionBean1.initZoneList(SessionBean1.java:1290)
    	at webkq.Index.btnMenuProvSearch_action(Index.java:837)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    |#]
     
    [#|2010-09-01T12:10:41.474-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|WebModule[/WebKQ]#{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    javax.faces.FacesException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	... 41 more
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at webkq.SessionBean1.initListAdresse(SessionBean1.java:1480)
    	at webkq.SessionBean1.initZoneList(SessionBean1.java:1290)
    	at webkq.Index.btnMenuProvSearch_action(Index.java:837)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    |#]
     
    [#|2010-09-01T12:10:41.474-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=TP-Processor3;|
    Path : C:\Users\kquiere\AppData\Local\Temp\|#]
     
    [#|2010-09-01T12:10:41.474-0700|SEVERE|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=15;_ThreadName=TP-Processor3;RENDER_RESPONSE 6;/Index.jsp;javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@986032];_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /Index.jsp) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@986032]|#]
     
    [#|2010-09-01T12:10:41.474-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet threw exception
    com.sun.rave.web.ui.appbase.ApplicationException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.cleanup(ViewHandlerImpl.java:603)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
    	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.render(PartialTraversalLifecycle.java:106)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.FacesException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	... 31 more
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	... 41 more
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at webkq.SessionBean1.initListAdresse(SessionBean1.java:1480)
    	at webkq.SessionBean1.initZoneList(SessionBean1.java:1290)
    	at webkq.Index.btnMenuProvSearch_action(Index.java:837)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    |#]
     
    [#|2010-09-01T12:46:15.171-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=TP-Processor3;|
    Path : C:\Users\kquiere\AppData\Local\Temp\|#]
     
    [#|2010-09-01T12:46:15.172-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=TP-Processor3;|
    Init Session|#]
     
    [#|2010-09-01T12:46:15.172-0700|INFO|sun-appserver2.1|org.apache.catalina.session.ManagerBase|_ThreadID=15;_ThreadName=TP-Processor3;|PWC2775: Session attribute event listener threw exception
    java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at webkq.SessionBean1.initConstructorList(SessionBean1.java:3277)
    	at webkq.SessionBean1.init(SessionBean1.java:223)
    	at com.sun.rave.web.ui.appbase.servlet.LifecycleListener.attributeAdded(LifecycleListener.java:350)
    	at org.apache.catalina.session.StandardSession.setAttribute(StandardSession.java:1771)
    	at org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:179)
    	at com.sun.faces.context.SessionMap.put(ExternalContextImpl.java:971)
    	at com.sun.faces.mgbean.BeanManager$ScopeManager$SessionScopeHandler.handle(BeanManager.java:442)
    	at com.sun.faces.mgbean.BeanManager$ScopeManager.pushToScope(BeanManager.java:417)
    	at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:369)
    	at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:222)
    	at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:86)
    	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
    	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
    	at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:83)
    	at com.sun.rave.web.ui.appbase.FacesBean.getBean(FacesBean.java:231)
    	at webkq.Index.getSessionBean1(Index.java:618)
    	at webkq.Index.prerender(Index.java:418)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.prerender(ViewHandlerImpl.java:815)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:303)
    	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.render(PartialTraversalLifecycle.java:106)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    |#]
     
    [#|2010-09-01T12:46:17.475-0700|SEVERE|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.application|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at webkq.SessionBean1.initListAdresse(SessionBean1.java:1480)
    	at webkq.SessionBean1.initZoneList(SessionBean1.java:1290)
    	at webkq.Index.btnMenuProvSearch_action(Index.java:837)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    |#]
     
    [#|2010-09-01T12:46:17.478-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|WebModule[/WebKQ]#{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    javax.faces.FacesException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	... 41 more
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at webkq.SessionBean1.initListAdresse(SessionBean1.java:1480)
    	at webkq.SessionBean1.initZoneList(SessionBean1.java:1290)
    	at webkq.Index.btnMenuProvSearch_action(Index.java:837)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    |#]
     
    [#|2010-09-01T12:46:17.478-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=TP-Processor3;|
    Path : C:\Users\kquiere\AppData\Local\Temp\|#]
     
    [#|2010-09-01T12:46:17.478-0700|SEVERE|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=15;_ThreadName=TP-Processor3;RENDER_RESPONSE 6;/Index.jsp;javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@986032];_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /Index.jsp) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@986032]|#]
     
    [#|2010-09-01T12:46:17.479-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=TP-Processor3;_RequestID=b8138553-611f-4129-9b16-0ad841c67aef;|StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet threw exception
    com.sun.rave.web.ui.appbase.ApplicationException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.cleanup(ViewHandlerImpl.java:603)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
    	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.render(PartialTraversalLifecycle.java:106)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.FacesException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	... 31 more
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	... 41 more
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at webkq.SessionBean1.initListAdresse(SessionBean1.java:1480)
    	at webkq.SessionBean1.initZoneList(SessionBean1.java:1290)
    	at webkq.Index.btnMenuProvSearch_action(Index.java:837)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    Merci encore.. et excusé mon ignorance en ce domaine..

  13. #13
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    ben voila, plus qu'à rajouter le driver mysql à ton war

  14. #14
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut mmmm...ouep..
    oki docki.. cette solution me semble pas mal.. apparrament le fichier "mysql-connector-java-5.1.6-bin.jar" si c'est de celui-là qu'il s'agit est bien présent dans le répertoire "lib" de l'application une fois déployée...

    Techniquement comment ajouter ce driver mysql au war ? via NetBean dans les propriété du projet ? J'avoue je suis un peu court..

    En tout cas merci pour tout, l'espoir est revenu.. dans peu de temps et grace à vos conseil le projet devrait etre debout..

  15. #15
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    facheux, parce que si ce ficheir est bien dans le WEB-INF/lib de ton war, il devrais le trouver.

    Sauf si ton provider a une configuration particulière du glassfish en question qui interditrait les drivers mysql embarqués avec l'application, mais si c'est le cas, faudra éplucher sa doc

  16. #16
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut On avance, on avance..(partie 1)
    Voici la démarche suivi pour éclaircir l'affaire...
    Reconstruction du projet en local sous NetBeans, création du war, copie du war dans le répertoire autodeploy de glassfish en locale.. démarage de glassfish, lancement de l'application...
    Extinction du serveur, j'obtient alors le log suivant :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
     
    [#|2010-09-02T15:46:29.800-0500|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Cargando el proveedor de políticas com.sun.enterprise.security.provider.PolicyWrapper.|#]
     
    [#|2010-09-02T15:46:30.423-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO desactivado en el servidor virtual [server]|#]
     
    [#|2010-09-02T15:46:30.435-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO desactivado en el servidor virtual [__asadmin]|#]
     
    [#|2010-09-02T15:46:30.440-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;com.ericsson.ssa.config.ConvergedContextConfig;|REgistering Custom ContextConfig|#]
     
    [#|2010-09-02T15:46:30.440-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;com.ericsson.ssa.config.ConvergedContextImpl;|REgistering Custom Context|#]
     
    [#|2010-09-02T15:46:32.460-0500|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Instancia JTS recuperable, serverId = [3700]|#]
     
    [#|2010-09-02T15:46:32.727-0500|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Se ha iniciado la inicialización de los MBeans AMX|#]
     
    [#|2010-09-02T15:46:32.949-0500|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://192.168.0.16:8686/jmxrmi;|ADM1504: Aquí se encuentra JMXServiceURL para JMXConnectorServer estándar: [service:jmx:rmi:///jndi/rmi://192.168.0.16:8686/jmxrmi]. Ésta es la ubicación en la que los clientes administrativos remotos deberían conectarse mediante los conectores JMX estándar|#]
     
    [#|2010-09-02T15:46:32.949-0500|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=Thread-14;true;|ADM1506: Estado del conector JMX estándar: Activo = [true]|#]
     
    [#|2010-09-02T15:46:33.475-0500|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://MYPC:7676/|#]
     
    [#|2010-09-02T15:46:33.522-0500|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]
     
    [#|2010-09-02T15:46:34.517-0500|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: EMBEDDED broker started with code =0|#]
     
    [#|2010-09-02T15:46:34.519-0500|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:DIRECT|#]
     
    [#|2010-09-02T15:46:35.348-0500|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: Se cargaron con éxito todos los ejbs de [MEjbApp]|#]
     
    [#|2010-09-02T15:46:36.079-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:El servicio de temporizador de EJB se ha iniciado con éxito para la fuente de datos [jdbc/__TimerPool]|#]
     
    [#|2010-09-02T15:46:36.079-0500|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: Se cargaron con éxito todos los ejbs de [__ejb_container_timer_app]|#]
     
    [#|2010-09-02T15:46:36.482-0500|WARNING|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;_RequestID=82d4bd7a-417b-463b-b797-4f8486692142;|Not registering AMX MBean against old MBean "com.sun.appserv:j2eeType=WebModule,name=kq,J2EEServer=server,J2EEApplication=null,category=runtime" due to malformed composite WebModule name.|#]
     
    [#|2010-09-02T15:46:36.507-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Iniciando Sun-Java-System/Application-Server.|#]
     
    [#|2010-09-02T15:46:36.685-0500|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=11;_ThreadName=pool-1-thread-2;|JBIFW0010: La estructura de JBI está preparada para aceptar solicitudes.|#]
     
    [#|2010-09-02T15:46:36.875-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Iniciando Sun-Java-System/Application-Server HTTP/1.1 en 8080|#]
     
    [#|2010-09-02T15:46:36.943-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Iniciando Sun-Java-System/Application-Server HTTP/1.1 en 8181|#]
     
    [#|2010-09-02T15:46:36.952-0500|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Iniciando Sun-Java-System/Application-Server HTTP/1.1 en 4848|#]
     
    [#|2010-09-02T15:46:37.917-0500|INFO|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=14;_ThreadName=pool-1-thread-4;/kq;|Initializing Sun's JavaServer Faces implementation (1.2_04-b22-p05) for context '/kq'|#]
     
    [#|2010-09-02T15:46:39.558-0500|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: El servicio de reglas de administración automática se ha habilitado|#]
     
    [#|2010-09-02T15:46:39.581-0500|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Se completó el inicio del servidor de aplicaciones.|#]
     
    [#|2010-09-02T15:47:16.513-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Configuring Mappings instance of type|#]
     
    [#|2010-09-02T15:47:16.513-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|org.apache.shale.remoting.impl.MappingsImpl|#]
     
    [#|2010-09-02T15:47:16.519-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Configuring processor mapping|#]
     
    [#|2010-09-02T15:47:16.519-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|/static/*:org.apache.shale.remoting.impl.ClassResourceProcessor|#]
     
    [#|2010-09-02T15:47:16.529-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Configuring processor mapping|#]
     
    [#|2010-09-02T15:47:16.530-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|/dynamic/*:org.apache.shale.remoting.impl.MethodBindingProcessor|#]
     
    [#|2010-09-02T15:47:16.532-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Configuring processor mapping|#]
     
    [#|2010-09-02T15:47:16.532-0500|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|/webapp/*:org.apache.shale.remoting.impl.WebResourceProcessor|#]
     
    [#|2010-09-02T15:47:16.671-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Path : C:\Users\user\AppData\Local\Temp\|#]
     
    [#|2010-09-02T15:47:16.678-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|
    Init Session|#]
     
    [#|2010-09-02T15:47:16.741-0500|INFO|sun-appserver2.1|org.hibernate.cfg.annotations.Version|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Hibernate Annotations 3.3.1.GA|#]
     
    [#|2010-09-02T15:47:16.801-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Hibernate 3.2.5|#]
     
    [#|2010-09-02T15:47:16.815-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|hibernate.properties not found|#]
     
    [#|2010-09-02T15:47:16.819-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Bytecode provider name : cglib|#]
     
    [#|2010-09-02T15:47:16.833-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|using JDK 1.4 java.sql.Timestamp handling|#]
     
    [#|2010-09-02T15:47:17.155-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|configuring from resource: /hibernate.cfg.xml|#]
     
    [#|2010-09-02T15:47:17.155-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Configuration resource: /hibernate.cfg.xml|#]
     
    [#|2010-09-02T15:47:17.316-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Suzuki.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.332-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Acura.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.339-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Yearn.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.346-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Dodge.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.352-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Hyundai.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.359-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Jaguar.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.364-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Lincoln.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.371-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Mini.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.376-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Event.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.383-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Mitsubishi.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.389-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Card.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.395-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Jeep.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.401-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Opel.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.407-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Honda.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.412-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Nissan.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.418-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Fiat.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.424-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/FavEvent.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.429-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Zoneplaya.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.435-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Lexus.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.441-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/AstonMartin.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.446-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Kia.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.452-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Subaru.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.458-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Peugeot.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.463-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Gmc.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.469-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Skoda.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.475-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Bentley.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.481-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/FavCar.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.487-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Customer.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.493-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/FavRealEstate.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.499-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Volkswagen.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.506-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Volvo.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.511-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Audi.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.517-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Hummer.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.523-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Renault.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.528-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Car.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.534-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Seat.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.540-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Adresse.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.546-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Chrysler.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.552-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Cadillac.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.558-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Mazda.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.564-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Smart.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.570-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Provider.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.576-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Lancia.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.581-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Bmw.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.587-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Constructor.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.592-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/AlfaRomeo.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.598-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/MercedesBenz.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.604-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/RealEstate.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.610-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Ford.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.616-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Landrover.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.622-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Toyota.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.627-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Typeevent.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.633-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Chevrolet.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.638-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Porsche.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.644-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Reading mappings from resource : info/Citroen.hbm.xml|#]
     
    [#|2010-09-02T15:47:17.650-0500|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Configured SessionFactory: null|#]
     
    [#|2010-09-02T15:47:17.846-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Suzuki -> suzuki|#]
     
    [#|2010-09-02T15:47:17.880-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Acura -> acura|#]
     
    [#|2010-09-02T15:47:17.880-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Yearn -> yearn|#]
     
    [#|2010-09-02T15:47:17.881-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Dodge -> dodge|#]
     
    [#|2010-09-02T15:47:17.881-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Hyundai -> hyundai|#]
     
    [#|2010-09-02T15:47:17.881-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Jaguar -> jaguar|#]
     
    [#|2010-09-02T15:47:17.882-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Lincoln -> lincoln|#]
     
    [#|2010-09-02T15:47:17.882-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Mini -> mini|#]
     
    [#|2010-09-02T15:47:17.885-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Event -> event|#]
     
    [#|2010-09-02T15:47:18.369-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Mitsubishi -> mitsubishi|#]
     
    [#|2010-09-02T15:47:18.370-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Card -> card|#]
     
    [#|2010-09-02T15:47:18.370-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Jeep -> jeep|#]
     
    [#|2010-09-02T15:47:18.371-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Opel -> opel|#]
     
    [#|2010-09-02T15:47:18.371-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Honda -> honda|#]
     
    [#|2010-09-02T15:47:18.372-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Nissan -> nissan|#]
     
    [#|2010-09-02T15:47:18.372-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Fiat -> fiat|#]
     
    [#|2010-09-02T15:47:18.373-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.FavEvent -> fav_event|#]
     
    [#|2010-09-02T15:47:18.373-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Zoneplaya -> zoneplaya|#]
     
    [#|2010-09-02T15:47:18.374-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Lexus -> lexus|#]
     
    [#|2010-09-02T15:47:18.374-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.AstonMartin -> aston_martin|#]
     
    [#|2010-09-02T15:47:18.374-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Kia -> kia|#]
     
    [#|2010-09-02T15:47:18.375-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Subaru -> subaru|#]
     
    [#|2010-09-02T15:47:18.375-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Peugeot -> peugeot|#]
     
    [#|2010-09-02T15:47:18.375-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Gmc -> gmc|#]
     
    [#|2010-09-02T15:47:18.376-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Skoda -> skoda|#]
     
    [#|2010-09-02T15:47:18.376-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Bentley -> bentley|#]
     
    [#|2010-09-02T15:47:18.377-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.FavCar -> fav_car|#]
     
    [#|2010-09-02T15:47:18.377-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Customer -> customer|#]
     
    [#|2010-09-02T15:47:18.378-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.FavRealEstate -> fav_real_estate|#]
     
    [#|2010-09-02T15:47:18.379-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Volkswagen -> volkswagen|#]
     
    [#|2010-09-02T15:47:18.379-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Volvo -> volvo|#]
     
    [#|2010-09-02T15:47:18.379-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Audi -> audi|#]
     
    [#|2010-09-02T15:47:18.380-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Hummer -> hummer|#]
     
    [#|2010-09-02T15:47:18.380-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Renault -> renault|#]
     
    [#|2010-09-02T15:47:18.380-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Car -> car|#]
     
    [#|2010-09-02T15:47:18.381-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Seat -> seat|#]
     
    [#|2010-09-02T15:47:18.382-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Adresse -> adresse|#]
     
    [#|2010-09-02T15:47:18.382-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Chrysler -> chrysler|#]
     
    [#|2010-09-02T15:47:18.383-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Cadillac -> cadillac|#]
     
    [#|2010-09-02T15:47:18.383-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Mazda -> mazda|#]
     
    [#|2010-09-02T15:47:18.383-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Smart -> smart|#]
     
    [#|2010-09-02T15:47:18.384-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Provider -> provider|#]
     
    [#|2010-09-02T15:47:18.384-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Lancia -> lancia|#]
     
    [#|2010-09-02T15:47:18.385-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Bmw -> bmw|#]
     
    [#|2010-09-02T15:47:18.385-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Constructor -> constructor|#]
     
    [#|2010-09-02T15:47:18.385-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.AlfaRomeo -> alfa_romeo|#]
     
    [#|2010-09-02T15:47:18.386-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.MercedesBenz -> mercedes_benz|#]
     
    [#|2010-09-02T15:47:18.386-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.RealEstate -> real_estate|#]
     
    [#|2010-09-02T15:47:18.387-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Ford -> ford|#]
     
    [#|2010-09-02T15:47:18.387-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Landrover -> landrover|#]
     
    [#|2010-09-02T15:47:18.388-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Toyota -> toyota|#]
     
    [#|2010-09-02T15:47:18.388-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Typeevent -> typeevent|#]
     
    [#|2010-09-02T15:47:18.389-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Chevrolet -> chevrolet|#]
     
    [#|2010-09-02T15:47:18.389-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Porsche -> porsche|#]
     
    [#|2010-09-02T15:47:18.389-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping class: info.Citroen -> citroen|#]
     
    [#|2010-09-02T15:47:18.395-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Event.favEvents -> fav_event|#]
     
    [#|2010-09-02T15:47:18.396-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Card.events -> event|#]
     
    [#|2010-09-02T15:47:18.396-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Card.realEstates -> real_estate|#]
     
    [#|2010-09-02T15:47:18.396-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Card.cars -> car|#]
     
    [#|2010-09-02T15:47:18.397-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Card.customers -> customer|#]
     
    [#|2010-09-02T15:47:18.397-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Customer.favEvents -> fav_event|#]
     
    [#|2010-09-02T15:47:18.397-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Customer.favRealEstates -> fav_real_estate|#]
     
    [#|2010-09-02T15:47:18.398-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Customer.favCars -> fav_car|#]
     
    [#|2010-09-02T15:47:18.398-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Car.favCars -> fav_car|#]
     
    [#|2010-09-02T15:47:18.398-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Adresse.providers -> provider|#]
     
    [#|2010-09-02T15:47:18.398-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.Adresse.realEstates -> real_estate|#]
     
    [#|2010-09-02T15:47:18.399-0500|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Mapping collection: info.RealEstate.favRealEstates -> fav_real_estate|#]
     
    [#|2010-09-02T15:47:18.401-0500|INFO|sun-appserver2.1|org.hibernate.cfg.AnnotationConfiguration|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Hibernate Validator not found: ignoring|#]
     
    [#|2010-09-02T15:47:18.433-0500|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Using Hibernate built-in connection pool (not for production use!)|#]
     
    [#|2010-09-02T15:47:18.433-0500|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Hibernate connection pool size: 20|#]
     
    [#|2010-09-02T15:47:18.433-0500|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|autocommit mode: false|#]
     
    [#|2010-09-02T15:47:18.453-0500|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://dbmysql200.my-hosting-panel.com:3306/kquiere_db|#]
     
    [#|2010-09-02T15:47:18.454-0500|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|connection properties: {user=kquie_admin, password=****}|#]
     
    [#|2010-09-02T15:47:23.255-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|RDBMS: MySQL, version: 5.0.77|#]
     
    [#|2010-09-02T15:47:23.255-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )|#]
     
    [#|2010-09-02T15:47:23.299-0500|INFO|sun-appserver2.1|org.hibernate.dialect.Dialect|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Using dialect: org.hibernate.dialect.MySQLDialect|#]
     
    [#|2010-09-02T15:47:23.318-0500|INFO|sun-appserver2.1|org.hibernate.transaction.TransactionFactoryFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Using default transaction strategy (direct JDBC transactions)|#]
     
    [#|2010-09-02T15:47:23.331-0500|INFO|sun-appserver2.1|org.hibernate.transaction.TransactionManagerLookupFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)|#]
     
    [#|2010-09-02T15:47:23.331-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Automatic flush during beforeCompletion(): disabled|#]
     
    [#|2010-09-02T15:47:23.331-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Automatic session close at end of transaction: disabled|#]
     
    [#|2010-09-02T15:47:23.332-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|JDBC batch size: 15|#]
     
    [#|2010-09-02T15:47:23.332-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|JDBC batch updates for versioned data: disabled|#]
     
    [#|2010-09-02T15:47:23.334-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Scrollable result sets: enabled|#]
     
    [#|2010-09-02T15:47:23.334-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|JDBC3 getGeneratedKeys(): enabled|#]
     
    [#|2010-09-02T15:47:23.335-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Connection release mode: auto|#]
     
    [#|2010-09-02T15:47:23.337-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Maximum outer join fetch depth: 2|#]
     
    [#|2010-09-02T15:47:23.337-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Default batch fetch size: 1|#]
     
    [#|2010-09-02T15:47:23.337-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Generate SQL with comments: disabled|#]
     
    [#|2010-09-02T15:47:23.337-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Order SQL updates by primary key: disabled|#]
     
    [#|2010-09-02T15:47:23.338-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Order SQL inserts for batching: disabled|#]
     
    [#|2010-09-02T15:47:23.338-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory|#]
     
    [#|2010-09-02T15:47:23.353-0500|INFO|sun-appserver2.1|org.hibernate.hql.ast.ASTQueryTranslatorFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Using ASTQueryTranslatorFactory|#]
     
    [#|2010-09-02T15:47:23.354-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Query language substitutions: {}|#]
     
    [#|2010-09-02T15:47:23.354-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|JPA-QL strict compliance: disabled|#]
     
    [#|2010-09-02T15:47:23.354-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Second-level cache: enabled|#]
     
    [#|2010-09-02T15:47:23.354-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Query cache: disabled|#]
     
    [#|2010-09-02T15:47:23.355-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Cache provider: org.hibernate.cache.NoCacheProvider|#]
     
    [#|2010-09-02T15:47:23.355-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Optimize cache for minimal puts: disabled|#]
     
    [#|2010-09-02T15:47:23.355-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Structured second-level cache entries: disabled|#]
     
    [#|2010-09-02T15:47:23.377-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Echoing all SQL to stdout|#]
     
    [#|2010-09-02T15:47:23.378-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Statistics: disabled|#]
     
    [#|2010-09-02T15:47:23.378-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Deleted entity synthetic identifier rollback: disabled|#]
     
    [#|2010-09-02T15:47:23.378-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Default entity-mode: pojo|#]
     
    [#|2010-09-02T15:47:23.378-0500|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Named query checking : enabled|#]
     
    [#|2010-09-02T15:47:23.453-0500|INFO|sun-appserver2.1|org.hibernate.impl.SessionFactoryImpl|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|building session factory|#]
     
    [#|2010-09-02T15:47:24.438-0500|INFO|sun-appserver2.1|org.hibernate.impl.SessionFactoryObjectFactory|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|Not binding factory to JNDI, no JNDI name configured|#]
     
    [#|2010-09-02T15:47:25.474-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|
    Hibernate: select constructo0_.name as name44_ from kquiere_db.constructor constructo0_|#]
     
    [#|2010-09-02T15:47:25.807-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|
    Hibernate: select zoneplaya0_.name as name17_ from kquiere_db.zoneplaya zoneplaya0_|#]
     
    [#|2010-09-02T15:47:38.147-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=httpSSLWorkerThread-8080-2;|
    Hibernate: select adresse0_.id as id36_, adresse0_.street as street36_, adresse0_.avenue as avenue36_, adresse0_.zone as zone36_ from kquiere_db.adresse adresse0_, kquiere_db.provider provider1_ where adresse0_.id=provider1_.adresse_id|#]
     
    [#|2010-09-02T15:47:38.426-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=httpSSLWorkerThread-8080-2;|
    Path : C:\Users\user\AppData\Local\Temp\|#]
     
    [#|2010-09-02T15:47:40.835-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    Hibernate: select provider0_.id as id41_, provider0_.adresse_id as adresse2_41_, provider0_.name_company as name3_41_, provider0_.email as email41_, provider0_.phone as phone41_, provider0_.photo as photo41_ from kquiere_db.provider provider0_, kquiere_db.adresse adresse1_ where provider0_.adresse_id=adresse1_.id and adresse1_.zone='Centro'|#]
     
    [#|2010-09-02T15:47:41.175-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    Path : C:\Users\user\AppData\Local\Temp\|#]
     
    [#|2010-09-02T15:47:42.718-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-3;|
    Hibernate: select provider0_.id as id41_, provider0_.adresse_id as adresse2_41_, provider0_.name_company as name3_41_, provider0_.email as email41_, provider0_.phone as phone41_, provider0_.photo as photo41_ from kquiere_db.provider provider0_ where provider0_.name_company='Vista la Mar'|#]
     
    [#|2010-09-02T15:47:43.160-0500|SEVERE|sun-appserver2.1|org.hibernate.LazyInitializationException|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-3;_RequestID=faeb53fd-aab8-4836-8a80-b31d026755c8;|could not initialize proxy - no Session
    org.hibernate.LazyInitializationException: could not initialize proxy - no Session
    	at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:57)
    	at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:111)
    	at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:150)
    	at info.Adresse$$EnhancerByCGLIB$$75a28e48.getZone(<generated>)
    	at kq.Index.listProvSearch_processValueChange(Index.java:863)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at com.sun.webui.jsf.event.MethodExprValueChangeListener.processValueChange(MethodExprValueChangeListener.java:71)
    	at javax.faces.event.ValueChangeEvent.processListener(ValueChangeEvent.java:123)
    	at com.sun.webui.jsf.component.WebuiInput.broadcast(WebuiInput.java:209)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:416)
    	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 com.sun.faces.extensions.avatar.components.PartialTraversalViewRootHelper.broadcastEvents(PartialTraversalViewRootHelper.java:500)
    	at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootHelper.processValidators(PartialTraversalViewRootHelper.java:267)
    	at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootImpl.processValidators(PartialTraversalViewRootImpl.java:152)
    	at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:288)
    	at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)
    	at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:579)
    	at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:831)
    	at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    	at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    	at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    	at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    	at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    |#]
     
    [#|2010-09-02T15:47:43.165-0500|SEVERE|sun-appserver2.1|javax.faces|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-3;javax.faces.event.ValueChangeEvent;PROCESS_VALIDATIONS 3;listProvSearch;_RequestID=faeb53fd-aab8-4836-8a80-b31d026755c8;|AbortProcessingException thrown when processing event of type 'javax.faces.event.ValueChangeEvent' during phase 'PROCESS_VALIDATIONS 3' for component with ID or Client ID of 'listProvSearch'|#]
     
    [#|2010-09-02T15:47:43.165-0500|SEVERE|sun-appserver2.1|javax.faces|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-3;_RequestID=faeb53fd-aab8-4836-8a80-b31d026755c8;|javax.faces.event.AbortProcessingException: org.hibernate.LazyInitializationException: could not initialize proxy - no Session
    javax.faces.event.AbortProcessingException: org.hibernate.LazyInitializationException: could not initialize proxy - no Session
    	at com.sun.webui.jsf.event.MethodExprValueChangeListener.processValueChange(MethodExprValueChangeListener.java:73)
    	at javax.faces.event.ValueChangeEvent.processListener(ValueChangeEvent.java:123)
    	at com.sun.webui.jsf.component.WebuiInput.broadcast(WebuiInput.java:209)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:416)
    	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 com.sun.faces.extensions.avatar.components.PartialTraversalViewRootHelper.broadcastEvents(PartialTraversalViewRootHelper.java:500)
    	at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootHelper.processValidators(PartialTraversalViewRootHelper.java:267)
    	at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootImpl.processValidators(PartialTraversalViewRootImpl.java:152)
    	at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:288)
    	at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)
    	at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:579)
    	at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:831)
    	at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    	at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    	at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    	at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    	at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    Caused by: org.hibernate.LazyInitializationException: could not initialize proxy - no Session
    	at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:57)
    	at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:111)
    	at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:150)
    	at info.Adresse$$EnhancerByCGLIB$$75a28e48.getZone(<generated>)
    	at kq.Index.listProvSearch_processValueChange(Index.java:863)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at com.sun.webui.jsf.event.MethodExprValueChangeListener.processValueChange(MethodExprValueChangeListener.java:71)
    	... 47 more
    |#]

  17. #17
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut On avanace, on avance (Partie 2)
    Dans un second temps, j'ai copié le war sur le remote server, lancé l'application, provoqué l'erreur..
    Eteint le serveur et j'obtient le log :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
     
    [#|2010-09-02T13:54:34.880-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
     
    [#|2010-09-02T13:54:35.177-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|Apache mod_jk/jk2 attached to virtual-server server listening on port: 5092|#]
     
    [#|2010-09-02T13:54:35.458-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]
     
    [#|2010-09-02T13:54:35.458-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]
     
    [#|2010-09-02T13:54:36.958-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;5107;|JTS5014: Recoverable JTS instance, serverId = [5107]|#]
     
    [#|2010-09-02T13:54:37.161-0700|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]
     
    [#|2010-09-02T13:54:38.911-0700|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JV202.my-hosting-panel.com:5110/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JV202.my-hosting-panel.com:5110/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]
     
    [#|2010-09-02T13:54:38.911-0700|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]
     
    [#|2010-09-02T13:54:39.333-0700|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://localhost:5111/|#]
     
    [#|2010-09-02T13:54:39.958-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]
     
    [#|2010-09-02T13:54:39.974-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]
     
    [#|2010-09-02T13:54:40.005-0700|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]
     
    [#|2010-09-02T13:54:40.052-0700|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]
     
    [#|2010-09-02T13:54:40.880-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]
     
    [#|2010-09-02T13:54:40.896-0700|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]
     
    [#|2010-09-02T13:54:41.490-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
     
    [#|2010-09-02T13:54:42.005-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
     
    [#|2010-09-02T13:54:42.005-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
     
    [#|2010-09-02T13:54:42.286-0700|WARNING|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;_RequestID=c65b64b6-fbaf-4f6b-8f53-ad1970448fe9;|Not registering AMX MBean against old MBean "com.sun.appserv:j2eeType=WebModule,name=WebKQ,J2EEServer=server,J2EEApplication=null,category=runtime" due to malformed composite WebModule name.|#]
     
    [#|2010-09-02T13:54:42.302-0700|WARNING|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;WebKQ;E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/applications/j2ee-modules/WebKQ;_RequestID=c65b64b6-fbaf-4f6b-8f53-ad1970448fe9;|LDR5019: For module WebKQ the module directory E:/inetpub/vhosts/kyenquiere.com/appservers/glassfish-2x/domains/domain1/applications/j2ee-modules/WebKQ is missing or invalid|#]
     
    [#|2010-09-02T13:54:42.302-0700|WARNING|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;WebKQ;_RequestID=c65b64b6-fbaf-4f6b-8f53-ad1970448fe9;|CORE5021: Application NOT loaded: [WebKQ]|#]
     
    [#|2010-09-02T13:54:42.318-0700|WARNING|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;_RequestID=c65b64b6-fbaf-4f6b-8f53-ad1970448fe9;|Not registering AMX MBean against old MBean "com.sun.appserv:j2eeType=WebModule,name=kq,J2EEServer=server,J2EEApplication=null,category=runtime" due to malformed composite WebModule name.|#]
     
    [#|2010-09-02T13:54:42.318-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]
     
    [#|2010-09-02T13:54:42.474-0700|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=pool-1-thread-6;|JBIFW0010: JBI framework ready to accept requests.|#]
     
    [#|2010-09-02T13:54:42.536-0700|SEVERE|sun-appserver2.1|org.apache.catalina.core.StandardContext|_ThreadID=14;_ThreadName=pool-1-thread-7;_RequestID=0e16d404-fa52-45c8-97c4-018153aa6bd4;|PWC1300: Error starting resources in context /WebKQ|#]
     
    [#|2010-09-02T13:54:42.536-0700|SEVERE|sun-appserver2.1|org.apache.catalina.core.StandardContext|_ThreadID=14;_ThreadName=pool-1-thread-7;_RequestID=0e16d404-fa52-45c8-97c4-018153aa6bd4;|PWC4430: Document base E:\inetpub\vhosts\kyenquiere.com\appservers\glassfish-2x\domains\domain1\applications\j2ee-modules\WebKQ does not exist or is not a readable directory|#]
     
    [#|2010-09-02T13:54:42.615-0700|SEVERE|sun-appserver2.1|org.apache.catalina.core.StandardContext|_ThreadID=14;_ThreadName=pool-1-thread-7;_RequestID=0e16d404-fa52-45c8-97c4-018153aa6bd4;|PWC1306: Startup of context /WebKQ failed due to previous errors|#]
     
    [#|2010-09-02T13:54:42.615-0700|INFO|sun-appserver2.1|org.apache.catalina.core.StandardContext|_ThreadID=14;_ThreadName=pool-1-thread-7;|PWC1240: Container WebModule[/WebKQ] has not been started|#]
     
    [#|2010-09-02T13:54:43.146-0700|INFO|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=15;_ThreadName=pool-1-thread-1;/kq;|Initializing Mojarra (1.2_13-b01-FCS) for context '/kq'|#]
     
    [#|2010-09-02T13:54:46.443-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;5094;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5094|#]
     
    [#|2010-09-02T13:54:46.505-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;5093;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5093|#]
     
    [#|2010-09-02T13:54:46.521-0700|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;5095;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 5095|#]
     
    [#|2010-09-02T13:54:46.615-0700|INFO|sun-appserver2.1|org.apache.jk.common.ChannelSocket|_ThreadID=10;_ThreadName=main;|JK: ajp13 listening on /0.0.0.0:5092|#]
     
    [#|2010-09-02T13:54:46.630-0700|INFO|sun-appserver2.1|org.apache.jk.server.JkMain|_ThreadID=10;_ThreadName=main;|Jk running ID=0 time=0/16  config=null|#]
     
    [#|2010-09-02T13:54:46.677-0700|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]
     
    [#|2010-09-02T13:54:46.693-0700|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|Configuring Mappings instance of type|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|org.apache.shale.remoting.impl.MappingsImpl|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|Configuring processor mapping|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|/static/*:org.apache.shale.remoting.impl.ClassResourceProcessor|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|Configuring processor mapping|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|/dynamic/*:org.apache.shale.remoting.impl.MethodBindingProcessor|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|Configuring processor mapping|#]
     
    [#|2010-09-02T13:56:20.241-0700|INFO|sun-appserver2.1|org.apache.shale.remoting.faces.MappingsHelper|_ThreadID=16;_ThreadName=TP-Processor3;|/webapp/*:org.apache.shale.remoting.impl.WebResourceProcessor|#]
     
    [#|2010-09-02T13:56:20.569-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=TP-Processor3;|Path : C:\Users\kquiere\AppData\Local\Temp\|#]
     
    [#|2010-09-02T13:56:27.053-0700|INFO|sun-appserver2.1|org.hibernate.cfg.annotations.Version|_ThreadID=16;_ThreadName=TP-Processor3;|Hibernate Annotations 3.3.1.GA|#]
     
    [#|2010-09-02T13:56:27.100-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=16;_ThreadName=TP-Processor3;|Hibernate 3.2.5|#]
     
    [#|2010-09-02T13:56:27.100-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=16;_ThreadName=TP-Processor3;|hibernate.properties not found|#]
     
    [#|2010-09-02T13:56:27.100-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=16;_ThreadName=TP-Processor3;|Bytecode provider name : cglib|#]
     
    [#|2010-09-02T13:56:27.116-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Environment|_ThreadID=16;_ThreadName=TP-Processor3;|using JDK 1.4 java.sql.Timestamp handling|#]
     
    [#|2010-09-02T13:56:27.288-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|configuring from resource: /hibernate.cfg.xml|#]
     
    [#|2010-09-02T13:56:27.288-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Configuration resource: /hibernate.cfg.xml|#]
     
    [#|2010-09-02T13:56:27.335-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Suzuki.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.366-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Acura.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.366-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Yearn.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.366-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Dodge.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.382-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Hyundai.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.382-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Jaguar.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.382-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Lincoln.hbm.xml|#]
     
    (j'ai du supprimer quelques lignes pour passer en dessous des 60000 caractères autorisés)
     
    [#|2010-09-02T13:56:27.522-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Adresse.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.522-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Chrysler.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.538-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Cadillac.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.538-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Mazda.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.538-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Smart.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.538-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Provider.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.553-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Lancia.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.553-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Bmw.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.553-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Constructor.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.569-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/AlfaRomeo.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.569-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/MercedesBenz.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.569-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/RealEstate.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.585-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Ford.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.585-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Landrover.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.585-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Toyota.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.600-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Typeevent.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.600-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Chevrolet.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.600-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Porsche.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.600-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Reading mappings from resource : info/Citroen.hbm.xml|#]
     
    [#|2010-09-02T13:56:27.616-0700|INFO|sun-appserver2.1|org.hibernate.cfg.Configuration|_ThreadID=16;_ThreadName=TP-Processor3;|Configured SessionFactory: null|#]
     
    [#|2010-09-02T13:56:27.710-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Suzuki -> suzuki|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Acura -> acura|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Yearn -> yearn|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Dodge -> dodge|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Hyundai -> hyundai|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Jaguar -> jaguar|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Lincoln -> lincoln|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Mini -> mini|#]
     
    [#|2010-09-02T13:56:27.725-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Event -> event|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Mitsubishi -> mitsubishi|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Card -> card|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Jeep -> jeep|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Opel -> opel|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Honda -> honda|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Nissan -> nissan|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Fiat -> fiat|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.FavEvent -> fav_event|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Zoneplaya -> zoneplaya|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Lexus -> lexus|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.AstonMartin -> aston_martin|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Kia -> kia|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Subaru -> subaru|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Peugeot -> peugeot|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Gmc -> gmc|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Skoda -> skoda|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Bentley -> bentley|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.FavCar -> fav_car|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Customer -> customer|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.FavRealEstate -> fav_real_estate|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Volkswagen -> volkswagen|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Volvo -> volvo|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Audi -> audi|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Hummer -> hummer|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Renault -> renault|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Car -> car|#]
     
    [#|2010-09-02T13:56:27.819-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Seat -> seat|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Adresse -> adresse|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Chrysler -> chrysler|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Cadillac -> cadillac|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Mazda -> mazda|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Smart -> smart|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Provider -> provider|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Lancia -> lancia|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Bmw -> bmw|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Constructor -> constructor|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.AlfaRomeo -> alfa_romeo|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.MercedesBenz -> mercedes_benz|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.RealEstate -> real_estate|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Ford -> ford|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Landrover -> landrover|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Toyota -> toyota|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Typeevent -> typeevent|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Chevrolet -> chevrolet|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Porsche -> porsche|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping class: info.Citroen -> citroen|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Event.favEvents -> fav_event|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Card.events -> event|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Card.realEstates -> real_estate|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Card.cars -> car|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Card.customers -> customer|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Customer.favEvents -> fav_event|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Customer.favRealEstates -> fav_real_estate|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Customer.favCars -> fav_car|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Car.favCars -> fav_car|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Adresse.providers -> provider|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.Adresse.realEstates -> real_estate|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.HbmBinder|_ThreadID=16;_ThreadName=TP-Processor3;|Mapping collection: info.RealEstate.favRealEstates -> fav_real_estate|#]
     
    [#|2010-09-02T13:56:27.835-0700|INFO|sun-appserver2.1|org.hibernate.cfg.AnnotationConfiguration|_ThreadID=16;_ThreadName=TP-Processor3;|Hibernate Validator not found: ignoring|#]
     
    [#|2010-09-02T13:56:27.866-0700|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=16;_ThreadName=TP-Processor3;|Using Hibernate built-in connection pool (not for production use!)|#]
     
    [#|2010-09-02T13:56:27.866-0700|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=16;_ThreadName=TP-Processor3;|Hibernate connection pool size: 20|#]
     
    [#|2010-09-02T13:56:27.866-0700|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=16;_ThreadName=TP-Processor3;|autocommit mode: false|#]
     
    [#|2010-09-02T13:56:27.882-0700|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=16;_ThreadName=TP-Processor3;|using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://dbmysql200.my-hosting-panel.com:3306/kquiere_db|#]
     
    [#|2010-09-02T13:56:27.882-0700|INFO|sun-appserver2.1|org.hibernate.connection.DriverManagerConnectionProvider|_ThreadID=16;_ThreadName=TP-Processor3;|connection properties: {user=kquie_admin, password=****}|#]
     
    [#|2010-09-02T13:56:28.085-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|RDBMS: MySQL, version: 5.0.77|#]
     
    [#|2010-09-02T13:56:28.085-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )|#]
     
    [#|2010-09-02T13:56:28.444-0700|INFO|sun-appserver2.1|org.hibernate.dialect.Dialect|_ThreadID=16;_ThreadName=TP-Processor3;|Using dialect: org.hibernate.dialect.MySQLDialect|#]
     
    [#|2010-09-02T13:56:28.460-0700|INFO|sun-appserver2.1|org.hibernate.transaction.TransactionFactoryFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Using default transaction strategy (direct JDBC transactions)|#]
     
    [#|2010-09-02T13:56:28.460-0700|INFO|sun-appserver2.1|org.hibernate.transaction.TransactionManagerLookupFactory|_ThreadID=16;_ThreadName=TP-Processor3;|No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Automatic flush during beforeCompletion(): disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Automatic session close at end of transaction: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|JDBC batch size: 15|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|JDBC batch updates for versioned data: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Scrollable result sets: enabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|JDBC3 getGeneratedKeys(): enabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Connection release mode: auto|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Maximum outer join fetch depth: 2|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Default batch fetch size: 1|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Generate SQL with comments: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Order SQL updates by primary key: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Order SQL inserts for batching: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.hql.ast.ASTQueryTranslatorFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Using ASTQueryTranslatorFactory|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Query language substitutions: {}|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|JPA-QL strict compliance: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Second-level cache: enabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Query cache: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Cache provider: org.hibernate.cache.NoCacheProvider|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Optimize cache for minimal puts: disabled|#]
     
    [#|2010-09-02T13:56:28.475-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Structured second-level cache entries: disabled|#]
     
    [#|2010-09-02T13:56:28.491-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Echoing all SQL to stdout|#]
     
    [#|2010-09-02T13:56:28.491-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Statistics: disabled|#]
     
    [#|2010-09-02T13:56:28.491-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Deleted entity synthetic identifier rollback: disabled|#]
     
    [#|2010-09-02T13:56:28.491-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Default entity-mode: pojo|#]
     
    [#|2010-09-02T13:56:28.491-0700|INFO|sun-appserver2.1|org.hibernate.cfg.SettingsFactory|_ThreadID=16;_ThreadName=TP-Processor3;|Named query checking : enabled|#]
     
    [#|2010-09-02T13:56:28.538-0700|INFO|sun-appserver2.1|org.hibernate.impl.SessionFactoryImpl|_ThreadID=16;_ThreadName=TP-Processor3;|building session factory|#]
     
    [#|2010-09-02T13:56:28.741-0700|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=16;_ThreadName=TP-Processor3;_RequestID=78139177-0f55-46b1-b297-ed58fb178371;|Initial SessionFactory creation failed.java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V|#]
     
    [#|2010-09-02T13:56:28.741-0700|SEVERE|sun-appserver2.1|javax.faces|_ThreadID=16;_ThreadName=TP-Processor3;javax.faces.event.ValueChangeEvent;PROCESS_VALIDATIONS 3;ddZoneProvSearch;_RequestID=78139177-0f55-46b1-b297-ed58fb178371;|AbortProcessingException thrown when processing event of type 'javax.faces.event.ValueChangeEvent' during phase 'PROCESS_VALIDATIONS 3' for component with ID or Client ID of 'ddZoneProvSearch'|#]
     
    [#|2010-09-02T13:56:28.741-0700|SEVERE|sun-appserver2.1|javax.faces|_ThreadID=16;_ThreadName=TP-Processor3;_RequestID=78139177-0f55-46b1-b297-ed58fb178371;|javax.faces.event.AbortProcessingException: java.lang.ExceptionInInitializerError
    javax.faces.event.AbortProcessingException: java.lang.ExceptionInInitializerError
    	at com.sun.webui.jsf.event.MethodExprValueChangeListener.processValueChange(MethodExprValueChangeListener.java:73)
    	at javax.faces.event.ValueChangeEvent.processListener(ValueChangeEvent.java:134)
    	at com.sun.webui.jsf.component.WebuiInput.broadcast(WebuiInput.java:209)
    	at com.sun.webui.jsf.component.DropDown.broadcast(DropDown.java:319)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:444)
    	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:701)
    	at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootImpl.processValidators(PartialTraversalViewRootImpl.java:153)
    	at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:76)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ExceptionInInitializerError
    	at info.HibernateUtil.<clinit>(HibernateUtil.java:28)
    	at kq.SessionBean1.getProviderByZone(SessionBean1.java:369)
    	at kq.SessionBean1.initProvList(SessionBean1.java:1571)
    	at kq.Index.ddZoneProvSearch_processValueChange(Index.java:855)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at com.sun.webui.jsf.event.MethodExprValueChangeListener.processValueChange(MethodExprValueChangeListener.java:71)
    	... 42 more
    Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V
    	at net.sf.cglib.core.DebuggingClassWriter.<init>(DebuggingClassWriter.java:47)
    	at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
    	at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
    	at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
    	at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
    	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
    	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
    	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
    	at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
    	at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:117)
    	at org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)
    	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162)
    	at org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:135)
    	at org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
    	at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.<init>(EntityEntityModeToTuplizerMapping.java:56)
    	at org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:295)
    	at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:434)
    	at org.hibernate.persister.entity.SingleTableEntityPersister.<init>(SingleTableEntityPersister.java:109)
    	at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55)
    	at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:226)
    	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
    	at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:859)
    	at info.HibernateUtil.<clinit>(HibernateUtil.java:24)
    	... 52 more
    |#]
     
    [#|2010-09-02T13:56:28.741-0700|SEVERE|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.application|_ThreadID=16;_ThreadName=TP-Processor3;_RequestID=78139177-0f55-46b1-b297-ed58fb178371;|java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at kq.SessionBean1.initListAdresse(SessionBean1.java:1481)
    	at kq.SessionBean1.initZoneList(SessionBean1.java:1291)
    	at kq.Index.btnMenuProvSearch_action(Index.java:838)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    |#]
     
    [#|2010-09-02T13:56:28.741-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=TP-Processor3;_RequestID=78139177-0f55-46b1-b297-ed58fb178371;|WebModule[/kq]#{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    javax.faces.FacesException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	... 41 more
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at kq.SessionBean1.initListAdresse(SessionBean1.java:1481)
    	at kq.SessionBean1.initZoneList(SessionBean1.java:1291)
    	at kq.Index.btnMenuProvSearch_action(Index.java:838)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    |#]
     
    [#|2010-09-02T13:56:28.741-0700|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=16;_ThreadName=TP-Processor3;|
    Path : C:\Users\kquiere\AppData\Local\Temp\|#]
     
    [#|2010-09-02T13:56:28.741-0700|SEVERE|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=16;_ThreadName=TP-Processor3;RENDER_RESPONSE 6;/Index.jsp;javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@f870d6];_RequestID=78139177-0f55-46b1-b297-ed58fb178371;|JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /Index.jsp) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@f870d6]|#]
     
    [#|2010-09-02T13:56:28.741-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=TP-Processor3;_RequestID=78139177-0f55-46b1-b297-ed58fb178371;|StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet threw exception
    com.sun.rave.web.ui.appbase.ApplicationException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.cleanup(ViewHandlerImpl.java:603)
    	at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
    	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.render(PartialTraversalLifecycle.java:106)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    	at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
    	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
    	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
    	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:682)
    	at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.FacesException: #{Index.btnMenuProvSearch_action}: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    	at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
    	at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    	at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
    	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
    	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    	at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
    	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    	... 31 more
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    	... 41 more
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class info.HibernateUtil
    	at kq.SessionBean1.initListAdresse(SessionBean1.java:1481)
    	at kq.SessionBean1.initZoneList(SessionBean1.java:1291)
    	at kq.Index.btnMenuProvSearch_action(Index.java:838)
    	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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)
    	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
    	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
    	... 42 more
    Sur les deux serveurs je Ping correctement sur la base de données.. les drivers sembles etre bien référencé.. je sens que la solution n'est pas loin.. c'est d'autant pls enquiquinant

    Toujours est il que l'erreur HibernateUtil est encore générée.. Peut être ces deux derniers logs vous parleront plus qu'a moi..

    Merci beaucoup..

  18. #18
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Points : 48 807
    Points
    48 807
    Par défaut
    partie 1: lazy initialisation: ton hibernate marche bien, mais tu manipule des objet hibernate en dehors de la session (celle-ci a déjà été fermée), les propriétés marquées lazy ne peuvent alors plus être chargée


    partie 2: là ça se corse
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V
    La version de asm que hibernate tente d'utiliser sur le serveur n'est pas compatible avec la version de cglib que tu tente d'utiliser. En "gros" à un moment donnée, la signature de ClassWriter a changé, et asm.jar en fourni une version alors que cglib essaie d'accéder à l'autre. C'est probablement du à une version de asm qui serait embarquée déjà dans le serveur remote est qui ne serait pas la bonne. Tu a bien une librairie asm, cglib et hibernate dans ton WEB-INF/lib pour commencr?

  19. #19
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Détails des libriairies..
    Sont présentent dans le dossiers WEB-INF/lib/ de l'application déployée chez l'hébergeur les libriaires suivantes :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
     
    antlr-2.7.6.jar
    appbase.jar
    asm-attrs.jar
    asm.jar
    cglib-2.1.3.jar
    commons-collections-2.1.1.jar
    commons-fileupload-1.0.jar
    commons-logging-1.1.jar
    dataprovider.jar
    dom4j-1.6.1.jar
    dynamicfaces.jar
    ehcache-1.2.3.jar
    errorhandler.jar
    hibernate-annotations.jar
    hibernate-commons-annotations.jar
    hibernate-entitymanager.jar
    hibernate-tools.jar
    hibernate3.jar
    javassist.jar
    jdbc2_0-stdext.jar
    jsf-extensions-common-0.1.jar
    jsf-extensions-dynamic-faces-0.1.jar
    jsfcl.jar
    json-2.jar
    jta.jar
    mysql-connector-java-5.1.6-bin.jar
    shale-remoting.jar
    sqlx.jar
    webui-jsf-suntheme.jar
    webui-jsf-suntheme_es.jar
    webui-jsf.jar
    Quand aux libriaires du répertoire glassfish/lib/ :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
     
    activation.jar
    admin-cli-ee.jar
    admin-cli.jar
    antlr-2.7.6.jar
    appserv-admin.jar
    appserv-cmp.jar
    appserv-deployment-client.jar
    appserv-ee.jar
    appserv-ext.jar
    appserv-jstl.jar
    appserv-jwsacc.jar
    appserv-launch.jar
    appserv-rt.jar
    appserv-se.jar
    appserv-tags.jar
    appserv-upgrade.jar
    appserv-ws.jar
    asm-3.1.jar
    asm-attrs.jar
    asm.jar
    cglib-2.1.3.jar
    com-sun-commons-launcher.jar
    com-sun-commons-logging.jar
    commons-collections-2.1.1.jar
    commons-logging-1.1.1.jar
    commons-modeler-2.0.1.jar
    dbschema.jar
    dom4j-1.6.1.jar
    ehcache-1.2.3.jar
    ejb3-persistence.jar
    hibernate-annotations.jar
    hibernate-commons-annotations.jar
    hibernate-entitymanager.jar
    hibernate-tools.jar
    hibernate3.jar
    j2ee-svc.jar
    j2ee.jar
    jackson-asl-0.9.4.jar
    javaee.jar
    javassist.jar
    jdbc2_0-stdext.jar
    jersey-bundle-1.0.3.1.jar
    jesmf-plugin.jar
    jettison-1.0.1.jar
    jhall.jar
    jmac-api.jar
    jmxremote_optional.jar
    jsf-impl.jar
    jsr311-api-1.0.jar
    jta.jar
    jtidy-r8-20060801.jar
    jxta.jar
    mail.jar
    mysql-connector-java-5.1.6-bin.jar
    Pack200Task.jar
    shoal-gms.jar
    sun-appserv-ant.jar
    tomcat-ajp.jar
    toplink-essentials-agent.jar
    toplink-essentials.jar
    webservices-rt.jar
    webservices-tools.jar

  20. #20
    Membre à l'essai
    Profil pro
    Inscrit en
    Août 2010
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Canada

    Informations forums :
    Inscription : Août 2010
    Messages : 37
    Points : 23
    Points
    23
    Par défaut Bingo !!!
    Problème résolu ... !! Merci pour la piste des librairies.. Y avait bien un conflit entre .jar.. Je serais un peu juste pour expliquer exactement le souci mais j'ai suivi les conseils trouvés ici : http://www.hildeberto.com/2008/05/hi...nflict-on.htmlhttp://http://www.hildeberto.com/200...nflict-on.html
    Techniquement j'ai du telecharger cglib-nodep.jar et le copier à la place de cglib-2.1.3 qui était présent sur le serveur..
    Cette opération a eut pour effet de supprimer l'erreur de "NoClassDefFoundError.. cannot initialize HibernateUtil.."

    Merci pour tout.. maintenant j'ai d'autre soucis mais rien qui ne puisse t-etre résolu..

    J'aimerais bien pouvoir vous rendre la pareil, mais mon niveau reste limité en prog.. donc le mieux que je puisse faire c'est une bière bien fraiche si vous passer dans la Riviera Maya (Playa del Carmen à une heure au sud de Cancun)

    Portez vous bien..

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. Réponses: 1
    Dernier message: 14/05/2014, 17h27
  2. Problème de connection SQL après déploiement sur IIS
    Par Beaveroli dans le forum Général Dotnet
    Réponses: 7
    Dernier message: 24/05/2007, 10h12
  3. Pb action servlet après déploiement sur Tomcat
    Par lebechen dans le forum Tomcat et TomEE
    Réponses: 2
    Dernier message: 12/10/2006, 14h09
  4. Réponses: 3
    Dernier message: 14/04/2006, 09h32
  5. Configurer une base Access sur serveur ?
    Par nerick dans le forum Access
    Réponses: 5
    Dernier message: 29/10/2005, 12h21

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo