[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-29 Thread torben.frojonck
Hi Peter, You are right . I am using regular expression in this class. And this is probably the casue for the exception. But how do I correct. It is an application I am moving from from an old version of JBOSS (version 3.2 I think) to now 4.0.5. In the old version of JBOSS I had to place the

[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-29 Thread torben.frojonck
Hi Peter, Thank you for your help. I just need to put regular expression class in the WEB-INF/lib. Torben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996832#3996832 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-28 Thread PeterJ
The problem is related to the parameters the createPingTest method (at line 123) is passing to Class.forName. Could you post the contents of the createPingTest method, and identify line number 123. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996716#3996716

[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-28 Thread torben.frojonck
Hello Peter, Here is the code. I have marked the call til Class.forName with bold. private void createPingTest( HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { PrintWriter

[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-28 Thread PeterJ
The next question is, which JVM are you using? JBoss usually prints this information out within the first 50 or so lines on the console. Here is what I get: 14:42:52,281 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_08-b03, Sun Microsystems Inc. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-28 Thread torben.frojonck
Hello Peter, I am using 00:51:38,401 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc. 00:51:38,401 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05,Sun Microsystems Inc. Torben View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Starnge exception

2006-12-28 Thread PeterJ
I looked at the source for Class.forName, and for the native method, Class.forName0. I actually used the 1.4.2 JVM source, I don't have ready access to the 1.5.0 source, but I think it is relatively the same. I did not see regular expressions in use anywhere. I am now suspecting the PingTest