7 Replies Latest reply on Oct 24, 2011 4:18 AM by marantis

    Having problems with starting GateIn - 3.2.0

    avetis123

      Hi,

       

      I'm having peroblems when trying to start GAetIn-3.2.0.

      Below is what I'm seeing in the Log.

       

      10:39:23,877 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary

      of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS IN ERROR:

        Deployment "vfs:///C:/GateIn320/GateIn-3.2.0/server/default/deploy/gatein-wsrp-integration.ear" is in error due to the following reason(s)

      : org.apache.ws.commons.schema.XmlSchemaException: Unable to locate imported document at 'http://www.w3.org/2001/xml.xsd', relative to 'vfs:

      /C:/GateIn320/GateIn-3.2.0/server/default/deploy/gatein-wsrp-integration.ear/wsrp-producer-2.1.0-Beta04.war/WEB-INF/wsdl/wsrp-2.0-types.xsd'

      .

       

              at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]

              at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]

              at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]

              at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.

      2]

              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.

      0.Final]

       

      Is there any documentation  on how to start and run GateIn-3.20=.0

       

      Avet.

        • 1. Re: Having problems with starting GateIn - 3.2.0
          avetis123

          Hi,

           

          I removed from ../default/deploy folder all gatein-sample*.* files and DEPLOYMENTS IN ERROR: message disapperared.

           

          AM.

          • 2. Re: Having problems with starting GateIn - 3.2.0
            namrata.hangal

            Hi Avet,

             

            Any luck with your issue?

            I downloaded the GateIn 3.2 + Jboss AS 6 package but am not able to start the portal.

             

            I get the following error

             

            10:11:15,890 ERROR [RootContainer] Cannot create the portal container 'portal' . ServletContext: org.apache.catalina.core.ApplicationContextFacade@1f478bf: org.picocontainer.PicoIntrospectionException: Failed when calling start on org.exoplatform.services.jcr.impl.RepositoryServiceImpl@1f20640

                at org.exoplatform.container.LifecycleVisitor.traverse(LifecycleVisitor.java:136) [:2.3.0-CR2]

                at org.exoplatform.container.LifecycleVisitor.start(LifecycleVisitor.java:170) [:2.3.0-CR2]

                at org.exoplatform.container.ConcurrentPicoContainer.start(ConcurrentPicoContainer.java:554) [:2.3.0-CR2]

                at org.exoplatform.container.ExoContainer.start(ExoContainer.java:225) [:2.3.0-CR2]

                at org.exoplatform.container.PortalContainer.start(PortalContainer.java:667) [:2.3.0-CR2]

                at org.exoplatform.container.ExoContainer.start(ExoContainer.java:213) [:2.3.0-CR2]

                at org.exoplatform.container.RootContainer.createPortalContainer(RootContainer.java:399) [:2.3.0-CR2]

                at org.exoplatform.container.RootContainer.createPortalContainers(RootContainer.java:287) [:2.3.0-CR2]

                at org.exoplatform.container.web.PortalContainerCreator$2.run(PortalContainerCreator.java:74) [:2.3.0-CR2]

                at org.exoplatform.container.web.PortalContainerCreator$2.run(PortalContainerCreator.java:71) [:2.3.0-CR2]

                at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_27]

                at org.exoplatform.commons.utils.SecurityHelper.doPrivilegedAction(SecurityHelper.java:284) [:2.3.0-CR2]

                at org.exoplatform.container.web.PortalContainerCreator.contextInitialized(PortalContainerCreator.java:70) [:2.3.0-CR2]

                at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3369) [:6.0.0.Final]

                at org.apache.catalina.core.StandardContext.start(StandardContext.java:3828) [:6.0.0.Final]

                at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:294) [:6.0.0.Final]

                at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146) [:6.0.0.Final]

                at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:477) [:6.0.0.Final]

                at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) [:6.0.0.Final]

                at org.jboss.web.deployers.WebModule.start(WebModule.java:95) [:6.0.0.Final]

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_27]

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_27]

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_27]

                at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_27]

                at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) [:6.0.0.GA]

                at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) [:6.0.0.GA]

                at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) [:6.0.0.GA]

                at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:271) [:6.0.0.GA]

                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:670) [:6.0.0.GA]

                at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206) [:2.2.0.GA]

                at $Proxy41.start(Unknown Source)    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:53) [:2.2.0.GA]

                at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:41) [:2.2.0.GA]

                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:301) [:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:182) [:2.2.0.GA]

                at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58) [:2.2.0.GA]

                at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) [:2.2.0.GA]

                at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55) [:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1571) [:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1603) [:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.GA]

                at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.GA]

                at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679) [:2.2.0.GA]

                at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106) [:6.0.0.Final]

                at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:143) [:0.2.2]

                at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:151) [:0.2.2]

                at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94) [:0.2.2]

                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]

                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]

                at org.jboss.profileservice.dependency.ProfileActivationWrapper$BasicProfileActivation.start(ProfileActivationWrapper.java:190) [:0.2.2]

                at org.jboss.profileservice.dependency.ProfileActivationWrapper.start(ProfileActivationWrapper.java:87) [:0.2.2]

                at org.jboss.profileservice.dependency.ProfileActivationService.activateProfile(ProfileActivationService.java:215) [:0.2.2]

                at org.jboss.profileservice.dependency.ProfileActivationService.activate(ProfileActivationService.java:159) [:0.2.2]

                at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:112) [:0.2.2]

                at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:87) [:0.2.2]

                at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:91) [:0.2.2]

                at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:132) [:6.0.0.Final]

                at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]

                at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

            Caused by: java.lang.RuntimeException: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.exoplatform.services.jcr.impl.core.RepositoryImpl.login(Ljavax/jcr/Credentials;Ljava/lang/String;)Ljavax/jcr/Session;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/exoplatform/services/jcr/impl/core/RepositoryImpl, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/jcr/Repository have different Class objects for the type javax/jcr/Credentials used in the signature

                at org.exoplatform.services.jcr.impl.RepositoryServiceImpl.start(RepositoryServiceImpl.java:291) [:1.14.0-CR2]

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_27]

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_27]

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_27]

                at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_27]

                at org.exoplatform.container.LifecycleVisitor.traverse(LifecycleVisitor.java:100) [:2.3.0-CR2]

                ... 94 more

            Caused by: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.exoplatform.services.jcr.impl.core.RepositoryImpl.login(Ljavax/jcr/Credentials;Ljava/lang/String;)Ljavax/jcr/Session;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/exoplatform/services/jcr/impl/core/RepositoryImpl, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/jcr/Repository have different Class objects for the type javax/jcr/Credentials used in the signature

                at org.exoplatform.services.jcr.impl.RepositoryContainer.registerRepositoryComponents(RepositoryContainer.java:695) [:1.14.0-CR2]

                at org.exoplatform.services.jcr.impl.RepositoryContainer.registerComponents(RepositoryContainer.java:632) [:1.14.0-CR2]

                at org.exoplatform.services.jcr.impl.RepositoryContainer.<init>(RepositoryContainer.java:153) [:1.14.0-CR2]

                at org.exoplatform.services.jcr.impl.RepositoryServiceImpl.createRepository(RepositoryServiceImpl.java:149) [:1.14.0-CR2]

                at org.exoplatform.services.jcr.impl.RepositoryServiceImpl.init(RepositoryServiceImpl.java:333) [:1.14.0-CR2]

                at org.exoplatform.services.jcr.impl.RepositoryServiceImpl.start(RepositoryServiceImpl.java:277) [:1.14.0-CR2]

                ... 99 more

             

            10:11:15,912 WARN  [RootContainer] The portal container 'sample-portal' doesn't not exist or it has not yet been registered, please check your PortalContainerDefinitions and the loading order.

            10:11:15,912 WARN  [RootContainer] The portal container 'portal' doesn't not exist or it has not yet been registered, please check your PortalContainerDefinitions and the loading order.

             

            When I point my browser to http://localhost:8080/portal, the browser goes blank..

             

            Any pointers on this issue?

            Anyone?

             

            Regards,

            Namrata

            • 3. Re: Having problems with starting GateIn - 3.2.0
              marantis

              Same here! GateIn 6.2 + JBoss 6 Bundle (GateIn-3.2.0-M01-jbossas6.zip) doesn't run on a local WinXP Pro-SP3 + JDK6 installation (without connection to the internet, no local firewall, fresh bootet pc, no other server apps), get just different exceptions when starting JB6/GI3.2 with the run.bat ...

               

              boot.log

               

              Exception 1

               

              ERROR [AbstractKernelController] Error installing to Real: name=vfs:///C:/dev/java/products/gatein3.2/server/default/deploy/gatein-wsrp-integration.ear state=PreReal mode=Manual requiredState=Real: org.jboss.deployers.spi.DeploymentException: Error during deploy: vfs:///C:/dev/java/products/gatein3.2/server/default/deploy/gatein-wsrp-integration.ear/wsrp-producer-2.1.0-Beta04.war/

                  at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49) [:2.2.0.GA]

              ...

              Caused by: java.net.ConnectException: Connection timed out: connect

                  at java.net.PlainSocketImpl.socketConnect(Native Method) [:1.6.0_27]

               

               

              Exception2 (2x)

              ----------------

              ERROR [RepositoryServiceImpl] Error start repository service: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.exoplatform.services.jcr.impl.core.RepositoryImpl.login(Ljavax/jcr/Credentials;Ljava/lang/String;)Ljavax/jcr/Session;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/exoplatform/services/jcr/impl/core/RepositoryImpl, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/jcr/Repository have different Class objects for the type javax/jcr/Credentials used in the signature

                  at org.exoplatform.services.jcr.impl.RepositoryContainer.registerRepositoryComponents(RepositoryContainer.java:695) [:1.14.0-CR2]

              ...

              Caused by: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.exoplatform.services.jcr.impl.core.RepositoryImpl.login(Ljavax/jcr/Credentials;Ljava/lang/String;)Ljavax/jcr/Session;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/exoplatform/services/jcr/impl/core/RepositoryImpl, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/jcr/Repository have different Class objects for the type javax/jcr/Credentials used in the signature

                  at org.exoplatform.services.jcr.impl.RepositoryContainer.registerRepositoryComponents(RepositoryContainer.java:695) [:1.14.0-CR2]

               

               

              server.log

               

              ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

               

              DEPLOYMENTS IN ERROR:

                Deployment "vfs:///C:/dev/java/products/gatein3.2/server/default/deploy/gatein-wsrp-integration.ear" is in error due to the following reason(s): java.net.ConnectException: Connection timed out: connect

               

                  at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]

                  at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]

                  at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]

                  at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]

                  at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]

                  at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]

                  at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

                  at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

                  at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

               

               

              ... on the same pc the bundle GateIn3.1 + JB5 works fine.

               

              please help

              thx

              • 4. Re: Having problems with starting GateIn - 3.2.0
                marantis

                in another thread here exist the hint to add a proxy configuration. iv'e tried it out but it's no solution!

                 

                iv'e added in the [JB_HOME]\bin\run.conf

                 

                JAVA_OPTS="$JAVA_OPTS -Dhttp.proxyHost=my.webproxy -Dhttp.proxyPort=8080"

                 

                and/or in the [JB_HOME]\bin\run.conf.bat

                 

                set "JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=my.webproxy -Dhttp.proxyPort=8080"

                 

                but JBoss6/GateIn3.2 has still the same problems to start like before.

                (for other java applications this jre proxy options works fine)

                • 5. Re: Having problems with starting GateIn - 3.2.0
                  mstruk

                  Connection timeout issue is a known bug in 3.2.0.M01 release. That's a milestone release of current development branch (trunk).

                   

                  Please try with the trunk, and report if the issue persists.

                   

                  Here are the build instructions: http://anonsvn.jboss.org/repos/gatein/portal/trunk/README.txt

                  • 6. Re: Having problems with starting GateIn - 3.2.0
                    marantis

                    Over HTTP i've gotten this message

                     

                    Update

                    D:\dev\java\Products\JBoss\GateIn\GateIn-3.2\src\trunk

                    Checksum mismatch for

                    'D:\dev\java\Products\JBoss\GateIn\GateIn-3.2\src\trunk\docs\reference-guide\en-US\images\PortletDevelopment\Standard\jsf_portlet\exploded.gif':

                     

                       expected:  471754d5c9a60fb0cf65ab4c502b83e6

                         actual:  4b45c98a58771781660c2ba261af3bd5

                     

                     

                    Over SVN i've gotten this message

                     

                    Command: Checkout from svn://anonsvn.jboss.org/repos/gatein/portal/trunk, revision HEAD, Fully recursive, Externals included 

                    Error: Unable to connect to a repository at URL 

                    Error:  'svn://anonsvn.jboss.org/repos/gatein/portal/trunk' 

                    Error: Network connection was closed!

                    Completed!:

                     

                     

                    The problem is, that different internet providers "shrink" and manipulate the gif/jpg files over http like VODAFONE using umts in germany! i know, it's not your problem, but a typical problem when internet provider means they have to manipulate the downloaded content! I HATE VODAPHONE! TIME TO GET A NEW PROVIDER!

                     

                    But it would be nice if you'll open the original subversion protocoll (svn://) in the future, too. Exactly to solve/prevent problems like this.

                    • 7. Re: Having problems with starting GateIn - 3.2.0
                      marantis

                      i've now build the GateIn 3.2-m02 from the svn repository (trunk, build 7840) and problems still exists!

                       

                      if i try to start with proxy options in the config files (run.conf.bat and/or run.conf) i'll get different counts of exceptions.

                       

                      start without proxy configs => size of the boot.log: 189 kb

                      start with proxy configs => size of the boot.log: 142 kb

                       

                      Exceptions for example:

                       

                      Exception 1

                       

                      08:55:02,038 ERROR [AbstractKernelController] Error installing to Real: name=vfs:///C:/dev/java/products/gatein3.2/m02-trunc/server/default/deploy/gatein-wsrp-integration.ear state=PreReal mode=Manual requiredState=Real: org.jboss.deployers.spi.DeploymentException: Error during deploy: vfs:///C:/dev/java/products/gatein3.2/m02-trunc/server/default/deploy/gatein-wsrp-integration.ear/wsrp-producer-2.1.0-Beta08.war/

                          at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49) [:2.2.0.GA]

                          at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:185) [:2.2.0.GA]

                      ...

                      Caused by: org.xml.sax.SAXParseException: The element type "BR" must be terminated by the matching end-tag "</BR>".

                          at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

                          at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

                       

                       

                      Exception 2 (2x)

                       

                      08:55:27,271 ERROR [RepositoryServiceImpl] Error start repository service: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.exoplatform.services.jcr.impl.core.RepositoryImpl.login(Ljavax/jcr/Credentials;Ljava/lang/String;)Ljavax/jcr/Session;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/exoplatform/services/jcr/impl/core/RepositoryImpl, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/jcr/Repository have different Class objects for the type javax/jcr/Credentials used in the signature

                          at org.exoplatform.services.jcr.impl.RepositoryContainer$5.run(RepositoryContainer.java:654) [:1.14.1-GA]

                          at org.exoplatform.services.jcr.impl.RepositoryContainer$5.run(RepositoryContainer.java:608) [:1.14.1-GA]

                      ...

                      Caused by: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.exoplatform.services.jcr.impl.core.RepositoryImpl.login(Ljavax/jcr/Credentials;Ljava/lang/String;)Ljavax/jcr/Session;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/exoplatform/services/jcr/impl/core/RepositoryImpl, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for interface javax/jcr/Repository have different Class objects for the type javax/jcr/Credentials used in the signature

                          at org.exoplatform.services.jcr.impl.RepositoryContainer$5.run(RepositoryContainer.java:654) [:1.14.1-GA]