-
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 #2125
Comments
Frazer-Nyambe, I think this is a similar problem to what you've faced before: check this path: if there isn't anything there go back to this step:
The variables in ALL_CAPS are supplied by you, visit https://karaf.apache.org/download.html for the KARAF_TARBALL_LINK probably (https://dlcdn.apache.org/karaf/4.4.0/apache-karaf-4.4.0.tar.gz), when you run If you have more trouble let me know. |
The first code outputs: Then the second code outputs the following content: |
is there some code i would run to probably uninstall karaf and restart the whole installation process. |
So the directory 'opt/karaf' does not exist, where is it created?: frazer@frazer-Islandora:/opt$ sudo mv /opt/apache-karaf-4.4.0/* opt/karaf |
Although, with Alpaca 2.0, you no longer need Karaf. The installation instructions should be updated to reflect that. |
@seth-shaw-unlv i'm still getting the below output: frazer@frazer-Islandora:/opt$ sudo mv /opt/apache-karaf-4.4.0/* /opt/karaf |
Well it looks like the step earlier in the instructions, Alternatively, you could create a link instead of moving everything over: |
The file path below tells me that...... [ Directory '/opt/karaf/etc' does not exist ] ...... ON the step for Configuring Karaf Logging frazer@frazer-Islandora:/opt$ sudo nano /opt/karaf/etc/org.pos4j.pax.logging.cfg |
or maybe help me with the uninstallation instructions so that i can restart the whole process for karaf |
Sorry you're having so much trouble. I think we can get what you have fixed. If it outputs If you can confirm that Now you have a choice you can simlink as Seth Suggests (thanks seth!) I do think we should also check that the karaf user is set up correctly too, cat you write: |
This worked thank you |
i'm on the step below and the buffer is saying : [ Directory '/opt/karaf/bin' does not exist ]
Creating a setenv.sh Script for Karaf
Similar to Tomcat, our Karaf service is going to rely on a setenv shell script to determine environment variables Karaf needs in place when running. For now, this will simply be the path to JAVA_HOME, but this also accepts many other parameters you can find in the default setenv script.
/opt/karaf/bin/setenv | karaf:karaf/755
#!/bin/sh
export JAVA_HOME="PATH_TO_JAVA_HOME"
The text was updated successfully, but these errors were encountered: