Skip to content

{ Author Archives }

ColdFusion / JBoss Issue – “class file has wrong version 49.0, should be 48.0″

While playing with a Remote Proxy example in ColdSpring 2 tonight in my previously mentioned CF9/JBoss setup I ran into the error below: "Error","http-127.0.0.1-8080-2","01/05/12","22:39:39","coldspring-remote-example","coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: /home/andrew/cfdev/jboss-5.0.1.GA/server/devserver/deploy/cfusion.ear/cfusion.war/WEB-INF/cfusion/stubs/WS-316894903/coldfusion/xml/rpc/CFCInvocationException.java:10: cannot access java.rmi.RemoteException bad class file: /usr/java/jdk1.6.0_26/jre/lib/rt.jar(java/rmi/RemoteException.class) class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the [...]

Tagged , ,

Adobe ColdFusion 9 on JBoss

A long time between blog posts but I thought this was worthy of a quick one. I’m using Fedora 16 as my workstation at the moment, and because of some difficulties I encountered when running Adobe ColdFusion 9 on JRun, I decided to give JBoss a try. I downloaded JBoss and CF9 and followed the [...]

Tagged , , , ,

Adobe CS4 and ColdFusion Builder 2 on Linux with Wine

Below is a brief overview of how I was able to get Adobe CS4 and Adobe ColdFusion Builder 2 working (somewhat) on Linux with Wine.  My distro is OpenSUSE 11.4 (64bit) and the wine version is 1.3.12 (running in 32bit mode – export WINEARCH=win32 to ensure it runs in this mode).  Note that I had [...]

Managing CF Dependencies with Maven

I’m currently working on integrating some Java components with a ColdFusion app.  As I investigated trying to integrate them it quickly became obvious that I needed some way of managing the various dependencies the Java components required. As handling Java dependencies is a problem that has already been taken care of by Maven, I began [...]

Tagged ,

iBatis and ColdFusion

One of my colleagues has been writing Java web apps using Spring, Struts and the iBatis Data Mapper. A lot of his code would be very useful to use in my ColdFusion apps, so I wanted to find out if there was a way to integrate ColdFusion and iBatis. Back in July 2006, Charlie Arehart [...]

Tagged

Railo on JBoss (Multi-site configuration)

Earlier this year Sean Corfield blogged about a “multi-web” install of Railo on Tomcat. I decided to see if I could set up a similar configuration on JBoss 5.1.0 and was able to do it successfully by following Sean’s steps with a few modifications. These modifications are documented below. My solution also includes some ideas [...]

Tagged , ,

Railo 3 on JBoss 5

Railo 3 will not run on JBoss 5 without some modifications, as some of the packaged jars conflict with the jars in Jboss’s classpath.  The error reported is similar to that below: 2009-09-07 20:20:09,354 ERROR [org.jboss.web.tomcat.service.deployers.JBossContextConfig] (main) XML error parsing: context.xml org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100) at org.jboss.web.tomcat.service.deployers.JBossContextConfig.processContextConfig(JBossContextConfig.java:549) at org.jboss.web.tomcat.service.deployers.JBossContextConfig.init(JBossContextConfig.java:536) [...]

Tagged , ,