Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I installed MDM software by followin up the instructions.
I installed Jboss as a first step by clicking on the TMDMCE-Server-All-r43696-V4.0.2.jar file. Before that I have installed and set up the JAVA_HOME as well.
But when I click run.bat from Jboss installed folder it gives following message with out any specific error. Please guide.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
C:\TalendMDM\jboss-4.2.2.GA>cd bin
C:\TalendMDM\jboss-4.2.2.GA\bin>./run.bat -b 0.0.0.0
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\TalendMDM\jboss-4.2.2.GA
JAVA: C:\Sun\JDK6\bin\java
JAVA_OPTS: -Djava.library.path="C:\TalendMDM\jboss-4.2.2.GA\bin\native;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\sun\sdk\jdk\bin;c:\program files\
utimaco\safeguard easy\;c:\deepak\softwares\apache-maven-2.0.9\bin;c:\deepak\softwares\ant17\bin;c:\program files\rsa security\rsa securid software token\;c:\progra~1
\ibm\sqllib\bin;c:\progra~1\ibm\sqllib\function;c:\progra~1\ibm\sqllib\samples\repl;c:\program files\personal communications;c:\program files\windows imaging\;C:\Prog
ram Files\Java\jre6\bin\" -Dprogram.name=run.bat -server -Xms512m -Xmx1024m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterv
al=3600000
CLASSPATH: C:\TalendMDM\jboss-4.2.2.GA\bin\run.jar
===============================================================================
Usage: java class
(to execute a class)
or java -jar jarfile
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM
The default VM is client.
-cp
-classpath
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D=
set a system property
-verbose
enable verbose output
-version print product version and exit
-version:
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea
-enableassertions
enable assertions
-da
-disableassertions
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:
load native agent library , e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:
load native agent library by full pathname
-javaagent:
load Java programming language agent, see java.lang.instrument
-splash:
show splash screen with specified image
Press any key to continue . . .
-----------------------------------------------------------------------------------------------------------------------------------------------------------