|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Getting dfc.properties not found errorHi,
I run my application in local machine through JBuilder. The application gets build but once I login to the application, I get 500 error: <java.lang.Error: Failed to load preferences: java.io.FileNotFoundException: Cannot locate file - dfc.properties at com.documentum.fc.client.DfClientSupport.(DfClientSupport.java:111) at com.documentum.fc.client.DfClient.(DfClient.java:32) at com.documentum.fc.client.DfClient.getLocalClientEx(DfClient.java:71) at com.documentum.fc.client.DfClient.getLocalClient(DfClient.java:57) at com.hp.cks.concentra.core.session.ConcentraSessionManager.createDocbaseSession(ConcentraSessionManager.java:295) at com.hp.cks.concentra.core.session.ConcentraSessionManager.getAdminSession(ConcentraSessionManager.java:223) at com.hp.cks.concentra.core.session.ConcentraSessionManager.getAdminSession(ConcentraSessionManager.java:207) at com.hp.cks.concentra.core.session.ConcentraSessionManager.login(ConcentraSessionManager.java:75) at com.hp.cks.concentra.ui.session.SessionManagerBean.connectUser(SessionManagerBean.java:69) at com.hp.cks.concentra.ui.session.LoginAction.execute(LoginAction.java:89) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > I have also included C:\Documentum\config in my class path. Can anyone help me with this? Thanks in advance. Thanks,Stuti Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview.mail.yahoo.com/photos |
|
|
Re: Getting dfc.properties not found errorStuti, Did you added dfc specific jar files (dfc.jar, dctm.jar,...) in the classpath? dfc.jar should be your first reference parameter in classpath. Hope this will help you :) Cheers Sumeet --- In documentum-users@..., stuti singh <stuti_jmi@...> wrote: > > Hi, > > I run my application in local machine through JBuilder. The application gets build but once I login to the application, I get 500 error: > <java.lang.Error: Failed to load preferences: java.io.FileNotFoundException: Cannot locate file - dfc.properties > at com.documentum.fc.client.DfClientSupport.(DfClientSupport.java:111) > at com.documentum.fc.client.DfClient.(DfClient.java:32) > at com.documentum.fc.client.DfClient.getLocalClientEx(DfClient.java:71) > at com.documentum.fc.client.DfClient.getLocalClient(DfClient.java:57) > at com.hp.cks.concentra.core.session.ConcentraSessionManager.createDocbaseSession(ConcentraSessionManager.java:295) > at com.hp.cks.concentra.core.session.ConcentraSessionManager.getAdminSession(ConcentraSessionManager.java:223) > at com.hp.cks.concentra.core.session.ConcentraSessionManager.getAdminSession(ConcentraSessionManager.java:207) > at com.hp.cks.concentra.core.session.ConcentraSessionManager.login(ConcentraSessionManager.java:75) > at com.hp.cks.concentra.ui.session.SessionManagerBean.connectUser(SessionManagerBean.java:69) > at com.hp.cks.concentra.ui.session.LoginAction.execute(LoginAction.java:89) > at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) > at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) > at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) > at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006) > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) > at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718) > at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764) > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > I have also included C:\Documentum\config in my class path. Can anyone help me with this? Thanks in advance. Thanks,Stuti > > > Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview.mail.yahoo.com/photos > |
|
|
Re: Re: Getting dfc.properties not found erroryes, these jars are all in the classpath. still i get this error during deployment.
--- On Wed, 21/10/09, sumeet_singh17 <sumeet_singh17@...> wrote: From: sumeet_singh17 <sumeet_singh17@...> Subject: [documentum-users] Re: Getting dfc.properties not found error To: documentum-users@... Date: Wednesday, 21 October, 2009, 4:28 PM Stuti, Did you added dfc specific jar files (dfc.jar, dctm.jar,... ) in the classpath? dfc.jar should be your first reference parameter in classpath. Hope this will help you :) Cheers Sumeet --- In documentum-users@ yahoogroups. com, stuti singh <stuti_jmi@. ..> wrote: > > Hi, > > I run my application in local machine through JBuilder. The application gets build but once I login to the application, I get 500 error: > <java.lang.Error: Failed to load preferences: java.io.FileNotFoun dException: Cannot locate file - dfc.properties > at com.documentum. fc.client. DfClientSupport. (DfClientSupport .java:111) > at com.documentum. fc.client. DfClient. (DfClient. java:32) > at com.documentum. fc.client. DfClient. getLocalClientEx (DfClient. java:71) > at com.documentum. fc.client. DfClient. getLocalClient( DfClient. java:57) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.createDo cbaseSession( ConcentraSession Manager.java: 295) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.getAdmin Session(Concentr aSessionManager. java:223) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.getAdmin Session(Concentr aSessionManager. java:207) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.login( ConcentraSession Manager.java: 75) > at com.hp.cks.concentr a.ui.session. SessionManagerBe an.connectUser( SessionManagerBe an.java:69) > at com.hp.cks.concentr a.ui.session. LoginAction. execute(LoginAct ion.java: 89) > at org.apache.struts. action.RequestPr ocessor.processA ctionPerform( RequestProcessor .java:484) > at org.apache.struts. action.RequestPr ocessor.process( RequestProcessor .java:274) > at org.apache.struts. action.ActionSer vlet.process( ActionServlet. java:1482) > at org.apache.struts. action.ActionSer vlet.doPost( ActionServlet. java:525) > at javax.servlet. http.HttpServlet .service( HttpServlet. java:760) > at javax.servlet. http.HttpServlet .service( HttpServlet. java:853) > at weblogic.servlet. internal. ServletStubImpl$ ServletInvocatio nAction.run( ServletStubImpl. java:1006) > at weblogic.servlet. internal. ServletStubImpl. invokeServlet( ServletStubImpl. java:419) > at weblogic.servlet. internal. ServletStubImpl. invokeServlet( ServletStubImpl. java:315) > at weblogic.servlet. internal. WebAppServletCon text$ServletInvo cationAction. run(WebAppServle tContext. java:6718) > at weblogic.security. acl.internal. AuthenticatedSub ject.doAs( AuthenticatedSub ject.java: 321) > at weblogic.security. service.Security Manager.runAs( SecurityManager. java:121) > at weblogic.servlet. internal. WebAppServletCon text.invokeServl et(WebAppServlet Context.java: 3764) > at weblogic.servlet. internal. ServletRequestIm pl.execute( ServletRequestIm pl.java:2644) > at weblogic.kernel. ExecuteThread. execute(ExecuteT hread.java: 219) > at weblogic.kernel. ExecuteThread. run(ExecuteThrea d.java:178) > > I have also included C:\Documentum\ config in my class path. Can anyone help me with this? Thanks in advance. Thanks, Stuti > > > Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview. mail.yahoo. com/photos > Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.com/trynew |
|
|
Re: Re: Getting dfc.properties not found errorThe error says it cannot find dfc.properties in the file system.
Some of the things, you should check and let me know: 1. java DfShowVersion on command line. are you able to get the right dfc version? 2. Just locate dfc.propoerties in the filesystem (on windows it is usually in c:\documentum\config) 3. c:\documentum\config must be in the class path to load dfc.properties. If it does not resolve the issue, then write back and attach the error log. Regards, OP --- On Thu, 10/22/09, stuti singh <stuti_jmi@...> wrote: From: stuti singh <stuti_jmi@...> Subject: Re: [documentum-users] Re: Getting dfc.properties not found error To: documentum-users@... Date: Thursday, October 22, 2009, 1:54 PM yes, these jars are all in the classpath. still i get this error during deployment. --- On Wed, 21/10/09, sumeet_singh17 <sumeet_singh17@ yahoo.co. in> wrote: From: sumeet_singh17 <sumeet_singh17@ yahoo.co. in> Subject: [documentum- users] Re: Getting dfc.properties not found error To: documentum-users@ yahoogroups. com Date: Wednesday, 21 October, 2009, 4:28 PM Stuti, Did you added dfc specific jar files (dfc.jar, dctm.jar,... ) in the classpath? dfc.jar should be your first reference parameter in classpath. Hope this will help you :) Cheers Sumeet --- In documentum-users@ yahoogroups. com, stuti singh <stuti_jmi@. ..> wrote: > > Hi, > > I run my application in local machine through JBuilder. The application gets build but once I login to the application, I get 500 error: > <java.lang.Error: Failed to load preferences: java.io.FileNotFoun dException: Cannot locate file - dfc.properties > at com.documentum. fc.client. DfClientSupport. (DfClientSupport .java:111) > at com.documentum. fc.client. DfClient. (DfClient. java:32) > at com.documentum. fc.client. DfClient. getLocalClientEx (DfClient. java:71) > at com.documentum. fc.client. DfClient. getLocalClient( DfClient. java:57) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.createDo cbaseSession( ConcentraSession Manager.java: 295) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.getAdmin Session(Concentr aSessionManager. java:223) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.getAdmin Session(Concentr aSessionManager. java:207) > at com.hp.cks.concentr a.core.session. ConcentraSession Manager.login( ConcentraSession Manager.java: 75) > at com.hp.cks.concentr a.ui.session. SessionManagerBe an.connectUser( SessionManagerBe an.java:69) > at com.hp.cks.concentr a.ui.session. LoginAction. execute(LoginAct ion.java: 89) > at org.apache.struts. action.RequestPr ocessor.processA ctionPerform( RequestProcessor .java:484) > at org.apache.struts. action.RequestPr ocessor.process( RequestProcessor .java:274) > at org.apache.struts. action.ActionSer vlet.process( ActionServlet. java:1482) > at org.apache.struts. action.ActionSer vlet.doPost( ActionServlet. java:525) > at javax.servlet. http.HttpServlet .service( HttpServlet. java:760) > at javax.servlet. http.HttpServlet .service( HttpServlet. java:853) > at weblogic.servlet. internal. ServletStubImpl$ ServletInvocatio nAction.run( ServletStubImpl. java:1006) > at weblogic.servlet. internal. ServletStubImpl. invokeServlet( ServletStubImpl. java:419) > at weblogic.servlet. internal. ServletStubImpl. invokeServlet( ServletStubImpl. java:315) > at weblogic.servlet. internal. WebAppServletCon text$ServletInvo cationAction. run(WebAppServle tContext. java:6718) > at weblogic.security. acl.internal. AuthenticatedSub ject.doAs( AuthenticatedSub ject.java: 321) > at > at weblogic.servlet. internal. WebAppServletCon text.invokeServl et(WebAppServlet Context.java: 3764) > at weblogic.servlet. internal. ServletRequestIm pl.execute( ServletRequestIm pl.java:2644) > at weblogic.kernel. ExecuteThread. execute(ExecuteT hread.java: 219) > at weblogic.kernel. ExecuteThread. run(ExecuteThrea d.java:178) > > I have also included C:\Documentum\ config in my class path. Can anyone help me with this? Thanks in advance. Thanks, Stuti > > > Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview. mail.yahoo. com/photos > Connect more, do more and share more with Yahoo! India Mail. Learn more. |
|
|
Re: Re: Getting dfc.properties not found errorDo you have the dfc.properties in the JBuilder classpath? IDEs use their own classpath if you are trying to debug within in the IDE environment. Add the config folder to the classpath in JBuilder and hopefully that will solve your issue.
Sahil ________________________________ From: stuti singh <stuti_jmi@...> To: documentum-users@... Sent: Thu, October 22, 2009 4:24:42 AM Subject: Re: [documentum-users] Re: Getting dfc.properties not found error yes, these jars are all in the classpath. still i get this error during deployment. --- On Wed, 21/10/09, sumeet_singh17 <sumeet_singh17@ yahoo.co. in> wrote: >From: sumeet_singh17 <sumeet_singh17@ yahoo.co. in> >Subject: [documentum- users] Re: Getting dfc.properties not found error >To: documentum-users@ yahoogroups. com >Date: Wednesday, 21 October, 2009, 4:28 PM > > > > >Stuti, > >Did you added dfc specific jar files (dfc.jar, dctm.jar,... ) in the classpath? > >dfc.jar should be your first reference parameter in classpath. > >Hope this will help you :) > >Cheers >Sumeet > >--- In documentum-users@ yahoogroups. com, stuti singh <stuti_jmi@. ..> wrote: >> >> Hi, >> >> I run my application in local machine through JBuilder. The application gets build but once I login to the application, I get 500 error: >> <java.lang.Error: Failed to load preferences: java.io.FileNotFoun dException: Cannot locate file - dfc.properties >> at com.documentum. fc.client. DfClientSupport. (DfClientSupport .java:111) >> at com.documentum. fc.client. DfClient. (DfClient. java:32) >> at > com.documentum. fc.client. DfClient. getLocalClientEx (DfClient. java:71) >> at com.documentum. fc.client. DfClient. getLocalClient( DfClient. java:57) >> at com.hp.cks.concentr a.core.session. ConcentraSession Manager.createDo cbaseSession( ConcentraSession Manager.java: 295) >> at com.hp.cks.concentr a.core.session. ConcentraSession Manager.getAdmin Session(Concentr aSessionManager. java:223) >> at com.hp.cks.concentr a.core.session. ConcentraSession Manager.getAdmin Session(Concentr aSessionManager. java:207) >> at com.hp.cks.concentr a.core.session. ConcentraSession Manager.login( ConcentraSession Manager.java: 75) >> at com.hp.cks.concentr a.ui.session. SessionManagerBe an.connectUser( SessionManagerBe an.java:69) >> at com.hp.cks.concentr a.ui.session. LoginAction. execute(LoginAct ion.java: 89) >> at org.apache.struts. action.RequestPr ocessor.processA ctionPerform( RequestProcessor .java:484) >> at > org.apache.struts. action.RequestPr ocessor.process( RequestProcessor .java:274) >> at org.apache.struts. action.ActionSer vlet.process( ActionServlet. java:1482) >> at org.apache.struts. action.ActionSer vlet.doPost( ActionServlet. java:525) >> at javax.servlet. http.HttpServlet .service( HttpServlet. java:760) >> at javax.servlet. http.HttpServlet .service( HttpServlet. java:853) >> at weblogic.servlet. internal. ServletStubImpl$ ServletInvocatio nAction.run( ServletStubImpl. java:1006) >> at weblogic.servlet. internal. ServletStubImpl. invokeServlet( ServletStubImpl. java:419) >> at weblogic.servlet. internal. ServletStubImpl. invokeServlet( ServletStubImpl. java:315) >> at weblogic.servlet. internal. WebAppServletCon text$ServletInvo cationAction. run(WebAppServle tContext. java:6718) >> at weblogic.security. acl.internal. AuthenticatedSub ject.doAs( AuthenticatedSub ject.java: 321) >> at > weblogic.security. service.Security Manager.runAs( SecurityManager. java:121) >> at weblogic.servlet. internal. WebAppServletCon text.invokeServl et(WebAppServlet Context.java: 3764) >> at weblogic.servlet. internal. ServletRequestIm pl.execute( ServletRequestIm pl.java:2644) >> at weblogic.kernel. ExecuteThread. execute(ExecuteT hread.java: 219) >> at weblogic.kernel. ExecuteThread. run(ExecuteThrea d.java:178) >> > I have also included C:\Documentum\ config in my class path. Can anyone help me with this? Thanks in advance. Thanks, Stuti >> >> >> Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview. mail.yahoo. com/photos >> > > ________________________________ Connect more, do more and share more with Yahoo! India Mail. Learn more. |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |