Foren

BeanLocator is null for servlet context error

thumbnail
Richard Gibson, geändert vor 12 Jahren.

BeanLocator is null for servlet context error

Junior Member Beiträge: 30 Beitrittsdatum: 19.02.10 Neueste Beiträge
Hi,

I have a plugin portlet project that consists of 13 portlets, these portlets are calling a number of service methods defined within this plugin project.

Sometimes when I deploy the project to Liferay 6.1 I see the following error for every portlet

BeanLocator is null for servlet context <my-portlet-name>

The only way to correct this seems to be to restart the server.

I've been trying to work out a pattern to this happening, if after starting the server I go directly to a page in Liferay that is hosting one or more of these portlets the error usually occurs, however going to a standard Liferay page before moving to a page containing these portlets seems to work. Can't say this 100% but that is the pattern I have established so far.

Ideally I would like to break this project up into a number of smaller projects, but I couldn't find a way to call a custom service defined in one plugin project from another.

Anyone had a similar problem?
thumbnail
Andrés Cerezo, geändert vor 12 Jahren.

RE: BeanLocator is null for servlet context error

Junior Member Beiträge: 92 Beitrittsdatum: 11.11.10 Neueste Beiträge
Hi!!!! I have the same problem!!!! Didi you find the solution?

Cheers.
thumbnail
Richard Gibson, geändert vor 12 Jahren.

RE: BeanLocator is null for servlet context error

Junior Member Beiträge: 30 Beitrittsdatum: 19.02.10 Neueste Beiträge
Andrés Cerezo:
Hi!!!! I have the same problem!!!! Didi you find the solution?

Cheers.



No, I haven't found out how to resolve this.
raghu batchu, geändert vor 12 Jahren.

RE: BeanLocator is null for servlet context error

New Member Beiträge: 9 Beitrittsdatum: 23.08.09 Neueste Beiträge
Hi Richard

I have the same problem. Did you find the solution?If Yes could you please share the solution.

Thanks
Raghu
thumbnail
Richard Gibson, geändert vor 12 Jahren.

RE: BeanLocator is null for servlet context error

Junior Member Beiträge: 30 Beitrittsdatum: 19.02.10 Neueste Beiträge
I haven't found a solution, other than to restart Tomcat when it occurs.
thumbnail
David García González, geändert vor 12 Jahren.

RE: BeanLocator is null for servlet context error

Regular Member Beiträge: 127 Beitrittsdatum: 14.07.09 Neueste Beiträge
Could it be related to a classloader problem?
thumbnail
Richard Gibson, geändert vor 12 Jahren.

RE: BeanLocator is null for servlet context error

Junior Member Beiträge: 30 Beitrittsdatum: 19.02.10 Neueste Beiträge
I think it most likely is a classloader issue, at the moment it makes development quite slow as each time I redeploy my portlets I have to restart Tomcat.
thumbnail
devaraj s, geändert vor 11 Jahren.

RE: BeanLocator is null for servlet context error

Regular Member Beiträge: 228 Beitrittsdatum: 21.05.12 Neueste Beiträge
Hi everyone,
I have created a registeration portlet , by using service builder created a neccessory tables also in mysql database..

The problem is that when i click submit button after filling registration form its throwing exception like BeanLocator is null for servlet context. plz anyone suggest how i ill resolve this problem.
Balazs Varhegyi, geändert vor 11 Jahren.

RE: BeanLocator is null for servlet context error

New Member Beitrag: 1 Beitrittsdatum: 13.08.12 Neueste Beiträge
I had the same problem.
I've rebuilt the service and the problem solved (for me).
thumbnail
Arthur Grohe, geändert vor 11 Jahren.

RE: BeanLocator is null for servlet context error

Junior Member Beiträge: 49 Beitrittsdatum: 05.11.12 Neueste Beiträge
Hi ,

same problem here! running servicebuilder again didnt help me!
poornima madhav, geändert vor 7 Jahren.

RE: BeanLocator is null for servlet context error

New Member Beiträge: 2 Beitrittsdatum: 14.02.16 Neueste Beiträge
Hi,
I have tried out even by removing my portlet from server + clean the server + stopped the server + started the server by deploying the portlet once agin.
My application is very small on just to persist 2 fields data from the Ui , the value comes upto controller.. but when trying to persist in DB it is giving this BeanLocator exceptionemoticon