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.
Solved! Go to Solution.
Views
Replies
Total Likes
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 !!!
Views
Replies
Total Likes
when you do bundle install, do you see any error ?
Views
Replies
Total Likes
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)...
Views
Replies
Total Likes
Also refer [1] [2] to create the bundle using crxde
[1] http://docs.adobe.com/docs/en/crx/2-3/developing/development_tools/developing_with_crxde.html#Creati... and Compiling Java Classes
[2] https://helpx.adobe.com/experience-manager/using/creating-osgi-bundles-digital-marketing.html
Views
Replies
Total Likes
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 !!!
Views
Replies
Total Likes
No .There are no errors. Not even warnings!!
Views
Replies
Total Likes
bsloki wrote...
when you do bundle install, do you see any error ?
There should be some messages in the "error.log" file
Views
Replies
Total Likes
I did refer to them. But no help
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies