OSWatcher

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

OSWatcher

Roshan
Hello,

I am following the doc (Doc ID 461053.1) to configure and start OSWatcher. I configured xming on the system for Putty. I am unable to start the graphic console.
java -jar oswbba.jar -i archive

Instead, I am getting the message below
Capture.PNG

Thanks,
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: OSWatcher

ErmanArslansOracleBlog
Administrator
The message you are getting is not an error , Roshan.
The documentation is clear.

"oswbba parses all the archive files in memory prior to generating graphs or performing an analysis. If you have a large amount of files to parse you may need to allocate more memory in the java heap" So these messages are normal."Wait!"

But if you get java.lang.OutOfMemoryError, you may have to increase the size of the java heap. To increase the size of the java heap use the -Xmx flag.

2016-05-31 9:47 GMT+03:00 Roshan [via Erman Arslan's Oracle Forum] <[hidden email]>:
Hello,

I am following the doc (Doc ID 461053.1) to configure and start OSWatcher. I configured xming on the system for Putty. I am unable to start the graphic console.
java -jar oswbba.jar -i archive

Instead, I am getting the message below
Capture.PNG

Thanks,
Roshan



If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/OSWatcher-tp1037.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML



--

Erman Arslan 

Applications and Database Operations Manager


Oracle Certified Expert

Certified Exadata Administrator

Certified Linux Administrator

Author for Apress

MBA


Blog:      ermanarslan.blogspot.com

Forum:  http://ermanarslan.blogspot.com/p/forum.html

 

M: 05301567803

Reply | Threaded
Open this post in threaded view
|

Re: OSWatcher

Roshan
Thanks a lot for the tips Erman.