jazzmon behaving weirdly, help
I have written a wrapper script for jazzmon, for both windows and linux. (windows using win 7).
monitor, start script again, then analyze, copy data to shared storage, end
both behave identically, with one jm.properties file.
the dev machine was Ubuntu Linux, with a VM for Win 7.
now at work on win 7 native, save the scripts & prop file from my usb disk,
all systems using java 1.6_31, 64bit.
on the work system
1. monitor puts its data in JtsMonRuntime as requested. but Ananlyze looks for .\run0 even tho I said use JtsMonRuntime.
2. the monitor phase doesn't return a return code to the batch script. %errorlevel% is empty
3. If I use the text ip address or our servers, logon fails. if I use the numeric ip address, it works perfectly.
if I cut/paste the text url from the prop file to a browser it prompts for userid. I have a java client app that uses the client apis and logs onto multiple servers without problem using the text url.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
return code.. using delayed expansion, so need to use !varname! instead of %varname%