<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cannot load bean exceptions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cannot-load-bean-exceptions/m-p/180311#M133441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to get the SDK examples to run, and I'm running into problems with Spring's bean loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have followed the directions at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_SDK#Reference_libraries_in_SDK_AlfrescoEmbedded_project" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_SDK#Reference_libraries_in_SDK_AlfrescoEmbedded_project&lt;/A&gt;&lt;SPAN&gt; about including all of the JAR files from the embedded project into the right eclipse project, so spring should be finding things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The specific error I'm running into is below.&amp;nbsp; This seems pretty straightforward that some JAR I need isn't there and should be.&amp;nbsp; Which jar would that be, and where can I find it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception in thread "main" org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.alfresco.filesys.repo.ContentDiskDriver] for bean with name 'contentDiskDriver' defined in class path resource [alfresco/network-protocol-context.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org/alfresco/jlan/server/filesys/DiskInterface&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.NoClassDefFoundError: org/alfresco/jlan/server/filesys/DiskInterface&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.ClassLoader.defineClass1(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.ClassLoader.defineClass(ClassLoader.java:620)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.net.URLClassLoader.access$000(URLClassLoader.java:56)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(…)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 14:30:59 GMT</pubDate>
    <dc:creator>dmallen</dc:creator>
    <dc:date>2008-11-18T14:30:59Z</dc:date>
    <item>
      <title>Cannot load bean exceptions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-load-bean-exceptions/m-p/180311#M133441</link>
      <description>Hi,I'm trying to get the SDK examples to run, and I'm running into problems with Spring's bean loader.I have followed the directions at http://wiki.alfresco.com/wiki/Alfresco_SDK#Reference_libraries_in_SDK_AlfrescoEmbedded_project about including all of the JAR files from the embedded project into t</description>
      <pubDate>Tue, 18 Nov 2008 14:30:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-load-bean-exceptions/m-p/180311#M133441</guid>
      <dc:creator>dmallen</dc:creator>
      <dc:date>2008-11-18T14:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load bean exceptions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-load-bean-exceptions/m-p/180312#M133442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It says you do not have the following class: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;org/alfresco/jlan/server/filesys/DiskInterface&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Does Eclipse show any errors (parsing of .java files etc)? I followed the tutorial and it works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 08:39:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-load-bean-exceptions/m-p/180312#M133442</guid>
      <dc:creator>libman</dc:creator>
      <dc:date>2008-11-19T08:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load bean exceptions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-load-bean-exceptions/m-p/180313#M133443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured it out.&amp;nbsp; There's another jar (I think alfresco-jlan.jar) which has the right class file.&amp;nbsp; The SDK that I downloaded did not include this JAR, but it was in one of the tomcat subdirectories where I had installed Alfresco.&amp;nbsp; So I found the right jar through the program install rather than the SDK directories, and it appears to work now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 14:34:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-load-bean-exceptions/m-p/180313#M133443</guid>
      <dc:creator>dmallen</dc:creator>
      <dc:date>2008-11-19T14:34:46Z</dc:date>
    </item>
  </channel>
</rss>

