Expandir la barra de logros de la comunidad.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Bundle not available in Felix console

Avatar

Level 5

Hi all,

   I am trying to create a bundle from CRXDE Lite. The jar gets created correctly in the /apps/.../install folder but the bundle is not available in the felix console. 

It is a simple class only so i do not want to set up maven for this. Is there any config changes that we need to do so that bundle will be availlabel in the felix console also? 

 

 

I am using AEM 5.6.1.

1 solución aceptada

Avatar

Respuesta correcta de
Level 5

Hi Varun,

    There are no references in my bundle.

Also the issue got resolved once my move the location of src folder. I has created my src folder under /apps/folder1/folder2/folder3/src. I then moved it to /apps/folder1/src.

Now it is working fine. Thanks all for your valuable ideas !!!

Ver la solución en mensaje original publicado

7 Respuestas

Avatar

Level 10

when you do bundle install, do you see any error ?

Avatar

Employee

It could be because a reference from your bundle is not available.

To debug, can you make sure all the references in your JAVA classes are commented out (@Reference) and redeploy. This will ensure that the bundle works without any external dependencies. Once this is done, you can step by step to identify which reference is causing the issue.

Also, restart your server and look for errors on server start up (this will also give you hints)...

Avatar

Level 10

Avatar

Respuesta correcta de
Level 5

Hi Varun,

    There are no references in my bundle.

Also the issue got resolved once my move the location of src folder. I has created my src folder under /apps/folder1/folder2/folder3/src. I then moved it to /apps/folder1/src.

Now it is working fine. Thanks all for your valuable ideas !!!

Avatar

Level 5

No .There are no errors. Not even warnings!!

Avatar

Employee

bsloki wrote...

when you do bundle install, do you see any error ?

 

There should be some messages in the "error.log" file

Avatar

Level 5

I did refer to them. But no help