java策略错误小程序警报
[aspectj:compile {execution: default}]
Current policy properties:
mmc.sess_pe_act.block_unsigned: false
window.num_max: 5
jscan.sess_applet_act.sig_trusted: pass
file.destructive.state: disabled
jscan.sess_applet_act.block_all: false
window.num_limited: true
jscan.sess_applet_act.unsigned: instrument
mmc.sess_pe_act.action: validate
jscan.session.daemon_protocol: http
file.read.state: disabled
mmc.sess_pe_act.block_invalid: true
mmc.sess_pe_act.block_blacklisted: false
net.bind_enable: false
jscan.session.policyname: TU1DIERlZmF1bHQgUG9saWN5
mmc.sess_cab_act.block_unsigned: false
file.nondestructive.state: disabled
jscan.session.origin_uri: http://commonjar.googlecode.com/svn/trunk/mavenrepository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
mmc.sess_cab_act.action: allowall
net.connect_other: false
jscan.session.user_ipaddr: 10.1.4.91
jscan.sess_applet_act.sig_invalid: block
mmc.sess_cab_act.block_invalid: true
thread.thread_num_max: 8
jscan.sess_applet_act.sig_blacklisted: block
net.connect_src: true
thread.thread_num_limited: true
jscan.sess_applet_act.stub_out_blocked_applet: true
mmc.sess_cab_act.block_blacklisted: true
mmc.sess_pe_act.enforce_for_com_objects_only: true
jscan.session.user_name: 10.1.4.91
thread.threadgroup_create: false
file.write.state: disabled
-->> returning Frame NULL
BaseDialog: owner frame is a java.awt.Frame
我在 windows7 上使用 maven2.1 并出现上述错误。可以建议如何解决这个问题吗?我使用的是jdk1.6。我收到小程序警报。如何自动允许所有
[aspectj:compile {execution: default}]
Current policy properties:
mmc.sess_pe_act.block_unsigned: false
window.num_max: 5
jscan.sess_applet_act.sig_trusted: pass
file.destructive.state: disabled
jscan.sess_applet_act.block_all: false
window.num_limited: true
jscan.sess_applet_act.unsigned: instrument
mmc.sess_pe_act.action: validate
jscan.session.daemon_protocol: http
file.read.state: disabled
mmc.sess_pe_act.block_invalid: true
mmc.sess_pe_act.block_blacklisted: false
net.bind_enable: false
jscan.session.policyname: TU1DIERlZmF1bHQgUG9saWN5
mmc.sess_cab_act.block_unsigned: false
file.nondestructive.state: disabled
jscan.session.origin_uri: http://commonjar.googlecode.com/svn/trunk/mavenrepository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
mmc.sess_cab_act.action: allowall
net.connect_other: false
jscan.session.user_ipaddr: 10.1.4.91
jscan.sess_applet_act.sig_invalid: block
mmc.sess_cab_act.block_invalid: true
thread.thread_num_max: 8
jscan.sess_applet_act.sig_blacklisted: block
net.connect_src: true
thread.thread_num_limited: true
jscan.sess_applet_act.stub_out_blocked_applet: true
mmc.sess_cab_act.block_blacklisted: true
mmc.sess_pe_act.enforce_for_com_objects_only: true
jscan.session.user_name: 10.1.4.91
thread.threadgroup_create: false
file.write.state: disabled
-->> returning Frame NULL
BaseDialog: owner frame is a java.awt.Frame
I'm using maven2.1 on windows7 and get above error. can advice on how to troubleshoot this problem? i'm usinsg jdk1.6. i getting applet alert. how to auto allow all
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 Maven 存储库中的 .jar 文件,使用 WinRAR 或其他方式打开它们。这需要一段时间。您不需要检查所有这些,只需检查最近下载的那些即可。该存储库通常称为“m2”或“.m2”,它通常位于您的用户配置文件或主目录中,具体取决于您使用的操作系统。
其中一些罐子里面会有一个“com”目录。如果在这个“com”目录中还有一个“trend”目录,那么恭喜您:您是愚蠢的公司防火墙/代理/防病毒软件的最新受害者。
趋势科技的防病毒软件正在通过您公司的代理将代码注入到 Maven 下载的 jar 中。手动打开 .jars 并删除“trend”目录(如果此后 com 目录为空,则还要删除 com 目录,它可能感染了艾滋病或其他东西)。
有关此精彩功能的文档位于:
趋势科技愚蠢网站上的愚蠢页面。 F### 他们。
我感受到你的痛苦。
Check the .jar files in your Maven repository opening them with WinRAR or whatever. It will take a while. You don't need to check all of them, just the ones you downloaded most recently. The repository is usually called "m2" or ".m2" and it's usually in your user profile or home directory depending on the OS you're using.
Some of those jars will have a "com" directory inside them. If inside this "com" directory there's also a "trend" directory, congratulations: you're the latest victim of your stupid corporate firewall/proxy/antivirus.
Trend Micro's antivirus is injecting code in the jars downloaded by Maven through your company's proxy. Open the .jars manually and remove the "trend" directories (also remove the com directory if it's empty after that, it could be infected with AIDS or something).
Documentation for this wonderful feature is here:
Stupid page on Trend Micro's stupid site. F### them.
I feel your pain.