Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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 !!!

View solution in original post

7 Replies

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

Correct answer by
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