Re : Unable to locate package package during aplaws install

david robin <[email protected]> Wed, 16 Jun 2004 14:24:44 +0200
Newsgroups gmane.linux.redhat.ccm.general
Message-ID <1087388683.6593.39.camel@devpt25>
I have recreated a new project and still have the same error during ccm
load-bundle  : 

ccm-devel-create.pl newcmsproj
ccm-profile newcmsproj
cddev

i edit the project.xml and here he is :

=====================================
<?xml version="1.0" encoding="ISO-8859-1"?>

<ccm:project name="newcmsproj"
       ccmVersion="6.1" 
       version="1.0.0"  
       release="1"	    
       webxml="/usr/share/ccm-tools/bundles/aplaws-plus-devel/web.xml"
        xmlns:ccm="http://ccm.redhat.com/ccm-project"
xsi:schemaLocation="http://ccm.redhat.com/ccm-project
file:///usr/share/ccm-devel/xsd/project.xsd"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- List all target databases here -->
  <ccm:databases>
    <ccm:database name="postgres"/>
  </ccm:databases>

  <!-- List all project specific applications here -->
  <ccm:build>
    <ccm:application name="newcmsproj"/>
  </ccm:build>

  <!-- List all shared, pre-built applications here -->
  <ccm:prebuilt>
    <ccm:application name="ccm-core" version="6.1.0"/> 
    <ccm:application name="ccm-cms" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-address" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-agenda" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-article" version="6.1.0"/>  
    <ccm:application name="ccm-cms-type-bookmark" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-event" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-faqitem" version="6.1.0"/>  
    <ccm:application name="ccm-cms-type-filestorageitem"
version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-formitem" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-formsectionitem"
version="6.1.0"/>  
    <ccm:application name="ccm-cms-type-glossaryitem" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-inlinesite" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-job" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-legalnotice" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-minutes" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-mparticle" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-newsitem" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-organization" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-pressrelease" version="6.1.0"/> 
    <ccm:application name="ccm-cms-type-service" version="6.1.0"/> 
    <ccm:application name="ccm-cms-assets-fileattachment"
version="6.1.0"/> 
    <ccm:application name="ccm-cms-assets-relatedlink" version="6.1.0"/>
    
    <ccm:application name="ccm-auth-http" version="1.4.1"/> 
    <ccm:application name="ccm-forum" version="1.4.1"/> 
    <ccm:application name="ccm-simplesurvey" version="1.4.1"/> 
    <ccm:application name="ccm-ldn-dublin" version="1.4.1"/> 
    <ccm:application name="ccm-ldn-navigation" version="1.4.3"/> 
    <ccm:application name="ccm-ldn-portal" version="1.4.2"/>      
    <ccm:application name="ccm-ldn-rss" version="1.4.1"/> 
    <ccm:application name="ccm-ldn-search" version="1.4.1"/>
    <ccm:application name="ccm-ldn-shortcuts" version="1.4.1"/> 
    <ccm:application name="ccm-ldn-subsite" version="1.4.1"/> 
    <ccm:application name="ccm-ldn-util" version="1.4.1"/> 
    <ccm:application name="ccm-ldn-xmlfeed" version="1.4.1"/> 
    
    <ccm:application name="ccm-ldn-atoz" version="1.0.0"/> 
    <ccm:application name="ccm-ldn-importer" version="1.0.0"/> 
    <ccm:application name="ccm-ldn-terms" version="1.0.0"/> 
    <ccm:application name="ccm-ldn-theme" version="1.0.0"/> 
    <ccm:application name="ccm-ldn-aplaws" version="1.9.1"/> 

  </ccm:prebuilt>

</ccm:project>
=========================================


after i run the ccm-configure.sh command, followed by a ant deploy


then i run the ccm load-bundle command :
===============
[drobin@devpt25 newcmsproj]$ ccm load-bundle --interactive --name
aplaws-plus-devel
ccm load --interactive ccm-core ccm-cms ccm-cms-assets-relatedlink
ccm-ldn-dublin ccm-cms-types-contact ccm-cms-types-esdservice
ccm-cms-types-article ccm-cms-types-filestorageitem
ccm-cms-types-mparticle ccm-cms-types-newsitem
ccm-cms-types-pressrelease ccm-cms-types-formitem
ccm-cms-types-formsectionitem ccm-cms-types-inlinesite ccm-ldn-xmlfeed
ccm-ldn-util ccm-ldn-atoz ccm-ldn-rss ccm-ldn-portal ccm-ldn-navigation
ccm-ldn-search ccm-ldn-shortcuts ccm-ldn-subsite ccm-ldn-terms
ccm-ldn-aplaws ccm-forum ccm-ldn-importer ccm-ldn-theme --parameter-file
/usr/share/ccm-tools/bundles/aplaws-plus-devel/integration.properties
unable to locate package: ccm-cms-types-contact
unable to locate package: ccm-cms-types-esdservice
unable to locate package: ccm-cms-types-article
unable to locate package: ccm-cms-types-filestorageitem
unable to locate package: ccm-cms-types-mparticle
unable to locate package: ccm-cms-types-newsitem
unable to locate package: ccm-cms-types-pressrelease
unable to locate package: ccm-cms-types-formitem
unable to locate package: ccm-cms-types-formsectionitem
unable to locate package: ccm-cms-types-inlinesite
unable to locate package: ccm-ldn-terms
=================


when i run 
cat /usr/share/ccm-tools/bundles/aplaws-plus-devel/applications.cfg |
grep -v '#' | xargs rpm -q

here is what i have 

=======================
[drobin@devpt25 newcmsproj]$ cat
/usr/share/ccm-tools/bundles/aplaws-plus-devel/applications.cfg | grep
-v '#' | xargs rpm -q
ccm-core-6.1.0-6
ccm-cms-6.1.0-6
ccm-cms-assets-relatedlink-6.1.0-6
ccm-ldn-dublin-1.4.1-6
ccm-cms-types-contact-6.1.0-3
ccm-cms-types-esdservice-6.1.0-3
ccm-cms-types-article-6.1.0-6
ccm-cms-types-filestorageitem-6.1.0-6
ccm-cms-types-mparticle-6.1.0-6
ccm-cms-types-newsitem-6.1.0-6
ccm-cms-types-pressrelease-6.1.0-6
ccm-cms-types-formitem-6.1.0-6
ccm-cms-types-formsectionitem-6.1.0-6
ccm-cms-types-inlinesite-6.1.0-6
ccm-ldn-xmlfeed-1.4.1-6
ccm-ldn-util-1.4.1-6
ccm-ldn-atoz-1.0.0-6
ccm-ldn-rss-1.4.1-6
ccm-ldn-portal-1.4.2-1
ccm-ldn-navigation-1.4.3-1
ccm-ldn-search-1.4.1-6
ccm-ldn-shortcuts-1.4.1-6
ccm-ldn-subsite-1.4.1-6
ccm-ldn-terms-1.0.1-1
ccm-ldn-aplaws-1.9.1-6
ccm-forum-1.4.1-6
ccm-ldn-importer-1.0.0-6
ccm-ldn-theme-1.0.0-6
[drobin@devpt25 newcmsproj]$

=================================

so the packages are installed, but it seems that the loader cant find
them.

I'm running redhat database(postgres 7.3) , jdk 1.4.2_03-b02,
aplaws-plus 1.0.0-1 on a Redhat Linux Enterprise workstation OS.


David


 


-- 
Redhat-ccm-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/redhat-ccm-list
Archives: https://www.redhat.com/pipermail/redhat-ccm-list/