<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dBuggr &#187; java</title>
	<atom:link href="http://www.dbuggr.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:33:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Resolve Oracle Net Services Configuration (netca) Java Libclntsh.so Error</title>
		<link>http://www.dbuggr.com/smallwei/resolve-oracle-net-services-configuration-netca-java-libclntsh-error/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-oracle-net-services-configuration-netca-java-libclntsh-error/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 22:31:12 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[libclntsh]]></category>
		<category><![CDATA[netca]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle database]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-oracle-net-services-configuration-netca-java-libclntsh-error/</guid>
		<description><![CDATA[Resolve Oracle Net Services Configuration (netca) java libclntsh.so error
If you receive the following error during while trying to bring up netca in Linux, here is a tip for you.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#&#160;&#160;SIGSEGV (0xb) at pc=0x00002aaab274e9f1, pid=10132, tid=47652693257888
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_17-b03 mixed mode)
# Problematic [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/java-io-error-deploy-ear-files-oracle-application/' rel='bookmark' title='Permanent Link: Getting java.io error while trying to deploy ear files with Oracle Application S&#8230;'>Getting java.io error while trying to deploy ear files with Oracle Application S&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/' rel='bookmark' title='Permanent Link: The Default Password for Sun/Oracle JAVA CAcerts Key Store'>The Default Password for Sun/Oracle JAVA CAcerts Key Store</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolve Oracle Net Services Configuration (netca) java libclntsh.so error<br />
If you receive the following error during while trying to bring up netca in Linux, here is a tip for you.<br />
<pre><code>#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#&nbsp;&nbsp;SIGSEGV (0xb) at pc=0x00002aaab274e9f1, pid=10132, tid=47652693257888
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_17-b03 mixed mode)
# Problematic frame:
# C&nbsp;&nbsp;[libclntsh.so.11.1+0x62a9f1]&nbsp;&nbsp;snlinGetAddrInfo+0x1b1
#
# An error report file with more information is saved as hs_err_pid10132.log
#
# If you would like to submit a bug report, please visit:
#&nbsp;&nbsp; http://java.sun.com/webapps/bugreport/crash.jsp
#
/app/oracle/product/11.2.0/dbhome_1/bin/netca: line 178: 10132 Aborted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.net.ca.NetCA $*</code></pre></p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/java-io-error-deploy-ear-files-oracle-application/' rel='bookmark' title='Permanent Link: Getting java.io error while trying to deploy ear files with Oracle Application S&#8230;'>Getting java.io error while trying to deploy ear files with Oracle Application S&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/' rel='bookmark' title='Permanent Link: The Default Password for Sun/Oracle JAVA CAcerts Key Store'>The Default Password for Sun/Oracle JAVA CAcerts Key Store</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/resolve-oracle-net-services-configuration-netca-java-libclntsh-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Default Password for Sun/Oracle JAVA CAcerts Key Store</title>
		<link>http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/</link>
		<comments>http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 06:58:10 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/</guid>
		<description><![CDATA[The Default password for Sun/Oracle JAVA CAcerts key store

Related posts:Default Admin Password for Oracle Web Services Manager (WSM)
Default Oracle Weblogic Server Administrator Password
Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/default-admin-password-oracle-web-services-manager-wsm/' rel='bookmark' title='Permanent Link: Default Admin Password for Oracle Web Services Manager (WSM)'>Default Admin Password for Oracle Web Services Manager (WSM)</a></li>
<li><a href='http://www.dbuggr.com/smallwei/default-oracle-weblogic-server-administrator-password/' rel='bookmark' title='Permanent Link: Default Oracle Weblogic Server Administrator Password'>Default Oracle Weblogic Server Administrator Password</a></li>
<li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Default password for Sun/Oracle JAVA CAcerts key store</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/default-admin-password-oracle-web-services-manager-wsm/' rel='bookmark' title='Permanent Link: Default Admin Password for Oracle Web Services Manager (WSM)'>Default Admin Password for Oracle Web Services Manager (WSM)</a></li>
<li><a href='http://www.dbuggr.com/smallwei/default-oracle-weblogic-server-administrator-password/' rel='bookmark' title='Permanent Link: Default Oracle Weblogic Server Administrator Password'>Default Oracle Weblogic Server Administrator Password</a></li>
<li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolve Weblogic Java.io.IOException: Stream Closed.; No Available Router to Des&#8230;</title>
		<link>http://www.dbuggr.com/smallwei/resolve-weblogic-java-io-ioexception-stream-closed-router-des/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-weblogic-java-io-ioexception-stream-closed-router-des/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 20:32:16 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[initialcontext]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jndi]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[wlsthelper]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-weblogic-java-io-ioexception-stream-closed-router-des/</guid>
		<description><![CDATA[Resolve Weblogic java.io.IOException: Stream closed.; No available router to destination Error
If you are getting the following error when using SSL or Administration Port in Weblogic, here is a tip to fix it.
Error:
This Exception occurred at Thu Jun 10 08:19:39 CDT 2011.
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://domain-name:7002: Destination unreachable; nested exception is:
java.io.IOException: Stream closed.; No available [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolve-javax-net-ssl-sslkeyexception-bad-certificate-error-weblogic-nod/' rel='bookmark' title='Permanent Link: Resolve &#8220;javax.net.ssl.SSLKeyException: BAD_CERTIFICATE&#8221; Error in Weblogic Nod&#8230;'>Resolve &#8220;javax.net.ssl.SSLKeyException: BAD_CERTIFICATE&#8221; Error in Weblogic Nod&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolve-oracle-weblogic-error-datasource-created-transacti/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic Error: DataSource Can Not Be Created It is Non-transacti&#8230;'>Resolve Oracle Weblogic Error: DataSource Can Not Be Created It is Non-transacti&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolve Weblogic java.io.IOException: Stream closed.; No available router to destination Error<br />
If you are getting the following error when using SSL or Administration Port in Weblogic, here is a tip to fix it.</p>
<p>Error:<br />
<pre><code>This Exception occurred at Thu Jun 10 08:19:39 CDT 2011.
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://domain-name:7002: Destination unreachable; nested exception is:
java.io.IOException: Stream closed.; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.&lt;init&gt;(InitialContext.java:197)
at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:512)
at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:565)
at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:305)
at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:60)
at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
at org.python.core.PyMethod.__call__(PyMethod.java:96)</code></pre></p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolve-javax-net-ssl-sslkeyexception-bad-certificate-error-weblogic-nod/' rel='bookmark' title='Permanent Link: Resolve &#8220;javax.net.ssl.SSLKeyException: BAD_CERTIFICATE&#8221; Error in Weblogic Nod&#8230;'>Resolve &#8220;javax.net.ssl.SSLKeyException: BAD_CERTIFICATE&#8221; Error in Weblogic Nod&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolve-oracle-weblogic-error-datasource-created-transacti/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic Error: DataSource Can Not Be Created It is Non-transacti&#8230;'>Resolve Oracle Weblogic Error: DataSource Can Not Be Created It is Non-transacti&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/resolve-weblogic-java-io-ioexception-stream-closed-router-des/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</title>
		<link>http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/</link>
		<comments>http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 18:06:56 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[io]]></category>
		<category><![CDATA[io error]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[o exception]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/</guid>
		<description><![CDATA[Fix java.sql.SQLRecoverableException: I/O Exception: Connection reset issue on Linux
If you encounter &#8220;java.sql.SQLRecoverableException: I/O Exception: Connection reset&#8221; issue on Linux or Sun, the following tip might be able to help you.
java.security.SecureRandom is a standard API provided by sun. Among various methods offered by this class void nextBytes(byte[]) is one. This method is used for generating random [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/' rel='bookmark' title='Permanent Link: Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection'>Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-java-io-ioexception-stream-closed-router-des/' rel='bookmark' title='Permanent Link: Resolve Weblogic Java.io.IOException: Stream Closed.; No Available Router to Des&#8230;'>Resolve Weblogic Java.io.IOException: Stream Closed.; No Available Router to Des&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/' rel='bookmark' title='Permanent Link: The Default Password for Sun/Oracle JAVA CAcerts Key Store'>The Default Password for Sun/Oracle JAVA CAcerts Key Store</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Fix java.sql.SQLRecoverableException: I/O Exception: Connection reset issue on Linux<br />
If you encounter &#8220;java.sql.SQLRecoverableException: I/O Exception: Connection reset&#8221; issue on Linux or Sun, the following tip might be able to help you.</p>
<p>java.security.SecureRandom is a standard API provided by sun. Among various methods offered by this class void nextBytes(byte[]) is one. This method is used for generating random bytes. Oracle 11g JDBC drivers use this API to generate random number during login.</p>
<p>You might see errors similar to the following:</p>
<p><pre><code>java.sql.SQLRecoverableException: IO Error: Connection reset
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1028)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:597)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:230)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at oracle.ucp.jdbc.proxy.PreparedStatementProxyFactory.invoke(PreparedStatementProxyFactory.java:124)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at $Proxy86.execute(Unknown Source)</code></pre></p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/' rel='bookmark' title='Permanent Link: Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection'>Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-java-io-ioexception-stream-closed-router-des/' rel='bookmark' title='Permanent Link: Resolve Weblogic Java.io.IOException: Stream Closed.; No Available Router to Des&#8230;'>Resolve Weblogic Java.io.IOException: Stream Closed.; No Available Router to Des&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/default-password-sun-oracle-java-cacert-key-store/' rel='bookmark' title='Permanent Link: The Default Password for Sun/Oracle JAVA CAcerts Key Store'>The Default Password for Sun/Oracle JAVA CAcerts Key Store</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix Weblogic/NodeManager ERROR: Transport Error 202: Bind Failed: Address Alread&#8230;</title>
		<link>http://www.dbuggr.com/milly/fix-weblogic-nodemanager-error-transport-error-202-bind-failed-address-alread/</link>
		<comments>http://www.dbuggr.com/milly/fix-weblogic-nodemanager-error-transport-error-202-bind-failed-address-alread/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 18:13:41 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdwp]]></category>
		<category><![CDATA[transport]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/fix-weblogic-nodemanager-error-transport-error-202-bind-failed-address-alread/</guid>
		<description><![CDATA[Fix Weblogic/NodeManager ERROR: transport error 202: bind failed: Address already in use
During Oracle SOA, AIA or other Fusion Middleware components installation, you might run into the following errors during startup:
ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
FATAL ERROR in [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/milly/force-oracle-weblogic-ipv4-ipv6-address/' rel='bookmark' title='Permanent Link: How to Force Oracle Weblogic to Use IPv4(or IPv6) Address'>How to Force Oracle Weblogic to Use IPv4(or IPv6) Address</a></li>
<li><a href='http://www.dbuggr.com/milly/start-stop-oracle-weblogic-nodemanager-shell-alias/' rel='bookmark' title='Permanent Link: Start and Stop Oracle Weblogic NodeManager Via Shell Alias'>Start and Stop Oracle Weblogic NodeManager Via Shell Alias</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-bea-090504-bea-300038-bea-090482-error-oracle-bea-weblogic/' rel='bookmark' title='Permanent Link: Resolve BEA-090504 BEA-300038 BEA-090482 Error in Oracle/BEA Weblogic'>Resolve BEA-090504 BEA-300038 BEA-090482 Error in Oracle/BEA Weblogic</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Fix Weblogic/NodeManager ERROR: transport error 202: bind failed: Address already in use<br />
During Oracle SOA, AIA or other Fusion Middleware components installation, you might run into the following errors during startup:</p>
<p><pre><code>ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
/app/oracle/middleware/user_projects/domains/SOA_domain/bin/startWebLogic.sh: line 179: 15926 Aborted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${JAVA_OPTIONS} ${PROXY_SETTINGS} ${SERVER_CLASS}</code></pre>   </p>
<p>Here is a quick fix for it</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/milly/force-oracle-weblogic-ipv4-ipv6-address/' rel='bookmark' title='Permanent Link: How to Force Oracle Weblogic to Use IPv4(or IPv6) Address'>How to Force Oracle Weblogic to Use IPv4(or IPv6) Address</a></li>
<li><a href='http://www.dbuggr.com/milly/start-stop-oracle-weblogic-nodemanager-shell-alias/' rel='bookmark' title='Permanent Link: Start and Stop Oracle Weblogic NodeManager Via Shell Alias'>Start and Stop Oracle Weblogic NodeManager Via Shell Alias</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-bea-090504-bea-300038-bea-090482-error-oracle-bea-weblogic/' rel='bookmark' title='Permanent Link: Resolve BEA-090504 BEA-300038 BEA-090482 Error in Oracle/BEA Weblogic'>Resolve BEA-090504 BEA-300038 BEA-090482 Error in Oracle/BEA Weblogic</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/fix-weblogic-nodemanager-error-transport-error-202-bind-failed-address-alread/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use Command to Identify/check/verify Maximum JAVA Heap Size for Applicati&#8230;</title>
		<link>http://www.dbuggr.com/smallwei/command-identify-check-verify-maximum-java-heap-size-applicati/</link>
		<comments>http://www.dbuggr.com/smallwei/command-identify-check-verify-maximum-java-heap-size-applicati/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 02:42:26 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[heap]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maximum]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/command-identify-check-verify-maximum-java-heap-size-applicati/</guid>
		<description><![CDATA[How to use command to identify/check/verify maximum JAVA heap size for application
If you need to identify the maximum java (JVM) heap size allowed for your particular application, OS, server, environment, you can run the following command to find out.

Related posts:Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;
How to Check Micro Focus Cobol License in Unix
How to Run/execute [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/milly/resolving-orabpel-05002-java-lang-outofmemoryerror-java-heap-space/' rel='bookmark' title='Permanent Link: Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;'>Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to use command to identify/check/verify maximum JAVA heap size for application<br />
If you need to identify the maximum java (JVM) heap size allowed for your particular application, OS, server, environment, you can run the following command to find out.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/milly/resolving-orabpel-05002-java-lang-outofmemoryerror-java-heap-space/' rel='bookmark' title='Permanent Link: Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;'>Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/command-identify-check-verify-maximum-java-heap-size-applicati/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection</title>
		<link>http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 06:15:32 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[rac]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/</guid>
		<description><![CDATA[Resolve ORA-12505: Using Oracle RAC and Java JDBC thin client Connection
If you have Java application and use JDBC to connect to Oracle database, typically you use the following format to connect:
jdbc:oracle:thin:@&#60;HOST&#62;:&#60;PORT&#62;:&#60;SID&#62;However, this would not work if you have Oracle RAC database. Following is the correct JDBC connection string for connecting to a RAC database

Related posts:Resolve [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ons-connect-passive-connection-127-0-0-1-6100-missing-connect/' rel='bookmark' title='Permanent Link: Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect'>Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect</a></li>
<li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/running-perl-script-connecting-oracle-database-follow/' rel='bookmark' title='Permanent Link: Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;'>Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolve ORA-12505: Using Oracle RAC and Java JDBC thin client Connection<br />
If you have Java application and use JDBC to connect to Oracle database, typically you use the following format to connect:<br />
<code>jdbc:oracle:thin:@&lt;HOST&gt;:&lt;PORT&gt;:&lt;SID&gt;</code>However, this would not work if you have Oracle RAC database. Following is the correct JDBC connection string for connecting to a RAC database</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ons-connect-passive-connection-127-0-0-1-6100-missing-connect/' rel='bookmark' title='Permanent Link: Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect'>Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect</a></li>
<li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/running-perl-script-connecting-oracle-database-follow/' rel='bookmark' title='Permanent Link: Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;'>Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NetBeans Java SetResizable()</title>
		<link>http://www.dbuggr.com/softize/netbeans-java-setresizable/</link>
		<comments>http://www.dbuggr.com/softize/netbeans-java-setresizable/#comments</comments>
		<pubDate>Tue, 31 May 2011 22:41:47 +0000</pubDate>
		<dc:creator>Techie</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[net beans java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[not resizable java]]></category>
		<category><![CDATA[setresizable]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/softize/netbeans-java-setresizable/</guid>
		<description><![CDATA[NetBeans Java setResizable()

Related posts:Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;
Java.lang.ClassNotFoundException: Org.apache.commons.logging.LogFactory when Dev&#8230;
Differences between C++ and Java



Related posts:<ol><li><a href='http://www.dbuggr.com/milly/resolving-orabpel-05002-java-lang-outofmemoryerror-java-heap-space/' rel='bookmark' title='Permanent Link: Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;'>Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;</a></li>
<li><a href='http://www.dbuggr.com/hkalex/java-lang-classnotfoundexception-org-apache-commons-logging-logfactory-dev/' rel='bookmark' title='Permanent Link: Java.lang.ClassNotFoundException: Org.apache.commons.logging.LogFactory when Dev&#8230;'>Java.lang.ClassNotFoundException: Org.apache.commons.logging.LogFactory when Dev&#8230;</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/differences-java/' rel='bookmark' title='Permanent Link: Differences between C++ and Java'>Differences between C++ and Java</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>NetBeans Java setResizable()</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/milly/resolving-orabpel-05002-java-lang-outofmemoryerror-java-heap-space/' rel='bookmark' title='Permanent Link: Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;'>Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;</a></li>
<li><a href='http://www.dbuggr.com/hkalex/java-lang-classnotfoundexception-org-apache-commons-logging-logfactory-dev/' rel='bookmark' title='Permanent Link: Java.lang.ClassNotFoundException: Org.apache.commons.logging.LogFactory when Dev&#8230;'>Java.lang.ClassNotFoundException: Org.apache.commons.logging.LogFactory when Dev&#8230;</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/differences-java/' rel='bookmark' title='Permanent Link: Differences between C++ and Java'>Differences between C++ and Java</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/softize/netbeans-java-setresizable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java.lang.ClassNotFoundException: Org.apache.commons.logging.LogFactory when Dev&#8230;</title>
		<link>http://www.dbuggr.com/hkalex/java-lang-classnotfoundexception-org-apache-commons-logging-logfactory-dev/</link>
		<comments>http://www.dbuggr.com/hkalex/java-lang-classnotfoundexception-org-apache-commons-logging-logfactory-dev/#comments</comments>
		<pubDate>Fri, 07 May 2010 18:04:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[classnotfoundexception]]></category>
		<category><![CDATA[commons]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lang]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[org]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/hkalex/java-lang-classnotfoundexception-org-apache-commons-logging-logfactory-dev/</guid>
		<description><![CDATA[java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory when developing java

Related posts:Java.lang.NoClassDefFoundError: Org/apache/commons/logging/LogFactory
Exception: NoClassDefFoundError: Org/apache/commons/lang/exception/NestableRunti&#8230;
Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;



Related posts:<ol><li><a href='http://www.dbuggr.com/yukimash/java-lang-noclassdeffounderror-org-apache-commons-logging-logfactory/' rel='bookmark' title='Permanent Link: Java.lang.NoClassDefFoundError: Org/apache/commons/logging/LogFactory'>Java.lang.NoClassDefFoundError: Org/apache/commons/logging/LogFactory</a></li>
<li><a href='http://www.dbuggr.com/hkalex/exception-noclassdeffounderror-org-apache-commons-lang-exception-nestablerunti/' rel='bookmark' title='Permanent Link: Exception: NoClassDefFoundError: Org/apache/commons/lang/exception/NestableRunti&#8230;'>Exception: NoClassDefFoundError: Org/apache/commons/lang/exception/NestableRunti&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolving-orabpel-05002-java-lang-outofmemoryerror-java-heap-space/' rel='bookmark' title='Permanent Link: Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;'>Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory when developing java</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/yukimash/java-lang-noclassdeffounderror-org-apache-commons-logging-logfactory/' rel='bookmark' title='Permanent Link: Java.lang.NoClassDefFoundError: Org/apache/commons/logging/LogFactory'>Java.lang.NoClassDefFoundError: Org/apache/commons/logging/LogFactory</a></li>
<li><a href='http://www.dbuggr.com/hkalex/exception-noclassdeffounderror-org-apache-commons-lang-exception-nestablerunti/' rel='bookmark' title='Permanent Link: Exception: NoClassDefFoundError: Org/apache/commons/lang/exception/NestableRunti&#8230;'>Exception: NoClassDefFoundError: Org/apache/commons/lang/exception/NestableRunti&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolving-orabpel-05002-java-lang-outofmemoryerror-java-heap-space/' rel='bookmark' title='Permanent Link: Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;'>Resolving ORABPEL-05002: &#8220;java.lang.OutOfMemoryError: Java Heap Space&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/hkalex/java-lang-classnotfoundexception-org-apache-commons-logging-logfactory-dev/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java, Getting a List of Available Encryption Algorithms</title>
		<link>http://www.dbuggr.com/wirelessjava2002/java-list-encryption-algorithms/</link>
		<comments>http://www.dbuggr.com/wirelessjava2002/java-list-encryption-algorithms/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 09:04:28 +0000</pubDate>
		<dc:creator>wirelessjava2002</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/wirelessjava2002/java-list-encryption-algorithms/</guid>
		<description><![CDATA[Java, Getting a list of available Encryption Algorithms

Related posts:What is Public Private Key Exchange Encryption and How They Work in SSH
How to Automate Encryption/decryption in Linux/Windows/Unix Using GPG with Passp&#8230;
Lotus Notes Encryption



Related posts:<ol><li><a href='http://www.dbuggr.com/milly/public-private-key-exchange-encryption-work-ssh/' rel='bookmark' title='Permanent Link: What is Public Private Key Exchange Encryption and How They Work in SSH'>What is Public Private Key Exchange Encryption and How They Work in SSH</a></li>
<li><a href='http://www.dbuggr.com/milly/automate-encryption-decryption-linux-windows-unix-gpg-passp/' rel='bookmark' title='Permanent Link: How to Automate Encryption/decryption in Linux/Windows/Unix Using GPG with Passp&#8230;'>How to Automate Encryption/decryption in Linux/Windows/Unix Using GPG with Passp&#8230;</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/lotus-notes-encryption/' rel='bookmark' title='Permanent Link: Lotus Notes Encryption'>Lotus Notes Encryption</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Java, Getting a list of available Encryption Algorithms</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/milly/public-private-key-exchange-encryption-work-ssh/' rel='bookmark' title='Permanent Link: What is Public Private Key Exchange Encryption and How They Work in SSH'>What is Public Private Key Exchange Encryption and How They Work in SSH</a></li>
<li><a href='http://www.dbuggr.com/milly/automate-encryption-decryption-linux-windows-unix-gpg-passp/' rel='bookmark' title='Permanent Link: How to Automate Encryption/decryption in Linux/Windows/Unix Using GPG with Passp&#8230;'>How to Automate Encryption/decryption in Linux/Windows/Unix Using GPG with Passp&#8230;</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/lotus-notes-encryption/' rel='bookmark' title='Permanent Link: Lotus Notes Encryption'>Lotus Notes Encryption</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/wirelessjava2002/java-list-encryption-algorithms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
