jrun

Trouble using JRun to Host Java Servlets

I am deploying new versions of java servlets with JRun as the host. I am having difficulty finding good sources for information about JRun and tutorials about how to configure and manage it. After installing JRun and opening the launcher it can't start the admin server that it creates by default...so obviously I'm running into some issu...

Adding to a Coldfusion classpath running on an instanced JRun server

I'm having some trouble getting my Coldfusion server classpath to recognize my custom java jars. The classpath is not reading my jvm.config file correctly (I assume out of my JRun server which is where the CF instance is running out of, it's a production server with multiple sites attached). I have been banging my head against the wall...

ColdFusion RDS and NTLM Integrated Authentication Problem

I can't seem to get the magic combination of enabling NTLM authentication and still having RDS work. If I leave just anonymous authentication on, RDS works fine - as soon as I enabled it site wide, RDS fails (which is to be expected). Here is what I have done: This is Windows XP SP2 and ColdFusion 8, Eclipse + Adobe plugins In the IIS ...

Is JDK 6u14 Garbage First (G1) garbage collector, suitable for JRun?

Garbage First (G1) garbage collector http://weblogs.java.net/blog/opinali/archive/2009/02/here_comes_jdk.html Do you think this garbage collector is better for JRun, running ColdFusion 8? ...

Loading .properties files in JRun4

Hello, I'm using the echo2 web framework in my application. But trying to start it in JRun4 returns the following exception: 26/02 17:12:21 user Remote: init 26/02 17:12:22 error [1]java.lang.NullPointerException at nextapp.echo2.app.util.PropertiesDiscovery.loadProperties(PropertiesDiscovery.java:67) at nextapp.echo2.app.util....

Oracle: OALL8 is in an inconsistent state

As part of upgrading JRun, we are moving from a 1.4 JVM to a 1.6 JVM. Now I am getting a really strange oracle db error: "OALL8 is in an inconsistent state". I have pinned down the problem to insert queries that do not use bind variables at all - all inline parameters. If I run the query without any bind variables, I get the above error....

increase JRun launch time

Hi, If you try to launch a JRun server and initialization takes more than 30 secs, the launch fails. Is there any way to increase this 30 second limit? Thanks, Tony ...

ColdFusion 8.01 not responding... How to investigate what's wrong?

About once in 1 or 2 months, my 32bit CF8.01 (with cumulative hot fix 2) on Windows 2003 Server + IIS6 would somehow freeze for an unknown reason. The Task Manager reported Jrun using ~600mb (far from the ~1.2gb limit). CPU is close to 0%. I checked the /log, and the latest updated log doesn't have anything particularly interesting go...

Recommendations for a Java 1.4 MVC framework for Jrun?

I am revisiting a project and need to limit it to Java 1.4 (unfortunately). I was interested in introducing a MVC framework to improve ease of maintenance in the future. Besides Struts 1, what options do I have? The lightweight the framework, the better. Not to dismiss Struts off hand, I've just heard a lot of bad things about it. If a...

Forcing HttpOnly cookies with JRun/ColdFusion

We need to ensure that all cookies on a CF7 site are set as HttpOnly. We are using jsessionid to control our sessions, and JRun does not create this as HttpOnly. Whilst it is possible to modify an existing cookie to add this setting, we need to have it set to HttpOnly from the start. Any suggestions? Related Question: Setting Secure...

Setting Secure cookies when HTTPS (for mixed HTTPS/HTTP site) with JRun/ColdFusion

We have a site running on CF7 that has both logged in and logged out sections, and uses jsessionid for sessions. When switching to HTTPS (for the secure sections), we need to start a new secure session, setting the 'Secure' flag on the jsessionid cookie. Whilst JRun has an option for setting 'Secure' it appears to be an all-or-nothing ...

JSP files won't compile - JSPTranslator.CouldNotLoadClass

I have 6 JSP applications running on a Windows Server 2003 box with JRun 4 with Updater 7 and the Java 1.6.0_14. All of my applications are working just fine except for 1 of them and any new ones I create in JRun. I just cannot find where the difference in configuration or permissions is. Whenever I attempt to access a JSP file on the...

Jrun ColdFusion service intermittently fails to start

We occasionaly have a problem where we attempt to start the Jrun service and it fails with the following two errors: error JRun Naming Service unable to start on port 2902 java.net.BindException: Port in use by another service or process: 2902 info No JDBC data sources have been configured for this server (see jrun-resources.xml) error...

BlazeDS and ColdFusion - jRun memory usage increase resulting in java.lang.OutOfMemoryError: Java heap space

I have BlazeDS running in an instance of Coldfusion 8. A flex chat app that acts as both a producer and consumer with 70 long polling requests allowed, moving to client polling with a polling interval of 2 seconds. jRun metrics logging is enabled. The server is set up with a max heap size of 1200mb, 210 max jrun threads and 150 max simul...

Where to get JRun 3.0?

Does anyone know if this was freeware\opensource at 3.0? JRun 4.0 is from Adobe and is not free but I was told that previous versions were free. And if it is free does anyone know where to get it from? I can't find anywhere to download it from. FKCoder ...

JRun/Coldfusion - System.out - how to prevent it getting too large?

I am running ColdFusion 8 application servers on Windows machines. ColdFusion is running as a Windows service. I have noticed that System.out file is massive (1GB+) on some of the machines. e.g. C:\ColdFusion8\runtime\bin\System.out I understand this is where console output ends up when running CF as a service, but is there any...

JRun Servlet Error when attepting to use java object

We have a site in ColdFusion which integrates with a credit card provider using java components. When calling a particular function on a java object: <cfset ResponseObject = AgentObject.request(RequestObject, LogObject)> Where ResponseObject, AgentObject and LogObject are java object created like: <cftry> <cfset AgentObject = c...

Jrun Server crashes when a page has cfform,cfgrid,cflayout etc..

Hi, I am having a weird problem. I have a application that works perfect in my development machine and UAT machine which is of windows 2003 server/cf8. When i uploaded the same application on Solaris box with CF8, and access the site it works perfect until i hit the page that has CFFORM, CFLAYOUT, CFGRID.. etc.. The Jrun Server just cr...

access JRUN jndi environment vaiables from coldfusion (java)

I want to put some instance specific configuration information in JNDI. I looked at the information here: http://www.adobe.com/support/jrun/working_jrun/jrun4_jndi_and_j2ee_enc/jrun4_jndi_and_j2ee_enc03.html I have added this node to the web.xml: <env-entry> <description>Administrator e-mail address</description> <env-entry-name>ad...

Help me stabilize this jRun configuration (CF9/Win2k3/IIS6)

Not sure if this would be better suited for ServerFault, but since I am not an admin but a developer I figured I would try SO. We've been struggling to keep our multi-server configuration stable for quite some time now. At the end of last month we were running under CF 7.0.2 on a two servers setup (one instance each). At that point we...