<?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</title>
	<atom:link href="http://www.dbuggr.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Mon, 20 May 2013 21:57:27 +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>How to Use SED Command in Unix/Linux to Replace a Line in File</title>
		<link>http://www.dbuggr.com/smallwei/sed-command-unix-linux-replace-line-file/</link>
		<comments>http://www.dbuggr.com/smallwei/sed-command-unix-linux-replace-line-file/#comments</comments>
		<pubDate>Mon, 20 May 2013 21:57:27 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/sed-command-unix-linux-replace-line-file/</guid>
		<description><![CDATA[How to use SED command in Unix/Linux to replace a line in file
If you need to find a pattern using sed and replace the whole line in a file, use the command below.

Related posts:How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix
Recursive Find/Search Pattern Command for Linux/Unix with when File [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/recursive-search-replace-perl-command-line/' rel='bookmark' title='Permanent Link: How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix'>How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/recursive-find-search-pattern-command-linux-unix-file-spa/' rel='bookmark' title='Permanent Link: Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;'>Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/perl-command-line-global-search-replace-backup-file/' rel='bookmark' title='Permanent Link: Use Perl Command Line to Do Global Search and Replace with Backup File'>Use Perl Command Line to Do Global Search and Replace with Backup File</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to use SED command in Unix/Linux to replace a line in file<br />
If you need to find a pattern using sed and replace the whole line in a file, use the command below.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/recursive-search-replace-perl-command-line/' rel='bookmark' title='Permanent Link: How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix'>How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/recursive-find-search-pattern-command-linux-unix-file-spa/' rel='bookmark' title='Permanent Link: Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;'>Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/perl-command-line-global-search-replace-backup-file/' rel='bookmark' title='Permanent Link: Use Perl Command Line to Do Global Search and Replace with Backup File'>Use Perl Command Line to Do Global Search and Replace with Backup File</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/sed-command-unix-linux-replace-line-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;</title>
		<link>http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/#comments</comments>
		<pubDate>Wed, 15 May 2013 22:32:19 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/</guid>
		<description><![CDATA[Resolve Oracle Weblogic SSL error: The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11
If you encounter SSL error in Oracle Weblogic similar to the following, see a possible tip below.
May 15, 2013 12:11:07 PM PDT Notice Security BEA-090898 Ignoring the trusted CA certificate &#34;CN=Go [...]


Related posts:<ol><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/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>
<li><a href='http://www.dbuggr.com/smallwei/enable-ssl-import-certificate-oracle-jdeveloper/' rel='bookmark' title='Permanent Link: How to Enable SSL and Import Certificate in Oracle JDeveloper 11g'>How to Enable SSL and Import Certificate in Oracle JDeveloper 11g</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolve Oracle Weblogic SSL error: The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11</p>
<p>If you encounter SSL error in Oracle Weblogic similar to the following, see a possible tip below.<br />
<pre><code>May 15, 2013 12:11:07 PM PDT Notice Security BEA-090898 Ignoring the trusted CA certificate &quot;CN=Go Daddy Root Certificate Authority - G2,O=GoDaddy.com\, Inc.,L=Scottsdale,ST=Arizona,C=US&quot;. The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.
May 15, 2013 12:11:10 PM PDT Error oracle.soa.bpel.engine BEA-000000 Unhandled exception for ComponentDN=default/bpel-110-REST!1.0*soa_d1825dc6-95b8-4efc-9028-cbf58b7efcd4/RestProcess CompositeInstanceId=6860398 ComponentInstanceId=6820014
May 15, 2013 12:11:10 PM PDT Error oracle.soa.bpel.engine BEA-000000 This exception occurred because the fault thrown in the BPEL flow was not handled by any fault handlers and reached the top-level scope. Root cause :
javax.net.ssl.SSLKeyException: FATAL Alert:BAD_CERTIFICATE - A corrupt or unuseable certificate was received.</code></pre></p>

<p>Related posts:<ol><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/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>
<li><a href='http://www.dbuggr.com/smallwei/enable-ssl-import-certificate-oracle-jdeveloper/' rel='bookmark' title='Permanent Link: How to Enable SSL and Import Certificate in Oracle JDeveloper 11g'>How to Enable SSL and Import Certificate in Oracle JDeveloper 11g</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Download Image from Any Web Page in Java</title>
		<link>http://www.dbuggr.com/andrew8062/download-image-web-page-java/</link>
		<comments>http://www.dbuggr.com/andrew8062/download-image-web-page-java/#comments</comments>
		<pubDate>Sun, 12 May 2013 18:18:14 +0000</pubDate>
		<dc:creator>andrew8062</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/andrew8062/download-image-web-page-java/</guid>
		<description><![CDATA[how to download image from any web page in java

Related posts:How to Create Rounded Boxes on a Web Page Using CSS or Image
How to strip HTML tags, scripts, and styles from a web page using PHP
Buffered Image Utility Class Implemented in Java



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/create-rounded-boxes-web-page/' rel='bookmark' title='Permanent Link: How to Create Rounded Boxes on a Web Page Using CSS or Image'>How to Create Rounded Boxes on a Web Page Using CSS or Image</a></li>
<li><a href='http://www.dbuggr.com/smallwei/strip-html-tags-scripts-styles-web-page-php/' rel='bookmark' title='Permanent Link: How to strip HTML tags, scripts, and styles from a web page using PHP'>How to strip HTML tags, scripts, and styles from a web page using PHP</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/buffered-image-utility-class-implemented-java/' rel='bookmark' title='Permanent Link: Buffered Image Utility Class Implemented in Java'>Buffered Image Utility Class Implemented in Java</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>how to download image from any web page in java</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/create-rounded-boxes-web-page/' rel='bookmark' title='Permanent Link: How to Create Rounded Boxes on a Web Page Using CSS or Image'>How to Create Rounded Boxes on a Web Page Using CSS or Image</a></li>
<li><a href='http://www.dbuggr.com/smallwei/strip-html-tags-scripts-styles-web-page-php/' rel='bookmark' title='Permanent Link: How to strip HTML tags, scripts, and styles from a web page using PHP'>How to strip HTML tags, scripts, and styles from a web page using PHP</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/buffered-image-utility-class-implemented-java/' rel='bookmark' title='Permanent Link: Buffered Image Utility Class Implemented in Java'>Buffered Image Utility Class Implemented in Java</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/andrew8062/download-image-web-page-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Enable SSL and Import Certificate in Oracle JDeveloper 11g</title>
		<link>http://www.dbuggr.com/smallwei/enable-ssl-import-certificate-oracle-jdeveloper/</link>
		<comments>http://www.dbuggr.com/smallwei/enable-ssl-import-certificate-oracle-jdeveloper/#comments</comments>
		<pubDate>Wed, 01 May 2013 22:27:07 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/enable-ssl-import-certificate-oracle-jdeveloper/</guid>
		<description><![CDATA[How to enable SSL and import Certificate in Oracle JDeveloper 11g
If you need to connect to SSL enabled Weblogic instance, follow the steps below.

Related posts:Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;
Resolve Issue: Discovering and Monitoring Weblogic Domains Where Admin Channel I&#8230;
Resolve &#8220;javax.net.ssl.SSLKeyException: BAD_CERTIFICATE&#8221; Error in Weblogic Nod&#8230;



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;'>Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-issue-discovering-monitoring-weblogic-domains-admin-channel/' rel='bookmark' title='Permanent Link: Resolve Issue: Discovering and Monitoring Weblogic Domains Where Admin Channel I&#8230;'>Resolve Issue: Discovering and Monitoring Weblogic Domains Where Admin Channel I&#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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to enable SSL and import Certificate in Oracle JDeveloper 11g<br />
If you need to connect to SSL enabled Weblogic instance, follow the steps below.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;'>Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-issue-discovering-monitoring-weblogic-domains-admin-channel/' rel='bookmark' title='Permanent Link: Resolve Issue: Discovering and Monitoring Weblogic Domains Where Admin Channel I&#8230;'>Resolve Issue: Discovering and Monitoring Weblogic Domains Where Admin Channel I&#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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/enable-ssl-import-certificate-oracle-jdeveloper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolve Oracle Weblogic Error BEA-040123 JMSException Ignoring 2PC Record for Se&#8230;</title>
		<link>http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-bea-040123-jmsexception-ignoring-2pc-record-se/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-bea-040123-jmsexception-ignoring-2pc-record-se/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 22:42:34 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-bea-040123-jmsexception-ignoring-2pc-record-se/</guid>
		<description><![CDATA[Resolve Oracle weblogic Error BEA-040123 JMSException Ignoring 2PC record for sequence=11 queue=3 because the element cannot be found
If you are getting something similar to following error during managed server startup, here is a solution.
BEA-040123Failed to start JMS Server &#34;JMSServer_1&#34; due to weblogic.jms.common.JMSException: weblogic.messaging.kernel.KernelException: Ignoring 2PC record for sequence=11 queue=3 because the element cannot be found

&#60;Apr [...]


Related posts:<ol><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>
<li><a href='http://www.dbuggr.com/smallwei/resolve-http-tunneling-error-oracle-weblogic-server/' rel='bookmark' title='Permanent Link: Resolve HTTP Tunneling Error in Oracle WebLogic Server'>Resolve HTTP Tunneling Error in Oracle WebLogic Server</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>Resolve Oracle weblogic Error BEA-040123 JMSException Ignoring 2PC record for sequence=11 queue=3 because the element cannot be found</p>
<p>If you are getting something similar to following error during managed server startup, here is a solution.<br />
<pre><code>BEA-040123Failed to start JMS Server &quot;JMSServer_1&quot; due to weblogic.jms.common.JMSException: weblogic.messaging.kernel.KernelException: Ignoring 2PC record for sequence=11 queue=3 because the element cannot be found

&lt;Apr 24, 2013 3:16:57 PM PDT&gt; &lt;Warning&gt; &lt;Deployer&gt; &lt;BEA-149078&gt; &lt;Stack trace for message 149004
weblogic.application.ModuleException: The proposed&nbsp;&nbsp;JNDI name jms/aia/AIA_B2B_OUT_QUEUE for destination AIAJMSModule!AIA_B2B_OUT_QUEUE is already bound by another object of type weblogic.jms.common.DistributedDestinationImpl
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.dd.UniformDistributedDestination.prepare(UniformDistributedDestination.java:286)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.backend.udd.UDDEntity.prepare(UDDEntity.java:461)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1704)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1668)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.JMSModule$EntityState.access$100(JMSModule.java:1608)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Truncated. see log file for complete stacktrace
&gt;
&lt;Apr 24, 2013 3:16:57 PM PDT&gt; &lt;BEA-240003&gt; &lt;Console encountered the following error weblogic.application.ModuleException: The proposed&nbsp;&nbsp;JNDI name jms/aia/AIA_B2B_OUT_QUEUE for destination AIAJMSModule!AIA_B2B_OUT_QUEUE is already bound by another object of type weblogic.jms.common.DistributedDestinationImpl
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.dd.UniformDistributedDestination.prepare(UniformDistributedDestination.java:286)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.backend.udd.UDDEntity.prepare(UDDEntity.java:461)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1704)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1668)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.JMSModule$EntityState.access$100(JMSModule.java:1608)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.JMSModule.prepare(JMSModule.java:277)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.jms.module.ModuleCoordinator.prepare(ModuleCoordinator.java:186)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:614)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.operations.RedeployOperation.createAndPrepareContainer(RedeployOperation.java:105)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.operations.RedeployOperation.doPrepare(RedeployOperation.java:128)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
</code></pre></p>

<p>Related posts:<ol><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>
<li><a href='http://www.dbuggr.com/smallwei/resolve-http-tunneling-error-oracle-weblogic-server/' rel='bookmark' title='Permanent Link: Resolve HTTP Tunneling Error in Oracle WebLogic Server'>Resolve HTTP Tunneling Error in Oracle WebLogic Server</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/smallwei/resolve-oracle-weblogic-error-bea-040123-jmsexception-ignoring-2pc-record-se/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolve Oracle Weblogic Error: ERR: EmbeddedLDAP  Java.lang.ArrayIndexOutOfBound&#8230;</title>
		<link>http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-err-embeddedldap-java-lang-arrayindexoutofbound/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-err-embeddedldap-java-lang-arrayindexoutofbound/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 20:01:32 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-err-embeddedldap-java-lang-arrayindexoutofbound/</guid>
		<description><![CDATA[Resolve Oracle Weblogic Error: ERR: EmbeddedLDAP  java.lang.ArrayIndexOutOfBoundsException
If you&#8217;re getting the following error during Admin startup, here is a tip for you to fix it:
####&#60;Jan 5, 2011 3:10:05 AM PST&#62; &#60;Critical&#62; &#60;EmbeddedLDAP&#62; &#60;083707&#62; &#60;AdminServer&#62; &#60;Replication Thread&#62; &#60;&#60;anonymous&#62;&#62; &#60;&#62; &#60;&#62; &#60;135938525634&#62; &#60;BEA-000000&#62; &#60;java.lang.ArrayIndexOutOfBoundsException: 0

Related posts:Resolve Weblogic Nodemanager Error: Uncaught Exception in Server Handler Java.io&#8230;
Resolve Oracle Weblogic [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-nodemanager-error-uncaught-exception-server-handler-java-io/' rel='bookmark' title='Permanent Link: Resolve Weblogic Nodemanager Error: Uncaught Exception in Server Handler Java.io&#8230;'>Resolve Weblogic Nodemanager Error: Uncaught Exception in Server Handler Java.io&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;'>Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-odl-52049-create-instance-class-error/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic ODL-52049: Cannot Create Instance of Class Error'>Resolve Oracle Weblogic ODL-52049: Cannot Create Instance of Class Error</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolve Oracle Weblogic Error: ERR: EmbeddedLDAP  java.lang.ArrayIndexOutOfBoundsException<br />
If you&#8217;re getting the following error during Admin startup, here is a tip for you to fix it:<br />
<code>####&lt;Jan 5, 2011 3:10:05 AM PST&gt; &lt;Critical&gt; &lt;EmbeddedLDAP&gt; &lt;083707&gt; &lt;AdminServer&gt; &lt;Replication Thread&gt; &lt;&lt;anonymous&gt;&gt; &lt;&gt; &lt;&gt; &lt;135938525634&gt; &lt;BEA-000000&gt; &lt;java.lang.ArrayIndexOutOfBoundsException: 0</code></p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-nodemanager-error-uncaught-exception-server-handler-java-io/' rel='bookmark' title='Permanent Link: Resolve Weblogic Nodemanager Error: Uncaught Exception in Server Handler Java.io&#8230;'>Resolve Weblogic Nodemanager Error: Uncaught Exception in Server Handler Java.io&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-weblogic-ssl-error-loading-trusted-certificate-list-raised/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;'>Resolve Oracle Weblogic SSL Error: The Loading of the Trusted Certificate List R&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-odl-52049-create-instance-class-error/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic ODL-52049: Cannot Create Instance of Class Error'>Resolve Oracle Weblogic ODL-52049: Cannot Create Instance of Class Error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-err-embeddedldap-java-lang-arrayindexoutofbound/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Explanation of  &#8220;BEA-000450 &#8211; Unable To Find Internal Data Record in WebLogic 1&#8230;</title>
		<link>http://www.dbuggr.com/smallwei/explanation-bea-000450-unable-find-internal-data-record-weblogic-1/</link>
		<comments>http://www.dbuggr.com/smallwei/explanation-bea-000450-unable-find-internal-data-record-weblogic-1/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 19:53:35 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/explanation-bea-000450-unable-find-internal-data-record-weblogic-1/</guid>
		<description><![CDATA[Explanation of  &#8220;BEA-000450 &#8211; Unable To Find Internal Data Record in WebLogic 10.3.x&#8221;: Log Shows Message Socket 29 internal data record unavailable (probable closure due idle timeout), event received&#8230;
If you are getting massive amount of BEA-000450 error, here is the explanation.

Related posts:Resolve Oracle Weblogic Error BEA-040123 JMSException Ignoring 2PC Record for Se&#8230;
Resolve BEA-090504 BEA-300038 [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-bea-040123-jmsexception-ignoring-2pc-record-se/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic Error BEA-040123 JMSException Ignoring 2PC Record for Se&#8230;'>Resolve Oracle Weblogic Error BEA-040123 JMSException Ignoring 2PC Record for Se&#8230;</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>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Explanation of  &#8220;BEA-000450 &#8211; Unable To Find Internal Data Record in WebLogic 10.3.x&#8221;: Log Shows Message Socket 29 internal data record unavailable (probable closure due idle timeout), event received&#8230;<br />
If you are getting massive amount of BEA-000450 error, here is the explanation.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-oracle-weblogic-error-bea-040123-jmsexception-ignoring-2pc-record-se/' rel='bookmark' title='Permanent Link: Resolve Oracle Weblogic Error BEA-040123 JMSException Ignoring 2PC Record for Se&#8230;'>Resolve Oracle Weblogic Error BEA-040123 JMSException Ignoring 2PC Record for Se&#8230;</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>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/explanation-bea-000450-unable-find-internal-data-record-weblogic-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Compile the IJG JPEG Library (libjpeg) for Visual Studio 2010</title>
		<link>http://www.dbuggr.com/andrew8062/compile-ijg-jpeg-library-libjpeg-visual-studio-2010/</link>
		<comments>http://www.dbuggr.com/andrew8062/compile-ijg-jpeg-library-libjpeg-visual-studio-2010/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 15:42:13 +0000</pubDate>
		<dc:creator>andrew8062</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[libjpeg]]></category>
		<category><![CDATA[visual studio.]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/andrew8062/compile-ijg-jpeg-library-libjpeg-visual-studio-2010/</guid>
		<description><![CDATA[How to compile the IJG JPEG library (libjpeg) for Visual Studio 2010

Related posts:Create C++ Dll in Visual Studio 2005
Command to Compile Cobol Program Using Micro Focus in Unix
Remove the OneNote Icon from the Taskbar in 2010 Office



Related posts:<ol><li><a href='http://www.dbuggr.com/yukimash/create-dll-visual-studio-2005/' rel='bookmark' title='Permanent Link: Create C++ Dll in Visual Studio 2005'>Create C++ Dll in Visual Studio 2005</a></li>
<li><a href='http://www.dbuggr.com/smallwei/command-compile-cobol-program-micro-focus-unix/' rel='bookmark' title='Permanent Link: Command to Compile Cobol Program Using Micro Focus in Unix'>Command to Compile Cobol Program Using Micro Focus in Unix</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/remove-onenote-icon-taskbar-2010-office/' rel='bookmark' title='Permanent Link: Remove the OneNote Icon from the Taskbar in 2010 Office'>Remove the OneNote Icon from the Taskbar in 2010 Office</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to compile the IJG JPEG library (libjpeg) for Visual Studio 2010</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/yukimash/create-dll-visual-studio-2005/' rel='bookmark' title='Permanent Link: Create C++ Dll in Visual Studio 2005'>Create C++ Dll in Visual Studio 2005</a></li>
<li><a href='http://www.dbuggr.com/smallwei/command-compile-cobol-program-micro-focus-unix/' rel='bookmark' title='Permanent Link: Command to Compile Cobol Program Using Micro Focus in Unix'>Command to Compile Cobol Program Using Micro Focus in Unix</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/remove-onenote-icon-taskbar-2010-office/' rel='bookmark' title='Permanent Link: Remove the OneNote Icon from the Taskbar in 2010 Office'>Remove the OneNote Icon from the Taskbar in 2010 Office</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/andrew8062/compile-ijg-jpeg-library-libjpeg-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use Linux/Unix Find Command to Search for Multiple Pattern Matches</title>
		<link>http://www.dbuggr.com/smallwei/linux-unix-find-command-search-multiple-pattern-matches/</link>
		<comments>http://www.dbuggr.com/smallwei/linux-unix-find-command-search-multiple-pattern-matches/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 17:08:55 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/linux-unix-find-command-search-multiple-pattern-matches/</guid>
		<description><![CDATA[How to use Linux/Unix find command to search for multiple pattern matches
If you need to use find command to find multiple files with different pattern match, use the tip below

Related posts:Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;
How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix
How [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/recursive-find-search-pattern-command-linux-unix-file-spa/' rel='bookmark' title='Permanent Link: Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;'>Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/recursive-search-replace-perl-command-line/' rel='bookmark' title='Permanent Link: How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix'>How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/sed-command-unix-linux-replace-line-file/' rel='bookmark' title='Permanent Link: How to Use SED Command in Unix/Linux to Replace a Line in File'>How to Use SED Command in Unix/Linux to Replace a Line in File</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to use Linux/Unix find command to search for multiple pattern matches<br />
If you need to use find command to find multiple files with different pattern match, use the tip below</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/recursive-find-search-pattern-command-linux-unix-file-spa/' rel='bookmark' title='Permanent Link: Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;'>Recursive Find/Search Pattern Command for Linux/Unix with when File Name Has Spa&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/recursive-search-replace-perl-command-line/' rel='bookmark' title='Permanent Link: How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix'>How to Do Recursive Search and Replace Using Perl on Command Line in Linux/Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/sed-command-unix-linux-replace-line-file/' rel='bookmark' title='Permanent Link: How to Use SED Command in Unix/Linux to Replace a Line in File'>How to Use SED Command in Unix/Linux to Replace a Line in File</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/linux-unix-find-command-search-multiple-pattern-matches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix Vmware Unable to Resolve Hostname (DNS)/Unable to Open Connection</title>
		<link>http://www.dbuggr.com/smallwei/fix-vmware-unable-resolve-hostname-dns-unable-open-connection/</link>
		<comments>http://www.dbuggr.com/smallwei/fix-vmware-unable-resolve-hostname-dns-unable-open-connection/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 20:05:27 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/fix-vmware-unable-resolve-hostname-dns-unable-open-connection/</guid>
		<description><![CDATA[Fix Vmware unable to resolve hostname (DNS)/Unable to open connection
If you&#8217;re getting unable to open connection due to unable to resolve hostname in VMware client image when using NAT, especially to local network hosts, try the following tip

Related posts:Resolve Xlib: Connection to &#8220;localhost:0.0&#8243; Refused by Server Error when Using&#8230;
Resolve Windows Blue Screen 0&#215;0000007b Error: Restore [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-xlib-connection-localhost-0-0-refused-server-error/' rel='bookmark' title='Permanent Link: Resolve Xlib: Connection to &#8220;localhost:0.0&#8243; Refused by Server Error when Using&#8230;'>Resolve Xlib: Connection to &#8220;localhost:0.0&#8243; Refused by Server Error when Using&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolve-windows-blue-screen-0x0000007b-error-restore-acronis-backup-vmware/' rel='bookmark' title='Permanent Link: Resolve Windows Blue Screen 0&#215;0000007b Error: Restore Acronis Backup to VMware I&#8230;'>Resolve Windows Blue Screen 0&#215;0000007b Error: Restore Acronis Backup to VMware I&#8230;</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/google-dns-open-dns-good-fit/' rel='bookmark' title='Permanent Link: When Google DNS (or Open DNS) is a Good Fit'>When Google DNS (or Open DNS) is a Good Fit</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Fix Vmware unable to resolve hostname (DNS)/Unable to open connection<br />
If you&#8217;re getting unable to open connection due to unable to resolve hostname in VMware client image when using NAT, especially to local network hosts, try the following tip</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-xlib-connection-localhost-0-0-refused-server-error/' rel='bookmark' title='Permanent Link: Resolve Xlib: Connection to &#8220;localhost:0.0&#8243; Refused by Server Error when Using&#8230;'>Resolve Xlib: Connection to &#8220;localhost:0.0&#8243; Refused by Server Error when Using&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/resolve-windows-blue-screen-0x0000007b-error-restore-acronis-backup-vmware/' rel='bookmark' title='Permanent Link: Resolve Windows Blue Screen 0&#215;0000007b Error: Restore Acronis Backup to VMware I&#8230;'>Resolve Windows Blue Screen 0&#215;0000007b Error: Restore Acronis Backup to VMware I&#8230;</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/google-dns-open-dns-good-fit/' rel='bookmark' title='Permanent Link: When Google DNS (or Open DNS) is a Good Fit'>When Google DNS (or Open DNS) is a Good Fit</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/fix-vmware-unable-resolve-hostname-dns-unable-open-connection/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! -->