[JBoss-user] [JBoss Getting Started Documentation] - Re: Dukebank example

2004-10-26 Thread abue
check your jboss-build.properties to see whether it has been modified by other programme View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852681#3852681 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852681

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dukebank example

2004-09-22 Thread nrichards
If you are trying to run the getting started examples with 4.0, I recommend getting the 4.0 getting started guide and not the 3.2 one. It will work much better. (make sure to download the j2ee14 tutorial examples, not the 1.3 examples you are using) View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank example - How do I start the JMX console (secti

2004-09-12 Thread darranl
Are you using a JDK (If so which one) and have you set the JAVA_HOME environent variable? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847948#3847948 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847948

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank example - How do I start the JMX console (secti

2004-09-12 Thread seshan
Yes, JAVA_HOME is set to: C:\Program Files\s1studio_jdk\j2sdk1.4.1_02 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847949#3847949 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847949

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank example - How do I start the JMX console (secti

2004-09-12 Thread darranl
I haven't tried using JBoss 3.2.5 with the JDK installed under 'Program Files', however I know previous versions of JBoss will not work unless the JDK is installed in a folder with no spaces. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847951#3847951 Reply

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank example - How do I start the JMX console (secti

2004-09-12 Thread seshan
I will try moving the jdk directly under c:\ However, all the earlier steps in the DukeBank example that required the java executable ran fine. That leads me to believe, the JAVA_HOME set to its currect location may be OK. View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank example - How do I start the JMX console (secti

2004-09-12 Thread darranl
The issue regarding JDK installation is specific to the compilation of JSP pages, after a clean JBoss install id jmx-console will not work it is usually because of a space in the path or a missing JAVA_HOME. View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank example - How do I start the JMX console (secti

2004-09-12 Thread seshan
I changed the JAVA_HOME to the jdk under c:\ and I am still having the problem of not able to start up the database manager Tool. BTW, I am running JBoss v3.2.5. Should I be using an older version? Even the standalone client application invoked by typing ant -f jboss-build.xml run-client

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank example - How do I start the JMX console (secti

2004-09-12 Thread seshan
The JMX console web application (http://localhost:8080/jmx-console/) problem has been resolved for me. I installed the j2sdk version 1.4.2_05 under c:\ drive and reset the JAVA_HOME to point to the new location. BTW, it JBoss 3.2.5 that I am running. Thanks for the pointers I got from you.