JBoss Community

POJO Cache failing on weblogic 11g managed servers

created by paramita banerjee in JBoss AOP - View the full discussion

Hi

 

I have set up Pojo cache to work with weblogic server 11g.

I have annotated and instrumented the classes as mentioned in user guide.

 

The Pojo cache attach/find works well when I deploy the application on weblogic admin server.

 

But when I deploy the application on any managed servers in the same weblogic domain, I get the following exception:

java.lang.NullPointerException

at org.jboss.aop.Domain$1.run(Domain.java:124)

at org.jboss.aop.Domain$1.run(Domain.java:121)

at org.jboss.aop.Domain.getDomainName(Domain.java:119)

at com.hp.ws.business.session.WsSession$WsSessionAdvisor.initialise(WsSession$WsSessionAdvisor.java)

at com.hp.ws.business.session.WsSession$WsSessionAdvisor.(WsSession$WsSessionAdvisor.java)

at com.hp.ws.business.session.WsSession.(WsSession.java)

 

I am using jbosscache-pojo-3.0.0.GA and weblogic 11g

 

Any help is highly appreciated.

Reply to this message by going to Community

Start a new discussion in JBoss AOP at Community