Re: [Resin-interest] https libcurl support in Quercus?

2015-01-23 Thread Nam Nguyen
Message: 1 Date: Thu, 22 Jan 2015 11:09:24 -0800 From: Rick Mann rm...@latencyzero.com Subject: Re: [Resin-interest] resin-interest Digest, Vol 101, Issue 1 To: General Discussion for the Resin application server resin-interest@caucho.com Message-ID:

Re: [Resin-interest] https libcurl support in Quercus?

2015-01-23 Thread Rick Mann
On Jan 23, 2015, at 14:27 , Nam Nguyen n...@caucho.com wrote: Message: 1 Date: Thu, 22 Jan 2015 11:09:24 -0800 From: Rick Mann rm...@latencyzero.com Subject: Re: [Resin-interest] resin-interest Digest, Vol 101, Issue 1 To: General Discussion for the Resin application server

[Resin-interest] https libcurl support in Quercus?

2015-01-20 Thread Rick Mann
What's the status of this problem in Resin's PHP support these days? http://bugs.caucho.com/view.php?id=5649 http://bugs.caucho.com/view.php?id=5634 The last report is '10065' is CURLOPT_CAINFO and I just stubbed it out because Quercus currently does not support non-JVM

[Resin-interest] Quercus DateTime::setISODate()?

2015-01-22 Thread Rick Mann
I just updated WordPress, and got this: com.caucho.quercus.UnimplementedException: `DateTime::setISODate()' has not been implemented. I'm on Resin 4.0.37. The Caucho website shows Quercus up to 4.0.39 but Resin is 4.0.41. Is setISODate() implemented in 4.0.41? -- Rick Mann

Re: [Resin-interest] resin-interest Digest, Vol 101, Issue 1

2015-01-22 Thread Rick Mann
I thought Wordpress was a sort of flagship app you guys intended to support. Sent from my iPhone On Jan 22, 2015, at 09:36, Nam Nguyen n...@caucho.com wrote: Message: 1 Date: Tue, 20 Jan 2015 12:11:09 -0800 From: Rick Mann rm...@latencyzero.com Subject: [Resin-interest] https libcurl

Re: [Resin-interest] resin-interest Digest, Vol 101, Issue 1

2015-01-22 Thread Nam Nguyen
Message: 1 Date: Tue, 20 Jan 2015 12:11:09 -0800 From: Rick Mann rm...@latencyzero.com Subject: [Resin-interest] https libcurl support in Quercus? To: General Discussion for the Resin application server resin-interest@caucho.com Message-ID:

[Resin-interest] [Resin] Locking jar Oracle

2015-02-18 Thread Nam Nguyen
Date: Tue, 17 Feb 2015 21:48:28 +0100 From: Maria Elena ringmeiste...@gmail.com Subject: Re: [Resin-interest] [Resin] Locking jar Oracle To: ML Caucho Resin resin-interest@caucho.com Message-ID: CAJ=TY9cp=t46soBEW2sYCc0oQF6o0V+G=mocxnfo-ozh5ax...@mail.gmail.com Content-Type:

Re: [Resin-interest] [Resin] Locking jar Oracle

2015-02-17 Thread Nam Nguyen
Date: Tue, 17 Feb 2015 09:59:43 +0100 From: Maria Elena ringmeiste...@gmail.com Subject: [Resin-interest] [Resin] Locking jar Oracle To: ML Caucho Resin resin-interest@caucho.com Message-ID: CAJ=ty9cynk9k2rb5_1dtu7ng0c2whmegotbp9tfffgdsjfi...@mail.gmail.com Content-Type: text/plain;

Re: [Resin-interest] [Resin] Locking jar Oracle

2015-02-17 Thread Maria Elena
On Tue, Feb 17, 2015 at 8:41 PM, Nam Nguyen n...@caucho.com wrote: Date: Tue, 17 Feb 2015 09:59:43 +0100 From: Maria Elena ringmeiste...@gmail.com Subject: [Resin-interest] [Resin] Locking jar Oracle To: ML Caucho Resin resin-interest@caucho.com Message-ID:

[Resin-interest] Help with JPA

2015-02-17 Thread c.whalley
Hi, I realise this is not the usual thing but I'm using EclipseLink under Resin so if anyone can help I'd really appreciate it. Basically I want to know a better way to achive something I feel I'm doing via a kludge. I have an entity for which I effectivley want to rename a primary key. I know

Re: [Resin-interest] Help with JPA

2015-02-19 Thread c.whalley
On 19/02/2015 02:36, Nam Nguyen wrote: Hi Carl, JPA prohibits changing the primary key. So you're right about having to do a copy-and-delete. I'm not too familiar with EclipseLink - what's the exact error you're seeing? Maybe others can chime in. Anyways, I think the easiest and most

[Resin-interest] [Resin] Locking jar Oracle

2015-02-17 Thread Maria Elena
Hello, I am using Resin 3.1.9 (too old, I know) and I am experiencing problems with Oracle jars (I am swtiching between Oracle11 and Oracle12). Tomcat has the antiJARlocking attribute; there is something similar in Resin? Thanks and regards. M.E. -- PGP Public key:

Re: [Resin-interest] Help with JPA

2015-02-18 Thread Nam Nguyen
Hi Carl, JPA prohibits changing the primary key. So you're right about having to do a copy-and-delete. I'm not too familiar with EclipseLink - what's the exact error you're seeing? Maybe others can chime in. Anyways, I think the easiest and most effective way is to just use plain-ole SQL.

[Resin-interest] web app being reloaded during request handling

2015-03-17 Thread Tom Turelinckx
Hi, On Resin 4, our web app is sometimes spontaneously being reloaded during request handling. What could be the cause of that? This happens once or twice a day, at irregular times and intervals, with Resin 4.0.41 on OpenJDK 6 on Linux, but doesn't happen in the same application with

[Resin-interest] Resolve PersistenceUnit unitName at runtime

2015-03-07 Thread c.whalley
I currently use @PersistenceUnit(unitName=foo) private EntityManagerFactory emf; with resin-web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE doctype web-app xmlns=http://caucho.com/ns/resin; ... database jndi-name=foo driver type=com.mysql.jdbc.Driver

[Resin-interest] JPA 2.1 (was Re: Resin 4 and Java 8)

2015-03-24 Thread Mattias Jiderhamn
This is my workaround for JPA 2.1 on Resin. We've had to put that upgrade aside for a while now so it hasn't been thoroughly tested and there may be bumps down the road, but at least this allowed us to boot :-/ /** Remove Caucho's JPA implementation Amber - included in Resin - from the list

[Resin-interest] [Resin] Resin 4 and Java 8

2015-03-24 Thread Nam Nguyen
Message: 2 Date: Tue, 24 Mar 2015 16:40:20 + From: Chris Prattthechrispr...@gmail.com Subject: Re: [Resin-interest] [Resin] Resin 4 and Java 8 To: General Discussion for the Resin application server resin-interest@caucho.com Message-ID:

[Resin-interest] Set Resin webSocket timeout - the default is too short

2015-03-31 Thread c.whalley
Heres the solution for Jetty: http://stackoverflow.com/questions/9056159/websocket-closing-connection-automatically I tried this in resin with no effect public class CustomWebSocketListener extends AbstractWebSocketListener { ... private WebSocketContext socketContext; @Override

[Resin-interest] 4.0.44 release

2015-03-31 Thread Mathias Lagerwall
Thanks Ferg for looking into my 0005865 bug-report. We are in great need of this. Would it be possible to do the 4.0.44 release really soon? Or is it possible to take 4.0.43 and patch it with this specific fix in 4.0.44? Best regards Mathias Lagerwall

Re: [Resin-interest] Help with JPA

2015-03-03 Thread c.whalley
On 19/02/2015 13:38, c.whalley wrote: On 19/02/2015 02:36, Nam Nguyen wrote: Hi Carl, JPA prohibits changing the primary key. So you're right about having to do a copy-and-delete. I'm not too familiar with EclipseLink - what's the exact error you're seeing? Maybe others can chime in.

[Resin-interest] Examples

2015-03-03 Thread c.whalley
http://wiki4.caucho.com/Resin_4_Java_EE_Basic_Servlet,_Comet,_and_WebSocket_Tutorial refers to many Files in this tutorial. Where are they please? ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] web app being reloaded during request handling

2015-03-27 Thread Tom Turelinckx
Hi, On Resin 4 (not 3.1), in the case of a web-app-deploy with nested web-app configuration, hitting the default idle-time (2 hrs) apparently results in a webapp restart on the next request. Configuring a negative idle-time on web-app-default seems to work around the issue. Configuration

Re: [Resin-interest] Hibernate and JPA (was Resin 4 and Java 8)

2015-03-26 Thread Nam Nguyen
Thanks for the suggestion, I went ahead and added it for the upcoming 4.0.44 release. -- Nam On 3/26/15 10:00 AM, resin-interest-requ...@caucho.com wrote: It would also be nice if you could put: jvm-classpath${jvm_classpath}/jvm-classpath In the cluster-default.xml file, so that the only

Re: [Resin-interest] [Resin] Resin 4 and Java 8

2015-03-24 Thread Maria Elena
On Tue, Mar 24, 2015 at 5:40 PM, Chris Pratt thechrispr...@gmail.com wrote: Yes, I have it working just fine on Java 8. But, I can't seem to get it working with the new JPA 2.1 (from Hibernate 4.3). (*Chris*) On Tue, Mar 24, 2015, 8:28 AM Maria Elena ringmeiste...@gmail.com wrote: Hello,

Re: [Resin-interest] [Resin] Resin 4 and Java 8

2015-03-24 Thread Chris Pratt
Nope just tried it out and it worked just fine. (*Chris*) On Tue, Mar 24, 2015 at 2:14 PM Maria Elena ringmeiste...@gmail.com wrote: On Tue, Mar 24, 2015 at 5:40 PM, Chris Pratt thechrispr...@gmail.com wrote: Yes, I have it working just fine on Java 8. But, I can't seem to get it working

[Resin-interest] Using gradle Spring Boot to deploy a WAR in resin

2015-01-29 Thread Rick Mann
I'm just getting started moving my ant-based Spring 3/Servlet 3 app to gradle. I'm starting from scratch. The getting started guides all show using an embedded Tomcat, but I want to deploy a webapp in my resin instance. This page describes how to do that:

[Resin-interest] Network based security behind Apache (X-Forwarded-For)

2015-01-30 Thread Mattias Jiderhamn
Duh, should have read http://www.caucho.com/resin-4.0/admin/security-authorization.xtp to the end... - Original Message - Subject: [Resin-interest] Network based security behind Apache (X-Forwarded-For) Date: Fri, 30 Jan 2015 08:35:14 +0100 From: Mattias Jiderhamn

[Resin-interest] Network based security behind Apache (X-Forwarded-For)

2015-01-29 Thread Mattias Jiderhamn
Hi list. What options do I have if I want to use IP based security behind an Apache proxy? I want to use ip-constraint or resin:IfNetwork, but request.getRemoteAddr() will always be the IP of the proxy, and the real IP is in X-Forwarded-For header. It seems I cannot put a Servlet filter in

[Resin-interest] [Resin4] Info about swtiching from Resin 3.1 to 4.0

2015-04-29 Thread Maria Elena
Hello, we are switching from Resin 3.1 to Resin 4.0 and we have some doubts: - we wanna activate Jar Versioning on Resin 4.0 (on Resin 3.1 we did not activate it). We are testing this feature, but we are not understanding when the old version is undeployed. We wanna understand more deeply

Re: [Resin-interest] Websockets - difference when using mod_caucho?

2015-04-06 Thread Scott Ferguson
On 4/5/15 5:23 AM, c.whalley wrote: On 02/04/2015 16:28, c.whalley wrote: I've got pretty much the example from: http://wiki4.caucho.com/Resin_4_Java_EE_Basic_Servlet,_Comet,_and_WebSocket_Tutorial#Hello.2C_World_WebSocket_in_Resin snip I've just proven this is caused by the mod_caucho config

Re: [Resin-interest] Websockets - difference when using mod_caucho?

2015-04-07 Thread c.whalley
On 06/04/2015 19:14, Scott Ferguson wrote: On 4/5/15 5:23 AM, c.whalley wrote: On 02/04/2015 16:28, c.whalley wrote: I've got pretty much the example from: http://wiki4.caucho.com/Resin_4_Java_EE_Basic_Servlet,_Comet,_and_WebSocket_Tutorial#Hello.2C_World_WebSocket_in_Resin snip I've just

Re: [Resin-interest] Hibernate and JPA (was Resin 4 and Java 8)

2015-04-07 Thread smallufo
Hi I tried both this and the servlet-hack solution But resin(4.0.40) complains *xxx.jar!/META-INF/persistence.xml:4: persistence xmlns=http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence is an unexpected top-level tag. **2: persistence

Re: [Resin-interest] Hibernate and JPA (was Resin 4 and Java 8)

2015-04-07 Thread smallufo
My JPA is implemented by hibernate , managed by spring. Is it possible to disable amber ? 2015-04-07 17:23 GMT+08:00 smallufo small...@gmail.com: Hi I tried both this and the servlet-hack solution But resin(4.0.40) complains *xxx.jar!/META-INF/persistence.xml:4: persistence

Re: [Resin-interest] 4.0.44 release

2015-04-07 Thread Nam Nguyen
Hi Mathias, I've uploaded the snapshot to: http://caucho.com/download/snapshot/resin-pro-4.0.s150407-1.x86_64.rpm http://caucho.com/download/snapshot/resin-pro-4.0.s150407.tar.gz -- Nam On 4/7/15 12:14 AM, Mathias Lagerwall wrote: Hi Nam Where can I download this snapshot? Do you have a

Re: [Resin-interest] 4.0.44 release

2015-04-07 Thread Nam Nguyen
Hi Mathias, The tar.gz and zip are the same. What's missing from the snapshots are the Windows binaries, but you can copy them from your prior versions. Here's a zip download: www.caucho.com/download/snapshot/resin-pro-4.0.s150407.zip -- Nam On 4/7/15 9:25 AM, Mathias Lagerwall wrote:

Re: [Resin-interest] Websockets - difference when using mod_caucho?

2015-04-05 Thread c.whalley
On 02/04/2015 16:28, c.whalley wrote: I've got pretty much the example from: http://wiki4.caucho.com/Resin_4_Java_EE_Basic_Servlet,_Comet,_and_WebSocket_Tutorial#Hello.2C_World_WebSocket_in_Resin snip I've just proven this is caused by the mod_caucho config by tweaking the setup so it uses port

Re: [Resin-interest] 4.0.44 release

2015-04-01 Thread Scott Ferguson
On 3/31/15 12:36 PM, Mathias Lagerwall wrote: Thanks Ferg for looking into my 0005865 bug-report. We are in great need of this. Would it be possible to do the 4.0.44 release really soon? Or is it possible to take 4.0.43 and patch it with this specific fix in 4.0.44? Fairly soon (as in a week

Re: [Resin-interest] 4.0.44 release

2015-04-01 Thread Mathias Lagerwall
Thanks Scott! //Mathias --- CTO - Mathias Lagerwall Netset AB, Adelgatan 9, 211 22 Malmö Tel +46 (0)40 208800 Mobile +46 (0)733 919103 2015-04-01 20:26 GMT+02:00 Scott Ferguson f...@caucho.com: On 3/31/15 12:36 PM, Mathias Lagerwall wrote: Thanks Ferg for

Re: [Resin-interest] Set Resin webSocket timeout - the default is, too short

2015-04-01 Thread Nam Nguyen
Hi Carl, This issue was just fixed for the upcoming 4.0.44 release: async connections close after 5m regardless of WebSocketContext.setTimeout(): http://bugs.caucho.com/view.php?id=5841 -- Nam On 4/1/15 10:00 AM, resin-interest-requ...@caucho.com wrote: Message: 1 Date: Tue, 31 Mar 2015

Re: [Resin-interest] 4.0.44 release

2015-04-01 Thread Nam Nguyen
Hi Mathias, The 4.0.44 is set to be released in about 1-2 weeks. I can build a snapshot and upload it to caucho.com by Monday at the latest. -- Nam On 4/1/15 10:00 AM, resin-interest-requ...@caucho.com wrote: Message: 2 Date: Tue, 31 Mar 2015 21:36:41 +0200 From: Mathias

[Resin-interest] Resin 4.0.44 killing itself?

2015-06-01 Thread Rick Mann
Something is killing my resin process. The watchdog log shows this when it happens: [2015/06/01 21:13:45.624] {watchdog-app-0} Watchdog detected close of Resin[app-0,pid=3728] exit reason: SIGKILL (signal=9) [2015/06/01 21:13:45.628] {watchdog-app-0}

Re: [Resin-interest] Resin 4.0.44 killing itself?

2015-06-01 Thread Scott Ferguson
On 6/1/15 2:19 PM, Rick Mann wrote: Something is killing my resin process. The watchdog log shows this when it happens: [2015/06/01 21:13:45.624] {watchdog-app-0} Watchdog detected close of Resin[app-0,pid=3728] exit reason: SIGKILL (signal=9)

Re: [Resin-interest] Resin 4.0.44 killing itself?

2015-06-01 Thread Rick Mann
Ah, good call. I found this in kern.log. Both the old and the new VM have 512 MB (this is at Rackspace). The older one was running an older Ubuntu, and Java 7. This is running Java 8. I gotta track down all the possible memory config options to resin. But I'm a little troubled that my virtually

[Resin-interest] Resin and Java EE 7?

2015-07-04 Thread arjan tijms
Hi, Just wondering if there are any plans for Resin to eventually implement Java EE 7, and specifically if there are any plans to (eventually) update CanDI to CDI 2.0. Kind regards, Arjan Tijms ___ resin-interest mailing list resin-interest@caucho.com

[Resin-interest] 'honor-cipher-order' is an unknown property of 'com.caucho.vfs.JsseSSLFactory'

2015-07-30 Thread BUSCH Steffen
In Resin 4.0.34 the new SSL configuration honor-cipher-order was introduced for OpenSSL. With Java 8 this was also added to JSSE. See: https://docs.oracle.com/javase/8/docs/technotes/guides/security/enhancements-8.html Bottom of the page: Support cipher suites preference customization in JSSE

[Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Carl Whalley
In Eclipse, if I create a dynamic web app project called "foo", then a Resin server using the plugin config tool, I can then deploy it and it runs at localhost:8080/foo. I need to have it deployed to the root, i.e. just localhost:8080. It seems its the "Add/Remove" dialog in the Resin Plug in

Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Alex Rojkov
> In Eclipse, if I create a dynamic web app project called "foo", then a > Resin server using the plugin config tool, I can then deploy it and > it runs at localhost:8080/foo. I need to have it deployed to the root, > i.e. just localhost:8080. It seems its the "Add/Remove" dialog in the > Resin

Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Carl Whalley
On 02/01/2016 18:25, Alex Rojkov wrote: >> In Eclipse, if I create a dynamic web app project called "foo", then a Hi Carl, I just tested with a symbolic link named ROOT pointing to the deploy foo directory and that worked for me. So you should remove webapps/ROOT and make a link with ln -s

Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Alex Rojkov
>>> In Eclipse, if I create a dynamic web app project called "foo", then a > > Hi Carl, > > I just tested with a symbolic link named ROOT pointing to the deploy foo > directory and that worked for me. > > So you should remove webapps/ROOT and make a link with ln -s foo ROOT > > > Alex > >

Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread arjan tijms
Hi, Another option; only for usage in Eclipse, create an EAR (Enterprise Archive) project, include the war project in it, and using its application.xml set the context root. See http://forum.caucho.com/showthread.php?t=27214 Kind regards, Arjan Tijms On Sat, Jan 2, 2016 at 9:36 PM, Carl

Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-03 Thread Carl Whalley
Ahh ... yes I always forget they caught up now! Will try, thanks for your help! On 03/01/2016 02:00, Alex Rojkov wrote: In Eclipse, if I create a dynamic web app project called "foo", then a >> Hi Carl, >> >> I just tested with a symbolic link named ROOT pointing to the deploy foo >>

Re: [Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Scott Ferguson
On 12/28/15 1:15 PM, Carl Whalley wrote: > I'm learning Polymer and want to use Resin as its server. I find if I > rename all *.html files to *.jsp all is well, after I add the > pageContentType and taglib prefix xml element to the top of each page. > I'd really like to do it the other way round

[Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Carl Whalley
I'm learning Polymer and want to use Resin as its server. I find if I rename all *.html files to *.jsp all is well, after I add the pageContentType and taglib prefix xml element to the top of each page. I'd really like to do it the other way round though, i.e. tell resin to treat each *.html

Re: [Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Carl Whalley
> Try removing the "default". Also, you should be able to add it to the > web.xml. > > The "default" is for Resin to make its defaults a lower priority than > any other definition. > > -- Scott Yup - it works now, exactly that, in resin-web.xml for the web app. Thanks. > >

Re: [Resin-interest] Logrotation and NFS

2016-02-10 Thread Scott Ferguson
On 2/8/16 5:01 AM, Jens Dueholm Christensen wrote: Hi Resin license #1016608 Recently we’ve migrated to a ceph-based storage setup where we use NFS to allow our multiple Resin instances to write their logs directly to Ceph over NFS. The logging did change between Resin 3 and Resin 4

Re: [Resin-interest] Logrotation and NFS

2016-02-12 Thread Jens Dueholm Christensen
Hi Scott Thank you for confirming that. On a side notice, what do I do in regards to a feature request? As far as I can see there is no way of controlling the programname/tag/application (3 names for the same field in a syslog message), but only facility and severity. Unless I begin

[Resin-interest] Reg. SSL error help

2016-01-20 Thread Abhishek
Hello, I am using resin-pro-4.0.33 to run my application. But after upgrading my Firefox to 40.0 & above, I am getting below error: error: sslv3 a broken security protocol. ssl_error_unsupported_version.

[Resin-interest] HTTP GET requests with long URI occasionally end with timeout

2016-05-17 Thread Pawel Kudzia
Should I expect resin to handle correctly HTTP requests with URI length of ~3-4kB? I've run into a curious problem that can be reproduced in the following setup: On the server side: * Debian 8 amd64 * Oracle's jdk1.8.0_91 from * resin-4.0.48 - unpacked; with ./configure; make; make install and a

[Resin-interest] Resin Database Connection Timeout

2017-11-15 Thread Abhishek
Team, My application is running on resin-pro-4.0.41 with below DB configuration in resin-web.xml jdbc/hibernate jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = x.y.in)(PORT = 1527))(CONNECT_DATA =

[Resin-interest] Resin SSL_Protocol Configuration for TLS1.2

2017-11-06 Thread Abhishek
Hello! I am using resin-pro-4.0.41 and using below configuration for https configuration in "resin.properties" # JSSE certificate configuration # Keys are typically stored in the resin configuration directory. jsse_keystore_type : jks jsse_keystore_file : keys/server.keystore

Re: [Resin-interest] Resin SSL_Protocol Configuration for TLS1.2

2017-11-07 Thread BUSCH Steffen
Hi, These properties will be used in the cluster-default.xml and if you want to use only TLS 1.2 you can add the yellow marked addition: ${jsse_keystore_type?:'jks'} ${jsse_keystore_file} ${jsse_keystore_password}

[Resin-interest] Reg. Resin Security Vulnerability

2018-01-11 Thread Abhishek
Hello! I am using resin-pro-4.0.41 with Java 7 and using below configuration for https configuration in "resin.properties" # JSSE certificate configuration # Keys are typically stored in the resin configuration directory. jsse_keystore_type : jks jsse_keystore_file :

[Resin-interest] Reg. DB Connection Constraint

2018-02-09 Thread Abhishek
Hello, I am using "resin-pro-4.0.41" and suddenly few days ago below error encountered frequently. I have checked on DB level and not more than 100 Connection was made at any point of time but as per resin jvm logs all the connections are used. Caused by:

Re: [Resin-interest] Reg. Resin Security Vulnerability

2018-01-17 Thread BUSCH Steffen
Hi, can you post here: https://groups.google.com/forum/#!forum/caucho-resin I could offer you help in a couple of hours or tomorrow. In the meantime you can already get these Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7.

[Resin-interest] Multiple web-app-deploy tags

2018-04-10 Thread matt
Does anyone know if it's possible to use multiple web-app-deploy tags in the same host? I want to have my local dev server pick up whichever apps I've built from a set of projects, where the built output will be in exploded war format. I could tag each app, but it's nice just putting my target

Re: [Resin-interest] Multiple web-app-deploy tags

2018-04-11 Thread Scott Ferguson
On 4/10/18 12:24 PM, matt wrote: > Does anyone know if it's possible to use multiple web-app-deploy tags in the > same host? I want to have my local dev server pick up whichever apps I've > built from a set of projects, where the built output will be in exploded war > format. I could tag each

Re: [Resin-interest] too many open files

2006-09-18 Thread Scott Ferguson
On Sep 18, 2006, at 10:34 AM, David Hansen wrote: Following the suggested lsof idea, it appears that Resin is continually opening file descriptors to the same jar. java 11390root 33u REG8,3 1886356 503420273 /opt/deployments/jars/wtcls.jar about 900 more of

Re: [Resin-interest] throttle filter

2006-09-18 Thread Scott Ferguson
On Sep 18, 2006, at 10:39 AM, sksamuel wrote: How do I get a thread dump without using jstack because that doesn't work on Fedora 3 unfortunately (just my luck). It's fixed in Mustang I think. kill -QUIT on the java process. kill -QUIT is a bit better than jstack, actually, since

Re: [Resin-interest] question about persistancy

2006-09-19 Thread Riccardo Cohen
Thanks for your quick response. I've added in config : always-save-session this way : session-config use-persistent-store=true always-save-session=true / and also in jsp : session.setAttribute(cur,cur);//will save the data when the color is changed. The

Re: [Resin-interest] Special virtual hosts

2006-09-19 Thread Jacky
FYI, I am using Resin pro 3.0.19 in solaris 9. Warm Regards, Jacky Wong From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacky Sent: Tuesday, September 19, 2006 2:47 PM To: Resin-Interest Subject: Re: [Resin-interest] Special virtual hosts Dear Scott,

Re: [Resin-interest] Special virtual hosts

2006-09-20 Thread Jacky
Dear Scott, I tried this: host id=香港域名.hk root-directory=/www/myapp web-app id=/ document-directory=/www/myapp servlet-mapping url-pattern=/servlet/* servlet-name=invoker/ /web-app /host Error: java.io.CharConversionException: conf/resin.conf:321: illegal utf8 encoding 0xcf

[Resin-interest] log level configuration bug in resin 3.0.21?

2006-09-21 Thread Andrea Sodomaco
Hi, I configured a custom log: log name=it.sodomaco.mab level=all path=${server.root}/log/maball.log/ running the following code Logger log = Logger.getLogger(it.sodomaco.mab); log.log(java.util.logging.Level.FINER,finer); log.log(java.util.logging.Level.INFO,info);

[Resin-interest] Quercus and MySQL: unable to query Database

2006-09-22 Thread Nils Meyer
Hi, I have a problem with a small script that basically only calls mysql_connect(), mysql_select_db() and mysql_query() to do a small query. Every time the query is executed I get the error: com.caucho.quercus.QuercusModuleException: Connection is not available In the mysql log I can see a

Re: [Resin-interest] Resin pro 3.0.12

2006-09-22 Thread Markus Ken Moriyama
Hi, it is not very easy to guess a memory leak. Of course upgrading to the latest Resin (3.0.21) could help. But you should better consider profiling your application with e.g. JProfiler. You can download an evaluation version which is valid for 10 days. If you are using JDK 1.5, using jconsole

[Resin-interest] Resin JMS

2006-09-25 Thread chuboz
Friends, Is there any bug on JMS implementation on Resin pro 3.0.12 ? I tried to use JMS MemoryQueue on Resin and it decrease my memory eventhough I have already emptied all my messages from queue. For bulk transactions, I used ObjectMessage and during transactions, I never close session or

Re: [Resin-interest] Resin JMS

2006-09-25 Thread Mattias Jiderhamn
At 2006-09-25 11:11, chuboz wrote: Is there any bug on JMS implementation on Resin pro 3.0.12 ? Is there any software you dare say it does not contain any bugs...? I tried to use JMS MemoryQueue on Resin and it decrease my memory eventhough I have already emptied all my messages from queue.

[Resin-interest] Example configuration of ear deployment to a virtual host

2006-09-26 Thread Tero Ripattila
Hello all, I'm looking for an example of a configuration how to deploy an .ear to a certain virtual host. Lets say that the virtual host is called test.example.tld and my enterprise application arhive is called foobar.ear. At the moment I have the app in the exploded form and later wrapped up

Re: [Resin-interest] Bizarre CMP behavior

2006-09-27 Thread Scott Ferguson
On Sep 27, 2006, at 9:47 AM, David Hansen wrote: We are getting some really odd behavior in production with Resin's CMP. Intermittently, resin begins throwing NPE's in its Amber code Thanks, I've added it as http://bugs.caucho.com/view.php?id=1380 ( why Resin is using Amber for 2.x

Re: [Resin-interest] JNI Builds but Doesn't Load - 3.0.21 Pro

2006-09-28 Thread John Ellis
I've been researching this further, trying to find out exactly where things are going wrong... with the best debugging money can buy, here's the stacktrace I found: [12:57:13.141] java.lang.UnsatisfiedLinkError: /opt/resin-pro/libexec/libresin.so: /opt/resin-pro/libexec/libresin.so: undefined

[Resin-interest] Reconnect to lost java archives

2006-09-28 Thread Jay Ballinger
Hi everyone, We're having a problem with apparent disconnection of a shared drive containing the JVM and the JAR files. From time-to-time our application will report ClassDefNotFound exceptions for classes that are truly there. As a result we'll get some missing JSP .class files presumbaly

Re: [Resin-interest] Resin service threads!

2006-09-29 Thread Bill Au
On RHEL4, you need to use the -L option of ps to see threads: ps -AL BillOn 9/29/06, Swaminathan Subramanian [EMAIL PROTECTED] wrote: Hello!I am running Resin 3.0 on Linux (RHE 4). My resin.conffor threads is as follows:thread-pool!-- Maximum number of threads.--thread-max500/thread-max !--

Re: [Resin-interest] ResinServer.destroy()

2006-10-03 Thread maildli
Bill, Thanks for your valuable information. It gives me a better idea. I am looking into the configuration and I couldn't find any helpful info. However, I am running on Windows, it doesn't recognize the -no-auto-restart as a command line option. Do you have any idea? Can I modify the

Re: [Resin-interest] logging with log4j!

2006-10-04 Thread Scott Ferguson
On Oct 4, 2006, at 12:07 PM, Swaminathan Subramanian wrote: Hi! I upgraded from Resin 2.1 to Resin 3.0.21. The web application uses log4j to log messages. When I moved the code over, I changed the resin.conf file to include fine level logging. But, I am not seeing any application level log

Re: [Resin-interest] questions about Java Persistence API implementation

2006-10-05 Thread Rodrigo Westrupp
Lucas, We are reviewing the JPA interfaces based on the final release of the JPA specification. This will be released in Resin 3.1. Regards, -- Rodrigo --- Lucas Bergman [EMAIL PROTECTED] wrote: Hi -- I was trying to prepare some application work that uses JPA but has to support

[Resin-interest] Using SSL client certificates with Resin 3 and JSSE

2006-10-09 Thread Kai Virkki
Hi! Is it possible to require client certificates when using Resin 3 and JSSE? OpenSSL configuration offers a verify-client tag, but how about JSSE? -Kai ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] Unicode characters supplanted by HTML 4.0 entity references

2006-10-09 Thread Scott Ferguson
On Oct 9, 2006, at 10:58 AM, Michael Stevens wrote: Hello, I am seeing behavior in Resin where unicode characters are being replaced by HTML entity references in the page response. Can you check for any filters? Resin doesn't automatically escape anything. The only processing Resin

Re: [Resin-interest] apache 2.2.3 + mod_caucho.dll on windows server 2003 x64

2006-10-09 Thread Scott Ferguson
On Oct 7, 2006, at 11:26 AM, Jean-Francois Lamy wrote: Configuration: Windows Server 2003, 64 bit edition + resin 3.0.21 + Apache 2.2.3 When trying to configure Apache 2.2 to talk to resin, I get an error message stating that the specified module (mod_caucho.dll) could not be

Re: [Resin-interest] shutdown an webapp in resin

2006-10-09 Thread Scott Ferguson
On Oct 4, 2006, at 2:27 PM, maildli wrote: Hi, Does any body know how to shutdown a web application using Java code? I am working on a project that it does an initialization check right after an applicataion starts up, if the init failed, then the web application should be shut

[Resin-interest] Apache integration

2006-10-10 Thread Maxim Grigoriev
Hi everyone, I'm trying to integrate resin with apache. Currently apache doesn't use VirtualHost but IfDefine MySite Listen mysite.com:80 /IfDefine How can i integrate resin in this case ? Thank's -- Best regards, Maxim mailto:[EMAIL PROTECTED]

[Resin-interest] Resin 3 and Beans

2006-10-12 Thread Andrew Cobley
Im moving from resin 2 to resin 3 and have just run into a very silly problem that I know is something Im doing wrong. If I put bean files in web-inf\classes for a webapp resin seems to be compiling the class files into web-inf\classes\jsp directory and then returns the error:

[Resin-interest] deadlocks

2006-10-12 Thread sksamuel
I'm getting this deadlock on my resin servers. does anyone know if I disable logging completely in resin will that stop this happening or will all I do is just stop the outputting to the file ? My servers are crashing daily (at least) so its getting to be a major earbashing issue for me now.

Re: [Resin-interest] configure

2006-10-12 Thread Scott Ferguson
On Oct 12, 2006, at 7:10 PM, tllcll wrote: is there anyway for me configure without having the laster version of resin the other application is plan to run on tomcat/apache Oh, you're trying to run Resin and Tomcat at the same time? That's a little strange. For Resin, if you want to

Re: [Resin-interest] A few quercus questions

2006-10-20 Thread 袁宏
Hi Yes, I'v Got this error too. I use Java 1.5.0_09-b03 on an Linux with kernel 2.6.15 Any ideas? Yuan Hong 在 Sat, 21 Oct 2006 03:50:07 +0800,Marshall Levin [EMAIL PROTECTED] 写道: Hi again, The 3.1 snapshot from sometime in September worked fine in that I could actually start it

Re: [Resin-interest] Hessian and lazy-loaded Hibernate collections (again!)

2006-10-23 Thread Josh Helmer
On Monday 23 October 2006 10:52, Josh Helmer wrote: I know this has been discussed before, but I am still having a few issues with it here. I am doing work on an app where we use Hibernate for the persistence layer. We have a couple of client apps that use EJB's. Um... too vague... let me

[Resin-interest] Quercus - preg_replace problem

2006-10-24 Thread Anoop K Achuthan
Hi, I use the following code to manipulate a URL to insert a port number. --- ?php $entry_id = http://example.com/test;; $pattern = /(http:\/\/)([^\/]+)\/(.*)/i; $replacement = $1$2:81/$3;

[Resin-interest] quercus - problem with file_exists function

2006-10-25 Thread Anoop K Achuthan
Hi, I'm using quercus to rum wordpress. When I upload and image, quercus throws a Null pointer Exception at file_exists function. java.lang.NullPointerException at

[Resin-interest] Resin 2.1 Timer thread

2006-10-26 Thread Pauly Shore
I'm trying to work out a good clean way of creating a Timer thread inside a Resin 2.1.17 web container. Does anyone know a good way of implementing this? I have a requirement to perform some work-intensive background processing inside my web app, but it's too intensive to be done during a normal

[Resin-interest] resin 3.0.9 and facelets not working

2006-10-28 Thread Igor Novak
Hi! I'm trying to use facelets 1.1.11 (or any other version) on resin 3.0.9 but I keep getting the error: Missing Built-in Tag Libraries! Make sure they are included within the META-INF directory of Facelets' Jar Error Rendering View[/pages/xhtml] java.lang.NullPointerException at

Re: [Resin-interest] 3.0.21 vs. 3.1.snap

2006-10-30 Thread Scott Ferguson
On Oct 28, 2006, at 2:59 AM, Thomas Moorer wrote:Is the 3.1 download production ready or should I use the 3.0.21 version?The snapshots are never production ready, so you should use 3.0.21 for now.We're trying to get 3.0.22 out this week.We've delayed 3.1.0 for another 2-3 weeks.  There's an

Re: [Resin-interest] How to control the location of the work directory

2006-10-30 Thread Scott Ferguson
On Oct 29, 2006, at 7:48 PM, Markus Ken Moriyama wrote: Hi Francois, regarding the location, you can specify it in the web-app element: web-app id='/' document-directory='bar' work-dir/your/work_dir/path/work-dir ... Yes, but it's normally not a good idea to change the work directory.

  1   2   3   4   5   6   7   8   9   10   >