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

Portails Java Discussion :

[2.6] [jboss 4.0.3SP1] Erreur installation [JBoss Portal]


Sujet :

Portails Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre chevronné
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Par défaut [2.6] [jboss 4.0.3SP1] Erreur installation
    Salut,

    J'ai installé Jboss 4.0.3SP1 et après quelque petits réglages de variables de type JAVA_HOME=C:\programs\jdk-1.6.0_01, ça fonctionne. J'accède à la page de gestion du serveur http://127.0.0.1:8080.

    Après cette brillante réussite, j'ai voulu installé Jboss Portal 2.6.0 en suivant la doc fournie :
    C:\temp\jboss-portal-2.6\docs\referenceGuide\html\installation.html
    L'installation du driver HSQLDB pour les tests semble ok.
    Puis l'instant fatidique est arrivé à ce point de la doc :
    Deploy: Copy the datasource descriptor file (*-ds.xml) you modified above AND the jboss-portal.sar from the download folder to JBOSS_INSTALL_DIRECTORY/server/default/deploy/.
    Je m'exécute, et j'obtient cette 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
    ===============================================================================
    .
    14:26:07,812 INFO  [Server] Starting JBoss (MX MicroKernel)...
    14:26:07,812 INFO  [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)
    14:26:07,812 INFO  [Server] Home Dir: C:\programs\jboss-4.0.3SP1
    14:26:07,812 INFO  [Server] Home URL: file:/C:/programs/jboss-4.0.3SP1/
    14:26:07,812 INFO  [Server] Patch URL: null
    14:26:07,812 INFO  [Server] Server Name: default
    14:26:07,812 INFO  [Server] Server Home Dir: C:\programs\jboss-4.0.3SP1\server\default
    14:26:07,812 INFO  [Server] Server Home URL: file:/C:/programs/jboss-4.0.3SP1/server/default/
    14:26:07,828 INFO  [Server] Server Temp Dir: C:\programs\jboss-4.0.3SP1\server\default\tmp
    14:26:07,828 INFO  [Server] Root Deployment Filename: jboss-service.xml
    14:26:08,187 INFO  [ServerInfo] Java version: 1.6.0_01,Sun Microsystems Inc.
    14:26:08,187 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0_01-b06,Sun Microsystems Inc.
    14:26:08,187 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
    14:26:08,656 INFO  [Server] Core system initialized
    14:26:09,843 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
    14:26:16,359 INFO  [AspectDeployer] Deployed AOP: file:/C:/programs/jboss-4.0.3SP1/server/default/deploy/jboss-portal.sa
    r/portal-aop.xml
    14:26:17,390 INFO  [AspectDeployer] Deployed AOP: file:/C:/programs/jboss-4.0.3SP1/server/default/deploy/jboss-portal.sa
    r/portal-wsrp.sar/wsrp-aop.xml
    14:26:17,859 ERROR [MainDeployer] Could not create deployment: file:/C:/programs/jboss-4.0.3SP1/server/default/deploy/jb
    oss-portal.sar/portal-wsrp.sar/
    org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException)
            at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:178)
            at org.jboss.system.ServiceController.install(ServiceController.java:215)
            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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
            at $Proxy4.install(Unknown Source)
            at org.jboss.deployment.SARDeployer.create(SARDeployer.java:232)
            at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935)
            at org.jboss.deployment.MainDeployer.create(MainDeployer.java:925)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
            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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
            at $Proxy6.deploy(Unknown Source)
            at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
            at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:507)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:19
    2)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:265)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
            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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
            at $Proxy0.start(Unknown Source)
            at org.jboss.system.ServiceController.start(ServiceController.java:428)
            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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
            at $Proxy4.start(Unknown Source)
            at org.jboss.deployment.SARDeployer.start(SARDeployer.java:285)
            at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
            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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
            at $Proxy5.deploy(Unknown Source)
            at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:453)
            at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
            at org.jboss.Main.boot(Main.java:187)
            at org.jboss.Main$1.run(Main.java:438)
            at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.reflect.UndeclaredThrowableException
            at org.jboss.system.ServiceCreator.install(ServiceCreator.java:203)
            at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:431)
            at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:153)
            ... 84 more
    Caused by: java.lang.NoClassDefFoundError: org/jboss/aop/JoinPointInfo
            at java.lang.Class.getDeclaredConstructors0(Native Method)
            at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
            at java.lang.Class.getConstructor0(Class.java:2699)
            at java.lang.Class.getConstructor(Class.java:1657)
            at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1217)
            at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:271)
            at org.jboss.system.ServiceCreator.install(ServiceCreator.java:137)
            ... 86 more

    J'ai fouillé un peu le forum et le Net, mais je ne trouve rien qui se rapporte à ce type d'erreur.
    L'un d'entre vous à t'il une petite idée.

    Merci d'avance.

  2. #2
    Membre émérite Avatar de XmasRock
    Inscrit en
    Janvier 2007
    Messages
    729
    Détails du profil
    Informations forums :
    Inscription : Janvier 2007
    Messages : 729
    Par défaut
    ouille ouille ouille ...

    Utilises un jdk5 et JBoss AS 4.2 ou 4.0.5 tu auras moins de problèmes.

  3. #3
    Membre éprouvé
    Inscrit en
    Mars 2007
    Messages
    83
    Détails du profil
    Informations forums :
    Inscription : Mars 2007
    Messages : 83
    Par défaut
    J'allais le dire

    Ici tu as un probleme de version de JBoss AS (la doc dit bien que 4.0.5 et 4.2 sont les versions supportees).

    Installe aussi une JDK 1.4 ou JDK 5 par la meme occasion

  4. #4
    Membre chevronné
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Par défaut
    Salut,

    Merci pour ce début de piste, j'ai commencé à creuser, et le fait de passer en JDK 1.4.2 ne change rien.

    Je vais donc tester la version Jboss AS 4.2.0.GA, et je vous tient au courant.

    A+

  5. #5
    Membre chevronné
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Par défaut
    Salut,

    J'ai essayé avec JDK 1.5 et 1.6 et j'ai le même symptôme :

    Voilà l'environnement de Jboss au démarrage
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
     
      JBoss Bootstrap Environment
     
      JBOSS_HOME: C:\programs\jboss-4.2.0.GA
     
      JAVA: C:\programs\jdk-1.6.0_01\bin\java
     
      JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcIn
     
      CLASSPATH: C:\programs\jdk-1.6.0_01\lib\tools.jar;C:\programs\jboss-4.2.0.GA\bin\run.jar
    Aucun navigateur ne répond à http://127.0.0.1:8080/ ou http://127.0.0.1:8080/portal Page blanche, pas d'erreur, pas de réaction.
    C'est la misère.....
    Dans la console j'ai qq alertes que voici
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    18:14:40,187 INFO  [TomcatDeployer] deploy, ctxPath=/portal-jsp-samples, warUrl=.../deploy/jboss-portal.sar/samples/portal-jsp-samples.war/
    18:14:40,359 WARN  [config] Unable to process deployment descriptor for context 'null'
    18:14:40,593 INFO  [TomcatDeployer] deploy, ctxPath=/portal-news-samples, warUrl=.../deploy/jboss-portal.sar/samples/portal-news-samples.war/
    18:14:40,765 WARN  [config] Unable to process deployment descriptor for context 'null'
    18:14:41,015 INFO  [TomcatDeployer] deploy, ctxPath=/portal-weather-samples, warUrl=.../deploy/jboss-portal.sar/samples/portal-weather-samples.war/
    18:14:41,156 WARN  [config] Unable to process deployment descriptor for context 'null'
    18:14:41,375 INFO  [TomcatDeployer] deploy, ctxPath=/widget, warUrl=.../deploy/jboss-portal.sar/widget.war/
    et puis tout à la fin les dernières lignes de la console
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    :14:58,687 INFO  [Configuration] Configured SessionFactory: null
    :14:58,703 INFO  [Configuration] configuring from url: file:/C:/programs/jboss-4.2.0.GA/server/default/deploy/jboss-portal.sar/conf/hibernate/portlet/hibernate.cfg.xml
    :14:58,718 INFO  [Configuration] Reading mappings from resource : conf/hibernate/portlet/domain.hbm.xml
    :14:58,734 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentPortletState -> JBP_PORTLET_STATE
    :14:58,734 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentPortletStateEntry -> JBP_PORTLET_STATE_ENTRY
    :14:58,734 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentPortletStateEntry.strings -> JBP_PORTLET_STATE_ENTRY_VALUE
    :14:58,734 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentConsumerGroup -> JBP_PORTLET_GROUP
    :14:58,734 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentConsumer -> JBP_PORTLET_CONSUMER
    :14:58,750 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentRegistration -> JBP_PORTLET_REG
    :14:58,750 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentRegistration.persistentProperties -> JBP_PORTLET_REG_PROPERTIES
    :14:58,750 INFO  [Configuration] Configured SessionFactory: null
    :14:58,781 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=PortalDS' to JNDI name 'java:PortalDS'
    J'espère que c'est une connerie que j'ai pas vue, mais si l'un d'entre vous à une info, ce sera avec plaisir.

    A+

  6. #6
    Membre éprouvé
    Inscrit en
    Mars 2007
    Messages
    83
    Détails du profil
    Informations forums :
    Inscription : Mars 2007
    Messages : 83
    Par défaut
    Je ne sais pas ce que tu as fait.

    Repars from scratch avec JDK 5 et JBoss AS 4.2.0, franchement sans sacvoir ce que tu as fais c'est difficile de t'aider la.

    Et sinon prend la version bundle (JBoss AS 4.0.5 + JBoss Portal) et lance le avec ta jdk 5. Honnetement on peut pas plus simple il suffit de dezipper et lancer bin/run.bat.

  7. #7
    Membre chevronné
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Par défaut
    Salut,

    Je te remercie pour ce constat qui me consterne moi même, mais malheureusement je dois impérativement installer à terme, Jboss server et Jboss portal dans un environnement de production existant. Ce qui m'oblige à procéder à une MAJ de jboss server 4.0.3sp1 à 4.2.0., ainsi qu'une MAJ de JAVA.
    Mais je vais suivre ton conseil, et je vais tester sur une machine propre et tout réinstaller de base.

    Pour cela j'ai téléchargé :

    Jboss 4.2.0.GA:
    http://sourceforge.net/project/showf...ease_id=456223

    et JDK 5.0 Update 12 :
    https://sdlc4a.sun.com/ECom/EComActi...B87340C4797908

    et enfin jboss Portal 2.6 (binary package):
    http://labs.jboss.com/jbossportal/download/index.html

    Je vous tiens informé de la suite du film.

    A+

  8. #8
    Membre éprouvé
    Inscrit en
    Mars 2007
    Messages
    83
    Détails du profil
    Informations forums :
    Inscription : Mars 2007
    Messages : 83
    Par défaut
    Dans ce cas tu peux aussi passer a JBoss 4.0.5 et rester sur du JDK 1.4.

    Si tu pars du binaire il suffit de copier jboss-portal.sar et le datasource descriptor dans le repertoire deploy.

  9. #9
    Membre chevronné
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Par défaut
    Salut,

    Alors, avec les produits précédement cités, j'ai refait mon installation, et là ça ne fonctionnait toujours pas !!!

    Il se trouve que le problème venait du connecteur BDD que j'utilisait.

    En effet je devais faire mes tests en local avec Hsqldb 1.7.1 !!! Ben ça plante.

    Mettre à jour ? pas possible à caue d'une vieille appli que les "dev" veulent même pas toucher. Alors je me suis fendu d'un schéma de test sur une basounette Oracle 9i qui passait par là et après une petite config du Datasource (portal-oracle-ds.xml) dans C:\programs\jboss-4.2.0.GA\server\default\deploy comme ça :
    <datasources>
    <local-tx-datasource>
    <jndi-name>PortalDS</jndi-name>
    <connection-url>jdbc:oracle:thin: (name)/(pwd)@(servername):1521: (BaseName)</connection-url>
    <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
    <user-name>(name)</user-name>
    <password>(pwd)</password>
    </local-tx-datasource>
    </datasources>
    CA FONCTIONNE .......... presque!!!!!!!!!

    Bon là je suis sérieux, tout se passe bien, sauf la partie CMS, qui est celle qui m'intéresse pour l'instant.
    Voilà l'erreur que je récupère au démarrage dans la console:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    15:06:38,734 WARN  [ServiceController] Problem starting service portal:service=CMS
    javax.jcr.NamespaceException: failed to register namespace portalcms -> http://jboss.org/jcr/portalcms: mapping already exists
            at org.apache.jackrabbit.core.NamespaceRegistryImpl.registerNamespace(NamespaceRegistryImpl.java:287)
            at org.jboss.portal.cms.impl.jcr.jackrabbit.JackrabbitJCRService.registerCustomNodeTypes(JackrabbitJCRService.java:184)
            at org.jboss.portal.cms.impl.jcr.jackrabbit.JackrabbitJCRService.start(JackrabbitJCRService.java:112)
            at org.jboss.portal.cms.impl.jcr.JCRCMS.startJCR(JCRCMS.java:350)
            at org.jboss.portal.cms.impl.jcr.JCRCMS.startService(JCRCMS.java:315)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
            at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
            at org.jboss.portal.jems.as.system.AbstractJBossService.start(AbstractJBossService.java:73)
            at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
    Et ensuite quand j'accède à http://localhost:8080/portal/auth/portal/admin/CMS je reçois l'erreur suivante dans le navigateur :
    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
    An error occured  
     ERROR
    Cause: java.lang.RuntimeException: java.lang.NullPointerException
    Message: java.lang.NullPointerException
    StackTrace: 
    java.lang.RuntimeException: java.lang.NullPointerException
    	at org.jboss.portal.cms.impl.jcr.JCRCMS.execute(JCRCMS.java:561)
    	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:585)
    	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    Alors si vous pouviez m'éclairer..., ça m'aiderait grandement.

    A+

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. erreur installation jboss Developer Studio 4.2.0 GA
    Par soukeina1 dans le forum Wildfly/JBoss
    Réponses: 0
    Dernier message: 17/05/2014, 19h03
  2. Erreur Install Lilo/grub
    Par t_om84 dans le forum Administration système
    Réponses: 8
    Dernier message: 04/10/2007, 12h21
  3. [ASE 15.0]Erreur installation
    Par bernard69 dans le forum Adaptive Server Enterprise
    Réponses: 6
    Dernier message: 06/05/2007, 17h59
  4. Erreur install runtime
    Par stigma dans le forum Runtime
    Réponses: 1
    Dernier message: 24/05/2006, 08h41
  5. Erreur installation impossible ..
    Par ronando dans le forum PostgreSQL
    Réponses: 4
    Dernier message: 29/07/2005, 11h20

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