• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jboss not starting

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to run an application using jboss. i am using joss version 6 and java version 6. while making the server up i am getting the following error. getting the same result while double clicking run.bat as well as running run.bat through cmd.

Please help me....

 
Sheriff
Posts: 7134
1360
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Manjusha Ng", please check your private messages regarding an important administrative matter.
 
Manjusha Muraleedas
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ya.. its done!

I am eagerly waiting for the reply to my query...

if anyone have a clue ..please share it with me!


Best Regards,
Manusha
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which version and vendor of Java are you using? What's the output of:



Although your log seems to indicate that you are using Java 6:

C:\Program Files\Java\jdk1.6.0\bin\java



I suspect that may not be true. Also it's always better to install Java and other Java applications in folders which do not have a space in their path. I would recommend that you move the Java installation out of the Program Files folder to some other location like C:/Java/jdk1.6.0. And then set the JAVA_HOME appropriately to point to the new location.
 
Manjusha Muraleedas
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Thanks for the response.

i changed the java path


Please see the result of version check

C:\Java>java -version
CreateProcess(C:\Program Files\Java\jre1.6.0\bin\java.exe, ...) failed.

C:\Java>cd jdk1.6.0

C:\Java\jdk1.6.0>cd bin

C:\Java\jdk1.6.0\bin>java -version
java version "1.6.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-rc-b67)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b67, mixed mode, sharing)



Jboss still throws the same error

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

java version "1.6.0-rc"


That looks like a release candidate for JDK 6 - that is ancient! You should not be using anything earlier than JDK 6u7 (I think that there were serious issues with earlier versions that prevented JBoss AS from running). I recommend you get the latest, JDK 6u20, and install it.
 
Manjusha Muraleedas
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmm... i will try changing the java version... thank you...
 
Manjusha Muraleedas
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know i am late. But being late is better than never. Especially for a Thank you note.


This problem has been solved.

Installed new version of java. Now its working fine...

Thank you All... Thank you so much
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic