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

Glassfish et Payara Java Discussion :

Déploiement de 2 ear sous NetBeans


Sujet :

Glassfish et Payara Java

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2003
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2003
    Messages : 18
    Points : 13
    Points
    13
    Par défaut Déploiement de 2 ear sous NetBeans
    Salut,
    J'ai un serveur d'application GalssFish que j'utilise avec NetBeans et Maven. Mon projet comprend un EJB et un Core.
    Quand je lance le Run sur l'EJB ca marche nickel (pas d'erreurs). Je lance ensuite le Run sur le Core et là il me déploie le Core (tout marche bien) mais undeploy l'EJB !!! J'arrive pas à déployer les deux en même temps sous NetBeans (ce qui pose problème le core utilisant bien sûr l'EJB).

    Quand je regarde les logs j'ai ça :
    NetBeans: Deploying on GlassFish V2
    debug mode: false
    force redeploy: true
    Undeploying ...
    Que faut-il faire ? Merci beaucoup

  2. #2
    Membre émérite
    Avatar de alexismp
    Homme Profil pro
    Inscrit en
    Janvier 2005
    Messages
    1 503
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Janvier 2005
    Messages : 1 503
    Points : 2 777
    Points
    2 777
    Par défaut
    le déploiement d'un EAR provoque l'undeploy d'un autre??
    qu'y-a-t-il dans le log de GlassFish (domains/domain1/logs/server.log)?
    tu peux éventuellement positionner le niveau de log de "deployment" de GlassFish à FINE pour en savoir plus.

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2003
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2003
    Messages : 18
    Points : 13
    Points
    13
    Par défaut
    le déploiement d'un EAR provoque l'undeploy d'un autre??
    Oui c'est ça. Pourtant séparément les deux se déploient.

    Voici les logs lorsque je déploie l'EJB alors que j'avais déjà déployé le Core (et bien évidement il m'a undeploy le Core) :

    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
    [#|2009-01-09T11:13:12.795+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.netcentrex.sts.   .0   ] INFO  package net.netcentrex.sts.core.application startup|#]
     
    [#|2009-01-09T11:13:12.795+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.netcentrex.sts.   .0   ] INFO  booting application StsCore|#]
     
    [#|2009-01-09T11:15:01.654+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.netcentrex.sts.   .108859] INFO  package net.netcentrex.sts.core.application shutdown|#]
     
    [#|2009-01-09T11:15:01.654+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.netcentrex.sts.   .108859] INFO  stopping application StsCore|#]
     
    [#|2009-01-09T11:15:02.591+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;D:\Documents and Settings\gsporn\Local Settings\Temp\s1astempdomain1server-1036455939\StsCoreSFTP-1.0.0.ear;|ADM1006:Uploading the file to:[D:\Documents and Settings\gsporn\Local Settings\Temp\s1astempdomain1server-1036455939\StsCoreSFTP-1.0.0.ear]|#]
     
    [#|2009-01-09T11:15:04.060+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-82;|deployed with moduleid = StsCoreSFTP-1.0.0|#]
     
    [#|2009-01-09T11:15:04.170+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;ApplicationDeployEvent -- enable StsCoreSFTP-1.0.0;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- enable StsCoreSFTP-1.0.0]|#]
     
    [#|2009-01-09T11:15:04.763+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
     
    [#|2009-01-09T11:15:05.295+0100|INFO|sun-appserver9.1|javax.enterprise.system.core.transaction|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;55918;|JTS5014: Recoverable JTS instance, serverId = [55918]|#]
     
    [#|2009-01-09T11:15:05.341+0100|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|About to load the system app: MEjbApp|#]
     
    [#|2009-01-09T11:15:05.482+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
     
    [#|2009-01-09T11:15:05.482+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
     
    [#|2009-01-09T11:15:05.482+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
     
    [#|2009-01-09T11:15:05.482+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
     
    [#|2009-01-09T11:15:05.482+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
     
    [#|2009-01-09T11:15:05.482+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
     
    [#|2009-01-09T11:15:05.810+0100|INFO|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
     
    [#|2009-01-09T11:15:05.810+0100|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|About to load the system app: __ejb_container_timer_app|#]
     
    [#|2009-01-09T11:15:06.170+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
     
    [#|2009-01-09T11:15:06.170+0100|INFO|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
     
    [#|2009-01-09T11:15:06.232+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
     
    [#|2009-01-09T11:15:06.232+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
     
    [#|2009-01-09T11:15:06.232+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
     
    [#|2009-01-09T11:15:06.232+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
     
    [#|2009-01-09T11:15:06.232+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
     
    [#|2009-01-09T11:15:06.232+0100|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
     
    [#|2009-01-09T11:15:06.232+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|**RemoteBusinessJndiName: SFTPservice; remoteBusIntf: net.netcentrex.sts.core.services.sftp.SFTPControl|#]
     
    [#|2009-01-09T11:15:06.248+0100|INFO|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;StsCoreSFTP-1.0.0;|LDR5010: All ejb(s) of [StsCoreSFTP-1.0.0] loaded successfully!|#]
     
    [#|2009-01-09T11:15:06.326+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.netcentrex.sts.   .0   ] INFO  package net.netcentrex.sts.core.application constructed|#]
     
    [#|2009-01-09T11:15:06.357+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.netcentrex.sts.   .31  ] INFO  package net.netcentrex.sts.core.application startup|#]
     
    [#|2009-01-09T11:15:06.357+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.netcentrex.sts.   .31  ] INFO  booting application StsCore|#]
     
    [#|2009-01-09T11:15:06.357+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|constructor net.netcentrex.sts.core.services.sftp.SFTPImpl$SFTPinner@135b6f|#]
     
    [#|2009-01-09T11:15:06.357+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
     
    [httpWorkerThread-55741-0.services.sftp.   .31  ] INFO  package net.netcentrex.sts.core.services.sftp constructed|#]
     
    [#|2009-01-09T11:15:06.904+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.services.sftp.   .578 ] INFO  package net.netcentrex.sts.core.services.sftp starting|#]
     
    [#|2009-01-09T11:15:06.966+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.simpl.SimpleThreadPool.   .640 ] INFO  Job execution threads will use class loader of thread: httpWorkerThread-55741-0|#]
     
    [#|2009-01-09T11:15:06.998+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.core.QuartzScheduler.   .672 ] INFO  Quartz Scheduler v.1.6.0 created.|#]
     
    [#|2009-01-09T11:15:06.998+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.simpl.RAMJobStore.   .672 ] INFO  RAMJobStore initialized.|#]
     
    [#|2009-01-09T11:15:06.998+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.impl.StdSchedulerFactory.   .672 ] INFO  Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'|#]
     
    [#|2009-01-09T11:15:06.998+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.impl.StdSchedulerFactory.   .672 ] INFO  Quartz scheduler version: 1.6.0|#]
     
    [#|2009-01-09T11:15:07.013+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.services.sftp.   .672 ] INFO  scheduler created org.quartz.impl.StdScheduler@1f1937e DefaultQuartzScheduler|#]
     
    [#|2009-01-09T11:15:07.013+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.services.sftp.   .687 ] INFO  job scheduled |#]
     
    [#|2009-01-09T11:15:07.013+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.core.QuartzScheduler.   .687 ] INFO  Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.|#]
     
    [#|2009-01-09T11:15:07.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpWorkerThread-55741-0;|
    [httpWorkerThread-55741-0.services.sftp.   .687 ] INFO  scheduler started|#]
     
    [#|2009-01-09T11:15:07.045+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=DefaultQuartzScheduler_QuartzSchedulerThread;|
    [DefaultQuartzScheduler_QuartzSchedulerThread.simpl.SimpleJobFactory.   .719 ] DEBUG Producing instance of Job 'SFTPooo.SFTPooo', class=net.netcentrex.sts.core.services.sftp.SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:07.045+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=19;_ThreadName=DefaultQuartzScheduler_Worker-1;|
    [DefaultQuartzScheduler_Worker-1.core.JobRunShell.   .719 ] DEBUG Calling execute on job SFTPooo.SFTPooo|#]
     
    [#|2009-01-09T11:15:07.045+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=19;_ThreadName=DefaultQuartzScheduler_Worker-1;|
    [DefaultQuartzScheduler_Worker-1.services.sftp.   .719 ] INFO  Job package net.netcentrex.sts.core.services.sftp/SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:07.045+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=19;_ThreadName=DefaultQuartzScheduler_Worker-1;|
    [DefaultQuartzScheduler_Worker-1.services.sftp.   .719 ] INFO  Job package net.netcentrex.sts.core.services.sftp|#]
     
    [#|2009-01-09T11:15:07.091+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=19;_ThreadName=DefaultQuartzScheduler_Worker-1;|<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <sftprctask/>
    |#]
     
    [#|2009-01-09T11:15:17.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=DefaultQuartzScheduler_QuartzSchedulerThread;|
    [DefaultQuartzScheduler_QuartzSchedulerThread.simpl.SimpleJobFactory.   .10703] DEBUG Producing instance of Job 'SFTPooo.SFTPooo', class=net.netcentrex.sts.core.services.sftp.SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:17.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=20;_ThreadName=DefaultQuartzScheduler_Worker-2;|
    [DefaultQuartzScheduler_Worker-2.core.JobRunShell.   .10703] DEBUG Calling execute on job SFTPooo.SFTPooo|#]
     
    [#|2009-01-09T11:15:17.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=20;_ThreadName=DefaultQuartzScheduler_Worker-2;|
    [DefaultQuartzScheduler_Worker-2.services.sftp.   .10703] INFO  Job package net.netcentrex.sts.core.services.sftp/SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:17.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=20;_ThreadName=DefaultQuartzScheduler_Worker-2;|
    [DefaultQuartzScheduler_Worker-2.services.sftp.   .10703] INFO  Job package net.netcentrex.sts.core.services.sftp|#]
     
    [#|2009-01-09T11:15:17.045+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=20;_ThreadName=DefaultQuartzScheduler_Worker-2;|<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <sftprctask/>
    |#]
     
    [#|2009-01-09T11:15:27.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=DefaultQuartzScheduler_QuartzSchedulerThread;|
    [DefaultQuartzScheduler_QuartzSchedulerThread.simpl.SimpleJobFactory.   .20703] DEBUG Producing instance of Job 'SFTPooo.SFTPooo', class=net.netcentrex.sts.core.services.sftp.SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:27.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=DefaultQuartzScheduler_Worker-3;|
    [DefaultQuartzScheduler_Worker-3.core.JobRunShell.   .20703] DEBUG Calling execute on job SFTPooo.SFTPooo|#]
     
    [#|2009-01-09T11:15:27.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=DefaultQuartzScheduler_Worker-3;|
    [DefaultQuartzScheduler_Worker-3.services.sftp.   .20703] INFO  Job package net.netcentrex.sts.core.services.sftp/SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:27.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=DefaultQuartzScheduler_Worker-3;|
    [DefaultQuartzScheduler_Worker-3.services.sftp.   .20703] INFO  Job package net.netcentrex.sts.core.services.sftp|#]
     
    [#|2009-01-09T11:15:27.045+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=DefaultQuartzScheduler_Worker-3;|<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <sftprctask/>
    |#]
     
    [#|2009-01-09T11:15:37.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=DefaultQuartzScheduler_QuartzSchedulerThread;|
    [DefaultQuartzScheduler_QuartzSchedulerThread.simpl.SimpleJobFactory.   .30703] DEBUG Producing instance of Job 'SFTPooo.SFTPooo', class=net.netcentrex.sts.core.services.sftp.SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:37.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=22;_ThreadName=DefaultQuartzScheduler_Worker-4;|
    [DefaultQuartzScheduler_Worker-4.core.JobRunShell.   .30703] DEBUG Calling execute on job SFTPooo.SFTPooo|#]
     
    [#|2009-01-09T11:15:37.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=22;_ThreadName=DefaultQuartzScheduler_Worker-4;|
    [DefaultQuartzScheduler_Worker-4.services.sftp.   .30703] INFO  Job package net.netcentrex.sts.core.services.sftp/SFTPMasterJob|#]
     
    [#|2009-01-09T11:15:37.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=22;_ThreadName=DefaultQuartzScheduler_Worker-4;|
    [DefaultQuartzScheduler_Worker-4.services.sftp.   .30703] INFO  Job package net.netcentrex.sts.core.services.sftp|#]
     
    [#|2009-01-09T11:15:37.029+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=22;_ThreadName=DefaultQuartzScheduler_Worker-4;|<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <sftprctask/>
    |#]

  4. #4
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2003
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2003
    Messages : 18
    Points : 13
    Points
    13
    Par défaut
    Je remonte le problème car j'ai toujours pas trouvé de solution. Apparament le problème viendrais plutôt de NetBeans qui force l'undeploiement des ear déjà déployé.
    Mais j'arrive pas à trouver où enlever ça !!!
    Dans les logs j'ai : "force redeploy: true"
    Impossible de trouver ou changer ça.

  5. #5
    Membre émérite
    Avatar de alexismp
    Homme Profil pro
    Inscrit en
    Janvier 2005
    Messages
    1 503
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Janvier 2005
    Messages : 1 503
    Points : 2 777
    Points
    2 777
    Par défaut
    Ton log montre que ton "core" est bien chargé :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    [#|2009-01-09T11:15:04.060+0100| xxx |deployed with moduleid = StsCoreSFTP-1.0.0|#]
    et bien démarré :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    [#|2009-01-09T11:15:06.248+0100| xxx |LDR5010: All ejb(s) of [StsCoreSFTP-1.0.0] loaded successfully!|#]

  6. #6
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2003
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2003
    Messages : 18
    Points : 13
    Points
    13
    Par défaut
    J'ai recréé les projets en partant de NetBeans (avant ils étaient crée sous Eclipse). Là ça marche. Pourtant y a aucune différence dans le code.

  7. #7
    Membre émérite
    Avatar de alexismp
    Homme Profil pro
    Inscrit en
    Janvier 2005
    Messages
    1 503
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Janvier 2005
    Messages : 1 503
    Points : 2 777
    Points
    2 777
    Par défaut
    Hum... si tu as le temps n'hésites pas à signler le problème sur https://glassfish.dev.java.net/servlets/ProjectIssues avec un "diff" des artefacts.

Discussions similaires

  1. Déploiement d'un .ear sous GlassFish
    Par mysianne dans le forum Glassfish et Payara
    Réponses: 0
    Dernier message: 24/04/2013, 11h30
  2. Déploiement et gestion ear sous JOnAs
    Par screenvlf dans le forum JOnAS
    Réponses: 10
    Dernier message: 17/03/2009, 08h37
  3. un fichier ear sous netbeans
    Par walido dans le forum NetBeans
    Réponses: 0
    Dernier message: 24/11/2008, 17h56
  4. Pb de déploiement des EJB sous Netbeans 6.1
    Par krisnet dans le forum NetBeans
    Réponses: 3
    Dernier message: 09/07/2008, 21h53
  5. [débutant] Problème de déploiement d'EJB3 sous NetBeans
    Par Olivier BEZES dans le forum Glassfish et Payara
    Réponses: 3
    Dernier message: 04/02/2008, 14h02

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