|
|
General
Studio
DatabaseServices
- When a Custom Discovery Filter is deleted in Windows with JDK1.4.X series, its corresponding files will not get deleted.
Workaround : Delete the files manually from the project and proceed with creation of new discovery filter with the same name as the deleted discovery filter.CVS Client
- All projects can be stored only under the Repository root directory. CVS Client does not support remote target directory.
- The CVS Update functionality in CVS Client does not work.
Workaround : Check in the Project and then do a Project checkout.General
- In the Tutorial projects bundled in Studio, a duplicate entry error will be thrown if clientparameters.conf, WebNMS.jnlp and launcher_conf.txt are found in the "Other Resources" screen of Packager Wizard. This is because the above files are now being packaged by default by the Studio Packager.
Workaround: While packaging remove the above three file entries from the "Other Resources" screen of the Packager Wizard.- In Studio if selective packaging is done, the .properties files present under the html directory, will not get bundled, hence use Complete Packaging option if Rebranding Tool is used.
- When using JDK1.5 with Studio, the xalan.jar entry must be removed in <Web NMS Home>/StudioTools/Studio/setEnv.bat/sh file. Else the exception "IOException occurred when trying to write to file" with Type "javax.xml.transform.TransformerException" error message will be displayed on creating the Studio project.
Also when deploying the nar using the Deployment Wizard, if you are using JDK1.5, ensure that the xalan.jar entry is removed in the XML_CLASSPATH in setEnv.bat file/ folder.
If you are using Window XP, then you may face additional errors. In that case, please refer to the Notes in the Installation Guide for resolving the issue.Client Builder
- Multiple SNMP and TL1 Agents can not be started from Non UI Agent Tool.
- Two tier Applet option in Client Builder will not work for TL1 applications.
- If JRE1.4.2 is used, Configuration screens with 3 Tier Protocol Neutral Option cannot be invoked in Applets. This happens because when the JRE1.4.2 tries to read the XMLEntities.res file java.lang.ExceptionInInitializerError is thrown. This is an issue with Xalan-Java bundled with JRE1.4.2. Refer the Changes for Xalan-Java 2.5.0 : Committed by mkwan@apache.org on 2002/09/06
Workaround : Add the following entry in the java policy file of the JRE plug-in that is used by the Applet.
permission java.io.FilePermission "<JRE Home>\\lib\\rt.jar", "read";- In Chassis Wizard and Configuration Wizard (on Web NMS standard edition), it is not recommended to use TL1-related menus although they are enabled. Invocation of those menus might result in undesired behavior.
#In Table AuthAuditExt
authAuditId AUTHAUDITID
module MODULE
auditTime AUDITTIME
auditedObj AUDITEDOBJ
operation OPERATION
Workaround: Set the Stack
size, using the following command
ulimit -s 2000
Here 2000 is the value
in kbytes.
- Apache returns garbled response in Opera 7.21 in Solaris platform, when pages with large content is requested.
- Struts validator dumps java script for all the validation rules (Java Scripts) defined in the validation-rules.xml , to the html page, even though the input form present in the html page uses only selective rules for validation.
- When you start Web NMS Server, after reverting SP1 from 4.0.0+SP2+Web Client PPM+SP1 setup, the server is shut down gracefully (after the processes are initialized). Workaround: Perform the steps given below to fix this problem.
- Edit web-header.xml file located in the <Web NMS Home>/WEB-INF directory and remove the following entries.
<servlet>
<servlet-name>jsp.index</servlet-name>
<servlet-class>jsp.index</servlet-class>
</servlet>
<servlet>
<servlet-name>jsp.WebStart</servlet-name>
<servlet-class>jsp.WebStart</servlet-class>
</servlet>- Edit web-footer.xml file located in the <Web NMS Home>/WEB-INF directory and remove the following entries.
<servlet-mapping>
<servlet-name>jsp.index</servlet-name>
<url-pattern>/jsp/index.jsp</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>jsp.WebStart</servlet-name>
<url-pattern>/jsp/WebStart.jsp</url-pattern>
</servlet-mapping>- Execute compileJSP.bat/sh file located in the <Web NMS Home>/bin directory.
- The Polled Data listed below needs to be commented to prevent the DataTruncation error in FireBird Database.
RouterMemoryUtilization
RouterSmallBuffHits
RouterMedBuffHits
RouterBigBuffHits
RouterLarBuffHits
RouterHugeBuffHits
CiscoSwitchMemoryUtilization
AdventNet Web NMS Agent
CLI Browsererror: The method org.jgraph.plaf.basic.TransferHandler getTransferHandler() declared in nested class org.jgraph.plaf.basic.TransferHandler. JAdapterComponent cannot override the method of the same signature declared in class javax.swing.JComponent. They must have the same return type.