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

2016-01-02 Thread Alex Rojkov
I'm sure there must be a smarter way ;-) 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 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

Re: [Resin-interest] Can't find symbol error when deploying a webapp on Resin 4 using JMS

2014-04-15 Thread Alex Rojkov
Sorry, that’s a code-gen bug. It should have generated ‘.’ for ‘$’ in class name. http://bugs.caucho.com/view.php?id=5715 To work around the issue please make your exception a normal public class. Alex [14-04-15 09:38:48.729] {main} /opt/resin-4.0.39/webapps/multichannel/WEB-INF/work/ejb

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
On Mar 12, 2014, at 20:23 , Alex Rojkov a...@caucho.com wrote: Did you remove resin:import for app-default.xml by any chance ? Why do you ask? app-default.xml has all the required imports to for web.xml, resin-web.xml, etc. Without the imports application won’t be properly initialized

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
-INF/classes”/ tree-loader../ /class-loader Alex On Mar 12, 2014, at 20:12 , Rick Mann rm...@latencyzero.com wrote: Well, that's not exactly true, but I'm baffled. I have my webapp running just fine locally, and just find on a 4.0.37/Java 1.6/Ubuntu 10.10 server I've had running for years

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
On Mar 13, 2014, at 2:26 PM, Rick Mann rm...@latencyzero.com wrote: On Mar 13, 2014, at 14:13 , Alex Rojkov a...@caucho.com wrote: Are your servlets in WB-INF/classes? Yes. Try adding a compiling-loader (or a simple-loader if classes are compiled already) to your class-loader

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
Hm… In the referenced resin.xml the classloader is in the host section. Can you move it into the web-app section and try accessing one of your mapped servlets? Alex And can you move the class-loader registration inside the web-app please? If that doesn’t work please post log and conf

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
? Alex On Mar 13, 2014, at 15:37 , Rick Mann rm...@latencyzero.com wrote: Oh! Sorry. That was it. Argh. I am embarrassed (and annoyed with myself, since I've lost precious development time). Thank you. Now I'm back to an issue I had earlier (which I realize now I was solving when I

Re: [Resin-interest] Any way to tell resin to put WEB-INF/tmp somewhere else?

2014-03-12 Thread Alex Rojkov
#workdir http://www.caucho.com/resin-4.0/reference.xtp#tempdir Alex -- Rick ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-12 Thread Alex Rojkov
Did you remove resin:import for app-default.xml by any chance ? Alex On Mar 12, 2014, at 8:12 PM, Rick Mann rm...@latencyzero.com wrote: Well, that's not exactly true, but I'm baffled. I have my webapp running just fine locally, and just find on a 4.0.37/Java 1.6/Ubuntu 10.10 server I've

Re: [Resin-interest] Any way to set jsp page-encoding with Servlet 3.0 Java-only configuration?

2014-03-11 Thread Alex Rojkov
In Resin you should be able to specify that with character-encoding tag at web-app | host | cluster | resin level. http://www.caucho.com/resin-4.0/reference.xtp#characterencoding Thanks, Alex I apologize, since this isn't strictly a Resin issue, but: I used to have this in my web.xml

Re: [Resin-interest] @WebServlet and Hessian

2014-03-10 Thread Alex Rojkov
the logging level? Alex -- Rick ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest ___ resin-interest mailing list resin-interest

Re: [Resin-interest] Registering my CanDI producer with InjectionManager?

2014-03-10 Thread Alex Rojkov
instance for a Proxy class and one for an actual Producer. Thanks, Alex Thanks! -- Rick ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Order of web-fragment.xml vs .tld

2014-02-17 Thread Alex Rojkov
at fault, or could MessAdmin be relying on something that simply is not defined by specs? Hi Mattias, I am filing a bug for this: http://bugs.caucho.com/view.php?id=5659 , thanks for reporting! Can you try redefining the listener in your application’s web.xml as a work around? Thanks, Alex

Re: [Resin-interest] GWT - replacing Jetty with Resin in Eclipse

2012-10-18 Thread Alex Rojkov
no Google App Engine needed. I think the issue is that the project ins't nominated to become a Web Application. Please open project properties and add Dynamic Web Module in Project Facets node. Alex ___ resin-interest mailing list resin-interest

[Resin-interest] Debian install still broken in 4.0.30

2012-08-25 Thread Alex Sharaz
And installing 4.0.30 over previous release still barfs at the fact that the resin user already exists. Rgds Alex - sip:924110...@sip.callwithus.com ** To view the terms under which this email is distributed, please go

Re: [Resin-interest] cannot ./configure resin - says java not installed, - it is installed and JAVA_HOME is set correctly..

2012-04-13 Thread Alex Rojkov
help? I have java installed in a custom folder due to distriubtion reasons; Hi Tom, Can you add /opt/jdk/bin to the PATH and try again. ./configure in 4.0.27 does 'which java' to find java executable. I added a fallback to JAVA_HOME/bin/java for 4.0.28 and up. Thanks, Alex root@ubuntu64

Re: [Resin-interest] getting response header in load balancer access logs

2012-02-27 Thread Alex Rojkov
Hi Chris, I could't reproduce this on version 4.0.25. What version are you running? Thanks, Alex On 2012-02-27, at 2:10 PM, Chris Hart wrote: Hi, I'm having trouble getting the Set-Cookie response header into the access logs on our load balancer. I've tested this exact same access-log

Re: [Resin-interest] getting response header in load balancer access logs

2012-02-27 Thread Alex Rojkov
Hi Alex, Thanks for the reply. I'm using resin-pro-3.1.3. Again, it seems to work when I hit a single instance of resin that directly serves the requests, but when there's a load balancer involved, the load balancer doesn't log it. Did you try this access log line on a load balancer

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Alex Rojkov
can force a reload to check). The issue should be fixed in later versions. The test case that reproduces the webapp with persistent context reload issue was created after 4.0.13. Thanks, Alex You'll find joind the full exception and the thread dump, plus the class itself. This object

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-08 Thread Alex Rojkov
a thread-dump of the server's JVM please and send that to us? Thanks, Alex juste after is simply not called. While the server is in this undefined state, the rest of the application may work. I tried to add a createQuery call just before the find : Query qr=m_manager.createQuery(select st

Re: [Resin-interest] Clustering and load-on-startup

2011-11-08 Thread Alex Rojkov
Hi I have a problem with clustering in Resin 4.0.23 that I hope someone can help me with. Mathias, Can you try adding bind-ports-after-starttrue/ to server-default? server-default bind-ports-after-starttrue/bind-ports-after-start Thanks, Alex When I bring a cluster node back

Re: [Resin-interest] Resin Eclipse Plugin not stopping instances

2011-02-18 Thread Alex
shutdown. That happens immediately on Linux and Mac, but takes 2 minutes on Windows, that's something for us to investigate and fix. Resin 3.1 is started directly, so that explains the difference in behaviour. Alex - Original Message From: Daniel López d.lo...@uib.es To: General

Re: [Resin-interest] Resin 4.0 multipart request handling

2010-09-10 Thread Alex
enable=true/ /web-app We had to change the default to false for 3.0 spec compliance. There is also new 3.0 API to deal with multipart/form-data encoded requests. http://blog.caucho.com/?p=237 Thanks, Alex On Sep 10, 2010, at 3:51 PM, Matthew Serrano wrote: I have been using Resin 4.0.7

Re: [Resin-interest] resin.exe server root directory in 4.0.10

2010-08-31 Thread Alex
in resin.exe. You can work around it with root-directory attribute to server tag. Thanks, Alex Do you see the same issue with java -jar lib/resin.jar start? That's certainly a bug, although I'm not sure why that would be different on windows. -- Scott

Re: [Resin-interest] Cookie lifetime

2010-08-19 Thread Alex
object on the server, but we are not seeing the expiry date on the cookie being updated. It's a session cookie, and as long as it expires on the server the contract established via the cookie becomes invalid as soon as the server 'thinks' cookie is no longer valid. Alex I have tested

Re: [Resin-interest] com.caucho.sql.UserConnection.createSQLXML throws UnsupportedOperationException

2010-06-29 Thread Alex
context = new InitialContext(); DataSource ds = (DataSource)context.lookup(java:comp/env/jdbc/mysql); Connection conn = ds.getConnection(); out.println(((com.caucho.sql.UserConnection)conn).getDriverConnection()); Thanks, Alex Regards, Marcin Koziej

Re: [Resin-interest] Anything change regarding mod_caucho from 4.0.5 to 4.0.6/4.0.7?

2010-06-21 Thread Alex
fine, whereas the Apache ones gave 404's. Sargazer, Can you post your resin configuration, related file structure, your request and expected result. Thanks, Alex ___ resin-interest mailing list resin-interest@caucho.com http

Re: [Resin-interest] Questions regarding resin 4.0.x and the watchdog

2010-06-14 Thread Alex
on any node in the cluster will track every server in the cluster. 3) What is the gain of having only one watchdog? Needing fewer resources – each watchdog would be a separate JVM otherwise. Different physical machines will have separate instances of watchdog. Thanks, Alex That is, do we use

Re: [Resin-interest] EJB3 Primary Key Generation

2010-06-14 Thread Alex
Is the @GeneratedValue JPA annotation fully supported in Resin 4? We suggest that a different JPA implementation is used with Resin at this time. Eclipse Link and Open JPA are good candidates. THanks, Alex I have an entity which should use a TableGeneration strategy against Sybase

[Resin-interest] Using JA-SIG's Central Authentication Service (CAS) with resin

2010-04-29 Thread Alex Sharaz
Hi, I'm looking to use CAS with resin 4.0.x. Anyone done this already? If so, some pointers to useful docn would be appreciated Rgs Alex smime.p7s Description: S/MIME cryptographic signature ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] Problem with c:out shorthand in Resin 4.x

2010-04-20 Thread Alex
...@el-ignored=false to resin-web.xml to make resin pick up on those e.g. web-app xmlns=http://caucho.com/ns/resin; jsp el-ignored=false/ /web-app thanks, Alex With resin 4.x, this is being interpreted literally and rather then seeing a value like we see on the rendered pages

Re: [Resin-interest] unplanned and upexpected downtime of resin

2010-04-20 Thread Alex
server when it becomes unavailable for whatever reason. The watch dog is started automatically with bin/httpd.sh start Thanks, Alex Thnx for ur fast replay All the Best, Abdalmonem Tharwat Galila System Engineer , Technical Resources Department. Ministry of Communications Information

Re: [Resin-interest] [resin-interest] how to make isapi_srun.dll not to use chunked encoding?

2010-02-01 Thread Alex
is there any way to disable the chunked encoding when using isapi_srun.dll? Not at the moment, I am afraid. I added a bug report: http://bugs.caucho.com/view.php?id=3871 Thanks, Alex Thanks. ___ resin-interest mailing list resin-interest

Re: [Resin-interest] Bean as HessianServices Breaks Injection

2010-01-19 Thread Alex
(); * * cdi.addModule(test.jar); * cdi.start(); * * RequestContext req = cxt.beginRequest(); * try { * MyMain main = cxt.getInstance(MyMain.class); * * main.main(args); * } finally { * req.close(); * } * } Thanks, --Alex I am working against 4.0.3. BTW. You can reproduce all

Re: [Resin-interest] GzipFilter Overrides Cache-Control

2010-01-05 Thread Alex
Hi Tyson, What's version of resin is this on? thanks Alex Not sure this is a bug with GzipFilter or expected behavior, but found something worth sharing and dropping in the forum record for others to find. We had a problem distributing content to a CDN and keeping it in cache

Re: [Resin-interest] Need help writing a JUnit test to lookup an EJB

2010-01-05 Thread Alex
of args), write a servlet that'll do the actual test. The servlet will be need to be called from the test method. version 3.0 is not in maven repositories, so the dependencies will need to be specified using a different maven–valid way. Thanks, alex Thanks, - Dave -- View this message

Re: [Resin-interest] Hessian Debug Exception in Production

2010-01-05 Thread Alex
This looks like a bug (checked 3.1.9). The code on the trunk looks valid – testing instanceof before casting. Thanks, Alex We're seeing two possibly related issues with the Hessian Debug facilities in our production environment. The first is the exception pasted below. The second

Re: [Resin-interest] Hessian Debug Exception in Production

2010-01-05 Thread Alex
Tyson I've reported the bug against 3.1.9: http://bugs.caucho.com/view.php?id=3836 Thanks, Alex This looks like a bug (checked 3.1.9). The code on the trunk looks valid – testing instanceof before casting. Thanks, Alex We're seeing two possibly related issues with the Hessian Debug

Re: [Resin-interest] GzipFilter Overrides Cache-Control

2010-01-05 Thread Alex
in this case(not gzip filter ) following the value set in resin.conf cacherewrite-vary-as-private. It has to do with the IE bug (outlined in more detail at : http://www.caucho.com/resin/doc/cluster-tags.xtp#rewrite-vary-as-private ) -Alex -tyson -- View this message in context: http

Re: [Resin-interest] Hessian Debug Exception in Production

2010-01-05 Thread Alex
. 3.1.8 would run scheduled tasks immedately after start, 3.1.9 would start running them a week after start - same app config). This is the one I believe – an open issue: http://bugs.caucho.com/view.php?id=3736 Thanks, Alex -tyson On Tue, Jan 5, 2010 at 2:59 PM, Alex a...@caucho.com wrote

Re: [Resin-interest] java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser

2009-12-22 Thread Alex
on a clean setup. You should check the system properties and and services that may be affecting the choice of parser/xml driver. --Alex and running a hello world test app ... http://localhost:8100/openlaszlo-4.6.1/my-apps/copy-of-hello.lzx I get this exception error .. 500 Servlet

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
= level=all... logger name=com.caucho level=config/ --Alex How to recall this feature now ? Thanks. ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
, resin jni should be compiled. --Alex ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest ___ resin-interest mailing list resin-interest

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
The resin.conf and webapp are attached. --Alex resin.conf Description: Binary data x.war Description: Binary data log level is enabled : logger name= level=all/ logger name=com.caucho level=config/ -Xdebug is enabled too : jvm-arg-Xmx256m/jvm-arg jvm-arg-Xss1m/jvm-arg jvm-arg

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
=127.0.0.1 port=6801 jvm-arg-Dserver=B/jvm-arg /server Regards, Alex I tried doing a resin:import on a jvm.xml file that has just jvm-args in it, but I haven't found a combination that works. I have tried surrounding the jvm-arg tags like this: Try1: server ...jvm-args.. /server Try

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
You should be able to achieve this by using jvm-arg inside the server server id=a address=127.0.0.1 port=6800 jvm-arg-Dserver=A/jvm-arg /server server id=b address=127.0.0.1 port=6801 jvm-arg-Dserver=B/jvm-arg /server Regards, Alex Hmm, that's exactly what I tried first

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
to have all the configuration in one file. server id=a address=127.0.0.1 port=6800 jvm-arg-Dserver=A/jvm-arg /server server id=b address=127.0.0.1 port=6801 jvm-arg-Dserver=B/jvm-arg /server Thanks, Alex Can you have jvm-arg inside a resin:import'ed file? Nope, the server does

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
-value bin/httpd.sh -server a start resin.conf file: server id=a address=127.1 port=6080 jvm-arg-Dbar=${Var[foo]}/jvm-arg /server Alex I wasn't sure, so I was just going by the example resin.conf file that comes with Resin 3.1.9. Aaron

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
distinct purposes e.g. - development - testing - production where let's suppose 'testing' runs on a different set of servers and therefor needs different bindings and jvm arguments? Alex USER=username HTTPD=/usr/local/resin/bin/httpd.sh su $USER -c $HTTPD start -verbose -J-server -Dvar1

Re: [Resin-interest] meaning of / in rewrite-dispatch

2009-11-30 Thread Alex
Thanks for the reply Alex. So how would I match only / and .html? Something like this? dispatch regexp=(^/$)|(\.html) name=... That looks right, Ethan. The parenthesis are optional here but they do make regexp more readable. Alex Cheers, Ethan - Original Message - From

Re: [Resin-interest] Multi-Part request error when using HmuxRequest in Resin 4.0.2(GA)

2009-11-28 Thread Alex
Multi-Part request error when using HmuxRequest. Thanks Wesley, I reported a bug: http://bugs.caucho.com/view.php?id=3790 Alex My resin 4.0.2 was behind an apache 2.1.x using CauchoRequest to forward all request for a virtual host to resin. If I use 8080 port without apache

Re: [Resin-interest] Hibernate lazy loading with Quercus

2009-11-23 Thread Alex
()); [/code] Seems that the objects no longer have the association with valid session, so either the Session or PersistenceManager should be kept around to fill the objects in upon use. Forcing eager load could also be used I think. Alex. We get the usual LazyInitializationException : [10:41:03.300

Re: [Resin-interest] packaging EB3 application with Resin

2009-11-16 Thread Alex
published on the blog: http://blog.caucho.com/?p=225 Thanks, Alex Thank you. Regards -- Vincent LAUGIER Email : vincent.laug...@helmet.fr Téléphone : 01 75 43 92 52 Fax : 01 79 75 01 12 (www.monfax.com) www.helmet.fr ___ resin

Re: [Resin-interest] packaging EB3 application with Resin

2009-11-16 Thread Alex
Hello Alex, then we are waiting for the resin 4 stable release (we need to stick to resin 3 for the moment because of problem with the persistence context injection, see http://forum.caucho.com/showthread.php?t=1927). Resin supports the ear layout as well as defining ejbs in resin

Re: [Resin-interest] Large negative range in the HTTP request

2009-11-16 Thread Alex
Knut, Thanks for reporting this. I've filed a bug: http://bugs.caucho.com/view.php?id=3766 Alex On 2009-11-16, at 2:59 PM, Knut Forkalsrud wrote: Dear Cognoscenti, We have recently been getting a few requests with abnormal Range request headers. For example: Accept-Language

Re: [Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-11-02 Thread Alex
/scheduled-task Running this today (Nov 1), the next start time is set to Nov 8. I Thanks, I've reported a bug: http://bugs.caucho.com/view.php?id=3736 --Alex set resin's debug level to finer, and all scheduled tasks now start a week late. Although I have * in the day of week block, CronType

Re: [Resin-interest] Adding node to a cluster on the fly

2009-11-02 Thread Alex
dynamically. The argument parameter value takes cluster to join, address and port for the new server. (more info available with resin.sh -help. You may find these two caucho blog entries of use: http://blog.caucho.com/?p=177 , http://blog.caucho.com/?p=220 Thanks, Alex Nathan

Re: [Resin-interest] Tabulation evil

2009-10-28 Thread Alex
According to the code convention we use a tab will expand to 8 spaces in IDE. That setting pretty much takes care of all the differences :) --Alex I have been asking myself the same question... Jeff Schnitzer wrote (2009-10-28 00:41): This is really just a point of curiosity... What

Re: [Resin-interest] Inactivity connection timeout over HTTP

2009-10-27 Thread Alex
that with suspend-time-maxTm/suspend- time-max on a port http address=* port=8082 !--set max suspend time to 20 minutes-- suspend-time-max20m/suspend-time-max /http Regards, -- Alex Thanks, Caleb Richardson --- alex wrote: Date: Mon, 26 Oct 2009 13:57:11 -0700 There is keepalive-timeout

Re: [Resin-interest] Inactivity connection timeout over HTTP

2009-10-26 Thread Alex
There is keepalive-timeout setting. It can go in the server or server- default. Default value for the parameter is 15s. server-default keepalive-timeout15s/keepalive-timeout On 2009-10-26, at 1:44 PM, Caleb Richardson wrote: It seems that there is a inactivity timeout being enforced at

Re: [Resin-interest] Cannot Start Resin on Vista

2009-09-02 Thread Alex
resin again. For development purposes you can use console command java -jar lib/resin.jar console Thanks, Alex On 1-Sep-09, at 9:43 AM, Rom Sok wrote: Hi, I am new to it so apologize for the newbie question. I have Windows Vista. I installed JRE JDK 6. I downloaded Resin. I am running resin

Re: [Resin-interest] Metrics

2009-08-20 Thread Alex
Hi Ronan, Luckily Emil has recently published a blog entry right on the topic: http://blog.caucho.com/?p=219 --Alex On 20-Aug-09, at 1:41 PM, Ronan Lucio wrote: Hi, What metrics does Resin offer to measure system health? I'd like to store some data about system info for measurement

Re: [Resin-interest] Tapestry on resin...

2009-08-14 Thread Alex
System.setProperties(Properties). That isolates the apps/hosts/cluster from each other and they can have their own sets of properties. --Alex The system-property tag could also go under resin, cluster or host tags. And likewise this? Which may create problems for other apps? Nabble - Tomcat - User

Re: [Resin-interest] Tapestry on resin...

2009-08-13 Thread Alex
, cluster or host tags. Regards, Alex org.codehaus.stax2.XMLInputFactory2 Hello, I need to work with tapestry on the resin application server, I am really new to Resin and I am getting this error. java.lang.RuntimeException: Exception constructing service 'TemplateParser': Error invoking

Re: [Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Alex
Yep, it's currently down – hardware failure at our provider's. We had been promised a fix soon. Thanks, --Alex On 25-Jun-09, at 6:58 PM, Rick Mann wrote: As of this writing, it seems to be. Connection refused. ___ resin-interest mailing list

Re: [Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Alex
Ah bummer. Thanks for the quick reply. Do bug reports on this list get noticed? The circumstances seem to call for it. If you use [bug] in subject I'll pick it up and enter into bugs.caucho.com On Jun 25, 2009, at 19:14:02, Alex wrote: Yep, it's currently down – hardware failure at our

[Resin-interest] Corrupted session

2009-04-16 Thread Alex Krevenya
Hi, I start seeing this concurrency issue on save/load large session object. Did anybody had the same problem and found a solution to fix it? Below is a stack trace. Here is my configuration: resin 3.0.24, Linux, JDK 1.6 Thank you. [12:20:22.063] FileBacking.log: update cluster:

Re: [Resin-interest] Problems finding jar files in orbeonweb application

2009-03-09 Thread Alex Sharaz
Thanks For this, I could have sworn that the app-default.xml was in there. Then again maybe it slipped out when i moved over to using a watchdog configuration supporting multiple VMS I'll check alex -Original Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest-boun

[Resin-interest] Problems finding jar files in orbeon web application

2009-03-08 Thread Alex Sharaz
are in WEB-INF/lib etc? Alex * To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html

[Resin-interest] logging host alias requests

2008-09-18 Thread Alex Sharaz
variable definition in my host.xml file to display the URI (%U) but it doesn't seem to make a difference. I'm running 3.1.7a BTW Alex * To view the terms under which this email is distributed, please go to http

Re: [Resin-interest] Resin 3.1.6

2008-05-07 Thread Alex Sharaz
-arg Had to comment out the resin-root... Config entry as it generated an error when I started it Alex On 06/05/2008 23:32, Scott Ferguson [EMAIL PROTECTED] wrote: Resin 3.1.6 is now available. The 3.1.x tree is now the stable version and will contain only bug fixes. New development will go

[Resin-interest] Problem with clusterping...

2008-02-14 Thread Alex Sharaz
Just tried to set up a ping config to email myseld as per this example off the web site and get /var/web/conf/resin.conf:169: 'mail-to' is an unknown property of 'com.caucho.server.admin.PingThread'. Example on web page is:- resin xmlns=http://caucho.com/ns/resin;

[Resin-interest] p.s. ping config problem am running 3.1.s080211

2008-02-14 Thread Alex Sharaz
* To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html

[Resin-interest] Small problem with quercus

2008-02-01 Thread Alex Sharaz
iis correct, its not on our server because of the dns redirector. Any way of sending back a valid Not Found code instead of this? Suppose talking the quercus config out of resin-web.xml and putting it into the webapp would cut things down a bit. Any other way? Alex javax.servlet.ServletException

Re: [Resin-interest] Small problem with quercus

2008-02-01 Thread Alex Sharaz
Ah! o.k. i'm running 3.0.25 on these servers. i'll use the workaround until I upgrade the boxes. Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sent: 01 February 2008 14:40 To: resin-interest@caucho.com Subject: Re: [Resin-interest] Small

Re: [Resin-interest] Visual JSF and Resin Snapshot

2008-01-23 Thread Alex
Andreas, Thanks for reporting this, I have filed it as a bug http://bugs.caucho.com/view.php?id=2364 . Regards, Alex Rojkov Software Engineer Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java

Re: [Resin-interest] Visual JSF and Resin Snapshot

2008-01-23 Thread Alex
Andreas, Thanks for reporting this, I have filed it as a bug http://bugs.caucho.com/view.php?id=2364 . Regards, Alex Rojkov Software Engineer Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java

Re: [Resin-interest] new snapshot available

2008-01-14 Thread Alex Sharaz
When i try and make the 080111 snapshot I get make: *** No rule to make target `Makefile.am', needed by `Makefile.in'. Stop. Alex -Original Message- From: [EMAIL PROTECTED] on behalf of Scott Ferguson Sent: Fri 11/01/2008 22:08 To: General Discussion for the Resin application server

[Resin-interest] Problems with resin and orbeon xforms

2008-01-10 Thread Alex Sharaz
I'm running orbeon xforms 3.6 over resin 3.1.x and up till recently everything was working just fine. I then upgraded resin from 3.1.4 to 3.1.s071222 as there were some quercus fixes that i wanted to make use of. After moving to the snapshot version Cannot find any provider supporting

Re: [Resin-interest] Problems with resin and orbeon xforms

2008-01-10 Thread Alex Sharaz
working again Alex -Original Message- From: [EMAIL PROTECTED] on behalf of Alex Sharaz Sent: Thu 10/01/2008 09:44 To: General Discussion for the Resin application server Subject: [Resin-interest] Problems with resin and orbeon xforms I'm running orbeon xforms 3.6 over resin 3.1.x and up

[Resin-interest] anyone running resin 3 on a redhat 5.1 system?

2007-12-04 Thread Alex Sharaz
Chaps, Just fired up my standard config on an RHEL 5.1 server. Seems to work, but cpu load just sits at 100%, Kill of resin and it drops to .5% Same setup as my RHEL4 servers same JDK /config etc Anyone seen this? Alex

[Resin-interest] quercus config question

2007-09-27 Thread Alex Sharaz
] at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:607) [08:36:01.148] at java.lang.Thread.run(Thread.java:595) In it. Is there any quercus specific logging i can turn on to see what's happening? Can i turn on some form of caching? Alex web-app xmlns=http://caucho.com/ns/resin

[Resin-interest] just tried the s070910 release of 3.1.2 pro wih quercus

2007-09-12 Thread Alex Sharaz
And i get the following message. Works find with 3.1.2 release Alex java.lang.ClassFormatError: _quercus/_includes/_ProfilerStub__php$fun_wfProfileOut : illegal attribute length (Code:239) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass

Re: [Resin-interest] Quercus and gallery 2.1

2007-05-22 Thread Alex Sharaz
Hi, Well, it doesn't work with the latest bersion of gallery either. Anything i can do to help track it down let me know Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sent: 21 May 2007 18:22 To: General Discussion for the Resin application

Re: [Resin-interest] 304 status

2007-05-22 Thread Alex Sharaz
Sorry didn't phrase that properly. If a client makes a request for wpad.dat, is there any way of always returning a copy of the file instead of an http status 304 message? Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson Sent: 22 May

Re: [Resin-interest] 304 status

2007-05-22 Thread Alex Sharaz
o.k. fair enough doesn't matter then many thanks alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson Sent: 22 May 2007 17:11 To: General Discussion for the Resin application server Subject: Re: [Resin-interest] 304 status On May 22

[Resin-interest] Quercus and gallery 2.1

2007-05-21 Thread Alex Sharaz
/webapps/gallery2/modules/core/classes/Gallery.class:60 7: Warning: Assertion !empty($key) failed usr/web/databases/webapps/gallery2/modules/core/classes/Gallery.class:60 7: Warning: Assertion !empty($key) failed error messages As I said, worked before. Alex

[Resin-interest] Cant connect to quercus.caucho.com

2007-03-12 Thread Alex Sharaz
Get 500 Servlet Exception java.lang.OutOfMemoryError: PermGen space * To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html

[Resin-interest] o.k. can get to quercus.caucho.com but now its wiki.caucho.com

2007-03-12 Thread Alex Sharaz
Get the following 500 Servlet Exception java.lang.NoClassDefFoundError at sun.reflect.GeneratedMethodAccessor635.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at

Re: [Resin-interest] Resin 3.1.0 release

2006-12-26 Thread Alex Sharaz
or [EMAIL PROTECTED] All the best for the new year Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson Sent: 26 December 2006 17:56 To: General Discussion for the Resin application server; [EMAIL PROTECTED] Subject: [Resin-interest] Resin 3.1.0

[Resin-interest] Quercus example apps that work

2006-12-18 Thread Alex Sharaz
really. Alex * To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html

Re: [Resin-interest] problems with quercus and mediawiki onresin-3.0.22

2006-11-16 Thread Alex Sharaz
] problems with quercus and mediawiki onresin-3.0.22 On Nov 15, 2006, at 9:18 AM, Alex Sharaz wrote: Just tried to install mediawiki on a 3.0.22 system Thanks, I've just filed it as a bug report. Though, Quercus development and fixes are going into the 3.1.x tree (3.1.0 should be in 2-3 weeks), so

[Resin-interest] problems with quercus and mediawiki on resin-3.0.22

2006-11-15 Thread Alex Sharaz
rights set up for the machine/userid I'm trying to run the wiki on Alex * To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html

[Resin-interest] problem with quercus,resin3.0.22 and mediawiki

2006-11-13 Thread Alex Sharaz
that the database e xists and has valid access rights set up for the machine/userid Im trying to run the wiki on Alex * To view the terms under which this email is distributed, please go to http://www.hull.ac.uk