首页
社区
课程
招聘
[推荐][分享]Synopsys Static Analysis (Coverity) 2019.3 for linux64
发表于: 2019-4-17 22:00 52816

[推荐][分享]Synopsys Static Analysis (Coverity) 2019.3 for linux64

2019-4-17 22:00
52816
收藏
免费 7
支持
分享
最新回复 (191)
雪    币: 1370
活跃值: (7174)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
101
叶子枫 软件确实自带了安装手册,但那个是针对完整安装包的,这个Platform是安装完后的。安装和配置的内容有些不一样。
你肯定没有仔细看
2022-9-28 21:27
0
雪    币: 897
活跃值: (5916)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
102
叶子枫 大佬们哪位能给个Platform的指导手册呀?有偿,谢谢!
Title
Coverity does not start after improper shutdown
Details
Coverity does not start correctly after an outage on the server.

$cov-im-ctl maint
Stopping Coverity Connect Application ... [ERROR] Caught at top level: null
See log file for details.
java.io.EOFException
at java.base/java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Source)
at java.base/java.io.ObjectInputStream.readObject0(Unknown Source)
at java.base/java.io.ObjectInputStream.readObject(Unknown Source)
at java.base/java.io.ObjectInputStream.readObject(Unknown Source)
at com.coverity.ces.launcher.CIMDaemonClient.command(CIMDaemonClient.java:96)
at com.coverity.ces.launcher.CovImCtl.go(CovImCtl.java:251)
at com.coverity.ces.launcher.CovImCtl.main(CovImCtl.java:343)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
at com.install4j.runtime.launcher.UnixLauncher.start(UnixLauncher.java:66)
at install4j.com.coverity.ces.launcher.CovImCtl3320932810.main(Unknown Source)

 
Solution
If the issue is caused by database corruption, you may need to re-install Coverity Connect and restore the database from a backup achieve.
The easiest solution is to re-install Coverity Connect.

1. Generate a backup file if not already:
$cov-admin-db maint
$cov-admin-db backup /path/to/<backup_file>

2. Turn off the old Coverity Connect:
$cov-im-ctl stop

3. Launch the installer and choose "Fresh Installation". You may pick the same ports as the existing Coverity Connect.

4. After the installation finished, restore the backup:

$<new_CC>/bin/cov-admin-db maint
$<new_CC>/bin/cov-admin-db restore /path/to/<backup_file>

5. After the restore finishes, try to start the new Coverity Connect:
$<new_CC>/bin/cov-im-ctl start

6. If you have SSO, keystore configured, please copy the related settings to the new installation. If not, please ignore this step.

7. If the new installation worked great, you now can uninstall the old Coverity Connect.

If not, you can try to manually start the DB server to bypass the daemon:
 
$<Coverity_connect_dir>/bin/postgres/pg_ctl -o "-F -p <DB_port>" -D "<Coverity_connect_dir>/database" -N localhost -U coverity -P <DB_password> start

Please replace:
-<Coverity_connect_dir> as the path of your Coverity Connect installation directory
-<DB_port> is "maindb.password" listed in <Coverity_connect_dir>/config/cim.properties

If the command succeeds, below command will let you know that the database is already running:
$cov-im-ctl maint

Then you can start Coverity Connect using:
$cov-im-ctl start
2022-9-29 05:00
0
雪    币: 1370
活跃值: (7174)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
103
Alfik Title Coverity does not start after improper shutdown Details Coverity does not start correctly a ...
那给你指导手册,有偿!
2022-9-29 15:17
0
雪    币: 225
活跃值: (185)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
104
再求一份链接,之前的都失效了。。
2022-10-3 22:56
0
雪    币: 897
活跃值: (5916)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
105
https://bbs.pediy.com/thread-250847-3.htm#1725526 
2022-10-3 23:11
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
106
wandering 那给你指导手册,有偿!
能跑起来的话,酬谢!
2022-10-8 15:08
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
107
Alfik https://bbs.pediy.com/thread-250847-3.htm#1725526 [em_19]
大佬,请问是否有cov-platform-linux64-2021.03.sh这个完整的安装包呢?
2022-10-8 15:20
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
108

这个地方说的最好的方式是重新安装,但是没有安装包。后面的方法尝试也不行,我的数据库应该是正常的。

最后于 2022-10-8 16:23 被叶子枫编辑 ,原因:
2022-10-8 16:22
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
109
Alfik Title Coverity does not start after improper shutdown Details Coverity does not start correctly a ...
这个地方说的最好的方式是重新安装,但是没有安装包。后面的方法尝试也不行,我的数据库应该是正常的。
2022-10-8 16:24
0
雪    币: 1370
活跃值: (7174)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
110
叶子枫 能跑起来的话,酬谢!
必须跑起来
2022-10-9 10:26
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
111

好不容易跑起来了,但是通过WEB登录进去的时候又报错了,我已经把服务器的系统时间改为:2021-10-09了,也改为过2021-02-09,但重启系统后仍然报错:
No license found for Coverity Connect. Please use a valid license file to import or contact software-integrity-license@synopsys.com for assistance.

大佬们这是怎么回事呀?有没有可用的license?或者需要改什么配置呀?请大神们指导一下,感谢感谢!

最后于 2022-10-9 14:36 被叶子枫编辑 ,原因:
2022-10-9 11:44
0
雪    币: 1370
活跃值: (7174)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
112
叶子枫 好不容易跑起来了,但是通过WEB登录进去的时候又报错了,我已经把服务器的系统时间改为:2021-10-09了,也改为过2021-02-09,但重启系统后仍然报错:No&nbsp;license ...
生产环境要使用FLEXLM的授权,靠改个时间怕是救不了你!
2022-10-9 15:15
0
雪    币: 1370
活跃值: (7174)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
113
叶子枫 好不容易跑起来了,但是通过WEB登录进去的时候又报错了,我已经把服务器的系统时间改为:2021-10-09了,也改为过2021-02-09,但重启系统后仍然报错:No&nbsp;license ...
QQ:279155167
2022-10-11 10:31
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
114
Alfik https://bbs.pediy.com/thread-250847-3.htm#1725526 [em_19]
大佬,请问有这个platform的license文件吗?跑起来提示Invalid license loaded了。
2022-10-12 09:00
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
115
Lessmore 安装包是有的,最新的2022.3.1,但是如何crack呢?
最新的安装包能否分享一下呢?谢谢!
2022-10-13 14:20
0
雪    币: 134
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
116
最新的安装包能否分享一下呢?谢谢!
2022-10-14 07:49
0
雪    币: 1370
活跃值: (7174)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
117
最新的安装包能否分享一下呢?谢谢!
不!不能!
2022-10-14 14:55
0
雪    币: 134
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
118
天涯何处无芳草,何必守着这棵草。能!不能!能不能!不能不!。。。
2022-10-17 07:52
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
119
楼主或哪位大佬能否共享一下2021的安装包呀?拜谢啦~~~~
2022-10-17 08:10
0
雪    币: 17
活跃值: (383)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
120
https://community.synopsys.com/s/question/0D52H000062MnBPSA0/announcement-synopsys-releases-coverity-202260
看了下,2022.6.0应该是比较新的版本.
2022-10-17 08:27
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
121
LSCSA https://community.synopsys.com/s/question/0D52H000062MnBPSA0/announcement-synopsys-releases-coverity ...
大佬,你有账号可以下载这个版本的吗?
2022-10-17 08:47
0
雪    币: 17
活跃值: (383)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
122
没有,已经很久不用这个工具了。
2022-10-17 13:47
0
雪    币: 222
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
123
Alfik Coverity 2021.09&nbsp;Linux -&nbsp;WindowsPass&nbsp;bbs.pediy.com
大佬求密码啊。 输入 bbs.pediy.com 不对, 输入 Pass bbs.pediy.com 也不对。
2022-10-19 12:56
0
雪    币: 222
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
124
nocare 大佬求密码啊。 输入 bbs.pediy.com 不对, 输入 Pass bbs.pediy.com 也不对。
可以了,原来是pediy
2022-10-19 13:12
0
雪    币: 844
活跃值: (360)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
125
有没有哪位大佬把Platform跑起来的呀?
2022-10-19 14:33
0
游客
登录 | 注册 方可回帖
返回
//