<?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 Re: Deploying Alfresco in Oracle App Server with Oracle database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deploying-alfresco-in-oracle-app-server-with-oracle-database/m-p/103457#M72136</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;Even i followed the steps given in WIKI &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_on_Oracle_Application_Server_10.1.3.1" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_on_Oracle_Application_Server_10.1.3.1&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you solve this error. I got this error initially, but when i added the cyptrix.jar and oracle.xml from the shared library while deployment, i ended up with the following exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:10:49 PM] Application Deployer for Alfresco STARTS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:10:49 PM] Copy the archive to D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco.ear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:04 PM] Initialize D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco.ear begins…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:04 PM] Unpacking Alfresco.ear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:20 PM] Done unpacking Alfresco.ear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:20 PM] Unpacking alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Done unpacking alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Initialize D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco.ear ends…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Starting application : Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Initializing ClassLoader(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Initializing EJB container&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Loading connector(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Starting up resource adapters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Initializing EJB sessions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Committing ClassLoader(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Initialize alfresco begins…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Initialize alfresco ends…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Started application : Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Binding web application(s) to site default-web-site begins…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Binding alfresco web-module for application Alfresco to site default-web-site under context root alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:35 PM] Operation failed with error: Error registering bean with name 'internalEHCacheManager' defined in class path resource [alfresco/cache-context.xml]: Class that bean class [org.alfresco.repo.cache.InternalEhCacheManagerFactoryBean] depends on not found; nested exception is oracle.classloader.util.AnnotatedNoClassDefFoundError: Missing class: net.sf.ehcache.CacheException Dependent class: org.alfresco.repo.cache.InternalEhCacheManagerFactoryBean Loader: Alfresco.web.alfresco:0.0.0 Code-Source: /D:/product/10.1.3.1/OracleAS_2/j2ee/home/applications/Alfresco/alfresco/WEB-INF/lib/repository.jar Configuration: WEB-INF/lib/ directory in D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco\alfresco\WEB-INF\lib The missing class is available from the following locations: 1. Code-Source: /D:/product/10.1.3.1/OracleAS_2/j2ee/home/applications/Alfresco/alfresco/WEB-INF/lib/ehcache-1.2.2.jar (from WEB-INF/lib/ directory in D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco\alfresco\WEB-INF\lib) This code-source is available in loader Alfresco.web.alfresco:0.0.0. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help out if anybody knows solution to this….If needed i can post the detailed stack trace from log file….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 11:16:23 GMT</pubDate>
    <dc:creator>lakshmi</dc:creator>
    <dc:date>2007-06-11T11:16:23Z</dc:date>
    <item>
      <title>Deploying Alfresco in Oracle App Server with Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-alfresco-in-oracle-app-server-with-oracle-database/m-p/103456#M72135</link>
      <description>I am following the instructions given in the link http://wiki.alfresco.com/wiki/Installing_on_Oracle_Application_Server_10.1.3.1 while trying to deploy Alfresco 2.0 (war) with Oracle App Server (as_windows_x86_oim_oif_101401&amp;nbsp;&amp;nbsp; as well as&amp;nbsp;&amp;nbsp; soa_windows_x86_101310). I am getting the following error in</description>
      <pubDate>Fri, 01 Jun 2007 09:45:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-alfresco-in-oracle-app-server-with-oracle-database/m-p/103456#M72135</guid>
      <dc:creator>arnab_thokder</dc:creator>
      <dc:date>2007-06-01T09:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Alfresco in Oracle App Server with Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-alfresco-in-oracle-app-server-with-oracle-database/m-p/103457#M72136</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;Even i followed the steps given in WIKI &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_on_Oracle_Application_Server_10.1.3.1" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_on_Oracle_Application_Server_10.1.3.1&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you solve this error. I got this error initially, but when i added the cyptrix.jar and oracle.xml from the shared library while deployment, i ended up with the following exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:10:49 PM] Application Deployer for Alfresco STARTS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:10:49 PM] Copy the archive to D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco.ear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:04 PM] Initialize D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco.ear begins…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:04 PM] Unpacking Alfresco.ear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:20 PM] Done unpacking Alfresco.ear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:11:20 PM] Unpacking alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Done unpacking alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Initialize D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco.ear ends…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Starting application : Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Initializing ClassLoader(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Initializing EJB container&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:17 PM] Loading connector(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Starting up resource adapters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Initializing EJB sessions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Committing ClassLoader(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Initialize alfresco begins…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Initialize alfresco ends…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Started application : Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Binding web application(s) to site default-web-site begins…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:18 PM] Binding alfresco web-module for application Alfresco to site default-web-site under context root alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Jun 11, 2007 4:13:35 PM] Operation failed with error: Error registering bean with name 'internalEHCacheManager' defined in class path resource [alfresco/cache-context.xml]: Class that bean class [org.alfresco.repo.cache.InternalEhCacheManagerFactoryBean] depends on not found; nested exception is oracle.classloader.util.AnnotatedNoClassDefFoundError: Missing class: net.sf.ehcache.CacheException Dependent class: org.alfresco.repo.cache.InternalEhCacheManagerFactoryBean Loader: Alfresco.web.alfresco:0.0.0 Code-Source: /D:/product/10.1.3.1/OracleAS_2/j2ee/home/applications/Alfresco/alfresco/WEB-INF/lib/repository.jar Configuration: WEB-INF/lib/ directory in D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco\alfresco\WEB-INF\lib The missing class is available from the following locations: 1. Code-Source: /D:/product/10.1.3.1/OracleAS_2/j2ee/home/applications/Alfresco/alfresco/WEB-INF/lib/ehcache-1.2.2.jar (from WEB-INF/lib/ directory in D:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\Alfresco\alfresco\WEB-INF\lib) This code-source is available in loader Alfresco.web.alfresco:0.0.0. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help out if anybody knows solution to this….If needed i can post the detailed stack trace from log file….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 11:16:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-alfresco-in-oracle-app-server-with-oracle-database/m-p/103457#M72136</guid>
      <dc:creator>lakshmi</dc:creator>
      <dc:date>2007-06-11T11:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Alfresco in Oracle App Server with Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-alfresco-in-oracle-app-server-with-oracle-database/m-p/103458#M72137</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;The first error should not occur if you follow the steps on the wiki.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an error parsing hiberntae queries. When you deploy the app you must not take all the classes from the container (a check box) and you must select the jars indicated including oracle.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4 In the final step the class loading needs to be configured: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 1 Select Configure Class Loading &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 2 Deselect Inherit parent application's shared library imports &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 3 Import the following libraries &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Cryptix as previously loaded into the shared library area &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - The JDBC driver &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - oracle.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you done this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know, Alfresco 1.4 is the only release to have been deployed on OAS. There are still isues to resolve for 2.0 and later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The EhCache jars are in the alfresco.war so it sounds like you have a class loader issue, you are finding the wrong jar or no jar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:40:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-alfresco-in-oracle-app-server-with-oracle-database/m-p/103458#M72137</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-12T11:40:56Z</dc:date>
    </item>
  </channel>
</rss>

