Discussion:
[errai-users] Errai on a weblogic-Server?
Julia
2012-05-10 12:10:35 UTC
Permalink
Hello everybody,

I'm evaluating if we can use Errai to replace GWT RPC.
We wanted to test the CDI-solution, but I can't get it to work.
Our application-server is a weblogic 10.3.5 (11g). When I try it in the IDE (Eclipse 3.7) with WTP it works fine, but when I build it with Maven (install) and deploy it to the server, the messages don't reach the server.
We debugged a lot and found out that the MessageQueue is null, when polling for new messages in the DefaultBlockingServlet.
The QueueCloseEvent is not fired until I undeploy the application, but I couldn't find out where the connection gets lost.

Do I have any chance to get it to work on our server?

With best regards
Julia
Jonathan Fuerth
2012-05-10 15:15:46 UTC
Permalink
Hi Julia,

I don't have any experience with deploying Errai to WebLogic, but it appears that WebLogic 12C includes Weld-based CDI out of the box. I see some JIRA issues such as this one: https://issues.jboss.org/browse/WELD-1014 that make me believe it might be difficult to deploy Weld into WebLogic 10.3.5.

Is there any chance you can run your application in WebLogic 12C? :)

-Jonathan

----- Original Message -----
From: "Julia" <julia-fliege at gmx.de>
To: errai-users at lists.jboss.org
Sent: Thursday, May 10, 2012 8:10:35 AM
Subject: [errai-users] Errai on a weblogic-Server?

Hello everybody,

I'm evaluating if we can use Errai to replace GWT RPC.
We wanted to test the CDI-solution, but I can't get it to work.
Our application-server is a weblogic 10.3.5 (11g). When I try it in the IDE (Eclipse 3.7) with WTP it works fine, but when I build it with Maven (install) and deploy it to the server, the messages don't reach the server.
We debugged a lot and found out that the MessageQueue is null, when polling for new messages in the DefaultBlockingServlet.
The QueueCloseEvent is not fired until I undeploy the application, but I couldn't find out where the connection gets lost.

Do I have any chance to get it to work on our server?

With best regards
Julia
Julia
2012-05-14 10:26:14 UTC
Permalink
Hi Jonathan,

Thanks for your prompt answer .

On Friday I tried to get it to work with the WebLogic 12C. Now I get a Error 500 in the browser when starting the application (NullPointerException).
To make things worse the WebLocig 10.3.5 is set as standard here, so we can't use WebLogic 12C for now (even if it would work with it). Therefore we can't use Errai for now.
When we get the newer version of the server, we possibly look at Errai again.

With best regards
Julia
Post by Jonathan Fuerth
Hi Julia,
I don't have any experience with deploying Errai to WebLogic, but it appears that WebLogic 12C includes Weld-based CDI out of the box. I see some JIRA issues such as this one: https://issues.jboss.org/browse/WELD-1014 that make me believe it might be difficult to deploy Weld into WebLogic 10.3.5.
Is there any chance you can run your application in WebLogic 12C? :)
-Jonathan
----- Original Message -----
From: "Julia" <julia-fliege at gmx.de>
To: errai-users at lists.jboss.org
Sent: Thursday, May 10, 2012 8:10:35 AM
Subject: [errai-users] Errai on a weblogic-Server?
Hello everybody,
I'm evaluating if we can use Errai to replace GWT RPC.
We wanted to test the CDI-solution, but I can't get it to work.
Our application-server is a weblogic 10.3.5 (11g). When I try it in the IDE (Eclipse 3.7) with WTP it works fine, but when I build it with Maven (install) and deploy it to the server, the messages don't reach the server.
We debugged a lot and found out that the MessageQueue is null, when polling for new messages in the DefaultBlockingServlet.
The QueueCloseEvent is not fired until I undeploy the application, but I couldn't find out where the connection gets lost.
Do I have any chance to get it to work on our server?
With best regards
Julia
_______________________________________________
errai-users mailing list
errai-users at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/errai-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/errai-users/attachments/20120514/3b0476ff/attachment.html
Jonathan Fuerth
2012-05-14 14:19:25 UTC
Permalink
Okay, thanks for the followup.


Whenever you want to try and resolve the 500 error under WebLogic 12C, just post the stack trace from your server log and we'll help you figure out what's gone wrong.


-Jonathan

----- Original Message -----

From: "Julia" <julia-fliege at gmx.de>
To: "Jonathan Fuerth" <jfuerth at redhat.com>
Cc: errai-users at lists.jboss.org
Sent: Monday, May 14, 2012 6:26:14 AM
Subject: Re: [errai-users] Errai on a weblogic-Server?


Hi Jonathan,

Thanks for your prompt answer .

On Friday I tried to get it to work with the WebLogic 12C. Now I get a Error 500 in the browser when starting the application (NullPointerException).
To make things worse the WebLocig 10.3.5 is set as standard here, so we can't use WebLogic 12C for now (even if it would work with it). Therefore we can't use Errai for now.
When we get the newer version of the server, we possibly look at Errai again.

With best regards

Julia

Am 10.05.2012 um 17:15 schrieb Jonathan Fuerth < jfuerth at redhat.com >:





Hi Julia,

I don't have any experience with deploying Errai to WebLogic, but it appears that WebLogic 12C includes Weld-based CDI out of the box. I see some JIRA issues such as this one: https://issues.jboss.org/browse/WELD-1014 that make me believe it might be difficult to deploy Weld into WebLogic 10.3.5.

Is there any chance you can run your application in WebLogic 12C? :)

-Jonathan

----- Original Message -----
From: "Julia" < julia-fliege at gmx.de >
To: errai-users at lists.jboss.org
Sent: Thursday, May 10, 2012 8:10:35 AM
Subject: [errai-users] Errai on a weblogic-Server?

Hello everybody,

I'm evaluating if we can use Errai to replace GWT RPC.
We wanted to test the CDI-solution, but I can't get it to work.
Our application-server is a weblogic 10.3.5 (11g). When I try it in the IDE (Eclipse 3.7) with WTP it works fine, but when I build it with Maven (install) and deploy it to the server, the messages don't reach the server.
We debugged a lot and found out that the MessageQueue is null, when polling for new messages in the DefaultBlockingServlet.
The QueueCloseEvent is not fired until I undeploy the application, but I couldn't find out where the connection gets lost.

Do I have any chance to get it to work on our server?

With best regards
Julia

_______________________________________________
errai-users mailing list
errai-users at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/errai-users



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/errai-users/attachments/20120514/fe4e6a97/attachment.html
Loading...