On Aug 7, 2007, at 9:28 AM, vasasree wrote:


Hi

I am trying to deploy a sample portlet (.war ) in to jetspeed...
I did everything according to the document.

It is throwing following exception ..

ERROR: java.lang.IllegalArgumentException: WEB-INF/web.xml

But in the webpage it is showing an error message

"  Failed to retrieve Portlet Definition for WebReport::webreport "

Can anybody help me in finding out the resolution...

Thanks in advance
--kbr


The stacktrace of Exception is follows....

ERROR: java.lang.IllegalArgumentException: WEB-INF/web.xml
org.apache.jetspeed.deployment.DeploymentException:
java.lang.IllegalArgumentExc
eption: WEB-INF/web.xml
        at
Looks like there is a problem parsing the web.xml or the web.xml does not exist:

            if (webXml == null)
            {
                throw new IllegalArgumentException("WEB-INF/web.xml");
            }

Make sure you have a web.xml, if its there, send it to the list inline so that we can review it for possible errrors


Reply via email to