You're not the first to complain about Maven problems related to
TrendMicro's IWSS on this list.
I don't really know how IWSS works or how its getting
invoked/triggered in your Maven build, but it doesn't seem to do good
things for people. I would see if you can't disable it completely or
at least whitelist the Maven jars etc so it does not activate during
your Maven builds.
Wayne
On 3/28/07, Anthony Kong <[EMAIL PROTECTED]> wrote:
Hi, all,
I have searched the achieve but did not find anything related. So
please bear with me if it has been asked before.
This happens to me whenever I use mvn 2.0.4 or 2.0.5. I ran mvn in
cygwin on WinXp with JDK 1.6 (build 1.6.0_01-ea-b0) installed
For some reason, the execution of 'mvn compile' trigger a dialog box
which ask me to allow, disallow or disable applet. The following is the
trace
$ mvn compile
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building xyz
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
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://maven2.mirrors.skynet.be/pub/maven2/org/apache/maven/plugin
s/maven-resources-plugin/2.2/maven-resources-plugin-2.2.jar
mmc.sess_cab_act.action: validate
net.connect_other: false
jscan.session.user_ipaddr: 10.51.36.23
jscan.sess_applet_act.sig_invalid: instrument
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
jscan.session.user_name: 10.51.36.23
thread.threadgroup_create: false
file.write.state: disabled
[INFO] [resources:resources]
-->> returning Frame NULL
BaseDialog: owner frame is a java.awt.Frame
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Applet disabled by IWSS Javascan site policy.
[INFO]
------------------------------------------------------------------------
[INFO] Trace
com.trend.iwss.jscan.runtime.AppletTrapStopError: Applet disabled by
IWSS Javascan site policy.
at
com.trend.iwss.jscan.runtime.PolicyRuntime.stopApplet(PolicyRuntime.java:300)
at
com.trend.iwss.jscan.runtime.PolicyRuntime.stopActionInner(PolicyRuntime.java:254)
at
com.trend.iwss.jscan.runtime.PolicyRuntime.stopAction(PolicyRuntime.java:172)
at
com.trend.iwss.jscan.runtime.MiscPolicyRuntime._preFilter(MiscPolicyRuntime.java:185)
at
com.trend.iwss.jscan.runtime.PolicyRuntime.preFilter(PolicyRuntime.java:132)
at
com.trend.iwss.jscan.runtime.MiscPolicyRuntime.preFilter(MiscPolicyRuntime.java:142)
at
org.apache.maven.plugin.resources.ResourcesMojo.initializeFiltering(ResourcesMojo.java:19
9)
at
org.apache.maven.plugin.resources.ResourcesMojo.copyResources(ResourcesMojo.java:106)
at
org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo.java:100)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:420)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor
.java:539)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifec
ycleExecutor.java:480)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.
java:459)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultL
ifecycleExecutor.java:311)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleE
xecutor.java:278)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java
:143)
at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
at
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 21 seconds
[INFO] Finished at: Thu Mar 29 11:31:06 EST 2007
[INFO] Final Memory: 4M/7M
[INFO]
------------------------------------------------------------------------
I am also aware of some checksum error on some downloaded jar file such
as filemanagement1.0.jar. Could this trigger this kind of
security-related exception?
Cheers, Anthony
**********************************************************************
***** IMPORTANT INFORMATION *****
This document should be read only by those persons to whom it is
addressed and its content is not intended for use by any other
persons. If you have received this message in error, please notify
us immediately. Please also destroy and delete the message from
your computer. Any unauthorised form of reproduction of this message
is strictly prohibited.
St George Bank Limited AFSL 240997, Advance Asset Management Limited
AFSL 240902, St George Life Limited AFSL 240900, ASGARD Capital Management
Limited
AFSL 240695 and Securitor Financial Group Limited AFSL 240687 is not liable
for
the proper and complete transmission of the information contained in
this communication, nor for any delay in its receipt.
**********************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]