<?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>BigBasti&#039;s Blog &#187; Linux</title>
	<atom:link href="http://blog.bigbasti.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bigbasti.com</link>
	<description>About Me &#38; my Digital Lifestyle</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:31:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Probleme beim Klonen einer WebSpere Portal 6.1 Installation</title>
		<link>http://blog.bigbasti.com/probleme-beim-klonen-einer-webspere-portal-61-installation/</link>
		<comments>http://blog.bigbasti.com/probleme-beim-klonen-einer-webspere-portal-61-installation/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:14:39 +0000</pubDate>
		<dc:creator>Sebastian Gross</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programme]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://blog.bigbasti.com/?p=532</guid>
		<description><![CDATA[Das Klonen eines WebSphere Portal Servers ist eine komplexe Angelegenheit die sich gut und gerne etwas länger hinzieht. Umso besser, dass IBM eine Anleitung dazu stellt.

Doch auch wenn man der Anleitung genau folgt kann es zu unerwarteten Problemen kommen, die dort nicht erläutert werden.

Das ist mir passiert und da ich schon ne Weile gebraucht ...]]></description>
			<content:encoded><![CDATA[<p>Das Klonen eines WebSphere Portal Servers ist eine komplexe Angelegenheit die sich gut und gerne etwas länger hinzieht. Umso besser, dass IBM eine <a href="http://www.ibm.com/developerworks/websphere/library/techarticles/0902_lamb/0902_lamb.html" target="_blank">Anleitung dazu stellt</a>.</p>
<p>Doch auch wenn man der Anleitung genau folgt kann es zu unerwarteten Problemen kommen, die dort nicht erläutert werden.</p>
<p>Das ist mir passiert und da ich schon ne Weile gebraucht habe um auf die Lösung zu kommen, könnte es auch andere interessieren.</p>
<p>Das Problem ist/war, dass bei Schritt 2. in der Anleitung von IBM:</p>
<blockquote><p>To delete the scheduled tasks, run the following ConfigEngine task:<br />
&lt;profile_home&gt;/ConfigEngine/ConfigEngine.sh action-clean-scheduled-tasks</p></blockquote>
<p class="displaycodeliquid">Eine Menge von Fehlern ausgespuckt werden:</p>
<p class="displaycodeliquid" style="text-align: center;"><a href="http://blog.bigbasti.com/uploads/puttyscreen1.png"><img class="aligncenter size-full wp-image-534" title="puttyscreen1" src="http://blog.bigbasti.com/uploads/puttyscreen1.png" alt="puttyscreen1" width="455" height="296" /></a><em>Bild 1: Der Stacktrace der Exception</em></p>
<p class="displaycodeliquid">Dabei werden folgende Fehler ausgespuckt:</p>
<blockquote>
<p class="displaycodeliquid">ERROR XSDB6: Another instance of Derby may have already booted the database</p>
<p>Could not shutdown the database!<br />
[sqlproc] SQL Exception: Database 'xxxdb' not found.</p>
<p>ERROR: Error during the execution of the sql files.</p></blockquote>
<p class="displaycodeliquid">Dabei sind die Fehler etwas verwirrend wie ich fand, denn der erste besagt, dass die Datenbank die seit Version 6.1 nun "derby" heißt und nicht mehr "cloudscape" und der zweite sagt, dass diese nicht gefunden wurde!</p>
<p class="displaycodeliquid">Nungut, nach einer langen Suche in den Logs und einer engen Zusammenarbeit mit Google war die Lösung dann doch ganz einfach!</p>
<p class="displaycodeliquid">Dabei bringt der erste Fehler es auf den Punkt! Es läuft bereits eine Instanz der Datenbank. Was aber nicht der Fall ist. Aber das Skript glaubt das, da der user dafür noch in einer Session "eingeloggt ist".</p>
<p class="displaycodeliquid">Wenn man diese Session-Dateien (*.lck) löscht, wird der Weg für einen erneuten Login durch das Skript frei.</p>
<p>Diese Dateien liegen im Verzeichnis <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">&lt;wp_profile&gt;/PortalServer/derby/wpsdb.</span></p>
<p class="displaycodeliquid" style="text-align: center;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;"><a href="http://blog.bigbasti.com/uploads/puttyscreen2.png"><img class="aligncenter size-full wp-image-535" title="puttyscreen2" src="http://blog.bigbasti.com/uploads/puttyscreen2.png" alt="puttyscreen2" width="516" height="67" /></a><em>Bild 2: Die zwei LCK-Dateien, die die Session blockieren</em></span></p>
<p class="displaycodeliquid"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">Wenn man nun diese zwei Dateien löscht läuft das Skript ganz normal durch. Der weitere Cloning-prozess verlief dann relativ unspektakulär.</span></p>
<p class="displaycodeliquid"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">Lösungsquelle war ein <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21381003" target="_blank">IBM-Hilfe</a> Dokument, dass zwar für was anderes Gedacht war aber das Problem sehr ähnlich war!<br />
</span></p>
<p class="wp-flattr-button"></p> <p><a href="http://blog.bigbasti.com/?flattrss_redirect&amp;id=532&amp;md5=9382cf2a03a820e9e1b68a4cab68bef1" title="Flattr" target="_blank"><img src="http://blog.bigbasti.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigbasti.com/probleme-beim-klonen-einer-webspere-portal-61-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Entwicklung unter UNIX-basierenden Systemen</title>
		<link>http://blog.bigbasti.com/net-entwicklung-unter-unix-basierenden-systemen/</link>
		<comments>http://blog.bigbasti.com/net-entwicklung-unter-unix-basierenden-systemen/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 18:11:29 +0000</pubDate>
		<dc:creator>Sebastian Gross</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programme]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://blog.bigbasti.com/?p=352</guid>
		<description><![CDATA[Seit längerem befindet sich das Projekt "Mono" in der Entwicklung und ist nun in der Version 2.4 verfügbar. Dank Mono wird .NET Plattformunabhängig und liefert das, was Microsoft schon längst hätte bringen sollen!

Mit MonoDevelop wird gleich auch eine sehr gute IDE zum Entwickeln mitgebracht! Diese läuft auf allen gängigen Systemen einschließlich Mac OS X. ...]]></description>
			<content:encoded><![CDATA[<p>Seit längerem befindet sich das Projekt "<a href="http://www.mono-project.com/Main_Page" target="_blank">Mono</a>" in der Entwicklung und ist nun in der Version 2.4 verfügbar. Dank Mono wird .NET Plattformunabhängig und liefert das, was Microsoft schon längst hätte bringen sollen!</p>
<p>Mit MonoDevelop wird gleich auch eine sehr gute IDE zum Entwickeln mitgebracht! Diese läuft auf allen gängigen Systemen einschließlich Mac OS X. Da das ganze auch noch open Source ist, ist es auch kostenlos zu haben!</p>
<p>Durch dieses Projekt wird Linux natürlich sehr interessant für .NET Entwickler und wird in Zukunft definitiv dazu führen dass es viele Anwendungen für alle geben wird, so wie es jetzt mit Java ist!</p>
<p>Ist die IDE Erstmal eingerichtet erinnert diese erstmal stark an Netbeans oder Eclipse:</p>
<p style="text-align: center;"><a href="http://blog.bigbasti.com/uploads/bildschirmfoto-2009-08-30-um-194735.png"><img class="aligncenter size-full wp-image-353" title="bildschirmfoto-2009-08-30-um-194735" src="http://blog.bigbasti.com/uploads/bildschirmfoto-2009-08-30-um-194735.png" alt="bildschirmfoto-2009-08-30-um-194735" width="660" height="458" /></a><em>Bild 1: MonoDevelop in einem C# Projekt</em></p>
<p>Diese wird ebenfalls stetig weiter entwickelt und erinnert jetzt schon sehr an der Visual Studio aus dem Hause Microsoft!</p>
<p>Einen compiler bekommt man natürlich auch gleich mit geliefert! Den man zb auch über die Konsole aufrufen kann:</p>
<p style="text-align: center;"><a href="http://blog.bigbasti.com/uploads/bildschirmfoto-2009-08-30-um-194838.png"><img class="aligncenter size-full wp-image-354" title="bildschirmfoto-2009-08-30-um-194838" src="http://blog.bigbasti.com/uploads/bildschirmfoto-2009-08-30-um-194838.png" alt="bildschirmfoto-2009-08-30-um-194838" width="588" height="409" /></a><em>Bild 2: Das aus Bild 1 kompilierte &amp; ausgeführte Projekt</em></p>
<p>Leider steht noch nicht das komplette .NET Framework, welches demnächst in der Version 4.0 erscheint verfügbar, sondern wird langsam stetig erweitert!</p>
<p>Wenn euer Interesse geweckt wurde und ihr das mal testen wollt, kann ich ein Video im <a href="http://www.microsoft.com/germany/msdn/solve/codeclips/library.aspx?id=msdn_de_36044" target="_blank">MSDN</a> empfehlen, welches die ersten Schritte sehr gut beschreibt und eine komplette kleine Anleitung liefert!</p>
<p>Ich werde demnächst das ganze mal auf dem Mac testen und gucken ob das ganze schon mit Java konkurrieren kann!</p>
<p class="wp-flattr-button"></p> <p><a href="http://blog.bigbasti.com/?flattrss_redirect&amp;id=352&amp;md5=f57dc5004d1c15a3347c8cb60298b449" title="Flattr" target="_blank"><img src="http://blog.bigbasti.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigbasti.com/net-entwicklung-unter-unix-basierenden-systemen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

