<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Create SNMP Client in JAVA Using SNMP4j	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Thu, 29 Jun 2023 09:10:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: sriram		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-117878</link>

		<dc:creator><![CDATA[sriram]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 09:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-117878</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-81611&quot;&gt;Eric Parayre&lt;/a&gt;.

if  u r creating a project that is the package name no other packages required but u import that snmp4j jar file]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-81611">Eric Parayre</a>.</p>
<p>if  u r creating a project that is the package name no other packages required but u import that snmp4j jar file</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sriram		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-117877</link>

		<dc:creator><![CDATA[sriram]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 09:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-117877</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-682&quot;&gt;aslary&lt;/a&gt;.

asalry this problem solved or not?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-682">aslary</a>.</p>
<p>asalry this problem solved or not?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric Parayre		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-81611</link>

		<dc:creator><![CDATA[Eric Parayre]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 14:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-81611</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-81549&quot;&gt;Anil&lt;/a&gt;.

Hi Anil, the problem is that I don&#039;t have the package &quot;package com.G2.SNMP.client&quot;.
So this code can&#039;t compile. Where can I get this package ?
Thanks for the answer.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-81549">Anil</a>.</p>
<p>Hi Anil, the problem is that I don&#8217;t have the package &#8220;package com.G2.SNMP.client&#8221;.<br />
So this code can&#8217;t compile. Where can I get this package ?<br />
Thanks for the answer.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anil Kumar		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-81566</link>

		<dc:creator><![CDATA[Anil Kumar]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 09:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-81566</guid>

					<description><![CDATA[Exception in thread &quot;main&quot; java.lang.NullPointerException
	at com.G2.SNMP.client.SNMPManager.getAsString(SNMPManager.java:54)
	at com.G2.SNMP.client.SNMPManager.main(SNMPManager.java:38)

Getting above error. when I run the code.]]></description>
			<content:encoded><![CDATA[<p>Exception in thread &#8220;main&#8221; java.lang.NullPointerException<br />
	at com.G2.SNMP.client.SNMPManager.getAsString(SNMPManager.java:54)<br />
	at com.G2.SNMP.client.SNMPManager.main(SNMPManager.java:38)</p>
<p>Getting above error. when I run the code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anil		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-81549</link>

		<dc:creator><![CDATA[Anil]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-81549</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-3929&quot;&gt;sravani&lt;/a&gt;.

No]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-3929">sravani</a>.</p>
<p>No</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anil		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-80617</link>

		<dc:creator><![CDATA[Anil]]></dc:creator>
		<pubDate>Thu, 20 Oct 2022 09:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-80617</guid>

					<description><![CDATA[Hi,
Unable to download the libraries. it&#039;s showing 404 error.]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Unable to download the libraries. it&#8217;s showing 404 error.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric Parayre		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-79617</link>

		<dc:creator><![CDATA[Eric Parayre]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 15:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-79617</guid>

					<description><![CDATA[Hello Jitendra,
Where can I find the &quot;package com.G2.SNMP.client&quot; and &quot;package com.G2.SNMP&quot;, and &quot;package com.G2.SNMP.Server&quot; libraries (sources and jar) ?
If it is not provided, your code doesn&#039;t compile.
I&#039;ve made a java project using 4 classes and I can&#039;t progress any more.
Please answer me ASAP because I&#039;m in a job hurry.
Thanks

Eric]]></description>
			<content:encoded><![CDATA[<p>Hello Jitendra,<br />
Where can I find the &#8220;package com.G2.SNMP.client&#8221; and &#8220;package com.G2.SNMP&#8221;, and &#8220;package com.G2.SNMP.Server&#8221; libraries (sources and jar) ?<br />
If it is not provided, your code doesn&#8217;t compile.<br />
I&#8217;ve made a java project using 4 classes and I can&#8217;t progress any more.<br />
Please answer me ASAP because I&#8217;m in a job hurry.<br />
Thanks</p>
<p>Eric</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Halmat		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-29645</link>

		<dc:creator><![CDATA[Halmat]]></dc:creator>
		<pubDate>Wed, 06 Apr 2022 19:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-29645</guid>

					<description><![CDATA[Exception in thread &quot;main&quot; java.lang.NullPointerException: Cannot invoke &quot;org.snmp4j.PDU.get(int)&quot; because the return value of &quot;org.snmp4j.event.ResponseEvent.getResponse()&quot; is null
        at SNMPManager.getAsString(SNMPManager.java:43)
        at SNMPManager.main(SNMPManager.java:29)




is this problem solved???


Although the linux computer and the windows computer are communicating, it gives this error...]]></description>
			<content:encoded><![CDATA[<p>Exception in thread &#8220;main&#8221; java.lang.NullPointerException: Cannot invoke &#8220;org.snmp4j.PDU.get(int)&#8221; because the return value of &#8220;org.snmp4j.event.ResponseEvent.getResponse()&#8221; is null<br />
        at SNMPManager.getAsString(SNMPManager.java:43)<br />
        at SNMPManager.main(SNMPManager.java:29)</p>
<p>is this problem solved???</p>
<p>Although the linux computer and the windows computer are communicating, it gives this error&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vasanthan		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-24947</link>

		<dc:creator><![CDATA[Vasanthan]]></dc:creator>
		<pubDate>Sun, 20 Feb 2022 11:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-24947</guid>

					<description><![CDATA[How can i install the SNMP server for windows11 and android phone?]]></description>
			<content:encoded><![CDATA[<p>How can i install the SNMP server for windows11 and android phone?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gayathri		</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-6435</link>

		<dc:creator><![CDATA[gayathri]]></dc:creator>
		<pubDate>Sat, 23 Jan 2021 12:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1571#comment-6435</guid>

					<description><![CDATA[Getting this error on executing this code. Please help at the earliest


Exception in thread &quot;main&quot; java.lang.NullPointerException: Cannot invoke &quot;org.snmp4j.PDU.get(int)&quot; because the return value of &quot;org.snmp4j.event.ResponseEvent.getResponse()&quot; is null
	at com.mycompany.happy.happymain.getAsString(happymain.java:79)
	at com.mycompany.happy.happymain.main(happymain.java:53)
Command execution failed.]]></description>
			<content:encoded><![CDATA[<p>Getting this error on executing this code. Please help at the earliest</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NullPointerException: Cannot invoke &#8220;org.snmp4j.PDU.get(int)&#8221; because the return value of &#8220;org.snmp4j.event.ResponseEvent.getResponse()&#8221; is null<br />
	at com.mycompany.happy.happymain.getAsString(happymain.java:79)<br />
	at com.mycompany.happy.happymain.main(happymain.java:53)<br />
Command execution failed.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-04-17 05:48:30 by W3 Total Cache
-->