Powered By Blogger

Sunday, August 11, 2013

Alfresco Deployment in Weblogic

It is must to install Open office to deploy alfresco in weblogic, else it will throw error and server hangs up.
Even we have to make sure the jodconverter and ooconverter ports are not conflicting if confilct happens then also server will hang. I have attached sample properties to be put.
#
# Sample custom content and index data location
#
dir.root=C:/Oracle/Middleware/user_projects/domains/alf_domain/alf_data
#dir.keystore=${dir.root}/keystore
dir.indexes=C:/Oracle/Middleware/user_projects/domains/alf_domain/lucene_index

#
# Sample database connection properties
#

db.driver=org.gjt.mm.mysql.Driver
db.username=alfresco
db.password=alfresco
db.name=alfresco
db.url=jdbc:mysql://localhost:3306/alfresco

db.pool.statements.enable=false


ooo.exe=C:/Alfresco/openoffice/App/openoffice/program/soffice.exe
ooo.enabled=false
ooo.port=8101

jodconverter.enabled=true

jodconverter.officeHome=C:/Alfresco/openoffice/App/openoffice

jodconverter.portNumbers=8900

7 comments:

  1. java.lang.Assertion Error: java.lang.ClassNotFoundException:com.bea.wcp.sip.management.descriptor.beans.SipServerBean>

    If this error comes then do the below
    https://forums.oracle.com/thread/2200876

    You have probably the same problem presented here: Re:

    You have to edit the nodemanager.properties file and set the variable StartScriptEnabled=true instead of the default false.
    The nodemanager.properties file is usually located in the directory: /wlserver_10.3/common/nodemanager.

    Now the nodemanager uses the start script usually startWebLogic, which calls the setDomainEnv in which the
    classpath for the SIP server is set.

    ReplyDelete
  2. javax.faces.FacesException: Error calling action method of component with id loginForm:submit
    caused by:
    javax.faces.el.EvaluationException: Exception while invoking expression #{LoginBean.login}
    caused by:
    java.lang.RuntimeException: class configured for MessageDigest(provider: BC)cannot be found.
    caused by:
    java.security.NoSuchAlgorithmException: class configured for MessageDigest(provider: BC)cannot be found.
    caused by:
    java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.JDKMessageDigest$MD4

    ReplyDelete
    Replies
    1. Don't forget to add the library in the PRE_CLASSPATH (\bin\setDomainEnv.cmd)

      Delete
    2. PRE_CLASSPATH=$WL_HOME/user_projects/domains/alf_domain

      Delete
  3. Hi

    I changes the DB details in alfresco-global.properties after that i created user but when m trying to start workflow select command is not selecting any users.

    Please help.

    ReplyDelete
  4. Hi

    whenever i make changes on Alfresco 5.0 community and restart my server it gives the error


    An error has occured in the Share component: /share/service/components/dashlets/my-sites.

    It responded with a status of 500 - Internal Error.


    Error Code Information: 500 - An error inside the HTTP server which prevented it from fulfilling the request.

    Error Message: 02160003 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/dashlets/my-sites.get.js': 02160002 02160003 Failed during processing of IMAP server status configuration from Alfresco: 02160002 Unable to retrieve IMAP server status from Alfresco: 404

    Server: Alfresco Spring WebScripts - v5.8.0 schema 1,000

    Time: Mar 16, 2016 9:30:24 AM

    Your request could not be processed at this time. Please contact your system administrator for further information.

    ReplyDelete
  5. Hi, I cannot find

    PRE_CLASSPATH=$WL_HOME/user_projects/domains/alf_domain

    ReplyDelete