Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e-wtp 0.13 war overlays - problem with publishing to server

The error message hints at an error in the WTP server adapter layer. I don't have enough information to point to a specific m2e-wtp issue.
Can you look in Eclipse log file ( <workspace>/.metadata/.log ) to get more details on the exception stacktrace?

Regards,

Fred Bricon

2011/8/10 Hugi Thordarson <hugi@xxxxxxxxxxx>
Hi all.

I'm trying out the m2e-wtp support in m2e-wtp (huzzah that it's finally there!)
I'm hitting a problem though. I import my overlays into the workspace (maven war projects) and then I import my web project, that depends on the war projects. So far so good.

Then I create a new Tomcat 6 server, and attempt to publish (choosing Run as -> Run on server).

When the server attempts to start, I get this error:

"
Removing obsolete files from server
Could not clean server of obsolete files: null
java lang NullPointerException"
"

Anyone have an idea what's happening? Or know where I can find some better debugging information?

Cheers,
- hug
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top