Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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.
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
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 !!!
Zugriffe
Antworten
Likes gesamt
when you do bundle install, do you see any error ?
Zugriffe
Antworten
Likes gesamt
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)...
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
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 !!!
Zugriffe
Antworten
Likes gesamt
No .There are no errors. Not even warnings!!
Zugriffe
Antworten
Likes gesamt
bsloki wrote...
when you do bundle install, do you see any error ?
There should be some messages in the "error.log" file
Zugriffe
Antworten
Likes gesamt
I did refer to them. But no help
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten