This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi,I am getting this error while starting JBoss in netbeans6.1
RarModuleJSR77Deployer -> java.lang.NoClassDefFoundError: org/jboss/resource/metadata/ConnectorMetaData.
m using,JBoss version: jboss-5.0.0.GA-jdk6 ,jdk1.6 and the OS is XP
i changed the jdk version to 1.6.Now the below mentioned error in the trailing msg is not appearing but,now i get these errors,
Port "8083" is one of the default port being used by JBoss. If you have an "Active Port" application, check which application is using port "8083" and stop that application before running JBoss. (Usually if you're running an IM application like yahoo messenger, it will also use port 8083).
If you don't have "Active Port", edit the file "jboss-service.xml". Change all default ports into a different value by putting "1" at the end of the current port number, for example, change "8083" to "80831". Do this with the other default ports as well.
Bushra Binte
Ranch Hand
Joined: Nov 07, 2006
Posts: 60
posted
0
i could not find the value 8083 in the file jboss-service.xml to change