devpall / commscale

Automatically exported from code.google.com/p/commscale
0 stars 0 forks source link

Only hot deployment seems to work #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This needs verification. If web application is in "deploy" directory and server 
starts, the SNMP deployer does just this:

19:15:35,241 DEBUG [MappedReferenceMetaDataResolverDeployer] Processing 
unit=mobicents-slee-snmp.war, structure:
mobicents-slee-snmp.war

And nothing happens. If web app is "hot deployed", it gives above message+

19:15:35,244 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.1.0 - skipping entry
19:15:35,247 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.2.0 - skipping entry
19:15:35,247 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.3.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.4.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.5.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.6.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.7.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.8.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.9.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.10.0 - skipping entry
19:15:35,248 INFO  [SnmpAgentService] Duplicate oid 
.1.3.6.1.4.1.2312.100.1.1.11.0 - skipping entry
19:15:35,261 INFO  [SnmpAgentService] Duplicate oid .1.3.6.1.2.1.1.1.0 - 
skipping entry
19:15:35,269 INFO  [SnmpAgentService] Duplicate oid .1.3.6.1.2.1.1.2.0 - 
skipping entry
19:15:35,269 INFO  [SnmpAgentService] Duplicate oid .1.3.6.1.2.1.1.3.0 - 
skipping entry
19:15:35,270 INFO  [SnmpAgentService] Duplicate oid .1.3.6.1.2.1.1.4.0 - 
skipping entry
19:15:35,270 INFO  [SnmpAgentService] Duplicate oid .1.3.6.1.2.1.1.5.0 - 
skipping entry
19:15:35,270 INFO  [SnmpAgentService] Duplicate oid .1.3.6.1.2.1.1.6.0 - 
skipping entry
19:15:35,270 INFO  [SnmpAgentService] Duplicate oid .1.3.6.1.2.1.1.7.0 - 
skipping entry

and: 

19:15:35,270 DEBUG [TrapEmitter] notification wrapper class: 
org.mobicents.slee.tools.snmp.SleeStateNotificationWrapperSupport
19:15:35,272 WARN  [TrapEmitter] Error compiling notification mapping for type: 
javax.slee.management.sleestatechange
java.lang.ClassNotFoundException: 
org.mobicents.slee.tools.snmp.SleeStateNotificationWrapperSupport

(The exception is a CL issue, but it does not popup with regular deployment)

Original issue reported on code.google.com by baran...@gmail.com on 1 Feb 2013 at 6:24

GoogleCodeExporter commented 9 years ago
Just to clarify. 
 - skip entry is caused by double def of standard notification/mappings
 - CL error - just regular CL error, fixable with jboss-classloading.xml

Still, the notification wrappers are registered ONLY with hotdeploy(removed 
both errors to check for this).

Original comment by baran...@gmail.com on 1 Feb 2013 at 7:04