Bundle not available in Felix console | Community
Skip to main content
Jai1122
New Participant
October 16, 2015
Solved

Bundle not available in Felix console

  • October 16, 2015
  • 7 replies
  • 2413 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jai1122

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 !!!

7 replies

Lokesh_Shivalingaiah
New Participant
October 16, 2015

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

Employee
October 16, 2015

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)...

Lokesh_Shivalingaiah
New Participant
October 16, 2015
Jai1122
Jai1122AuthorAccepted solution
New Participant
October 16, 2015

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 !!!

Jai1122
Jai1122Author
New Participant
October 16, 2015

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

Employee
October 16, 2015

bsloki wrote...

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

 

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

Jai1122
Jai1122Author
New Participant
October 16, 2015

I did refer to them. But no help