[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ERROR [action.ActionServlet] Parsing error processing re

2007-08-25 Thread alamandrax
Makes perfect sense. I was trying to run the server when I was offline. I'll pay better attention to the stack traces from now on. Apologies. Thanks a lot! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078034#4078034 Reply to the post : http://www.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ERROR [action.ActionServlet] Parsing error processing re

2007-08-25 Thread alamandrax
I'm not sure what happened, but after a couple of redeployments of my application, this issue just disappeared. I think this issue can be marked as solved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078001#4078001 Reply to the post : http://www.jboss.co

[jboss-user] [Beginners Corner] - Re: Faster start for JBoss Server??

2007-08-24 Thread alamandrax
Wow! that's fast. On my 1GB vista home premium, JBoss 4.0.5.GA AS takes 57seconds with all applications removed and ~ 2minutes 20seconds with my application deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077887#4077887 Reply to the post : http://w

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread alamandrax
anonymous wrote : I knew abt the username and password but didn't know that I had to configure it in twiddle . Me neither. The first time I came across it, I assumed I'd have to change the STOP arguments. I then noticed the "-S" switch in the the TWIDDLE tab. I'm not sure why this is, but it wor

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread alamandrax
The username and the corresponding password can be found in %JBOSS_HOME%\server\default\conf\props\jmx-console-users.properties The second line in this file should have the username and password defined as: username=password View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread alamandrax
Hi KJ, I think the first issue is that your JBoss server is shutting down unexpectedly (or had you been trying to shutdown the server when you got the error?). Second, in Eclipse, in the Server view, right click on the Jboss server that you have configured and click "open". Click on the "Open L

[jboss-user] [Beginners Corner] - ERROR [action.ActionServlet] Parsing error processing resour

2007-08-23 Thread alamandrax
Hi, After deploying my application (iControlView below) to the JBoss 4.0.5.GA AS, I get the following error: 09:44:55,884 INFO [STDOUT] 09:44:55,884 INFO [util.PropertyMessageResources] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true | 09:44:55,888 INFO [STDOUT]

[jboss-user] [Installation, Configuration & DEPLOYMENT] - ERROR [action.ActionServlet] Parsing error processing resour

2007-08-23 Thread alamandrax
Hi, After deploying my application (iControlView below) to the JBoss 4.0.5.GA AS, I get the following error: 09:44:55,884 INFO [STDOUT] 09:44:55,884 INFO [util.PropertyMessageResources] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true | 09:44:55,888 INFO [STDOUT]

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JasperException error.

2007-08-10 Thread alamandrax
Hi, I fixed the problem. It was a problem with Vista's virtualization (http://www.hanselman.com/blog/VistasShowCompatibilityFilesAndTheScrumptiousWonderThatIsFileVirtualization.aspx). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073247#4073247 Reply to the

[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla

2007-08-10 Thread alamandrax
Hi. I think I've fixed the issue. The problem was not with the configuration files or the jar files. Apparently it was Vista all along. I had not seen http://www.hanselman.com/blog/VistasShowCompatibilityFilesAndTheScrumptiousWonderThatIsFileVirtualization.aspx so was clueless about Vista's vi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JasperException error.

2007-08-10 Thread alamandrax
Hi, I posted this question to the beginner's section of the forum, but can't seem to get this fixed. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115792 I'm pasting the first post of the thread here. "alamandrax" wrote : Hi, | | I've just

[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla

2007-08-10 Thread alamandrax
This is the listing for the contents of the file menu.jsp <%@ include file="includes.jsp" %> | <% | Logger logger = Logger.getLogger("menu.jsp"); | try | { | | Employee employee = (Employee) session.getAttribute(com.icv.actions.Constants.USER_OBJECT); | String userRoleName

[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla

2007-08-10 Thread alamandrax
anonymous wrote : Please move Java and JBoss out of these paths to some folder which does not have a space. I wont guarantee that it will fix the issue, you are seeing, but atleast it will assure us that this is not causing the problem. Hi. This is what I did. I took the JBoss-4.0.5.GA folder du

[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla

2007-08-10 Thread alamandrax
This is the text I see when I startup the server: C:\Program Files\jboss-4.0.5.GA\bin>run | === | | JBoss Bootstrap Environment | | JBOSS_HOME: C:\Program Files\jboss-4.0.5.GA\bin\\.. | | JAVA: C:\P

[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla

2007-08-10 Thread alamandrax
Hi jaikiran, Thanks again for the prompt reply. The following is the listing for the .jsp portion of $JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\conf\web.xml | jsp | org.apache.jasper.servlet.JspServlet | | fork | false |

[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla

2007-08-10 Thread alamandrax
Hi jaikiran, Thank you for the prompt reply. I did find the thread which dealt with modifying the $JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\conf\web.xml file and had made the modifications to check if it had any effect. I keep getting the same error again. Is there anything else

[jboss-user] [Beginners Corner] - org.apache.jasper.JasperException: Unable to compile class f

2007-08-10 Thread alamandrax
Hi, I've just finished installing the JBoss AS 4.0.5.GA using the JEMS installer and I configured it to install the ejb 3.0 profile. After completing the installation, I deployed my application to the Application Server. Upon trying to run the application however, I encounter the following exc