Hi,
Sorry if this issue had been raised before but I could not trace any
solution
for this. So, I am mailing it over here. When I am trying to run the command
maven on the command prompt I am getting the error "java.lang.
IllegalArgument
Exception: Malformed \uxxxx encoding."

The complete error message is :-
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:387)
at java.util.Properties.load(Properties.java:335)
at
org.apache.maven.plugin.PluginCacheManager.loadProperties(PluginCacheManager
.java:423)
at
org.apache.maven.plugin.PluginCacheManager.loadCache(PluginCacheManager.java
:439)
at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:254)
at
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:293)
at org.apache.maven.MavenSession.initialize(MavenSession.java:233)
at org.apache.maven.cli.App.doMain(App.java:532)
at org.apache.maven.cli.App.main(App.java:1109)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)

I have gone through the "PluginCacheManager.java" of the maven and
"Properties.java"
of java.util but could not find the solution. Earlier maven was running on
all the
projects but now it is giving the same error message in all the projects, so
i feel
there is no problem as far as project.xml and project.properties of a single
project
is concerned. Please help me out of this problem, it has been troubling me
from past
many days.

Thanks & Regards,
Rajesh Kumar Singh.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to