Re: [Resin-interest] Resin 2.x, mod_caucho and Apache 2.2

2007-05-25 Thread okrische

Hello,

i forgot to mention, that i was trying to compile it on a 64bit Linux. 

Anyways, it was compilable with the -fPIC switch. 


Ding Deng wrote:
 
 okrische [EMAIL PROTECTED] writes:
 Hello,
 i just wonder, if there is any plan to fix mod_caucho for Apache 2.2.x? I
 guess not, there is no snapshot of Resin 2.x on caucho.com anymore. Mh.
 Or is anyone owner of a patch which helps me compiling mod_caucho for
 Apache
 2.2.x?
 
 More details? It works here (Apache 2.2.3 + Resin 2.1.17) without any
 3rd party patches anyway.
 
 

-- 
View this message in context: 
http://www.nabble.com/Resin-2.x%2C-mod_caucho-and-Apache-2.2-tf3542229.html#a10804504
Sent from the Resin mailing list archive at Nabble.com.



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Problems with ADF faces application on JBoss 3.1.1

2007-05-25 Thread Scott Ferguson


On May 24, 2007, at 7:31 AM, Taber, Guthrie wrote:



I figured this was due to the conflict of the jsf-12.jar shipped  
with Resin 3.1.1 and the jsf .jars shipped with the adf sample  
application.


Yes, you should delete the jsf-12.jar.  That's not supposed to be  
released yet.


I just removed the jsf jar from Resin_home/lib and restarted.  
Upon this I get the following error:



[13:38:43.621] java.lang.NullPointerException
[13:38:43.621]  at javax.faces.webapp.FacesServlet.init 
(FacesServlet.java:144)


You need to add a listener listener-class=.../ to the web.xml to  
force JSF to initialize the default implementation.  The classname  
would depend on which JSF implementation you're using.


-- Scott


[13:38:43.621]  at  
com.caucho.server.dispatch.ServletConfigImpl.createServletImpl 
(ServletConfigImpl.java:776)
[13:38:43.621]  at  
com.caucho.server.dispatch.ServletConfigImpl.createServlet 
(ServletConfigImpl.java:707)
[13:38:43.621]  at com.caucho.server.dispatch.ServletManager.init 
(ServletManager.java:150)
[13:38:43.621]  at com.caucho.server.webapp.WebApp.start 
(WebApp.java:1726)
[13:38:43.621]  at  
com.caucho.server.deploy.DeployController.startImpl 
(DeployController.java:623)
[13:38:43.621]  at  
com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit 
(StartAutoRedeployAutoStrategy.java:72)
[13:38:43.621]  at  
com.caucho.server.deploy.DeployController.startOnInit 
(DeployController.java:505)
[13:38:43.621]  at com.caucho.server.deploy.DeployContainer.start 
(DeployContainer.java:155)
[13:38:43.621]  at com.caucho.server.webapp.WebAppContainer.start 
(WebAppContainer.java:671)

[13:38:43.621]  at com.caucho.server.host.Host.start(Host.java:437)
[13:38:43.621]  at  
com.caucho.server.deploy.DeployController.startImpl 
(DeployController.java:623)
[13:38:43.621]  at  
com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit 
(StartAutoRedeployAutoStrategy.java:72)
[13:38:43.621]  at  
com.caucho.server.deploy.DeployController.startOnInit 
(DeployController.java:505)
[13:38:43.621]  at com.caucho.server.deploy.DeployContainer.start 
(DeployContainer.java:155)
[13:38:43.621]  at com.caucho.server.host.HostContainer.start 
(HostContainer.java:473)
[13:38:43.621]  at com.caucho.server.cluster.Server.start 
(Server.java:1092)
[13:38:43.621]  at com.caucho.server.cluster.Cluster.startServer 
(Cluster.java:689)
[13:38:43.621]  at  
com.caucho.server.cluster.ClusterServer.startServer 
(ClusterServer.java:431)

[13:38:43.621]  at com.caucho.server.resin.Resin.start(Resin.java:710)
[13:38:43.621]  at com.caucho.server.resin.Resin.initMain 
(Resin.java:1146)

[13:38:43.621]  at com.caucho.server.resin.Resin.main(Resin.java:1343)
[13:38:43.627] javax.servlet.ServletException:  
java.lang.NullPointerException
[13:38:43.627]  at  
com.caucho.server.dispatch.ServletConfigImpl.createServlet 
(ServletConfigImpl.java:745)
[13:38:43.627]  at com.caucho.server.dispatch.ServletManager.init 
(ServletManager.java:150)
[13:38:43.627]  at com.caucho.server.webapp.WebApp.start 
(WebApp.java:1726)
[13:38:43.627]  at  
com.caucho.server.deploy.DeployController.startImpl 
(DeployController.java:623)
[13:38:43.627]  at  
com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit 
(StartAutoRedeployAutoStrategy.java:72)
[13:38:43.627]  at  
com.caucho.server.deploy.DeployController.startOnInit 
(DeployController.java:505)
[13:38:43.627]  at com.caucho.server.deploy.DeployContainer.start 
(DeployContainer.java:155)
[13:38:43.627]  at com.caucho.server.webapp.WebAppContainer.start 
(WebAppContainer.java:671)

[13:38:43.627]  at com.caucho.server.host.Host.start(Host.java:437)
[13:38:43.627]  at  
com.caucho.server.deploy.DeployController.startImpl 
(DeployController.java:623)
[13:38:43.627]  at  
com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit 
(StartAutoRedeployAutoStrategy.java:72)
[13:38:43.627]  at  
com.caucho.server.deploy.DeployController.startOnInit 
(DeployController.java:505)
[13:38:43.627]  at com.caucho.server.deploy.DeployContainer.start 
(DeployContainer.java:155)
[13:38:43.627]  at com.caucho.server.host.HostContainer.start 
(HostContainer.java:473)
[13:38:43.627]  at com.caucho.server.cluster.Server.start 
(Server.java:1092)
[13:38:43.627]  at com.caucho.server.cluster.Cluster.startServer 
(Cluster.java:689)
[13:38:43.627]  at  
com.caucho.server.cluster.ClusterServer.startServer 
(ClusterServer.java:431)

[13:38:43.627]  at com.caucho.server.resin.Resin.start(Resin.java:710)
[13:38:43.627]  at com.caucho.server.resin.Resin.initMain 
(Resin.java:1146)

[13:38:43.627]  at com.caucho.server.resin.Resin.main(Resin.java:1343)
[13:38:43.627] Caused by: java.lang.NullPointerException
[13:38:43.627]  at javax.faces.webapp.FacesServlet.init 
(FacesServlet.java:144)
[13:38:43.627]  at  
com.caucho.server.dispatch.ServletConfigImpl.createServletImpl 
(ServletConfigImpl.java:776)
[13:38:43.627]  at  
com.caucho.server.dispatch.ServletConfigImpl.createServlet 

Re: [Resin-interest] Connection Reset message

2007-05-25 Thread Scott Ferguson

On May 21, 2007, at 7:15 PM, Keith Fetterman wrote:

 I am experiencing a problem displaying pages from our Website on  
 Windows
 XP computers running Symantec's Norton Internet Security 2007 (NIS
 2007.)  Frequently, I will get a Connection Reset message in  
 Firefox 2
 and Page cannot be displayed message in Internet Explorer 7 when  
 I am
 browsing our Website.

 I have tried other Websites and it seems that the problem only occurs
 with our Website, http://www.go2marine.com

 Our Web server is running RedHat Enterprise 3. We are running Resin  
 pro
 3.0.23 with Apache 2.0.46 front end.

 Has anyone else experienced this problem with Resin or Apache  Resin
 and NIS 2007?  If so, please share how you fixed it or what the  
 cause of
 the problem might be.

You might double check the timeouts and netstat between Resin and  
Apache.  It sounds like something is timing out incorrectly.

-- Scott


 Thanks,
 Keith

 -- 
 -
 Keith Fetterman  206-780-5670
 Mariner Supply, Inc. [EMAIL PROTECTED]
 http://www.go2marine.com


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Resin cluster performance drops with number of nodes

2007-05-25 Thread MORAWETZ Martin
Hallo,

I'm evaluating the resin-cluster capabilities. My problem is
that with the current setup using just one node performes
much better than having two nodes running.

The setup is:
Two apache server as frontend, I use the mod_caucho
module as load-balancer, two resin server. One Apache
and one resin instance is running on one physical server.

I tested the performance with Jmeter. Throughput with one
resin node running is about the double of the throughput
when I use both resin nodes (same load-Jmeter setup / 80 Users).
I was expecting an increased throughput having 2 nodes running.

Could that be a configuration issue? What are common
reasons for that behavior? Any ideas?

Regards
Martin



Diese E-Mail sowie jeglicher Anhang sind vertraulich und ausschließlich für 
den/die bezeichneten 
Adressaten bestimmt. Diese Mitteilung kann rechtlich geschützte, firmeninterne 
oder anderweitig 
vertrauliche Informationen enthalten, deren Weitergabe ohne unsere Zustimmung 
strengstens 
untersagt ist. Sofern Sie nicht der beabsichtigte Adressat sind oder diese 
E-Mail irrtümlich 
erhalten haben, sind Sie nicht autorisiert, diese Mitteilung bekanntzumachen, 
zu kopieren, 
weiterzugeben oder aufzubewahren. Bitte informieren Sie uns in diesem Fall 
unverzüglich 
und vernichten diese E-Mail. 

Diese Fußnote dient auch der Bestätigung darüber, daß diese E-Mail automatisch 
auf Computerviren, 
anstößige Inhalte und Einwahlprogramme gescannt wurde.

The information in this e-mail and in any attachments is confidential and 
intended solely 
for the attention and use of the named addressee(s). This information may be 
subject to legal, 
professional or other privilege and further distribution of it is strictly 
prohibited without 
our authority. If you are not the intended recipient, you are not authorised to 
and must not 
disclose, copy, distribute, or retain this message or any part of it, and 
should notify us 
immediately.

This footnote also confirms that this email has been automatically scanned for 
the presence 
of computer viruses, profanities and certain file types.
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest