JBoss Memory Error?
I am installing a JBI Repository for uploading .war files to and stuff and part of the installtion requires me to setup mysql Jboss and Berkley. I got all but JBoss (the last step) to install properly. Nobody in the office has an idea on how to fix it and they're all busy atm so I turn to forums for help :D
The problem is when the installation moves to installing JBoss and configuring it apparently. What I have to do is have mysql server and Berkley server both up and running, both are. Confirmed.
Next step is to:
Change directory to JBOSS-INSTALL-DIRECTORY /jboss-4.0.2/bin and enter one of the
following commands.
run 朿 all (Windows)
sh ./run.sh 朿 all (Solaris)
New to 1.2.6 is an interactive configuration mode. When issuing the above command you
will be greeted (Ok. More like assaulted.) by a series of prompts. How to proceed from
here depends on what kind of Core Services configuration you wish to have.
I have no problem changing my directory, in a windows command prompt I assume, so I do which is C:\jboss-4.0.2\bin. Then from there I type the command: run -c all. However, this brings up 2 error messages, a "JBoss Bootstrap Enviroment" variable list of things. Then it brings up the same error that appeared twice a 3rd time. Why it shows the error 3 times, 2 before one after, is beyond me. But here it is:
Exception in thread "main" java.lang.NoClassDefFoundError: 鸛ms512m
I have no idea. I talked to a coworker and he said the installation might be flawed and make me set some memory values wrong. Which leads me to the JAVA_OPTS variable being wrong. But I have fooled around with it to the best of my ability. Which, since my java knowledge is limited to one year of a college course, consists of nothing more than someone clueless with java would do, because I honsetly have no idea how this stuff works, I'm just trying to run this installation and the installation is flawed.
Any help would be greatly appreciated. The end project of this project is going to be sent to the AirForce for grants and stuff so I will likely have to document and changes to the installation and so I need to know how to fix it. Thanks to any help in advance!

