[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread PeterJ
One thought, based on your description of what happens when your run run.bat. You might be running into the findstr issue (see http://wiki.jboss.org/wiki/Wiki.jsp?page=FindstrCommandNotFound). If that is the case, you can either follow the instructions provided in that link, or comment out thes

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread jaikiran
Ok, i think the problem is with the JAVA_HOME setting. Can you move (copy/paste) the Java installation to maybe C:\Java\jdk1.6.0_05 instead of the current C:\Program Files\Java\jdk1.6.0_05? Then set the JAVA_HOME to: set JAVA_HOME=C:\Java\jdk1.6.0_05 and then start JBoss from the command line u

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread jaikiran
"hate_rtfm_rafb" wrote : double clicking the run.bat briefly opens console window and closes. Running from command line prints out 1 new line and from what I can tell, nothing happens. What is that one line? Can you please post it? View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread hate_rtfm_rafb
double clicking the run.bat briefly opens console window and closes. Running from command line prints out 1 new line and from what I can tell, nothing happens. server.log isn't in the default folder. I only see conf, deploy, lib folders. I un-hid all hidden files/folders and still theres no se

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-09 Thread jaikiran
"hate_rtfm_rafb" wrote : | | %JBOSS_HOME%\server\< serverName>\log folder | | I don't see anything in C:\jboss\jboss-4.2.2.GA\server except the folders: | all, default, minimal. Needless to say, I still can't find the error log(s). | The logs will be present in a folder named C

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-09 Thread hate_rtfm_rafb
echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_05 I guess according to what you say(not what the docs say/omitted), I should install Java elsewhere, even though I've been making non-server Java applications in eclipse/netbeans for years without any problems at all with Java in program files.

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-09 Thread jaikiran
"hate_rtfm_rafb" wrote : Well, I read the installation guide on here for Windows XP, it says you can put Jboss Files ANYWHERE, there's another guide on here that says you can't put it anywhere, especially not "program files". | Its recommended that you dont install JBoss in folders which hav