<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.talis.com/tdn" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Talis Developer Network - Downloads: Toolkits - Comments</title>
 <link>http://www.talis.com/tdn/keystone/downloads</link>
 <description>Comments for &quot;Downloads: Toolkits&quot;</description>
 <language>en</language>
<item>
 <title>JSP Toolkit - Integration between Blackboard and Keystone (2)</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-681</link>
 <description>&lt;p&gt;Hi Andy,&lt;/p&gt;
&lt;p&gt;We&#039;ve solved the problem. As you&#039;ve suggested in (3), we found out that our blackboard server didn&#039;t have permission to see our talis server through the firewall. After our network engineer modified the firewall rules, the problem is solved. Now our students can see their library account summary when they use blackboard.&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Su&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Jun 2008 18:04:01 +0100</pubDate>
 <dc:creator>suy</dc:creator>
 <guid isPermaLink="false">comment 681 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>JSP Toolkit - Integration between Blackboard and Keystone (2)</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-678</link>
 <description>&lt;p&gt;Hi Andy,&lt;/p&gt;
&lt;p&gt;Many thanks for the suggestions. To answer your questions 1 and 2 first, I can confirm that there is no problem with our keystone service or with any of the dummy student IDs we have been using. The fact is the blackboard building block works fine on our development server, and we can see all the dummy students&#039; library account summaries on our blackboard development server.&lt;/p&gt;
&lt;p&gt;We&#039;re still talking to our network manager to see if there is any problem with our live blackboard server as you&#039;ve suggested in 3.&lt;/p&gt;
&lt;p&gt;So far, we don&#039;t see a need for a support call, yet. I&#039;ll get back to you when I have more info from our network manager.&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Su&lt;/p&gt;
</description>
 <pubDate>Thu, 19 Jun 2008 10:13:01 +0100</pubDate>
 <dc:creator>suy</dc:creator>
 <guid isPermaLink="false">comment 678 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Can I check a few things please</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-674</link>
 <description>&lt;p&gt;Hi Su,&lt;/p&gt;
&lt;p&gt;An IO exception would indicate that a call to the web services has failed somehow. Can I check a few things please:&lt;/p&gt;
&lt;p&gt;1) Is your local Talis Keystone service started up OK? Can you See the Talis Keystone service in a web browser for example?&lt;/p&gt;
&lt;p&gt;2) Does the borrower you have requested exist in your system? If it doesn&#039;t I would have expected the error to be more meaningful than this, but just so i can be sure...&lt;/p&gt;
&lt;p&gt;3) Does your live blackboard server have permission to see the port on which Talis Keystone is running? You could check this by logging into your live blackboard box and opening up a telnet session to the Keystone port on the Prism server (default port is 8080 btw) and sending in a HTTP GET request. All of this assumes that keystone has started up on your system, as per question (1)...&lt;/p&gt;
&lt;p&gt;4) I don&#039;t think the version of Java is an issue here. If you were running the Toolkit with a JVM version which is previous to the one the Toolkit was compiled with I would not expect you to have got this far. You would have seen a major/minor class error in the stack trace.&lt;/p&gt;
&lt;p&gt;If you could check your keystone system and validate the borrower in the first instance and let me know then that would be great! If all this is ok we can continue trouble shooting this for you.&lt;/p&gt;
&lt;p&gt;Would you like to open up a support call for this?&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;-Andy&lt;/p&gt;
&lt;p&gt;Andy Latham&lt;br /&gt;
Senior Solutions Consultant&lt;br /&gt;
Talis Information Ltd&lt;br /&gt;
www.talis.com&lt;/p&gt;
</description>
 <pubDate>Tue, 17 Jun 2008 16:16:30 +0100</pubDate>
 <dc:creator>Andy Latham</dc:creator>
 <guid isPermaLink="false">comment 674 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>JSP Toolkit - Integration between Blackboard and Keystone (2)</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-672</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#039;ve posted a previous message here regarding some socket permission problem while integrating Blackboard with keystone service. This socket permission problem happened while we were working on our blackboard development server. With your help, the socket permission problem was solved, and we have no problem to integrate our keystone service inside our blackboard development server.&lt;/p&gt;
&lt;p&gt;Now we moved onto our blackboard live server, and we encountered a strange problem. &lt;/p&gt;
&lt;p&gt;We are able to call the sandbox keystone service (http://sandbox.talis.com/TalisKeystone/ViewMyAccountRESTService) from our live blackboard server without any problem.&lt;/p&gt;
&lt;p&gt;But once we changed the ViewMyAccountToolkit.properties file to point to our own keystone service, I got this Unable to invoke REST service due to IOException error. The detailed messages are:&lt;/p&gt;
&lt;p&gt;Creating borrowerIdentifier object.&lt;br /&gt;
com.talis.integration.services.BorrowerIdentifier [BORROWER ID=9686883] [BORROWER ID TYPE=InstitutionIdNumber]&lt;br /&gt;
Creating BorrowerAccount object.&lt;br /&gt;
com.talis.integration.services.ClientServiceException: Unable to invoke REST service due to IOException [Ljava.lang.StackTraceElement;@18c24b9 &lt;/p&gt;
&lt;p&gt;You can see the exception happens when trying to create the BorrowerAccount object. I tried to trace the stack info, but couldn&#039;t find any useful info there.&lt;/p&gt;
&lt;p&gt;The thing I don&#039;t understand is why the live blackboard server is able to invoke the sandbox service without any problem, but got the IOException error when connecting to our own keystone service.&lt;/p&gt;
&lt;p&gt;Could the version of Java on the blackboard server be an issue? &lt;/p&gt;
&lt;p&gt;What does, &quot;com.talis.integration.services.ClientServiceException: Unable to invoke REST service due to IOException&quot;, usually indicate? Is there anyway we can trace more info about this IOException problem?&lt;/p&gt;
&lt;p&gt;I&#039;m running out of ideas, please help.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Su&lt;/p&gt;
</description>
 <pubDate>Mon, 16 Jun 2008 16:02:25 +0100</pubDate>
 <dc:creator>suy</dc:creator>
 <guid isPermaLink="false">comment 672 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>JSP Toolkit - Integration between Blackboard and Keystone</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-668</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;lt; permission type=&quot;socket&quot; name=&quot;*&quot; actions=&quot;accept,connect&quot;/&amp;gt; solved the problem.&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Su&lt;/p&gt;
</description>
 <pubDate>Tue, 10 Jun 2008 12:37:35 +0100</pubDate>
 <dc:creator>suy</dc:creator>
 <guid isPermaLink="false">comment 668 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>JSP Toolkit - Integration between Blackboard and Keystone</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-666</link>
 <description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I believe this is a security issue with the Blackboard server, which is preventing outbound connection to the TalisKeystone server. So I would strongly recommend that you speak to your Blackboard server admin and modify the policy file.  &lt;/p&gt;
&lt;p&gt;My knowledge of Blackboard is limited but I think if you add the following lines in the bb.manifest.xml file , between the opening and closing &amp;lt;permissions&amp;gt; tags, might resolve your problem:     &lt;/p&gt;
&lt;p&gt;&amp;lt;permission type=&quot;socket&quot; name=&quot;*&quot; actions=&quot;accept,connect&quot;/&amp;gt;&lt;br /&gt;
&amp;lt;permission type=&quot;java.util.PropertyPermission&quot; name=&quot;*&quot; actions=&quot;read,write&quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Please let us know how you get on.&lt;/p&gt;
&lt;p&gt;Mohammed Hossain&lt;br /&gt;
Solutions Consultant&lt;br /&gt;
Talis&lt;/p&gt;
</description>
 <pubDate>Thu,  5 Jun 2008 15:03:41 +0100</pubDate>
 <dc:creator>Mohammed Hossain</dc:creator>
 <guid isPermaLink="false">comment 666 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>JSP Toolkit - Integration between Blackboard and Keystone</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-665</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Our uni is in the process of integrating Keystone into our Blackboard system. In case you haven&#039;t heard of Blackboard, it is a virtual learning envrionment, that is developed on JAVA platform, and generally sits on a linux box.&lt;/p&gt;
&lt;p&gt;So your JSP Toolkit is obviously the best choice. I&#039;ve downloaded the JSP Toolkit, and tried it on my local Tomcat server. It worked fine. I can connect to your sandbox server. I can connect to our Keystone server without any problem.&lt;/p&gt;
&lt;p&gt;The problem happened when I installed the JSP toolkit onto our Blackboard server in the form of a building block. The exception I got is:&lt;/p&gt;
&lt;p&gt;-----------------------------------------------------------------------------------&lt;br /&gt;
java.security.AccessControlException: access denied (java.net.SocketPermission sandbox.talis.com:80 connect,resolve)&lt;br /&gt;
-----------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;It seems more like a security policy problem. I just wondered if anyone has heard of this problem before when using the JSP toolkit. &lt;/p&gt;
&lt;p&gt;Why the toolkit worked fine on one tomcat server, but not another?&lt;/p&gt;
&lt;p&gt;Should I ask our Blackboard server admin to modify the policy file on the Blackboard server?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
</description>
 <pubDate>Wed,  4 Jun 2008 17:00:25 +0100</pubDate>
 <dc:creator>suy</dc:creator>
 <guid isPermaLink="false">comment 665 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>RE:</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-643</link>
 <description>&lt;p&gt;I&#039;m using the Windows (zipped) extraction wizard.  I think it is the default extraction tool that came with Windows XP.&lt;/p&gt;
</description>
 <pubDate>Thu,  3 Apr 2008 01:00:10 +0100</pubDate>
 <dc:creator>Mauslo21</dc:creator>
 <guid isPermaLink="false">comment 643 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>.NET toolkit</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-642</link>
 <description>&lt;p&gt;Hi - what are you using to unzip the zip file?&lt;/p&gt;
&lt;p&gt;Andy Latham&lt;br /&gt;
Senior Solutions Consultant&lt;br /&gt;
Talis Information Limited&lt;br /&gt;
www.talis.com&lt;/p&gt;
</description>
 <pubDate>Tue,  1 Apr 2008 11:57:53 +0100</pubDate>
 <dc:creator>Andy Latham</dc:creator>
 <guid isPermaLink="false">comment 642 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>.NET toolkit</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-641</link>
 <description>&lt;p&gt;I get an error trying to extract the .NET toolkit.  The error is &lt;/p&gt;
&lt;p&gt;&quot;The Compressed (zipped) Folder is either invalid or corrupted.&quot;&lt;/p&gt;
</description>
 <pubDate>Mon, 31 Mar 2008 00:56:19 +0100</pubDate>
 <dc:creator>Mauslo21</dc:creator>
 <guid isPermaLink="false">comment 641 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>. Net toolkit</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-639</link>
 <description>&lt;p&gt;Hi Jane,&lt;/p&gt;
&lt;p&gt;I&#039;ve just tried to unzip the .NET toolkit and it extracts without a problem - Can you try downloading again and unzipping on another machine, if that fails can you post the error that you get?&lt;/p&gt;
&lt;p&gt;Richard Francis,&lt;br /&gt;
Support, Talis&lt;/p&gt;
</description>
 <pubDate>Tue,  4 Mar 2008 09:08:11 +0000</pubDate>
 <dc:creator>richardfrancis</dc:creator>
 <guid isPermaLink="false">comment 639 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>. Net toolkit</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-638</link>
 <description>&lt;p&gt;We need to test keystone working with .net. Unfortunately, we get an error when trying to unzip the toolkit.&lt;/p&gt;
</description>
 <pubDate>Mon,  3 Mar 2008 15:16:01 +0000</pubDate>
 <dc:creator>joneill</dc:creator>
 <guid isPermaLink="false">comment 638 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Talis Keystone - Toolkits now available</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-552</link>
 <description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;Both of the toolkits are now available. &lt;/p&gt;
&lt;p&gt;Please accept my apologies for the inconvenience&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;-Andy&lt;/p&gt;
&lt;p&gt;Andy Latham&lt;br /&gt;
Programme Manager, Talis Keystone&lt;br /&gt;
Talis Information Limited&lt;br /&gt;
www.talis.com&lt;/p&gt;
</description>
 <pubDate>Mon, 18 Jun 2007 17:31:33 +0100</pubDate>
 <dc:creator>Andy Latham</dc:creator>
 <guid isPermaLink="false">comment 552 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>PHP Code samples are still here</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-540</link>
 <description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;The PHP code samples are still avaliable:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.talis.com/tdn/keystone/phpcode&quot;&gt;http://www.talis.com/tdn/keystone/phpcode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Java code examples are part of the Java toolkit download (which I&#039;m on the case to get sorted).&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;-Andy&lt;/p&gt;
&lt;p&gt;Andy Latham&lt;br /&gt;
Programme Manager, Talis Keystone&lt;br /&gt;
Talis Information Limited&lt;br /&gt;
www.talis.com&lt;/p&gt;
</description>
 <pubDate>Fri,  1 Jun 2007 11:22:27 +0100</pubDate>
 <dc:creator>Andy Latham</dc:creator>
 <guid isPermaLink="false">comment 540 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Thank you for pointing this out - I will get it resolved</title>
 <link>http://www.talis.com/tdn/keystone/downloads#comment-539</link>
 <description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;Please accept my apologies for the broken link. I will get this resolved as soon as possible. I will let you know when the toolkits are available again.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;-Andy&lt;/p&gt;
&lt;p&gt;Andy Latham&lt;br /&gt;
Programme Manager, Talis Keystone&lt;br /&gt;
Talis Information Limited&lt;br /&gt;
www.talis.com&lt;/p&gt;
</description>
 <pubDate>Fri,  1 Jun 2007 11:15:16 +0100</pubDate>
 <dc:creator>Andy Latham</dc:creator>
 <guid isPermaLink="false">comment 539 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Downloads: Toolkits</title>
 <link>http://www.talis.com/tdn/keystone/downloads</link>
 <description>&lt;h1&gt;Download the Talis Keystone Developer’s Toolkit&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;http://www.talis.com/tdn/keystone/downloads&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.talis.com/tdn/keystone/downloads#comments</comments>
 <pubDate>Tue,  5 Sep 2006 10:19:07 +0100</pubDate>
 <dc:creator>Mohammed Hossain</dc:creator>
 <guid isPermaLink="false">1531 at http://www.talis.com/tdn</guid>
</item>
</channel>
</rss>
