Skip to main content
developerWorks
 
      
Provided by IBM
   developerWorks   >   My developerWorks   >   Spaces   >  

WebSphere Application Server Community Edition


Tags for this space: 
  View the non-JavaScript version
  Welcome guest  |  Sign in
Documentation
WebSphere Community Edition V2.1 Documentation
User Documentation
Powered by Google Search
 Add feed  
[X
Apache Geronimo 2.1 Docs
Apache Geronimo 2.1 Documentation website
Apache Geronimo Geronimo documentation is also valid for WebSphere Community Edition. To help find the content you are looking for, documentation is separated into two main groups: "User's guide" is mostly targeted to system administrators and overall users that will be installing and configuring Geronimo and applications. "Developer's guide" is targeted to applications developers, the idea is to provide all the info you need to know to develop applications and to get the most of them (and your time) when deploying to Geronimo. Sample applications for various development needs are included.
 Add feed  
[X
Redbooks
RedbooksList of available IBM Redbooks for WebSphere Application Server Community Edition. Check them out!!
 Add feed  
[X
Support
SupportAccess one of the following Support resources for WebSphere Community Edition:
  • Self-help resources: Official IBM Support website for WebSphere Community Edition, which provides Support Flashes and links to our free Support offerings.
  • Optional fee-based support: Purchase optional IBM Technical support. Annual subscriptions, priced per server and offered in three tiers to match your needs.
 Add feed  
[X
Resources
ResourcesFrequently asked questions and most utilized resources by WebSphere Community Edition users.
 Add feed  
[X
Feeds

 Add feed  
[X
Forums
  • WAS CE developerWorks
  • Apache Geronimo - users
    • fetching deployed server instance value
      I am deploying a web app on geronimo application server. I would like to know whether there are any specific apis from which would allow to fetch the specific application server instance value, the reason being the same application would be deployed on two different application server instances and the unique application server instance would be required to do some operations.

      Anshuk
    • IllegalArgumentException: id must be in the form ...
      Hi,

      I tried to install postgresql-8.4-701.jdbc4.jar to the repository of 2.2-SNAPSHOT
      Build 2009.11.22-08:16:13.118-0500
      as

      Group: org.postgresql
      Artifact: postgresql
      Version: 8.4-701
      Type: jar
      Name: postgresqljdbc

      and get the exception below. What is wrong? The Name: field is new, isn't it?

      Thanks,
      Juergen

      java.lang.IllegalArgumentException: id must be in the form [groupId]/[artifactId]/[version]/[type] : postgresqljdbc
              org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:61)
              org.apache.geronimo.kernel.repository.Artifact.createPartial(Artifact.java:55)
              org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver.propertiesToArtifactMap(ExplicitDefaultArtifactResolver.java:98)
              org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver.addAliases(ExplicitDefaultArtifactResolver.java:140)
              org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:203)
              org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
              org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:145)
              javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
              javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
              org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java:167)
              org.apache.pluto.core.DefaultPortletInvokerService.action(DefaultPortletInvokerService.java:85)
              org.apache.pluto.core.PortletContainerImpl.doAction(PortletContainerImpl.java:217)
              org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:121)
              org.apache.pluto.driver.PortalDriverServlet.doPost(PortalDriverServlet.java:167)
              javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
              javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
              org.apache.geronimo.console.filter.PlutoURLRebuildFilter.doFilter(PlutoURLRebuildFilter.java:48)
              org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:130)


    • Remote Deployment: Connection Refused
      I'm try to use deploy.sh to deploy a WAR to a remote Geronimo 2.1.4 server, but I can't even get list-modules to work.
      Basically, I have two machines, A and B. A Geronimo server is running on B. On A, I try the following:
      ./deploy.sh --host B list-modules
      and get the following error:

          Error: Unable to connect to server at
          deployer:geronimo:jmx://B:1099 -- Connection refused to host:
          127.0.0.1; nested exception is:

              java.net.ConnectException: Connection refused
      javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Connection refused to host: 127.0.0.1; nested exception is:
              java.net.ConnectException: Connection refused
              at org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:190)
              at org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.getDeploymentManager(BaseDeploymentFactory.java:140)
              at javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:111)
              at org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:148)
              at org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:88)
              at org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:57)
              at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:161)
              at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
              at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
              at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
      Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
              java.net.ConnectException: Connection refused
              at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
              at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
              at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
              at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110)
              at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)
              at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2327)
              at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:279)
              at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
              at org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:182)
              ... 9 more
      Caused by: java.net.ConnectException: Connection refused
              at java.net.PlainSocketImpl.socketConnect(Native Method)
              at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
              at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
              at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
              at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
              at java.net.Socket.connect(Socket.java:525)
              at java.net.Socket.connect(Socket.java:475)
              at java.net.Socket.<init>(Socket.java:372)
              at java.net.Socket.<init>(Socket.java:186)
              at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
              at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
              at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
              ... 17 more


      Both machines are in each other's /etc/hosts file and the iptables on machine B are set to allow connections on ports 1099, 9999, 9998, 8080, and 8443 (not that all of those are necessary). Any ideas as to what's going wrong?
    • Geronimo with Hibernate
      Hello,

      Does anybody know whether you can substitute the ORM OpenJPA used by Geronimo by default with
      the Hibernate persistence layer? Is there a documentation how to substitute modules of Geronimo,
      generally?

      Kind Regards,
      Michael
    • Serious Problem with Roles
      Hey,

      I basically have a bunch of roles which should each be mapped to
      different combinations of a user's "GroupPrincipals". Something like
      this:

            <sec:role role-name="Lamp Room">
              <sec:principal
      class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
      name="Lamp Room"/>
            </sec:role>
            <sec:role role-name="VDS User">
              <sec:principal
      class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
      name="Lamp Room"/>
            </sec:role>
            <sec:role role-name="Personnel User">
              <sec:principal
      class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
      name="Lamp Room"/>
            </sec:role>

      This means that named roles are all assigned to a user of group "Lamp Room".

      Though doing the following I don't see these "virtual roles", only the
      actual group.
          Subject subject = ContextManager.getCurrentCaller();
          Set<Principal> principals = subject.getPrincipals();

      I can see how this would be the case, though the following must
      definitely work: isCallerInRole("Personnel Admin") or EVEN
      isCallerInRole("Lamp Room"). They all return false.

      If I have a method annotated with @RolesAllowed({"Personnel User"}),
      then GeronimoSecurityService.isCallerAuthorized(Method method,
      InterfaceType typee) return TRUE.
      Though, GeronimoSecurityService.isCallerInRole(String role) returns
      FALSE when I query isCallerInRole("Personnel User").

      I assume somewhere the AccessControlContext isn't populated correctly?
      I'm not really sure how this should work, so if someone can tell me
      how this all fits together I can have a look.

      Quintin Beukes
  • Apache Geronimo - dev
    • Will JSR-88 still be supported in Geronimo 3.0 ?
      Currently, JSR-88 implementation are widely used by geronimo console and shell.  But, JSR-88 is not a part of Java EE 6 spec anymore, Will JSR-88 still be supported in Geronimo 3.0 ?

      Or we can replace JSR-88 with more elegant implementation to remove the extra abstract in JSR-88 ? 

      --
      Shawn
      -Shawn
    • [BUILD] trunk: Failed for Revision: 883618
      Geronimo Revision: 883618 built with tests included
       
      See the full build-0300.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091124/build-0300.log
       
       
      See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091124/unit-test-reports
       
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
        openqa-snapshots (http://nexus.openqa.org/content/repositories/snapshots)



      [INFO] ------------------------------------------------------------------------
      [INFO] Trace
      org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
      ----------
      1) org.codehaus.groovy.maven.runtime:gmaven-runtime-default:jar:1.0-rc-2

        Try downloading the file manually from the project website.

        Then, install it using the command:
            mvn install:install-file -DgroupId=org.codehaus.groovy.maven.runtime -DartifactId=gmaven-runtime-default -Dversion=1.0-rc-2 -Dpackaging=jar -Dfile=/path/to/file

        Alternatively, if you host your own repository you can deploy the file there:
            mvn deploy:deploy-file -DgroupId=org.codehaus.groovy.maven.runtime -DartifactId=gmaven-runtime-default -Dversion=1.0-rc-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

        Path to dependency:
        1) org.apache.geronimo.testsupport:testsupport-selenium:jar:3.0-SNAPSHOT
        2) org.seleniumhq.selenium.client-drivers:selenium-java-client-driver:jar:1.0-beta-2
        3) org.codehaus.groovy.maven.runtime:gmaven-runtime-default:jar:1.0-rc-2

      ----------
      1 required artifact is missing.

      for artifact:
        org.apache.geronimo.testsupport:testsupport-selenium:jar:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        apache.snapshots (http://repository.apache.org/snapshots),
        openqa-releases (http://nexus.openqa.org/content/repositories/releases),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
        openqa-snapshots (http://nexus.openqa.org/content/repositories/snapshots)


              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
              at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
              at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
              at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
              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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
              at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
              at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
              at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
      Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
      ----------
      1) org.codehaus.groovy.maven.runtime:gmaven-runtime-default:jar:1.0-rc-2

        Try downloading the file manually from the project website.

        Then, install it using the command:
            mvn install:install-file -DgroupId=org.codehaus.groovy.maven.runtime -DartifactId=gmaven-runtime-default -Dversion=1.0-rc-2 -Dpackaging=jar -Dfile=/path/to/file

        Alternatively, if you host your own repository you can deploy the file there:
            mvn deploy:deploy-file -DgroupId=org.codehaus.groovy.maven.runtime -DartifactId=gmaven-runtime-default -Dversion=1.0-rc-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

        Path to dependency:
        1) org.apache.geronimo.testsupport:testsupport-selenium:jar:3.0-SNAPSHOT
        2) org.seleniumhq.selenium.client-drivers:selenium-java-client-driver:jar:1.0-beta-2
        3) org.codehaus.groovy.maven.runtime:gmaven-runtime-default:jar:1.0-rc-2

      ----------
      1 required artifact is missing.

      for artifact:
        org.apache.geronimo.testsupport:testsupport-selenium:jar:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        apache.snapshots (http://repository.apache.org/snapshots),
        openqa-releases (http://nexus.openqa.org/content/repositories/releases),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
        openqa-snapshots (http://nexus.openqa.org/content/repositories/snapshots)


              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
              at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1417)
              at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:407)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
              ... 16 more
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 4 minutes 46 seconds
      [INFO] Finished at: Tue Nov 24 03:12:48 EST 2009
      [INFO] Final Memory: 143M/558M
      [INFO] ------------------------------------------------------------------------
    • [BUILD] branches/2.1: Failed for Revision: 883605
      Geronimo Revision: 883605 built with tests included
       
      See the full build-0200.log file at http://people.apache.org/builds/geronimo/server/binaries/2.1/20091124/build-0200.log
       
       
      See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.1/20091124/unit-test-reports
       
      [INFO] Trace
      org.apache.maven.lifecycle.LifecycleExecutionException: Unable to get dependency information: Unable to read the metadata file for artifact 'org.tranql:tranql-connector-mysql-local:rar': Cannot find parent: org.tranql:tranql-connector-mysql for project: null:tranql-connector-mysql-local:rar:null for project null:tranql-connector-mysql-local:rar:null
        org.tranql:tranql-connector-mysql-local:rar:1.2

      from the specified remote repositories:
        central (http://repo1.maven.org/maven2),
        apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
        apache-snapshots (http://repository.apache.org/snapshots/),
        codehaus-snapshots (http://snapshots.repository.codehaus.org),
        apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
      Path to dependency:
              1) org.apache.geronimo.plugins:sysdb-console-jetty:car:2.1.5-SNAPSHOT


              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:575)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
              at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
              at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
              at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
              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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
              at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
              at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
              at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
      Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException: Unable to get dependency information: Unable to read the metadata file for artifact 'org.tranql:tranql-connector-mysql-local:rar': Cannot find parent: org.tranql:tranql-connector-mysql for project: null:tranql-connector-mysql-local:rar:null for project null:tranql-connector-mysql-local:rar:null
        org.tranql:tranql-connector-mysql-local:rar:1.2

      from the specified remote repositories:
        central (http://repo1.maven.org/maven2),
        apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
        apache-snapshots (http://repository.apache.org/snapshots/),
        codehaus-snapshots (http://snapshots.repository.codehaus.org),
        apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
      Path to dependency:
              1) org.apache.geronimo.plugins:sysdb-console-jetty:car:2.1.5-SNAPSHOT


              at org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:403)
              at org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:76)
              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:300)
              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
              at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1415)
              at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:405)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
              ... 16 more
      Caused by: org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException: Unable to read the metadata file for artifact 'org.tranql:tranql-connector-mysql-local:rar': Cannot find parent: org.tranql:tranql-connector-mysql for project: null:tranql-connector-mysql-local:rar:null for project null:tranql-connector-mysql-local:rar:null
              at org.apache.maven.project.artifact.MavenMetadataSource.retrieve(MavenMetadataSource.java:135)
              at org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:380)
              ... 22 more
      Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent: org.tranql:tranql-connector-mysql for project: null:tranql-connector-mysql-local:rar:null for project null:tranql-connector-mysql-local:rar:null
              at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1370)
              at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:821)
              at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:253)
              at org.apache.maven.project.artifact.MavenMetadataSource.retrieve(MavenMetadataSource.java:106)
              ... 23 more
      Caused by: org.apache.maven.project.ProjectBuildingException: POM 'org.tranql:tranql-connector-mysql' not found in repository: Unable to download the artifact from any repository

        org.tranql:tranql-connector-mysql:pom:1.2

      from the specified remote repositories:
        ibiblio.org (http://repo.exist.com/maven2),
        apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
        apache-snapshots (http://repository.apache.org/snapshots/),
        codehaus-snapshots (http://snapshots.repository.codehaus.org),
        apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
       for project org.tranql:tranql-connector-mysql
              at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:603)
              at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1366)
              ... 26 more
      Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository

        org.tranql:tranql-connector-mysql:pom:1.2

      from the specified remote repositories:
        ibiblio.org (http://repo.exist.com/maven2),
        apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
        apache-snapshots (http://repository.apache.org/snapshots/),
        codehaus-snapshots (http://snapshots.repository.codehaus.org),
        apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)

              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:212)
              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:74)
              at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:556)
              ... 27 more
      Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository
              at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:331)
              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:200)
              ... 29 more
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 75 minutes 48 seconds
      [INFO] Finished at: Tue Nov 24 03:21:09 EST 2009
      [INFO] Final Memory: 286M/887M
      [INFO] ------------------------------------------------------------------------
    • [BUILD] trunk: Failed for Revision: 883572
      Geronimo Revision: 883572 built with tests included
       
      See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091123/build-2100.log
       
       
      See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091123/unit-test-reports
       

      for artifact:
        org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
        apache.snapshots (http://repository.apache.org/snapshots)



      [INFO] ------------------------------------------------------------------------
      [INFO] Trace
      org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
      ----------
      1) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

        Try downloading the file manually from the project website.

        Then, install it using the command:
            mvn install:install-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

        Alternatively, if you host your own repository you can deploy the file there:
            mvn deploy:deploy-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

        Path to dependency:
        1) org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT
        2) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

      ----------
      1 required artifact is missing.

      for artifact:
        org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
        apache.snapshots (http://repository.apache.org/snapshots)


              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
              at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
              at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
              at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
              at java.lang.reflect.Method.invoke(Method.java:599)
              at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
              at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
              at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
              at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
      Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
      ----------
      1) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

        Try downloading the file manually from the project website.

        Then, install it using the command:
            mvn install:install-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

        Alternatively, if you host your own repository you can deploy the file there:
            mvn deploy:deploy-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

        Path to dependency:
        1) org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT
        2) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

      ----------
      1 required artifact is missing.

      for artifact:
        org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
        apache.snapshots (http://repository.apache.org/snapshots)


              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
              at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1417)
              at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:407)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
              ... 16 more
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 1 minute 53 seconds
      [INFO] Finished at: Mon Nov 23 22:32:34 EST 2009
      [INFO] Final Memory: 141M/530M
      [INFO] ------------------------------------------------------------------------
    • [BUILD] trunk: Failed for Revision: 883478
      Geronimo Revision: 883478 built with tests included
       
      See the full build-1500.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091123/build-1500.log
       
       
      See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091123/unit-test-reports
       

      for artifact:
        org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        apache.snapshots (http://repository.apache.org/snapshots),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/)



      [INFO] ------------------------------------------------------------------------
      [INFO] Trace
      org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
      ----------
      1) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

        Try downloading the file manually from the project website.

        Then, install it using the command:
            mvn install:install-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

        Alternatively, if you host your own repository you can deploy the file there:
            mvn deploy:deploy-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

        Path to dependency:
        1) org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT
        2) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

      ----------
      1 required artifact is missing.

      for artifact:
        org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        apache.snapshots (http://repository.apache.org/snapshots),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/)


              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
              at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
              at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
              at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
              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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
              at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
              at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
              at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
      Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
      ----------
      1) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

        Try downloading the file manually from the project website.

        Then, install it using the command:
            mvn install:install-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

        Alternatively, if you host your own repository you can deploy the file there:
            mvn deploy:deploy-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.xpp3 -Dversion=1.1.4c_4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

        Path to dependency:
        1) org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT
        2) org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_4-SNAPSHOT

      ----------
      1 required artifact is missing.

      for artifact:
        org.apache.geronimo.framework:geronimo-kernel:bundle:3.0-SNAPSHOT

      from the specified remote repositories:
        codehaus.snapshots (http://snapshots.repository.codehaus.org),
        apache.snapshots (http://repository.apache.org/snapshots),
        ibiblio.org (http://repo.exist.com/maven2),
        ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/)


              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
              at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
              at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1417)
              at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:407)
              at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
              ... 16 more
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 2 minutes 19 seconds
      [INFO] Finished at: Mon Nov 23 16:02:07 EST 2009
      [INFO] Final Memory: 141M/565M
      [INFO] ------------------------------------------------------------------------
 Add feed  
[X
    About IBM Privacy Contact