Hi Robert

I added that bundle to my FM that also contains the packageinit bundle:

{
  
"id":"${project.groupId}:${project.artifactId}:slingfeature:sling_packageinit:${project.version}",
  "variables":{
  },
  "bundles":[
    {
      "id":"org.apache.sling:org.apache.sling.jcr.packageinit:0.0.1-SNAPSHOT",
      "start-level":"10"
    },
    {
      
"id":"org.apache.sling:org.apache.sling.installer.factory.packages:0.1.0-SNAPSHOT",
      "start-level":"10"
    }
  ]
}

That said the CPs are still listed as Unresolved Resources.
I updated my test project:

https://github.com/schaefa/cpconverter-ssue-fm-starter/tree/issue/cp-not-launching
 
<https://github.com/schaefa/cpconverter-ssue-fm-starter/tree/issue/cp-not-launching>

You can launch it with:
        mvn clean install -P launch
And the open Sling OSGi Installer:
        http://localhost:8080/system/console/osgi-installer 
<http://localhost:8080/system/console/osgi-installer>

Cheers - Andy

> On Aug 16, 2019, at 2:10 AM, Robert Munteanu <[email protected]> wrote:
> 
> Hi Andy,
> 
> On Thu, 2019-08-15 at 16:02 -0700, Andreas Schaefer wrote:
>> Hi
>> 
>> When I convert and Launch the Peregrine CMS then I see that all
>> converted Content Packages remain in ‘Untransformed Resources’ state
>> when I look at the /system/console/osgi-installer page.
>> 
>> Is there a way to figure out why they remain in that state?
>> 
>> I set the launcher to verbose but I do not see anything showing up
>> nor do I see any issues in the error.log.
> 
> IIRC it means that there is no installer that claimed and processed the
> resources. 
> 
> Can you try adding 
> 
>  https://github.com/apache/sling-org-apache-sling-installer-factory-packages
> 
> to your app and see if that fixes the issue?
> 
> Thanks,
> Robert
> 

Reply via email to