<?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>TIBCO Admin &#187; tibco</title>
	<atom:link href="http://tibcoadmin.com/tag/tibco/feed/" rel="self" type="application/rss+xml" />
	<link>http://tibcoadmin.com</link>
	<description>thoughts and actions</description>
	<lastBuildDate>Fri, 02 Mar 2012 06:41:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Timezone data update in Java</title>
		<link>http://tibcoadmin.com/tibco/timezone-data-update-in-java/</link>
		<comments>http://tibcoadmin.com/tibco/timezone-data-update-in-java/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 10:21:15 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tibco]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=1146</guid>
		<description><![CDATA[Sometimes timezone data changes. The Java&#8217;s timezone data is not read from the operating system, it maintains a private repository of timezone data in locally installed files (.../jre/lib/zi). There is a tool from Sun for updating timezone data in installed JRE or JDK software, which called the Timezone Updater tool, or TZUpdater, it can be [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/timezone-data-update-in-java/"></g:plusone></div><p>Sometimes timezone data changes. The Java&#8217;s timezone data is not read from the operating system, it maintains a private repository of timezone data in locally installed files (<code>.../jre/lib/zi</code>).</p>
<p>There is a tool from Sun for updating timezone data in installed JRE or JDK software, which called the Timezone Updater tool, or <strong>TZUpdater</strong>, it can be <a href="http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html#timezone" target="_blank">downloaded</a> for free. The <strong>TZUpdater</strong> tool modifies the JDK/JRE software instance that is used to execute the tool. A single image of the JDK/JRE software is modified per execution. The same procedure for Unix or Windows.</p>
<p>First execution with <code>-t</code> option to perform verification tests:</p>
<p><code>c:\>C:\tibco\tibcojre\1.6.0\bin\java.exe -jar tzupdater.jar -t<br />
/data/tzdata2011k.test:165: time zone not found: America/Sitka<br />
/data/tzdata2011k.test:315: time zone not found: America/Metlakatla<br />
/data/tzdata2011k.test:1151: time zone not found: America/North_Dakota/Beulah<br />
/data/tzdata2011k.test:1277: test failed: America/Resolute<br />
/data/tzdata2011k.test:1370: test failed: Chile/EasterIsland<br />
/data/tzdata2011k.test:1413: test failed: Pacific/Easter<br />
/data/tzdata2011k.test:1564: test failed: America/Havana<br />
/data/tzdata2011k.test:1988: test failed: Cuba<br />
/data/tzdata2011k.test:2236: test failed: America/Goose_Bay<br />
/data/tzdata2011k.test:2278: time zone not found: America/Kralendijk<br />
/data/tzdata2011k.test:2280: time zone not found: America/Lower_Princes<br />
/data/tzdata2011k.test:2315: test failed: America/Santiago<br />
/data/tzdata2011k.test:2447: test failed: Chile/Continental<br />
/data/tzdata2011k.test:2493: test failed: America/St_Johns<br />
/data/tzdata2011k.test:2512: test failed: CNT<br />
/data/tzdata2011k.test:2533: test failed: Canada/Newfoundland<br />
/data/tzdata2011k.test:2762: test failed: Africa/Casablanca<br />
/data/tzdata2011k.test:4024: test failed: Asia/Gaza<br />
/data/tzdata2011k.test:4025: time zone not found: Asia/Hebron<br />
/data/tzdata2011k.test:4035: test failed: Asia/Istanbul<br />
/data/tzdata2011k.test:4227: test failed: Europe/Istanbul<br />
/data/tzdata2011k.test:4417: test failed: Turkey<br />
/data/tzdata2011k.test:4442: time zone not found: Africa/Juba<br />
/data/tzdata2011k.test:4457: test failed: Europe/Kaliningrad<br />
/data/tzdata2011k.test:4460: test failed: Europe/Kiev<br />
/data/tzdata2011k.test:4463: test failed: Europe/Minsk<br />
/data/tzdata2011k.test:4466: test failed: Europe/Simferopol<br />
/data/tzdata2011k.test:4469: test failed: Europe/Uzhgorod<br />
/data/tzdata2011k.test:4472: test failed: Europe/Zaporozhye<br />
/data/tzdata2011k.test:4566: test failed: Europe/Moscow<br />
/data/tzdata2011k.test:4569: test failed: Europe/Samara<br />
/data/tzdata2011k.test:4572: test failed: Europe/Volgograd<br />
/data/tzdata2011k.test:4599: test failed: W-SU<br />
/data/tzdata2011k.test:4631: test failed: Asia/Yekaterinburg<br />
/data/tzdata2011k.test:4644: test failed: Asia/Novokuznetsk<br />
/data/tzdata2011k.test:4647: test failed: Asia/Novosibirsk<br />
/data/tzdata2011k.test:4650: test failed: Asia/Omsk<br />
/data/tzdata2011k.test:4668: test failed: Asia/Krasnoyarsk<br />
/data/tzdata2011k.test:4693: test failed: Asia/Irkutsk<br />
/data/tzdata2011k.test:4814: test failed: Asia/Yakutsk<br />
/data/tzdata2011k.test:5059: test failed: Asia/Sakhalin<br />
/data/tzdata2011k.test:5062: test failed: Asia/Vladivostok<br />
/data/tzdata2011k.test:5116: test failed: Asia/Anadyr<br />
/data/tzdata2011k.test:5119: test failed: Asia/Kamchatka<br />
/data/tzdata2011k.test:5122: test failed: Asia/Magadan<br />
/data/tzdata2011k.test:5190: test failed: Pacific/Fiji<br />
/data/tzdata2011k.test:5247: test failed: Pacific/Apia<br />
/data/tzdata2011k.test:5262: test failed: MIT</code></p>
<p>So we can see a list of incorrect timezone data in JRE that we have with the latest TIBCO TRA. It&#8217;s time to perform an update:</p>
<p><code>c:\>C:\tibco\tibcojre\1.6.0\bin\java.exe -jar tzupdater.jar -u</code></p>
<p>Don&#8217;t forget to restart all TIBCO processes (Java instances) to pick up new timezone data.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/timezone-data-update-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentations from TUCON 2011 are now available on TIBCOmmunity</title>
		<link>http://tibcoadmin.com/tibco/presentations-from-tucon-2011-are-now-available-on-tibcommunity/</link>
		<comments>http://tibcoadmin.com/tibco/presentations-from-tucon-2011-are-now-available-on-tibcommunity/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 20:25:47 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tibco]]></category>
		<category><![CDATA[tucon]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=1135</guid>
		<description><![CDATA[On the link below you can view keynotes and download presentations from TIBCO User Conference TUCON 2011: https://ssl.tibcommunity.com/community/tucon/tucon2011-public This link to TIBCOmmunity site, where a lot of useful information and discussions. But unfortunately access isn&#8217;t open publicly and registration is required.]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/presentations-from-tucon-2011-are-now-available-on-tibcommunity/"></g:plusone></div><p><a href="http://tibcoadmin.com/wp-content/uploads/2011/10/Tucon2011.png"><img src="http://tibcoadmin.com/wp-content/uploads/2011/10/Tucon2011-300x94.png" alt="" title="TUCON 2011" width="300" height="94" class="alignright size-medium wp-image-1143" /></a>On the link below you can view keynotes and download presentations from TIBCO User Conference <strong>TUCON 2011</strong>:</p>
<p><a href="https://ssl.tibcommunity.com/community/tucon/tucon2011-public" title="TUCON 2011 Public Presentations" target="_blank">https://ssl.tibcommunity.com/community/tucon/tucon2011-public</a></p>
<p>This link to TIBCOmmunity site, where a lot of useful information and discussions. But unfortunately access isn&#8217;t open publicly and registration is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/presentations-from-tucon-2011-are-now-available-on-tibcommunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIBINS202504 Error: You do not have the required administrator privileges</title>
		<link>http://tibcoadmin.com/tibco/installation-tibco/tibins202504-error-you-do-not-have-the-required-administrator-privileges/</link>
		<comments>http://tibcoadmin.com/tibco/installation-tibco/tibins202504-error-you-do-not-have-the-required-administrator-privileges/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 08:35:34 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=1053</guid>
		<description><![CDATA[When running 32-bit TIBCO Installer on x64 platform, you may encounter this error TIBINS202504 INTERNAL ERROR: You do not have the required administrator privileges for the Install Wizard to proceed with installation. Then following window appears, which contains more useful information: java.lang.UnsatisfiedLinkError win32ppk.dll Can&#8217;t load IA 32-bit .dll on a AMD 64-bit platform. To solve [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/installation-tibco/tibins202504-error-you-do-not-have-the-required-administrator-privileges/"></g:plusone></div><p><a href="http://tibcoadmin.com/wp-content/uploads/2011/09/TIBINS2025042.png"><img src="http://tibcoadmin.com/wp-content/uploads/2011/09/TIBINS2025042-300x38.png" alt="TIBINS202504 Error Screenshot" title="TIBINS202504" width="300" height="38" class="alignright size-medium wp-image-1063" /></a>When running 32-bit TIBCO Installer on x64 platform, you may encounter this error <em><strong>TIBINS202504 INTERNAL ERROR</strong>: You do not have the required administrator privileges for the Install Wizard to proceed with installation.</em> Then following window appears, which contains more useful information: <strong>java.lang.UnsatisfiedLinkError win32ppk.dll Can&#8217;t load IA 32-bit .dll on a AMD 64-bit platform</strong>.</p>
<p>To solve this problem, you have to run installer with 32-bit Java. There are two options: you can temporarily point JAVA_HOME system variable to 32-bit Java folder or run installer with -is:javahome parameter like in my example:</p>
<p><code>TIB_adswift-simple_5.8.0_win_x86.exe -is:javahome "C:\Program Files (x86)\Java\jre6"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/installation-tibco/tibins202504-error-you-do-not-have-the-required-administrator-privileges/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TIBCO Enterprise Social Media Launch Event</title>
		<link>http://tibcoadmin.com/tibco/tibbr/tibco-enterprise-social-media-launch-event/</link>
		<comments>http://tibcoadmin.com/tibco/tibbr/tibco-enterprise-social-media-launch-event/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 09:34:09 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tibbr]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=999</guid>
		<description><![CDATA[TIBCO invites everyone interested in how social media is changing business software to the launch of tibbr™, TIBCO’s new enterprise social computing technology. Chairman/CEO Vivek Ranadivé will explain how tibbr expands on TIBCO&#8217;s historic commitment to &#8220;real time&#8221; enterprise communications. EVP and CAO of MGM Resorts International, Aldo Manzini, will describe how they are using [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/tibbr/tibco-enterprise-social-media-launch-event/"></g:plusone></div><p><a href="http://tibcoadmin.com/wp-content/uploads/2011/01/tibbr.jpg"><img src="http://tibcoadmin.com/wp-content/uploads/2011/01/tibbr.jpg" alt="tibbr logo" title="tibbr" width="200" height="150" class="alignright size-full wp-image-1002" /></a>TIBCO invites everyone interested in how social media is changing business software to the launch of tibbr™, TIBCO’s new enterprise social computing technology.</p>
<p>Chairman/CEO Vivek Ranadivé will explain how tibbr expands on TIBCO&#8217;s historic commitment to &#8220;real time&#8221; enterprise communications.</p>
<p>EVP and CAO of MGM Resorts International, Aldo Manzini, will describe how they are using social media to deliver on providing exceptional customer service to every corner of the world.A panel of industry experts and users will also engage in a lively discussion on emerging trends in enterprise social computing and why this technology is important to businesses.</p>
<p><strong>When</strong>: Monday, Jan. 24, 2011, 10:30 a.m. to noon, PST. Lunch will be provided.<br />
<strong>Where</strong>: Terra Gallery, 511 Harrison Street, (at First), San Francisco, complimentary valet parking is available.</p>
<p>As space is limited, please register by visiting <a href="http://forms2.tibco.com/tibbrlaunch_sf">http://forms2.tibco.com/tibbrlaunch_sf</a> or by contacting TIBCO&#8217;s <a href="http://twitter.com/tiffanyanderson">Tiffany Anderson</a> at tanderso@tibco.com or (650) 846-8737.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/tibbr/tibco-enterprise-social-media-launch-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library not found: tibrvnativesd</title>
		<link>http://tibcoadmin.com/tibco/rendezvous/library-not-found-tibrvnativesd/</link>
		<comments>http://tibcoadmin.com/tibco/rendezvous/library-not-found-tibrvnativesd/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 09:44:11 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[rendezvous]]></category>
		<category><![CDATA[BusinessWorks]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=980</guid>
		<description><![CDATA[I have a new installation, and when I tried to run newly deployed BW-application, the following error occurred: java.lang.UnsatisfiedLinkError: Library not found: tibrvnativesd at com.tibco.tibrv.Tibrv.loadNativeLibrary(Tibrv.java:388) at com.tibco.tibrv.Tibrv.(Tibrv.java:79) at com.tibco.sdk.m.byte(MAppImpl.java:700) at com.tibco.sdk.m.v(MAppImpl.java:478) at com.tibco.sdk.m.(MAppImpl.java:95) at com.tibco.sdk.a.(MThinAppImpl.java:21) at com.tibco.sdk.MApp.(MApp.java:149) at com.tibco.share.util.TraceApp.(Unknown Source) at com.tibco.share.util.Trace.if(Unknown Source) at com.tibco.share.util.Trace.a(Unknown Source) at com.tibco.share.util.Trace.(Unknown Source) at com.tibco.pe.core.JobPoolCreator.createTrace(Unknown Source) at com.tibco.pe.PEMain.a(Unknown Source) [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/rendezvous/library-not-found-tibrvnativesd/"></g:plusone></div><p>I have a new installation, and when I tried to run newly deployed BW-application, the following error occurred:</p>
<p><code><strong>java.lang.UnsatisfiedLinkError: Library not found: tibrvnativesd</strong><br />
       at com.tibco.tibrv.Tibrv.loadNativeLibrary(Tibrv.java:388)<br />
       at com.tibco.tibrv.Tibrv.<clinit>(Tibrv.java:79)<br />
       at com.tibco.sdk.m.byte(MAppImpl.java:700)<br />
       at com.tibco.sdk.m.v(MAppImpl.java:478)<br />
       at com.tibco.sdk.m.<init>(MAppImpl.java:95)<br />
       at com.tibco.sdk.a.<init>(MThinAppImpl.java:21)<br />
       at com.tibco.sdk.MApp.<init>(MApp.java:149)<br />
       at com.tibco.share.util.TraceApp.<init>(Unknown Source)<br />
       at com.tibco.share.util.Trace.if(Unknown Source)<br />
       at com.tibco.share.util.Trace.a(Unknown Source)<br />
       at com.tibco.share.util.Trace.<init>(Unknown Source)<br />
       at com.tibco.pe.core.JobPoolCreator.createTrace(Unknown Source)<br />
       at com.tibco.pe.PEMain.a(Unknown Source)<br />
       at com.tibco.pe.PEMain.do(Unknown Source)<br />
       at com.tibco.pe.PEMain.a(Unknown Source)<br />
       at com.tibco.pe.PEMain.<init>(Unknown Source)<br />
       at com.tibco.pe.PEMain.main(Unknown Source)<br />
<strong>Caused by: java.lang.UnsatisfiedLinkError: /export/home/tibco/tibrv/8.3/lib/libtibrvnativesd.so: ld.so.1: bwengine: fatal: /export/home/tibco/tibrv/8.3/lib/libtibrvnativesd.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)</strong><br />
       at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br />
       at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)<br />
       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)<br />
       at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br />
       at java.lang.System.loadLibrary(System.java:1028)<br />
       at com.tibco.tibrv.Tibrv.loadNativeLibrary(Tibrv.java:385)<br />
       ... 16 more</code></p>
<p>Thanks to support, they gave me the clue that helped:</p>
<blockquote><p>Could you please replace the <strong>%RV_HOME%/lib</strong> with <strong>%RV_HOME%/lib/tibrvj.jar</strong> in the property <strong>tibco.env.STD_EXT_CP</strong> in <strong>bwengine.tra</strong>, redeploy your application and test if the issue gets resolved?</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/rendezvous/library-not-found-tibrvnativesd/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Updated releases are ready for download</title>
		<link>http://tibcoadmin.com/tibco/updated-releases-are-ready-for-download/</link>
		<comments>http://tibcoadmin.com/tibco/updated-releases-are-ready-for-download/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 15:02:51 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tibco]]></category>
		<category><![CDATA[ActiveMatrix]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=966</guid>
		<description><![CDATA[New TIBCO Runtime Agent Software 5.7.0 has been released, include: TIBCO Rendezvous 8.3.0 TIBCO Enterprise Message Service 6.0.0 Client Libraries TIBCO Hawk 4.9.0 TIBCO Designer 5.7.0 TPCL 5.7.0 As well as TIBCO ActiveMatrix BusinessWorks 5.9.0 and TIBCO Administrator 5.7.0. Now with full support of Windows Server 2003 R2 (x86, x86-64), Windows Server 2008 R2 (x86-64), [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/updated-releases-are-ready-for-download/"></g:plusone></div><p><a href="http://tibcoadmin.com/wp-content/uploads/2010/12/TIBCO-Universal-Installer.png"><img src="http://tibcoadmin.com/wp-content/uploads/2010/12/TIBCO-Universal-Installer-300x210.png" alt="TIBCO-Universal-Installer" title="TIBCO-Universal-Installer" width="300" height="210" class="alignright size-medium wp-image-974" /></a>New TIBCO Runtime Agent Software 5.7.0 has been released, include:</p>
<ul>
<li> TIBCO Rendezvous 8.3.0</li>
<li> TIBCO Enterprise Message Service 6.0.0 Client Libraries</li>
<li> TIBCO Hawk 4.9.0</li>
<li> TIBCO Designer 5.7.0</li>
<li> TPCL 5.7.0</li>
</ul>
<p>As well as TIBCO ActiveMatrix BusinessWorks 5.9.0 and TIBCO Administrator 5.7.0. Now with full support of Windows Server 2003 R2 (x86, x86-64), Windows Server 2008 R2 (x86-64), Windows 7 (x86, x86-64). Also now we have 64-bit version of each product for Solaris SPARC and x86.</p>
<p>You can find everything you need on the <a href="http://download.tibco.com/">download.tibco.com</a> according to your subscription. So, if you still dreaming of your new TIBCO environment &#8211; this is the right time to do that!</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/updated-releases-are-ready-for-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Could not create the Java virtual machine</title>
		<link>http://tibcoadmin.com/tibco/installation-tibco/could-not-create-the-java-virtual-machine/</link>
		<comments>http://tibcoadmin.com/tibco/installation-tibco/could-not-create-the-java-virtual-machine/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 13:41:59 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=957</guid>
		<description><![CDATA[You may encounter this problem when installing TIBCO products on Solaris x86. In my case it was Runtime Agent 5.6.0 installation. ./TRA.5.6.0-suite_sol10_x86.bin -console Then installation fails and the error message looks like this: Unrecognized option: -cp:TRA.5.6.0-suite_sol10_x86.jar:TRA.5.6.0-simple_sol10_x86.jar:tibrv.8.1.1-simple_sol10_x86.jar:jre.1.5.0-simple_sol10_x86_64.jar:Designer.5.6.0-simple_sol10_x86_64.jar:tpcl.5.6.0-simple_sol10_x86.jar:hawk.4.8.1-simple_sol10_x86_64.jar:/var/tmp/isjCAAWCa4en/TRA.5.6.0-suite_sol10_x86.jar: Could not create the Java virtual machine. There is a bug in the installer, as a workaround you can [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/installation-tibco/could-not-create-the-java-virtual-machine/"></g:plusone></div><p>You may encounter this problem when installing TIBCO products on Solaris x86. In my case it was Runtime Agent 5.6.0 installation.</p>
<p><code>./TRA.5.6.0-suite_sol10_x86.bin -console</code></p>
<p>Then installation fails and the error message looks like this:</p>
<p><code>Unrecognized option: -cp:TRA.5.6.0-suite_sol10_x86.jar:TRA.5.6.0-simple_sol10_x86.jar:tibrv.8.1.1-simple_sol10_x86.jar:jre.1.5.0-simple_sol10_x86_64.jar:Designer.5.6.0-simple_sol10_x86_64.jar:tpcl.5.6.0-simple_sol10_x86.jar:hawk.4.8.1-simple_sol10_x86_64.jar:/var/tmp/isjCAAWCa4en/TRA.5.6.0-suite_sol10_x86.jar:<br />
Could not create the Java virtual machine.</code></p>
<p>There is a bug in the installer, as a workaround you can force the installer to use Java in the system. Just specify <strong>-is:javahome</strong> option like in my example:</p>
<p><code>./TRA.5.6.0-suite_sol10_x86.bin -console -is:javahome /usr/jdk/jdk1.5.0_24/</code></p>
<p>Should work now.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/installation-tibco/could-not-create-the-java-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TIBCO ActiveMatrix vulnerability</title>
		<link>http://tibcoadmin.com/tibco/tibco-activematrix-vulnerability/</link>
		<comments>http://tibcoadmin.com/tibco/tibco-activematrix-vulnerability/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 06:31:39 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tibco]]></category>
		<category><![CDATA[ActiveMatrix]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=953</guid>
		<description><![CDATA[Yesterday TIBCO announced security vulnerability in TIBCO ActiveMatrix Products. ActiveMatrix Runtime and Administrator components contain a critical vulnerability in the handling of JMX connections. An attacker with access to an affected system could gain administrative control over the system, allowing the attacker to execute arbitrary code on any host that is a participant in the [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/tibco-activematrix-vulnerability/"></g:plusone></div><p>Yesterday TIBCO announced security vulnerability in TIBCO ActiveMatrix Products. ActiveMatrix Runtime and Administrator components contain a critical vulnerability in the handling of JMX connections. An attacker with access to an affected system could gain administrative control over the system, allowing the attacker to execute arbitrary code on any host that is a participant in the system.</p>
<p>TIBCO has released updated versions of the affected software products. If an upgrade is not possible, use a firewall to restrict access to the ActiveMatrix Runtime and Administrator components.</p>
<p>Additional information and list of affected products versions <a href="http://www.tibco.com/multimedia/activematrix_advisory_tcm8-12488.txt">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/tibco-activematrix-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIBCO is looking for Product Manager TIBBR</title>
		<link>http://tibcoadmin.com/tibco/tibbr/tibco-is-looking-for-product-manager-tibbr/</link>
		<comments>http://tibcoadmin.com/tibco/tibbr/tibco-is-looking-for-product-manager-tibbr/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 19:49:32 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tibbr]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=918</guid>
		<description><![CDATA[Just found on LinkedIn that TIBCO is looking for Product Manager TIBBR. Hope they will actively develop this tool in the near future. Product Manager TIBBR will serve internally as liaisons within and between engineering, support, sales, field technical services, finance, legal and fulfillment. Product Manager TIBBR serves externally as liaisons between TIBCO&#8217;s product groups [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/tibbr/tibco-is-looking-for-product-manager-tibbr/"></g:plusone></div><p>Just <a href="http://www.linkedin.com/jobs?viewJob=&#038;jobId=1143845&#038;trk=">found on LinkedIn</a> that TIBCO is looking for Product Manager TIBBR. Hope they will actively develop this tool in the near future.</p>
<blockquote><p>Product Manager TIBBR will serve internally as liaisons within and between engineering, support, sales, field technical services, finance, legal and fulfillment. Product Manager TIBBR serves externally as liaisons between TIBCO&#8217;s product groups and TIBCO&#8217;s customers and field staff.</p></blockquote>
<blockquote><p>Product Manager TIBBR serve as an internal advocate for their product, disseminating information about products within TIBCO (e.g., to peer engineering groups, to professional services, to support, etc.) through collateral, presentations, meetings and one-to-one engagements. Activities include providing support for pre-sales and sales teams, as well as professional services and solution architecture groups, through presentations, written collateral, and product demos, in both strategic and tactical situations. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/tibbr/tibco-is-looking-for-product-manager-tibbr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the TIBCO EMS Central Administration Client</title>
		<link>http://tibcoadmin.com/tibco/ems/installing-the-tibco-ems-central-administration-client/</link>
		<comments>http://tibcoadmin.com/tibco/ems/installing-the-tibco-ems-central-administration-client/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 10:26:13 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[EMS]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=905</guid>
		<description><![CDATA[To following my previous post about EMS Central Administration installation, this part is about client. There is the same Universal Installer by TIBCO, it helps to make installation process easy. Execute it, accept the license agreement, create a new or select an existing environment, check the summary and complete the installation. Then I can star [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/ems/installing-the-tibco-ems-central-administration-client/"></g:plusone></div><p>To following my <a href="http://tibcoadmin.com/tibco/ems/installing-the-tibco-ems-central-administation-server/">previous post</a> about EMS Central Administration installation, this part is about client.</p>
<p>There is the same Universal Installer by TIBCO, it helps to make installation process easy. Execute it, accept the license agreement, create a new or select an existing environment, check the summary and complete the installation.</p>
<p><a href="http://tibcoadmin.com/wp-content/uploads/2010/09/emsca-client.png"><img src="http://tibcoadmin.com/wp-content/uploads/2010/09/emsca-client-300x222.png" alt="TIBCO EMS Central Administration Client" title="emsca-client" width="300" height="222" class="alignright size-medium wp-image-913" /></a>Then I can star EMSCA from my Start menu. This is Eclipse, I have to create a new workspace. Then File => New EMS Central Administration Project. Enter host name and port, where is EMSCA Server is installed. Enter username and password to connect, select the deployment to create a project for.</p>
<p>Next step is synchronizing with EMS. TIBCO EMS => Synchronize Configurations With EMS Servers. Enter username and password, select EMS server to synchronize.</p>
<p>Now I can change the server configuration. Then save to SVN repository. TIBCO EMS => Save Configurations to Repository.</p>
<p>Then it is possible to deploy changes to the server. TIBCO EMS => Deploy EMS Project.</p>
<p>So, this was short description of the TIBCO EMS Central Administration, very helpful tool to manage configurations of multiple EMS instances.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/ems/installing-the-tibco-ems-central-administration-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

