-
-
-
Re: Jive local setup issue
mbrybag Feb 20, 2015 4:34 PM (in response to surabhimishra)I am also having this same issue. I am trying to install a local version of Jive 7 on my Windows 7 machine. My setup is:
Jive 7.0.1.0
Apache Maven3,2,3
JDK 1.8.0.31
Apache Tomcat 7.0.57
Has anyone else seen this and been able to resolve it?
Thanks!
Mike
-
Re: Jive local setup issue
surabhimishra Feb 24, 2015 3:43 AM (in response to mbrybag)I think in your case, you may try with jdk 1.7 and with maven 3.2.1.
For me, Im still getting the errors :
[ERROR] Could not find a version of file run-services/serviceconfig/core.json that was meant for version 7.0.2.0
[INFO] Filtering file run-services/main-args.properties for version 7.0.2.0...
[ERROR] Could not find a version of file run-services/main-args.properties that was meant for version 7.0.2.0 even after successful build. I doubt why these files are not available.
Thanks
-
Re: Jive local setup issue
urvashi Feb 24, 2015 4:06 AM (in response to surabhimishra)Hey Mike Brybag and Surabhi Mishra,
Check out the path of the files, I too encountered the same problem today.. And the mistake was the wrong path..
For apache maven the path will go as follows:
C:\Program Files\Apache software foundation\apache-maven-3.2.5\bin
And this path will go under Advanced System settings on your device. And after that run the command prompt:
mvn--version
If you get the result of the Version means you are getto Go...
Hope it helps you all...
Awaiting your feedback..
Thanks
Urvashi
-
Re: Jive local setup issue
surabhimishra Feb 24, 2015 4:07 AM (in response to urvashi)version with mvn --version is coming right at the prompt still the errors are showing up.
Thanks
-
Re: Jive local setup issue
mbrybag Feb 24, 2015 12:05 PM (in response to urvashi)I can execute the mvn --version command with no issues. But my other errors are still present.
-
-
Re: Jive local setup issue
mbrybag Mar 5, 2015 9:50 AM (in response to surabhimishra)I took your advice Surabhi Mishra and tired running the site with maven 3.2.1 and Java 1.7 and that worked for me. The odd thing is I still get the error you get when creating the project " Could not find a version of file run-services/main-args.properties that was meant for version 7.0.2.0" , but I am able to run setup and run my Jive isntance locally with no problems. Maybe it will come back to bite me later when I'm doing plug-in development. But since using a previous version of maven helped me, maybe you can try using maven 3.2.1 instead of 3.2.2 and see if that works?
-
Re: Jive local setup issue
urvashi Mar 7, 2015 1:46 AM (in response to mbrybag)Hello All,
As I to started on Jive 7.0 now, I am working with jive 7.0 and Postgres database and jdk.
I got build errors, but,I reinstalled the setup in CentOs. Just check out the requirements for Jive 7.0 setup first.
And do check for the user you are logging into, they shouldn't be same!! This might be one of the problem solutions you are facing.
Refer this Doc: Jive 7.0 Community Admin Documentation
I hope it helps you !!
Urvashi
-
-
-