errors in liferay portlet install.

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

errors in liferay portlet install.

SateeshK
Hi,

I tried to install the war file into the latest (5.1.2+) version of Liferay portal.
It did require a couple of changes (modified by looking at another portlet) for the liferay descriptor files.
However when I startup the server and click on the bookcast links inside the portlet, I see the attached errors.

Does anyone have a solution to this?

errors.txt

Thanks,
- Sateesh.
Reply | Threaded
Open this post in threaded view
|

Re: errors in liferay portlet install.

sreedharl
Can you provide more information on this.
What are you trying to accomplish? Steps followed?  etc

Thanks,
Sreedhar


SateeshK wrote
Hi,

I tried to install the war file into the latest (5.1.2+) version of Liferay portal.
It did require a couple of changes (modified by looking at another portlet) for the liferay descriptor files.
However when I startup the server and click on the bookcast links inside the portlet, I see the attached errors.

Does anyone have a solution to this?

errors.txt

Thanks,
- Sateesh.
Reply | Threaded
Open this post in threaded view
|

Re: errors in liferay portlet install.

sreedharl
In reply to this post by SateeshK
Request to provide more Information on this
1. What is being tried to accomplish
2. What are the steps performed
3. What Versions of softwares are getting used


Sreedhar


SateeshK wrote
Hi,

I tried to install the war file into the latest (5.1.2+) version of Liferay portal.
It did require a couple of changes (modified by looking at another portlet) for the liferay descriptor files.
However when I startup the server and click on the bookcast links inside the portlet, I see the attached errors.

Does anyone have a solution to this?

errors.txt

Thanks,
- Sateesh.
Reply | Threaded
Open this post in threaded view
|

Re: errors in liferay portlet install.

Erik Bruchez
Administrator
In reply to this post by SateeshK
A quick look tells me that this could be due to missing or incorrect  
properties files. Did you modify properties by any chance?

-Erik

On Dec 15, 2008, at 7:14 AM, SateeshK wrote:

>
> Hi,
>
> I tried to install the war file into the latest (5.1.2+) version of  
> Liferay
> portal.
> It did require a couple of changes (modified by looking at another  
> portlet)
> for the liferay descriptor files.
> However when I startup the server and click on the bookcast links  
> inside the
> portlet, I see the attached errors.
>
> Does anyone have a solution to this?
>
> http://www.nabble.com/file/p21008804/errors.txt errors.txt
>
> Thanks,
> - Sateesh.
> --
> View this message in context: http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21008804.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: errors in liferay portlet install.

SateeshK
Hi,

  I have not modified any properties.
  Here's what I did, I have taken the nightly build and uploaded it via the portlet install of liferay.

  The Liferay portal is the JBoss 4.2.2 + Liferay portal built from the source on my eclipse.

  When I first deployed it, the Orbeon portlet would not even showup. Having seen in the forums that it infact worked before, I found that the files  (liferay-display.xml, liferay-portlet.xml) needed some modification.
  I also commented out the <resource-ref> in jboss-web.xml.

  This time, the portlet appears in the list of apps that can be added to a page via liferay (I am attaching the descriptor files btw, if you would like update them).

liferay-display.xml
liferay-portlet.xml

  The liferay installation (the portlet container) also modifies the web.xml automatically (attached below). Perhaps the order is messed up?

web.xml

  Once I click through the portlet's examples, most of them work fine. however the errors that I listed before occur.
  I tried to trace what seems to be happening, and it looks like the ProcessorFactoryRegistry.nameToFactoryMap is null, presumably because during the startup, XMLProcessorRegistry is never called.

I just am not able to figure out what the ramifications of the errors are, since the portlet itself seems to work.

Thanks,
- Sateesh.

Erik Bruchez wrote
A quick look tells me that this could be due to missing or incorrect  
properties files. Did you modify properties by any chance?

-Erik

On Dec 15, 2008, at 7:14 AM, SateeshK wrote:

>
> Hi,
>
> I tried to install the war file into the latest (5.1.2+) version of  
> Liferay
> portal.
> It did require a couple of changes (modified by looking at another  
> portlet)
> for the liferay descriptor files.
> However when I startup the server and click on the bookcast links  
> inside the
> portlet, I see the attached errors.
>
> Does anyone have a solution to this?
>
> http://www.nabble.com/file/p21008804/errors.txt errors.txt
>
> Thanks,
> - Sateesh.
> --
> View this message in context: http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21008804.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: errors in liferay portlet install.

Erik Bruchez
Administrator
Have you looked at this:

   http://wiki.orbeon.com/forms/doc/developer-guide/deployment-portlet

-Erik

On Dec 15, 2008, at 5:04 PM, SateeshK wrote:

>
> Hi,
>
>  I have not modified any properties.
>  Here's what I did, I have taken the nightly build and uploaded it  
> via the
> portlet install of liferay.
>
>  The Liferay portal is the JBoss 4.2.2 + Liferay portal built from the
> source on my eclipse.
>
>  When I first deployed it, the Orbeon portlet would not even showup.  
> Having
> seen in the forums that it infact worked before, I found that the  
> files
> (liferay-display.xml, liferay-portlet.xml) needed some modification.
>  I also commented out the <resource-ref> in jboss-web.xml.
>
>  This time, the portlet appears in the list of apps that can be  
> added to a
> page via liferay (I am attaching the descriptor files btw, if you  
> would like
> update them).
>
> http://www.nabble.com/file/p21016528/liferay-display.xml liferay-
> display.xml
> http://www.nabble.com/file/p21016528/liferay-portlet.xml liferay-
> portlet.xml
>
>  The liferay installation (the portlet container) also modifies the  
> web.xml
> automatically (attached below). Perhaps the order is messed up?
>
> http://www.nabble.com/file/p21016528/web.xml web.xml
>
>  Once I click through the portlet's examples, most of them work fine.
> however the errors that I listed before occur.
>  I tried to trace what seems to be happening, and it looks like the
> ProcessorFactoryRegistry.nameToFactoryMap is null, presumably  
> because during
> the startup, XMLProcessorRegistry is never called.
>
> I just am not able to figure out what the ramifications of the  
> errors are,
> since the portlet itself seems to work.
>
> Thanks,
> - Sateesh.
>
>
> Erik Bruchez wrote:
>>
>> A quick look tells me that this could be due to missing or incorrect
>> properties files. Did you modify properties by any chance?
>>
>> -Erik
>>
>> On Dec 15, 2008, at 7:14 AM, SateeshK wrote:
>>
>>>
>>> Hi,
>>>
>>> I tried to install the war file into the latest (5.1.2+) version of
>>> Liferay
>>> portal.
>>> It did require a couple of changes (modified by looking at another
>>> portlet)
>>> for the liferay descriptor files.
>>> However when I startup the server and click on the bookcast links
>>> inside the
>>> portlet, I see the attached errors.
>>>
>>> Does anyone have a solution to this?
>>>
>>> http://www.nabble.com/file/p21008804/errors.txt errors.txt
>>>
>>> Thanks,
>>> - Sateesh.
>>> --
>>> View this message in context:
>>> http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21008804.html
>>> Sent from the ObjectWeb OPS - Users mailing list archive at
>>> Nabble.com.
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email]
>>> mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>> --
>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>> http://www.orbeon.com/
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email]  
>> mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
> --
> View this message in context: http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21016528.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: errors in liferay portlet install.

SateeshK
Obviously not! That explains a lot.

Thank you!

Erik Bruchez wrote
Have you looked at this:

   http://wiki.orbeon.com/forms/doc/developer-guide/deployment-portlet

-Erik

On Dec 15, 2008, at 5:04 PM, SateeshK wrote:

>
> Hi,
>
>  I have not modified any properties.
>  Here's what I did, I have taken the nightly build and uploaded it  
> via the
> portlet install of liferay.
>
>  The Liferay portal is the JBoss 4.2.2 + Liferay portal built from the
> source on my eclipse.
>
>  When I first deployed it, the Orbeon portlet would not even showup.  
> Having
> seen in the forums that it infact worked before, I found that the  
> files
> (liferay-display.xml, liferay-portlet.xml) needed some modification.
>  I also commented out the <resource-ref> in jboss-web.xml.
>
>  This time, the portlet appears in the list of apps that can be  
> added to a
> page via liferay (I am attaching the descriptor files btw, if you  
> would like
> update them).
>
> http://www.nabble.com/file/p21016528/liferay-display.xml liferay-
> display.xml
> http://www.nabble.com/file/p21016528/liferay-portlet.xml liferay-
> portlet.xml
>
>  The liferay installation (the portlet container) also modifies the  
> web.xml
> automatically (attached below). Perhaps the order is messed up?
>
> http://www.nabble.com/file/p21016528/web.xml web.xml
>
>  Once I click through the portlet's examples, most of them work fine.
> however the errors that I listed before occur.
>  I tried to trace what seems to be happening, and it looks like the
> ProcessorFactoryRegistry.nameToFactoryMap is null, presumably  
> because during
> the startup, XMLProcessorRegistry is never called.
>
> I just am not able to figure out what the ramifications of the  
> errors are,
> since the portlet itself seems to work.
>
> Thanks,
> - Sateesh.
>
>
> Erik Bruchez wrote:
>>
>> A quick look tells me that this could be due to missing or incorrect
>> properties files. Did you modify properties by any chance?
>>
>> -Erik
>>
>> On Dec 15, 2008, at 7:14 AM, SateeshK wrote:
>>
>>>
>>> Hi,
>>>
>>> I tried to install the war file into the latest (5.1.2+) version of
>>> Liferay
>>> portal.
>>> It did require a couple of changes (modified by looking at another
>>> portlet)
>>> for the liferay descriptor files.
>>> However when I startup the server and click on the bookcast links
>>> inside the
>>> portlet, I see the attached errors.
>>>
>>> Does anyone have a solution to this?
>>>
>>> http://www.nabble.com/file/p21008804/errors.txt errors.txt
>>>
>>> Thanks,
>>> - Sateesh.
>>> --
>>> View this message in context:
>>> http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21008804.html
>>> Sent from the ObjectWeb OPS - Users mailing list archive at
>>> Nabble.com.
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the ops-users@ow2.org
>>> mailing list.
>>> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
>>> For general help: mailto:sympa@ow2.org?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>> --
>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>> http://www.orbeon.com/
>>
>>
>>
>> --
>> You receive this message as a subscriber of the ops-users@ow2.org  
>> mailing
>> list.
>> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
>> For general help: mailto:sympa@ow2.org?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
> --
> View this message in context: http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21016528.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: errors in liferay portlet install.

Alessandro Vernet
Administrator
Sateesh,

You'll let us know how deployment on Liferay works for you. We have  
done a number of improvements (hem... bug fixes) related to Liferay  
during these last few days, so make sure that have a very recent  
nightly build.

Alex

On Dec 15, 2008, at 11:40 AM, SateeshK <[hidden email]> wrote:

>
> Obviously not! That explains a lot.
>
> Thank you!
>
>
> Erik Bruchez wrote:
>>
>> Have you looked at this:
>>
>>   http://wiki.orbeon.com/forms/doc/developer-guide/deployment-portlet
>>
>> -Erik
>>
>> On Dec 15, 2008, at 5:04 PM, SateeshK wrote:
>>
>>>
>>> Hi,
>>>
>>> I have not modified any properties.
>>> Here's what I did, I have taken the nightly build and uploaded it
>>> via the
>>> portlet install of liferay.
>>>
>>> The Liferay portal is the JBoss 4.2.2 + Liferay portal built from  
>>> the
>>> source on my eclipse.
>>>
>>> When I first deployed it, the Orbeon portlet would not even showup.
>>> Having
>>> seen in the forums that it infact worked before, I found that the
>>> files
>>> (liferay-display.xml, liferay-portlet.xml) needed some modification.
>>> I also commented out the <resource-ref> in jboss-web.xml.
>>>
>>> This time, the portlet appears in the list of apps that can be
>>> added to a
>>> page via liferay (I am attaching the descriptor files btw, if you
>>> would like
>>> update them).
>>>
>>> http://www.nabble.com/file/p21016528/liferay-display.xml liferay-
>>> display.xml
>>> http://www.nabble.com/file/p21016528/liferay-portlet.xml liferay-
>>> portlet.xml
>>>
>>> The liferay installation (the portlet container) also modifies the
>>> web.xml
>>> automatically (attached below). Perhaps the order is messed up?
>>>
>>> http://www.nabble.com/file/p21016528/web.xml web.xml
>>>
>>> Once I click through the portlet's examples, most of them work fine.
>>> however the errors that I listed before occur.
>>> I tried to trace what seems to be happening, and it looks like the
>>> ProcessorFactoryRegistry.nameToFactoryMap is null, presumably
>>> because during
>>> the startup, XMLProcessorRegistry is never called.
>>>
>>> I just am not able to figure out what the ramifications of the
>>> errors are,
>>> since the portlet itself seems to work.
>>>
>>> Thanks,
>>> - Sateesh.
>>>
>>>
>>> Erik Bruchez wrote:
>>>>
>>>> A quick look tells me that this could be due to missing or  
>>>> incorrect
>>>> properties files. Did you modify properties by any chance?
>>>>
>>>> -Erik
>>>>
>>>> On Dec 15, 2008, at 7:14 AM, SateeshK wrote:
>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> I tried to install the war file into the latest (5.1.2+) version  
>>>>> of
>>>>> Liferay
>>>>> portal.
>>>>> It did require a couple of changes (modified by looking at another
>>>>> portlet)
>>>>> for the liferay descriptor files.
>>>>> However when I startup the server and click on the bookcast links
>>>>> inside the
>>>>> portlet, I see the attached errors.
>>>>>
>>>>> Does anyone have a solution to this?
>>>>>
>>>>> http://www.nabble.com/file/p21008804/errors.txt errors.txt
>>>>>
>>>>> Thanks,
>>>>> - Sateesh.
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21008804.html
>>>>> Sent from the ObjectWeb OPS - Users mailing list archive at
>>>>> Nabble.com.
>>>>>
>>>>>
>>>>> --
>>>>> You receive this message as a subscriber of the [hidden email]
>>>>> mailing list.
>>>>> To unsubscribe: mailto:[hidden email]
>>>>> For general help: mailto:[hidden email]?subject=help
>>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>
>>>> --
>>>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>>>> http://www.orbeon.com/
>>>>
>>>>
>>>>
>>>> --
>>>> You receive this message as a subscriber of the [hidden email]
>>>> mailing
>>>> list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21016528.html
>>> Sent from the ObjectWeb OPS - Users mailing list archive at
>>> Nabble.com.
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email]
>>> mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>> --
>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>> http://www.orbeon.com/
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email]  
>> mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
> --
> View this message in context: http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21017088.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: errors in liferay portlet install.

SateeshK
Yes. The wiki documentation helped a lot. I uncommented the appropriate listeners and the deployment went smoothly.

Thank you,
- Sateesh.

Alessandro Vernet wrote
Sateesh,

You'll let us know how deployment on Liferay works for you. We have  
done a number of improvements (hem... bug fixes) related to Liferay  
during these last few days, so make sure that have a very recent  
nightly build.

Alex

On Dec 15, 2008, at 11:40 AM, SateeshK <sateeshv@msn.com> wrote:

>
> Obviously not! That explains a lot.
>
> Thank you!
>
>
> Erik Bruchez wrote:
>>
>> Have you looked at this:
>>
>>   http://wiki.orbeon.com/forms/doc/developer-guide/deployment-portlet
>>
>> -Erik
>>
>> On Dec 15, 2008, at 5:04 PM, SateeshK wrote:
>>
>>>
>>> Hi,
>>>
>>> I have not modified any properties.
>>> Here's what I did, I have taken the nightly build and uploaded it
>>> via the
>>> portlet install of liferay.
>>>
>>> The Liferay portal is the JBoss 4.2.2 + Liferay portal built from  
>>> the
>>> source on my eclipse.
>>>
>>> When I first deployed it, the Orbeon portlet would not even showup.
>>> Having
>>> seen in the forums that it infact worked before, I found that the
>>> files
>>> (liferay-display.xml, liferay-portlet.xml) needed some modification.
>>> I also commented out the <resource-ref> in jboss-web.xml.
>>>
>>> This time, the portlet appears in the list of apps that can be
>>> added to a
>>> page via liferay (I am attaching the descriptor files btw, if you
>>> would like
>>> update them).
>>>
>>> http://www.nabble.com/file/p21016528/liferay-display.xml liferay-
>>> display.xml
>>> http://www.nabble.com/file/p21016528/liferay-portlet.xml liferay-
>>> portlet.xml
>>>
>>> The liferay installation (the portlet container) also modifies the
>>> web.xml
>>> automatically (attached below). Perhaps the order is messed up?
>>>
>>> http://www.nabble.com/file/p21016528/web.xml web.xml
>>>
>>> Once I click through the portlet's examples, most of them work fine.
>>> however the errors that I listed before occur.
>>> I tried to trace what seems to be happening, and it looks like the
>>> ProcessorFactoryRegistry.nameToFactoryMap is null, presumably
>>> because during
>>> the startup, XMLProcessorRegistry is never called.
>>>
>>> I just am not able to figure out what the ramifications of the
>>> errors are,
>>> since the portlet itself seems to work.
>>>
>>> Thanks,
>>> - Sateesh.
>>>
>>>
>>> Erik Bruchez wrote:
>>>>
>>>> A quick look tells me that this could be due to missing or  
>>>> incorrect
>>>> properties files. Did you modify properties by any chance?
>>>>
>>>> -Erik
>>>>
>>>> On Dec 15, 2008, at 7:14 AM, SateeshK wrote:
>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> I tried to install the war file into the latest (5.1.2+) version  
>>>>> of
>>>>> Liferay
>>>>> portal.
>>>>> It did require a couple of changes (modified by looking at another
>>>>> portlet)
>>>>> for the liferay descriptor files.
>>>>> However when I startup the server and click on the bookcast links
>>>>> inside the
>>>>> portlet, I see the attached errors.
>>>>>
>>>>> Does anyone have a solution to this?
>>>>>
>>>>> http://www.nabble.com/file/p21008804/errors.txt errors.txt
>>>>>
>>>>> Thanks,
>>>>> - Sateesh.
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21008804.html
>>>>> Sent from the ObjectWeb OPS - Users mailing list archive at
>>>>> Nabble.com.
>>>>>
>>>>>
>>>>> --
>>>>> You receive this message as a subscriber of the ops-users@ow2.org
>>>>> mailing list.
>>>>> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
>>>>> For general help: mailto:sympa@ow2.org?subject=help
>>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>
>>>> --
>>>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>>>> http://www.orbeon.com/
>>>>
>>>>
>>>>
>>>> --
>>>> You receive this message as a subscriber of the ops-users@ow2.org
>>>> mailing
>>>> list.
>>>> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
>>>> For general help: mailto:sympa@ow2.org?subject=help
>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21016528.html
>>> Sent from the ObjectWeb OPS - Users mailing list archive at
>>> Nabble.com.
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the ops-users@ow2.org
>>> mailing list.
>>> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
>>> For general help: mailto:sympa@ow2.org?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>> --
>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>> http://www.orbeon.com/
>>
>>
>>
>> --
>> You receive this message as a subscriber of the ops-users@ow2.org  
>> mailing
>> list.
>> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
>> For general help: mailto:sympa@ow2.org?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
> --
> View this message in context: http://www.nabble.com/errors-in-liferay-portlet-install.-tp21008804p21017088.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws





--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws


-----
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/
Twitter - http://twitter.com/avernet