• 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 Connectivity Issue

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to run JBOSS on Win 7 and keep getting this error-

C:\jboss-5.1.0.GA\bin>run.bat
Calling C:\jboss-5.1.0.GA\bin\run.conf.bat
\Common was unexpected at this time.

I was able to run it on Windows XP properly but since my system got re imaged and now i have Win 7 I havent been able to run JBOSS on it. Please help.

JAVA_HOME = C:\Java\jdk1.6.0_33
JBOSS_HOME = C:\jboss-5.1.0.GA
 
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
Sounds like you have something installed in a folder that has a space in its name. But which one it is is hard to say from what you posted. Do this: edit the run.bat file to comment out (or remove) the "@echo off" statement at the start of the file, then run it again. You'll get lots of output. If you can figure out what went wrong from that, post all of the output here.
 
Tan Mit
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to find "@echo off" or "echo off" in run.bat. I have no folder with spaces in it. Since i found out on the forum that might be the issue, i changed the paths and env variables as well.
 
Tan Mit
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got the output but the forum is not letting me paste it here
 
Tan Mit
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
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

PATH=;C:\MKS\IntegrityClient\bin;C:\oracle\product\
11.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\W
indows\System32\WindowsPowerShell\v1.0\;"C:\Program Files (x86)\Common Files\EMC
";C:\Program Files\Symantec\Symantec Endpoint Encryption Clients\;C:\Program Fil
es (x86)\Micro Focus\RUMBA\;C:\Program Files (x86)\Micro Focus\RUMBA\System;C:\M
KS\Toolkit\mksnt;C:\Program Files\apache-maven-3.0.3\bin;C:\jboss-5.1.0.GA\bin



You might want to remove those double quotes, right in the middle, from the PATH environment variable value.
 
Tan Mit
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a ton it worked, appreciate it!!
 
If you two don't stop this rough-housing somebody is going to end up crying. Sit down and read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic