この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
The status of the bundle in felix console reads as installed. If I try to start it, it wont. I see an error in red when I expand the bundle. I have other bundles started and running without issues. I use maven to build and deploy. Appreciate your help!
org.o
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Good question -- if you open the bundle (that was produced via Maven) in a ZIP tool (I use WinRAR) - you can get to the Manifest file. See here:
[img]BundleZip.png[/img]
Remove the version number that you see in the MF file and then redeploy the bundle. Version numbers interfere with successful deployments sometimes. Let CQ figure it out.
表示
返信
いいね!の合計
There are different ways to manage version numbers when using Maven. We recommend not specifying versions becasue like i mentioned -- they interfere. See:
Also -- here is another tip -- you can always see what dependences are available in CQ by using the Dependency Finder.
[img]DF.png[/img]
HTH,
表示
返信
いいね!の合計
This means that you are missing a dependency in the OSGi service container. Is the only red package that shows up when you open you bundle in the Felix OSGi view?
表示
返信
いいね!の合計
Actually - in your bundle Manifest- get rid of the version number.
表示
返信
いいね!の合計
I do not see a version number in my POM.xml's here. Do you know what artifact that I have to look up?
表示
返信
いいね!の合計
Good question -- if you open the bundle (that was produced via Maven) in a ZIP tool (I use WinRAR) - you can get to the Manifest file. See here:
[img]BundleZip.png[/img]
Remove the version number that you see in the MF file and then redeploy the bundle. Version numbers interfere with successful deployments sometimes. Let CQ figure it out.
表示
返信
いいね!の合計