* Exception in thread “CompilerThread1” java.lang.OutOfMemoryError: requested 793020 bytes for Chunk::new. Out of swap space? Out of memory while reading
Continue readingAuthor: weblogicwonders
Integrate YourKit Java Profiler with a standalone Weblogic Server
YourKit Java Profiler is a CPU and memory profiler that makes it easy to solve wide range of CPU- and
Continue readingCreating Datasource using WLST
connect(‘weblogic’,’weblogic’,’t3://localhost:7001′) edit() startEdit() cd(‘/’) cmo.createJDBCSystemResource(‘PegaRULES’) cd(‘/JDBCSystemResources/PegaRULES/JDBCResource/PegaRULES’) cmo.setName(‘PegaRULES’) cd(‘/JDBCSystemResources/PegaRULES/JDBCResource/PegaRULES/JDBCDataSourceParams/PegaRULES’) set(‘JNDINames’,jarray.array([String(‘jdbc/PegaRULES’)], String)) cd(‘/JDBCSystemResources/PegaRULES/JDBCResource/PegaRULES/JDBCDriverParams/PegaRULES’) cmo.setUrl(‘jdbc:sqlserver://localhost:1433’) cmo.setDriverName(‘com.microsoft.sqlserver.jdbc.SQLServerDriver’) cmo.setPassword(‘pega612’) cd(‘/JDBCSystemResources/PegaRULES/JDBCResource/PegaRULES/JDBCConnectionPoolParams/PegaRULES’) cmo.setTestTableName(‘SQL SELECT 1rnrn’) cd(‘/JDBCSystemResources/PegaRULES/JDBCResource/PegaRULES/JDBCDriverParams/PegaRULES/Properties/PegaRULES’) cmo.createProperty(‘user’)
Continue readingJBoss Command Line Utility Twiddle
Recently I had faced a situation where I was forced to invoke a method on a particular “MBean” 10-15 times.
Continue readingWebLogic SNMP to monitor JMS Server
Configuring WebLogic SNMP to monitor JMS Server attributes using Counter Monitor. SNMP: It is basically Internet Protocol used to manage
Continue readingWebLogic SNMP to monitor JDBC Connection Pool
Configuring WebLogic SNMP to monitor JBDC Connection Pool attributes using Gauge Monitor. SNMP: It is basically Internet Protocol used to
Continue readingweblogic.Deployer usage
Below article provides some sample usages of the weblogic.Deployer utility. weblogic.Deployer is a Java-based deployment tool that provides administrators and
Continue readingWebLogic SNMP to monitor Server Runtime state
The below article demonstrates the configuration of WebLogic SNMP to monitor the Server RunTime state using String Monitor and generate the
Continue readingComparison Between Cluster Multicast Messaging and Unicast Messaging Mode
When servers are in a cluster, these member servers communicate with each other by sending heartbeats and indicating that they
Continue readingCreating wlfullclient.jar For Client Applications
Prior to the release of weblogic server 10.0, weblogic.jar file could be bundled with the client applications to use some
Continue reading