-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Hands on #2128
Comments
I'm not quite sure what's up here, the build instructions do say to use a version of Karaf 4.2.x so they may be out of date with this Karaf version but can you check contents.
Just want to make sure it matches what's expected. |
I get the output below: frazer@frazer-Islandora:~$ cat /opt/karaf/etc/org.pos4j.pax.logging.cfg Root loggerlog4j.rootLogger=INFO, out, osgi:* File appenderlog4j.appender.out=org.apache.log4j.RollingFileAppender Camel Loggerlog4j.appender.camel=org.apache.log4j.RollingFileAppender log4j.logger.org.apache.camel=INFO, camel Islandora Loggerlog4j.appender.islandora=org.apache.log4j.RollingFileAppender log4j.logger.ca.islandora.camel=INFO, islandora |
Ok that wasn't it. Your file looks fine. This part of the error I think is the most important now: When I was last installing activemq I found the documentation a little lacking: I have a few other things to try. can you tell me the output of: It should be:
If it's the same as the above, I think you might just want to try and re-install activemq. |
The code below outputs: frazer@frazer-Islandora: |
frazer@frazer-Islandora:~$ cat /etc/systemd/system/activemq.service |
Using the suggested trying options i'm getting the below output: frazer@frazer-Islandora:/tmp$ /opt/activemq/bin/activemq status |
If that's the case I think you need to go back to this step https://islandora.github.io/documentation/installation/manual/installing_karaf_and_alpaca/#activemq-5 I think maybe we should ask @seth-shaw-unlv about how we could update the current documentation to reflect the change he mentioned where the build may not need karaf. Seth if I'm incorrect or misrepresenting what you said on the other issue please let me know. |
I've gone back to the specified step of installing Activemq, but still
facing the same issue.
…On Sat, Jul 9, 2022, 06:29 Will ***@***.***> wrote:
If that's the case I think you need to go back to this step
https://islandora.github.io/documentation/installation/manual/installing_karaf_and_alpaca/#activemq-5
If you're able to successfully install activemq I think the step you're on
with karaf will resolve.
I think maybe we should ask @seth-shaw-unlv
<https://github.com/seth-shaw-unlv> about how we could update the current
documentation to reflect the change he mentioned where the build may not
need karaf. Seth if I'm incorrect or misrepresenting what you said on the
other issue please let me know.
—
Reply to this email directly, view it on GitHub
<#2128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNBHW3IP7T4SZKKCMWDVTD5ZJANCNFSM52UIF2KQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
This issue still remains unresolved.... |
If that's the case I think you need to go back to this step https://islandora.github.io/documentation/installation/manual/installing_karaf_and_alpaca/#activemq-5 I think maybe we should ask @seth-shaw-unlv about how we could update the current documentation to reflect the change he mentioned where the build may not need karaf. Seth if I'm incorrect or misrepresenting what you said on the other issue please let me know. |
Frazer, Are you aware of the google group? I think we may be better off getting help there. |
No, I'm not. Kindly assist me on how to go about it.
…On Mon, Jul 18, 2022, 19:39 Will ***@***.***> wrote:
Frazer, Are you aware of the google group? I think we may be better off
getting help there.
https://groups.google.com/g/islandora
—
Reply to this email directly, view it on GitHub
<#2128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNECQNPN7IHQ536NNDLVUWJF5ANCNFSM52UIF2KQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
i'm currently stuck on the step: Installing the Required Karaf Features
when i run the code below:
frazer@frazer-Islandora:~$ sudo /opt/karaf/bin/client feature:install activemq-blueprint
i get the output below:
Logging in as karaf
Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=activemq-blueprint; type=karaf.feature; version="[5.15.11,5.15.11]"; filter:="(&(osgi.identity=activemq-blueprint)(type=karaf.feature)(version>=5.15.11)(version<=5.15.11))" [caused by: Unable to resolve activemq-blueprint/5.15.11: missing requirement [activemq-blueprint/5.15.11] osgi.identity; osgi.identity=activemq; type=karaf.feature; version="[5.15.11,5.15.11]"]
The text was updated successfully, but these errors were encountered: