<?xml version="1.0" encoding="ISO-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-US">
	<title>Hipersonik.com solutions</title>
	<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php" />
	<modified>2010-03-15T03:02:03Z</modified>
	<author>
		<name>Norbert</name>
		<email>norbert@vnitconsultancy.nl</email>
	</author>
	<copyright>Copyright 2010, Norbert</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.4.6.1">SPHPBLOG</generator>
	<entry>
		<title>Backup fails </title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry100105-102224" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />The backup of the full database fails with error number -1073548784.<br /><br /><b>Solution:</b><br /><br />Most likely the database requires a log file backup before a full backup is possible.<br />To see if the log file backup is required, select the following:<br /><i>select low_reuse_wait_desc from sys.databases where name=&#039;your database name&#039;</i>;<br /><br />If this displays &#039;LOG_BACKUP&#039;, then first execute a transaction log backup. After the transaction log backup, the full backup should be possible again.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry100105-102224</id>
		<issued>2010-01-05T00:00:00Z</issued>
		<modified>2010-01-05T00:00:00Z</modified>
	</entry>
	<entry>
		<title>SQL Server temp db fills disk</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry100105-073940" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />The disk containing the tempdb from SQL Server 2005 is near full.<br /><br /><b>Solution:</b><br /><br />The tempdb can be moved by executing the following SQL and restarting the SQL Server instance:<br /><br />USE master;<br />GO<br />ALTER DATABASE tempdb<br />MODIFY FILE (NAME = tempdev, FILENAME = &#039;{location}tempdb.mdf&#039;);<br />GO<br />ALTER DATABASE tempdb<br />MODIFY FILE (NAME = templog, FILENAME = &#039;{location}templog.ldf&#039;);<br />GO<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry100105-073940</id>
		<issued>2010-01-05T00:00:00Z</issued>
		<modified>2010-01-05T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Database mirroring ENCRYPTION=ENABLED</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry091225-110639" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />You are trying to implement database mirroring with SQL Server 2005 instructions from <a href="http://weblogs.sqlteam.com/tarad/archive/2007/02/13/60091.aspx" target="_blank" >http://weblogs.sqlteam.com/tarad/archive/2007/02/13/60091.aspx</a> and fail at:<br /><i><br />CREATE ENDPOINT [Mirroring] <br />AS TCP (LISTENER_PORT = 5022)<br />FOR DATA_MIRRORING (ROLE = PARTNER, ENCRYPTION = ENABLED);<br /></i><br /><br /><b>Solution:</b><br /><br />The keyword <i>ENCRYPTION=ENABLED</i> should be <i>ENCRYPTION=SUPPORTED</i>]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry091225-110639</id>
		<issued>2009-12-25T00:00:00Z</issued>
		<modified>2009-12-25T00:00:00Z</modified>
	</entry>
	<entry>
		<title>ABN Amro Tradebox using linux</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry091109-222133" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Registration of tradebox fails due to badly written browser and java capability check.<br /><br /><b>Solution:</b><br /><br />No claims due to any losses or mishaps when using this solution can be claimed. The solution is from the ABN Amro helpdesk:<br />Register using windows. At the end save the jnlp file. Copy the file to any system you want to start tradebox.<br /><br />P.S. This is scary: The file contains the username/password combination in encrypted format. No user is requested anymore. Do not give to friends, keep in a save place. If lost: Block your accounts!]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry091109-222133</id>
		<issued>2009-11-09T00:00:00Z</issued>
		<modified>2009-11-09T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Bring standby database online</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry091104-064458" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />A Microsoft SQL Server standby database needs to be brought online.<br /><br /><b>Solution:</b><br /><br />Execute the command:<br />restore database [databasename] with recovery;<br />on the database server where the standby database is running.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry091104-064458</id>
		<issued>2009-11-04T00:00:00Z</issued>
		<modified>2009-11-04T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Configuring a user for SSIS</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry091019-102627" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />The user rights assignment in SSIS is difficult to configure in such a way that a user does not require (local) administrator rights to be able to use SSIS.<br /><br /><b>Solution:</b><br /><br />The following steps are required:<br />1. Add the user to the Distributed COM Users group using <b>Administrative tools-&gt;Computer management-&gt;System tools-&gt;Local users and groups-&gt;groups-&gt;Distributed COM Users</b>;<br />2. Open Control Panel, double-click Administrative Tools, and then double-click Component Services to start the Component Services MMC snap-in;<br />3. Expand the Component Services node in the left pane of the console. Expand the Computers node, expand My Computer, and then click the DCOM Config node;<br />4. Select the DCOM Config node, and then select MsDtsServer in the list of applications that can be configured;<br />5. Right-click on MsDtsServer and select Properties;<br />6. In the MsDtsServer Properties dialog box, select the Security tab.<br />7. Under Launch and Activation Permissions, select Customize, then click Edit to open the Launch Permission dialog box;<br />8. In the Launch Permission dialog box, add or delete users, and assign the appropriate permissions to the appropriate users and groups. The available permissions are Local Launch, Remote Launch, Local Activation, and Remote Activation. The Launch rights grant or deny permission to start and stop the service; the Activation rights grant or deny permission to connect to the service. Here select Local Activation only;<br />9. Click OK to close the dialog box;<br />10. Under Access Permissions, select Customize, and then click Edit;<br />11. In the Access Permission dialog box, add or delete users, and assign the appropriate permissions to the appropriate users and groups. Here select active Local &amp; remote access;<br />12. Click OK to close the dialog box;<br />13. Close the MMC snap-in;<br />14. Restart the Integration Services service.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry091019-102627</id>
		<issued>2009-10-19T00:00:00Z</issued>
		<modified>2009-10-19T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Fast recover of a dataguard</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry090513-112757" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />If Oracle dataguard stops receiving data due to full flash recovery area and init.ora shows standby_file_management=AUTO a fast way of recovery is required.<br /><br /><b>Solution:</b><br /><br />Reset the dg_broker_start parameter on the primary database to false (alter system set dg_broker_start=false). DG broker stops. Then reset back to true.<br />Eventual gap can be resolved by copying the archivelogs to the dataguard and adding those archivelogs:<br />alter database register logfile &#039;fullpathtoarchivelog/logname&#039;;<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry090513-112757</id>
		<issued>2009-05-13T00:00:00Z</issued>
		<modified>2009-05-13T00:00:00Z</modified>
	</entry>
	<entry>
		<title>RMAN backup does not respond for long period</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry090326-144359" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />A backup with RMAN is after the actual backup is finished not responsive for a prolonged period of time.<br /><br /><b>Solution:</b><br /><br />Probably the controlfile contains many unused delete object records:<br />Run a query &quot;select count(*) from v$deleted_object&quot;. If this is as slow as the end of the RMAN session, you found the issue.<br />To solve this situation run:<br />SQL&gt; execute dbms_backup_restore.resetcfilesection(19);<br />This effectively truncates v$deleted_object, resulting in fast backups again.<br />The issue should not occur anymore from Oracle 11.1.0.7 and higher.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry090326-144359</id>
		<issued>2009-03-26T00:00:00Z</issued>
		<modified>2009-03-26T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Oracle Universal installer not starting</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry090302-211423" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />The Oracle Universal Installer (OUI) is not starting in Microsoft Windows. There is no error screen or anything relevant in the log files from the installer.<br /><br /><b>Solution:</b><br /><br />The issue might be that the unzip action of the installer encounters a too long path, resulting in an error which is not logged. This is visible when trying to start the unzip step manually.<br />The solution is to place the installation software on a shorter path.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry090302-211423</id>
		<issued>2009-03-02T00:00:00Z</issued>
		<modified>2009-03-02T00:00:00Z</modified>
	</entry>
	<entry>
		<title>SQL Server does not show all options in the maintenance cleanup plan</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry081203-223809" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />You are expecting certain options in the maintenance cleanup plan (like option to select sub directory level for cleanup), and the option is just not there at one database, while it is present at another database.<br /><br /><b>Solution:</b><br /><br />The problem is being caused be a mismatch in the SQL Server management Studio and the SQL server installation. Upgrade the SQL Server management studio to be at the same version of the SQL Server installation and the problem should disappear.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry081203-223809</id>
		<issued>2008-12-03T00:00:00Z</issued>
		<modified>2008-12-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Archiver hung error in log while Oracle is not in archive log mode</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry081203-223425" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />You find an archiver hung error in log while Oracle is not in archive log mode (So archiver can not hang since it is not running....).<br /><br /><b>Solution:</b><br /><br />Oracle is most likely connected with a database link to another database which is running in archive log mode. At that other database this exception occurred. The exception model of Oracle is such that the exception is communicate down to the requester of the action, which apparently requested some data coinciding with the occurance of the archive log error. This way the requesting database, which is not running  in archive log mode is logging an archiver error from another database.<br />Solve the archiver error at the other database.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry081203-223425</id>
		<issued>2008-12-03T00:00:00Z</issued>
		<modified>2008-12-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Oracle chooses full table scan over index while cost is equal</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry081031-083612" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Oracle 10/11 chooses in the cost based optimizer for a full table scan instead of using the index. This is done when the cost of both options are equal according to Oracle. <br /><br /><b>Solution:</b><br /><br />There are 2 possible solutions:<br />1. Use a hint: It garantees that the index will be used all the time;<br />2. Oracle chooses alphabetically when the cost is equal: Rename your index to a place earlier in the alphabet than your table: This lets Oracle keep its behaviour but still get the index when the cost is equal.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry081031-083612</id>
		<issued>2008-10-31T00:00:00Z</issued>
		<modified>2008-10-31T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Dataguard fails with divide by zero exception</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry081031-082057" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Oracle 10.2.0.3 dataguard fails with a divide by zero exception crashing the memory recovery proces (MRP0).<br /><br /><b>Solution:</b><br /><br />The solution is twofold:<br />1. Upgrade oracle to 10.2.0.4 (see metalink for details)<br />2. Just restart the process:<br />Login with sqlplus.<br />The database is still running, so just type:<br />RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;<br /><br />Recovery should continu (archive logs will be applied).]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry081031-082057</id>
		<issued>2008-10-31T00:00:00Z</issued>
		<modified>2008-10-31T00:00:00Z</modified>
	</entry>
	<entry>
		<title>make fails with stubs32.h not found on 64bit suse 10.3</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry081021-202349" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />While running make to compile a program, it fails with stubs32.h not found.<br /><br /><b>Solution:</b><br /><br />Create a symbolic link from stubs-64.h to stubs-32.h and run make again. The problem should be solved.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry081021-202349</id>
		<issued>2008-10-21T00:00:00Z</issued>
		<modified>2008-10-21T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Layout for view is not found</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080618-200302" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />You are trying to load a template using the Joomla 1.5 MVC model, but you run into an error <i>500 - Layout &quot;templatename&quot; not found</i>.<br /><br /><b>Solution:</b><br /><br />Check for typos in the view name and template name. Use lowercase only.<br />Do not use the word &quot;view&quot; to start your view with. Joomla strips the word view of the template path only (I regard this as a bug, not a feature). It tolerates the word view when resolving the view.html.php file. So for example viewCustomer is not possible. This will resolve to customer for the template name. Try lookatcustomer instead (all lowercase).]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080618-200302</id>
		<issued>2008-06-18T00:00:00Z</issued>
		<modified>2008-06-18T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Starting JRockit Mission Control</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080609-115532" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Bea JRockit Mission Control does not want to connect to the Bea instance. It reports connection refused.<br /><br /><b>Solution:</b>  <br /><br />A possible cause is that the -Xmanagement parameter is not in the correct location in the startup string. The startup string should look like:<br /><i>${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} -Xmanagement ${SERVER_CLASS}  &gt;&quot;${WLS_REDIRECT_LOG}&quot; 2&gt;&amp;1</i><br />With the -Xmanagement parameter just before the starting class.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080609-115532</id>
		<issued>2008-06-09T00:00:00Z</issued>
		<modified>2008-06-09T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Howto create a custom button</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080608-133436" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />How to create a custom admin interface button in Joomla (1.5).<br /><br /><b>Solution:</b><br /><br />The code to create the button should be as follows:<br />        <i>JToolBarHelper::custom(&quot;task&quot;,&quot;image1.png&quot;,&quot;image1Over.png&quot;,&quot;text for underneath the button&quot;,Check for list item (true/false),hide main menu after click (true/false));</i><br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080608-133436</id>
		<issued>2008-06-08T00:00:00Z</issued>
		<modified>2008-06-08T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Call to JTable object results in blank screen</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080607-113020" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />In Joomla 1.5 you try to create a new JTable object, but somehow it results in a blank screen. The apache log shows: <br /><i>Call to a member function bind() on a non-object</i><br /><br /><b>Solution:</b><br /><br />If it is a new JTable object from a self build component, the name and location of the object need to be in lowercase and as follows:<br />Location:<br />Use <i>JTable::addIncludePath(JPATH_ADMINISTRATOR.DS.&#039;components&#039;.DS.&#039;com_yourcomponent&#039;.DS.&#039;yourtablesubdirectory&#039;);</i><br />to add the path of your JTable objects to the search path of Joomla.<br />Use lowercase directory names and file names only.<br />Name the JTable class file name to the object you are trying to load:<br /><i>$table = &amp; JTable::getInstance(&#039;nameofobject&#039;,&#039;Table&#039;);</i>.<br />The nameofobject has to become your file name: nameofobject.php in the locate indicated in the addIncludePath.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080607-113020</id>
		<issued>2008-06-07T00:00:00Z</issued>
		<modified>2008-06-07T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Adding a view results in error 500</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080606-194110" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />After adding a view to a component in Joonla 1.5 you get an error 500, view not found, on linux when trying to access this view.<br /><br /><b>Solution:</b><br /><br />Use the view name in lowercase, and also the directory name of the view in lowercase. This (combined with typing the correct view name) should result in a different response (maybe good, maybe a different error 500).]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080606-194110</id>
		<issued>2008-06-06T00:00:00Z</issued>
		<modified>2008-06-06T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Bea gives error that weblogicWLStore is owned by other thread</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080603-152948" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />While using a JMS configuration with multiple persistent stores in Bea WLS 9.2, there is an error stating the following:<br /><br /><i>&lt;Warning&gt; &lt;Store&gt; &lt;managed server name 1&gt; &lt;[ACTIVE] ExecuteThread: &#039;0&#039; for queue: &#039;weblogic.kernel.Default (self-tuning)&#039;&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;&gt; &lt;BEA-280076&gt; &lt;Database table &quot;weblogicWLStore&quot; for store &quot;PersistentStore-01&quot; is currently owned by &quot;[name={server=managed_03!host=x.y.x.a!domain=abc!store=PersistentStore-03!table=weblogicWLStore}]&quot;. Trying to wait for ownership.&gt;<br />&lt;Error&gt; &lt;Store&gt; &lt;managed server name 2&gt; &lt;[ACTIVE] ExecuteThread: &#039;0&#039; for queue: &#039;weblogic.kernel.Default (self-tuning)&#039;&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;&gt; &lt;BEA-280077&gt; &lt;JDBC store &quot;PersistentStore-01&quot; in this server is not the owner of database table &quot;weblogicWLStore&quot;. Unexpected current owner is &quot;[name={server=managed_03!host=x.y.z.a!domain=abc!store=PersistentStore-03!table=weblogicWLStore}]&quot;, expected current owner is &quot;[name={server=managed_01!host=x.y.z.a!domain=abc!store=PersistentStore-01!table=weblogicWLStore}]&quot;.&gt;<br />&lt;Error&gt; &lt;Store&gt; &lt;managed server name 2&gt; &lt;[ACTIVE] ExecuteThread: &#039;0&#039; for queue: &#039;weblogic.kernel.Default (self-tuning)&#039;&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt; &lt;1212496576272&gt; &lt;BEA-280072&gt; &lt;JDBC store &quot;PersistentStore-01&quot; failed to open table &quot;weblogicWLStore&quot;.<br />weblogic.store.io.jdbc.JDBCStoreException: [Store:280064]280077 (server=&quot;managed_01&quot; store=&quot;PersistentStore-01&quot; table=&quot;weblogicWLStore&quot;)<br />        at weblogic.store.io.jdbc.JDBCStoreIO.checkTableOwnership(JDBCStoreIO.java:1991)<br />        at weblogic.store.io.jdbc.JDBCStoreIO.getTableOwnershipLogical(JDBCStoreIO.java:2104)<br />        at weblogic.store.io.jdbc.JDBCStoreIO.open(JDBCStoreIO.java:382)<br />        at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:353)<br />        at weblogic.store.admin.AdminHandler.activate(AdminHandler.java:135)<br />        at weblogic.store.admin.JDBCAdminHandler.activate(JDBCAdminHandler.java:64)<br />        at weblogic.management.utils.GenericManagedService.activateDeployment(GenericManagedService.java:237)<br /></i><br /><br /><b>Solution:</b><br /><br />The persistent store prefix (use the admin interface, edit persistent store) can be altered to have a table per persistent store. This way no table lock conflicts rise and all managed servers can start.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080603-152948</id>
		<issued>2008-06-03T00:00:00Z</issued>
		<modified>2008-06-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Bea Weblogic 9.2 does not start after upgrade</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080603-115836" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />After an upgrade of the Bea Weblogic server, the environment does not want to start. The error from Bea is BEA-149610.<br /><br /><b>Solution:</b><br /><br />Remove from servers your admin server and managed servers. They have something cached, which requires a rebuild from Bea, which fails because it is trying to start the admin server at the same time. After removal of the servers, the environment starts.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080603-115836</id>
		<issued>2008-06-03T00:00:00Z</issued>
		<modified>2008-06-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Weblogic jar installer in console mode reports to little disk space</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080603-100303" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />During the installation of Bea weblogic 10, the console mode installer reports to little disk space available:<br /><br /><i>Choose Product Installation Directories:<br />----------------------------------------<br /><br />BEA Home Directory: [/opt/weblogic]<br /><br />Product Installation Directories:<br /><br /><br />    &quot;Default Product Home&quot; = [Enter new value or use default &quot;/opt/weblogic/wlserver_10.0&quot;]<br /><br /><br />    ** Insufficient disk space! The installer requires:<br />    ** 91MB for the BEA Home at /opt/weblogic,<br />    ** 362MB for the product at /opt/weblogic/wlserver_10.0 and<br />    ** 367MB temporary work space at /tmp/bea50538.tmp.<br />    ** There is only 375MB available at /tmp.<br /></i><br /><br />Note however that there is actually a larger number available on tmp in this case.<br /><br /><b>Solution:</b><br /><br />Ignore the error, it is bogus.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080603-100303</id>
		<issued>2008-06-03T00:00:00Z</issued>
		<modified>2008-06-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Joomla failes component installation with SQL error</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080602-211942" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Joomla 1.5 fails to install a component with the following error:<br /><i>Component Install: SQL error or missing or unreadable SQL file. DB function reports no errors</i>.<br /><br /><b>Solution:</b><br /><br />The installer looks for the files within the admin files folder. This means that the files also have to be placed like standard files. Example xml config file:<br />&lt;..&gt;<br />&lt;install&gt;<br />&lt;sql&gt;<br />&lt;file driver=&quot;mysql&quot; charset=&quot;utf8&quot;&gt;sql/install.mysql.sql&lt;/file&gt;<br />&lt;/sql&gt;<br />&lt;/install&gt;<br />&lt;..&gt;<br />&lt;administration&gt;<br />&lt;menu&gt;Standard component name&lt;/menu&gt;<br />&lt;files folder=&quot;admin&quot;&gt;<br />&lt;filename&gt;sql/install.mysql.sql&lt;/filename&gt;<br />&lt;..&gt;<br />&lt;/administration&gt;<br />&lt;..&gt;]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080602-211942</id>
		<issued>2008-06-02T00:00:00Z</issued>
		<modified>2008-06-02T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Bea weblogic installation are jar files instead of binary</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080602-100658" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />The installation files as downloadable from Bea Weblogic are jar files instead of the executable files as mentioned in the installation manual.<br /><br /><b>Solution:</b><br /><br />Use a different <a href="http://e-docs.bea.com/common/docs92/install/start.html#jar" >manual</a>.<br />The important command is:<br />java -jar &lt;jarfile&gt; -mode=console]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080602-100658</id>
		<issued>2008-06-02T00:00:00Z</issued>
		<modified>2008-06-02T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Bea Weblogic JMS fails to show in JNDI tree in cluster setup</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080523-091709" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Bea Weblogic JMS information is not showing on any other machine in a cluster except the physical machine where the JMS is running.<br /><br /><b>Solution:</b><br /><br />Bea implemented the JMS service standard as a high performance solution. To use this:<br />A JMS server has to be created per managed server (non-migratable);<br />The queues have to be created as (uniform) distributed queues with as target the cluster;<br />The connection factory also has to target the cluster.<br /><br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080523-091709</id>
		<issued>2008-05-23T00:00:00Z</issued>
		<modified>2008-05-23T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Internet explorer does not show a div</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080416-162415" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Unknown run time error in IE7 occurs while trying to put content in a div with javascript. No errors are to be seen in Firefox.<br /><br /><b>Solution:</b><br /><br />Most likely a reserved keyword has been used as id for the div (like id=submit). Rename the div to another term, and the problem will most likely disappear.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080416-162415</id>
		<issued>2008-04-16T00:00:00Z</issued>
		<modified>2008-04-16T00:00:00Z</modified>
	</entry>
	<entry>
		<title>dbms_output.put_line not visible in sqlplus</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080408-130320" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />While using dbms_output.put_line no output shows up at the console using sqlplus.<br /><br /><b>Solution:</b><br /><br />Set serveroutput to on:<br />set serveroutput on<br />Now output will be visible]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080408-130320</id>
		<issued>2008-04-08T00:00:00Z</issued>
		<modified>2008-04-08T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Using oracle plsql exceptions</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080408-111822" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />You have an custom exception you want to catch in plsql.<br /><br /><b>Solution:</b><br /><br />Create a custom exception:<br />declare<br />   MISSING_DATA exception;<br />   PRAGMA EXCEPTION_INIT(MISSING_DATA, exception_number);<br />begin<br />  begin<br />    Your SQL;<br />    exception when MISSING_DATA then dbms_output.put_line(&#039; exception caught&#039;);<br />  end;<br />end;<br />/<br /><br />The important part is to set the correct exception_number:<br />Run your sql and see what exception oracle throws as first exception (ORA-12345). Replace exception_number with -12345.<br /><br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080408-111822</id>
		<issued>2008-04-08T00:00:00Z</issued>
		<modified>2008-04-08T00:00:00Z</modified>
	</entry>
	<entry>
		<title>EditFailedException in Bea Weblogic 9.1</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080329-181003" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Bea Weblogic 9.1 fails during the change of configuration using the admin console (apply changes) with the exception: weblogic.management.provider.EditFailedException<br /><br /><b>Solution:</b><br /><br />There is 2 possible solutions: First try the solution posted by <a href="http://edocs.bea.com/wls/docs91/issues/known_resolved.html" target="_blank" >Bea</a>.<br /><br />If this does not work, try the following:<br />Stop Bea (with most likely a kill -4). Assign more memory to Bea. Start Bea again. This might solve your issue.<br />Maybe a complete reboot of your environment will work too.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080329-181003</id>
		<issued>2008-03-29T00:00:00Z</issued>
		<modified>2008-03-29T00:00:00Z</modified>
	</entry>
	<entry>
		<title>How to grow a Sequoia from seed</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080323-141549" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />You are trying to grow a Sequoia (giganteum) from seed (germination) and do not know how to do this.<br /><br /><b>Solution:</b><br /><br /><i>The shopping list:</i><br />- Buy standard plant soil at your local garden center;<br />- Buy breakable plastic pots, organic pots or be prepared to kill of your flower pot when the tree grows, diameter pot about 8 cm at the top;<br />- Buy a germination hothouse (about 20 cm high is a nice size) with some ventilation holes, and possibility to mount a light on it;<br />- Buy a small light (bulb/tube: Bulb if outside since it also gives sufficient warmth, 6 to 10 watts light is enough);<br />- Some aluminium foil for reflecting the light.<br /><br /><i>The planting:</i><br /><br />1) Mount the lamp onto the hothouse;<br />2) Coat the inside of the hothouse bottom and the sides (until halfway the height of the hothouse) with aluminium foil=&gt; Reflection increases the efficiency of the light, so 6 to 10 watts of light is enough;<br />3) Take the pots and fill them to the top with soil, do not compress the soil;<br />4) Add a generous amount of water to the soil;<br />5) Put some seeds on top of the soil (about 5 per pot);<br />6) Put very little (1 to 2 millimeter) soil on top of the seeds;<br />7) Add a bit more water;<br />8) Put the pot(s) into the hothouse;<br />9) Place the pots inside your house;<br />10) Plugin &amp; turn on the light. Leave the light on for about 18 hours per day (longer is allowed unless it disturbs you).<br /><br />About 2.5 to 3 weeks are between sowing the seeds and the first sequoia emerging using a surrounding temperature of about 15 to 20 degrees Celsius.<br /><br />If the inside of the hothouse fogs up to much, you can clean it. <br /><br />Occasional sunlight will help the process (and makes it possible for you to turn of the light)<br /><br /><b>Notes:</b><br /><br />A small percentage of seeds really grows into tiny sequoias with even less of those surviving the first year. Expect about 25% to grow with this method.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080323-141549</id>
		<issued>2008-03-23T00:00:00Z</issued>
		<modified>2008-03-23T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Problem creating new groups in Joomla</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080216-225334" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Extending group management in Joomla (1.0) does not seem to work with script from <a href="http://forum.joomla.org/viewtopic.php?f=231&amp;t=257938." target="_blank" >http://forum.joomla.org/viewtopic.php?f=231&amp;t=257938.</a><br /><br /><b>Solution:</b><br /><br />The table structure of the jos_core_acl_aro_groups changed slightly. The new script should look like:<br /><code>SET @parent_name = &#039;Registered&#039;;<br />SET @new_name = &#039;Support&#039;;<br /><br />-- Select the parent node to insert after<br />SELECT @ins_id := group_id, @ins_lft := lft, @ins_rgt := rgt<br />FROM jos_core_acl_aro_groups<br />WHERE name = @parent_name;<br /><br />SELECT @new_id := MAX(group_id) + 1 FROM jos_core_acl_aro_groups;<br /><br />-- Make room for the new node<br />UPDATE jos_core_acl_aro_groups SET rgt=rgt+2 WHERE rgt&gt;=@ins_rgt;<br />UPDATE jos_core_acl_aro_groups SET lft=lft+2 WHERE lft&gt;@ins_rgt;<br /><br />-- Insert the new node<br />INSERT INTO jos_core_acl_aro_groups (group_id,parent_id,name,lft,rgt)<br />VALUES (@new_id,@ins_id,@new_name,@ins_rgt,@ins_rgt+1);<br /></code><br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080216-225334</id>
		<issued>2008-02-16T00:00:00Z</issued>
		<modified>2008-02-16T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Oracle 11g installer fails</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry080127-144222" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />The Oracle installer fails with the following error on SuSE 10.3:<br />java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c-&gt;xlib.lock&#039; failed<br /><br /><b>Solution:</b><br />The java based installer is not compiled on the local machine and is expecting certain libraries with a certain version. The comparison of these libraries can be relaxed by setting the following environment parameter:<br />export LIBXCB_ALLOW_SLOPPY_LOCK=0<br /><br />Try to run the installer again. It should start.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry080127-144222</id>
		<issued>2008-01-27T00:00:00Z</issued>
		<modified>2008-01-27T00:00:00Z</modified>
	</entry>
	<entry>
		<title>proxy: No protocol handler was valid for the URL</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry071216-185155" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />Page with an apache2 http proxy gives a 403 error using SuSE linux. The logfile shows:<br />[Sun Dec 16 18:46:20 2007] [warn] proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.<br />[Sun Dec 16 18:46:20 2007] [warn] proxy: No protocol handler was valid for the URL /error/HTTP_FORBIDDEN.html.var. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.<br /><br /><b>Solution:</b><br />Add the following to /etc/sysconfig/apache2:<br />APACHE_MODULES=&quot;.. proxy proxy_connect proxy_ftp proxy_http&quot;<br />In which .. are the modules you already have in place.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry071216-185155</id>
		<issued>2007-12-16T00:00:00Z</issued>
		<modified>2007-12-16T00:00:00Z</modified>
	</entry>
	<entry>
		<title>java.lang.NoClassDefFoundError: javax/mail/Authenticator</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry071210-223447" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />java.lang.NoClassDefFoundError: javax/mail/Authenticator in Tomcat while using javamail.<br /><br /><b>Solution:</b><br /><br />Javamail contains a slight issue with locating the activation jar file from JAF.<br />Place the mail jars and activation.jar in tomcat/common/lib. This will solve the problem.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry071210-223447</id>
		<issued>2007-12-10T00:00:00Z</issued>
		<modified>2007-12-10T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Problem installing PEAR</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry071201-163420" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />You have a problem installing pear:<br />Installing PEAR environment:      /usr/local/php5/lib/php/<br /><br />Notice: unserialize(): Error at offset 255 of 987 bytes in phar://install-pear-nozlib.phar/PEAR/Config.php on line 1007<br /><br />Fatal error: Call to undefined method PEAR_Error::getLayers() in phar://install-pear-nozlib.phar/index.php on line 66<br />make[1]: *** [install-pear-installer] Segmentation fault<br />make: *** [install-pear] Error 2<br /><br /><b>Solution:</b><br />Delete your pear.conf from where ever it is (usually /etc or your php $basedir/etc). It contains different data than expected by the installer, causing the installer to crash.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry071201-163420</id>
		<issued>2007-12-01T00:00:00Z</issued>
		<modified>2007-12-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>QMail delivers message many times after mailbox migration</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry071201-163235" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br />Qmail delivers message many times after migration from Plesk to vpopmail setup.<br /><br /><b>Solution:</b><br />Remove &quot;|autoresponder&quot; from .qmail configuration for the troubled user. The queue will than empty itself delivering the messages 1 last time.<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry071201-163235</id>
		<issued>2007-12-01T00:00:00Z</issued>
		<modified>2007-12-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Qmail bounces messages after mailbox migration</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry071201-163107" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br />Qmail bounces email after migration of some mailboxes (from Plesk to vpopmail setup).<br /><br />The bounce mail from vpopmail:<br />Hi. This is the qmail-send program at xyz.com.<br />I&#039;m afraid I wasn&#039;t able to deliver your message to the following addresses.<br />This is a permanent error; I&#039;ve given up. Sorry it didn&#039;t work out.<br /><br />&lt;abc@xyz.com&gt;:<br />This message is looping: it already has my Delivered-To line. (#5.4.6)<br /><br /><b>Solution:</b><br />You setting contains a forward which is not understood by the vpopmail setup of qmail. Replace the .qmail-default file content for this domain with:<br />| /home/vpopmail/bin/vdelivermail &#039;&#039; bounce-no-mailbox<br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry071201-163107</id>
		<issued>2007-12-01T00:00:00Z</issued>
		<modified>2007-12-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Bea weblogic logrotate fails</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry071201-162757" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br /><br />The logrotate of Bea Weblogic does not seem to work, while in the rotated files directory created by the admin, files are created. The logfiles just keep growing untill the disk is full.<br /><br /><b>Solution:</b><br />The issue is that Bea weblogic wants an absolute path in the configuration for the logrotate, but appearently can live with a relative path when writing to the logfiles itself. Replace all the paths to the logfiles and also to the rotation location with absolute paths, and the problem should be solved. Restart admin server to verify it works.<br /><br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry071201-162757</id>
		<issued>2007-12-01T00:00:00Z</issued>
		<modified>2007-12-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Pop-up Greybox frame with Flash</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry070707-140259" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br />Greybox provides pop-up frames by altering the href with javascript code. The onclick gets defined. <br />When wanting to use the same code from Flash, there are some problems with the transparancy of the greybox code.<br /><br /><b>Solution:</b><br />To get the greybox pop-up working correctly, call the javascript from flash with the following function (from greybox examples.html file):<br />getUrl(&quot;javacript:GBFlashCall(caption,url,height,width)&quot;);<br /><br />In which you can set the caption, url, height and width yourself.<br />Add a script link in the header of you html file after the greybox files, also add the GB_ROOT_DIR, else it will not work:<br />    &lt;script type=&quot;text/javascript&quot;&gt;<br />        var GB_ROOT_DIR = &quot;./greybox/&quot;;<br />    &lt;/script&gt;<br /><br />    &lt;script type=&quot;text/javascript&quot; src=&quot;greybox/AJS.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;greybox/AJS_fx.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;greybox/gb_scripts.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;GBFlashCall.js&quot;&gt;&lt;/script&gt;<br />    &lt;link href=&quot;greybox/gb_styles.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; /&gt;<br /><br /><br /><br />Create the GBFlashCall.js file with the following content on the correct loction as defined in the &lt;script&gt; call:<br /><br />GB_myShow = function(caption, url, /* optional */ height, width, callback_fn) {<br />    var options = {<br />        caption: caption,<br />        center_win:true,<br />        height: height || 500,<br />        width: width || 500,<br />        fullscreen: false,<br />        show_loading: true,<br />        callback_fn: callback_fn<br />    }<br />    var win = new GB_Window(options);<br />    return win.show(url);<br />}<br /><br />function GBFlashCall(caption, url, height, width) {<br />  myShow(caption, url, height, width);<br />}<br /><br />You can alter the true/false options to alter the behaviour of you pop-up, or you can move the options over to flash to get the same results.]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry070707-140259</id>
		<issued>2007-07-07T00:00:00Z</issued>
		<modified>2007-07-07T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Passing sql scripts to sqlplus with extra variables</title>
		<link rel="alternate" type="text/html" href="http://www.hipersonik.com/index.php?entry=entry070319-153237" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Issue:</b><br />Using unix variables in an Oracle sql script with sqlplus.<br /><br /><b>Solution:</b><br />Use the following parameters to pass the sql to sqlplus:<br /><code>$SQLDIR/sqlplus -silent $USER/$PASSWORD $SCRIPTNAME.sql PARAM </code><br /><br />Important is the @ before the $SCRIPTNAME. The last parameter PARAM can be used in sqlplus with &amp;INT where INT is the number of the parameter (in this case 1=&gt; &amp;1).<br />Also important is the SQL which you parse into sqlplus in this case: Put a quit on the last line to prevent sqlplus from not exiting in batchmode, for example if it is run from the cron deamon.<br /><br />]]></content>
		<id>http://www.hipersonik.com/index.php?entry=entry070319-153237</id>
		<issued>2007-03-19T00:00:00Z</issued>
		<modified>2007-03-19T00:00:00Z</modified>
	</entry>
</feed>

