代码审查工具fisheye安装及破解

一、安装、破解fisheye最新版3.1.5 所需文件

1.下载fisheye

https://www.atlassian.com/software/fisheye/download   最新版本链接

https://www.atlassian.com/software/fisheye/download-archives 以前版本链接

   

2.下载所需要的破解文件 “fisheye2以上破解文件.7z”

http://pan.baidu.com/s/18BOWC

链接: https://pan.baidu.com/s/1f3KdoTv0wI2cRRlywbkyXg 提取码: dst9

百度网盘分享,快速免费下载。

二、破解步骤

解压下载好的文件,解压好了以后,注意!不要立马双击"fisheye-3.1.5\fecru-3.1.5\bin\run.bat"启动fisheye.


1.打开“fisheye2以上破解文件\fisheye_keygen.bat”

如下图所示:

2.找到fisheye-3.1.5\fecru-3.1.5\lib\atlassian-extras-2.5.jar 文件

将atlassian-extras-2.5.jar文件名更改为atlassian-extras-2.3.1-SNAPSHOT.jar,因为破解程序目前我只找到2.3.1的破解,改名才能继续往下走!

3.直接看图

4.进入\fisheye-3.1.5\fecru-3.1.5\bin目录下

双击run.bat 即可启动fisheye

5.浏览器中输入http://localhost:8060/

6.

7.

.

8.

.

注:本人环境为win7+jdk 1.8(64位)(bai),安装的为4.8.0版本fisheye。

摘自:https://www.cnblogs.com/amosli/p/3427990.html

二、可能遇到的问题

可能出现的问题就是,双击run.bat打不开,那么请参考此文章:

 fisheye下载好了之后,解压后怎么运行run.bat都报错误,错误提示如下:


D:\developsoft\fisheye-3.1.5\fecru-3.1.5>bin\run.bat --debug
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
请按任意键继续. . .

网上搜索了很久,最后试了很多,终于找到解决方法了!哈哈!

在 控制面板\系统和安全\系统--->高级系统设置----》系统属性-----》高级----》环境变量-----》系统变量----》新建

变量名:FISHEYE_OPTS

变量值:-Xms128m -Xmx512m -XX:MaxPermSize=256m

再点击确定--》确定 

即可。

原因分析:我的电脑4g内存,win7(32位),jdk 1.7(32位),因为是32位的系统,所以原则上4G内存只能读2G左右,但是fisheye默认值为

RAM

1GB minimum, 2GB will provide performance "headroom". Your Java heap should be sized at 512MB with theFISHEYE_OPTS environment variable, adjustable up to 1024MB depending on performance.

它是建议最好1G以上,2G为推荐值,但是jdk默认值最好关于fisheye的预留值要512M以上,如果你的内存没有那么大,那么手动把MaxPermSize调小即可。

重新双击run.bat,然后在浏览器中输入localhost:8060即可打开fisheye,fisheye的默认端口为8060。

摘自: http://www.cnblogs.com/amosli/p/3427841.html

猜你喜欢

转载自www.cnblogs.com/schblog/p/12450893.html
今日推荐