Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
WOM SDK - logon problem
iw_ostream
Hi @.
I have set up a test server for worksite mp 5.1. Unfortunately I can't logon to this server using the Java SDK.
When I use a SimpleSession I get the following error message:
com.imanage.cms.exceptions.fma.FmaServiceNotFoundException: FmaClient.findServersWithService(): Cannot locate FMA server(s): "192.168.1.202" ; possibly invalid name(s) or address(es)
at com.imanage.cms.fc.net.fma.FmaClient.findServiceOnServer(FmaClient.java:384)
at com.imanage.cms.fc.net.fma.FmaClient.findServiceOnCluster(FmaClient.java:276)
at com.imanage.cms.fc.net.fma.FmaClient.findService(FmaClient.java:270)
at com.imanage.cms.fc.cmsifc.CMSClientInterfaceBase.openConnection(CMSClientInterfaceBase.java:773)
at com.imanage.cms.fc.cmsifc.CMSClientInterfaceBase.ensureConnection(CMSClientInterfaceBase.java:980)
at com.imanage.cms.fc.cmsifc.CMSClientInterfaceBase.executeMessage(CMSClientInterfaceBase.java:280)
at com.imanage.cms.fc.cmsifc.CMSClientInterfaceGenerated.getLibraryList(CMSClientInterfaceGenerated.java:159)
at com.imanage.cms.t2.jom.impl.SessionImpl.getPOELibraryName(SessionImpl.java:170)
at com.imanage.cms.api.workteam.impl.SimpleSessionImpl.logon(SimpleSessionImpl.java:57)
at com.imanage.cms.api.workteam.impl.SimpleSessionImpl.logon(SimpleSessionImpl.java:41)
at test.logon(test.java:57)
at test.main(test.java:139)
I am sure which user I should use. But it doesn't work with ADMIN system user or with a the facility admin or with normal one who is just a workspace creator.
I have also copied the example from the Client Programmers Guide and tried to establish an Enterprise Session. Again with no success but with a different error message:
com.imanage.cms.exceptions.cmsconnection.CmsConnectionTimeoutException: The POE library was not registered for cluster 192.168.1.202
The following clusters have been registered:
at com.imanage.cms.fc.cmsconnection.CmsConnectionPoolMgrData.getPoeLibraryName(CmsConnectionPoolMgrData.java:83)
at com.imanage.cms.fc.cmsconnection.CmsConnectionPoolMgr.getPoeLibraryName(CmsConnectionPoolMgr.java:282)
at com.imanage.cms.t2.jom.impl.PoolManager.getPOELibraryName(PoolManager.java:354)
at com.imanage.cms.t2.jom.SessionManager.getPOELibraryName(SessionManager.java:250)
at com.imanage.cms.t2.jom.impl.EnterpriseSessionImpl.getLoggedOnTrustee(EnterpriseSessionImpl.java:162)
at com.imanage.cms.t2.jom.impl.SessionImpl.logonImpl(SessionImpl.java:85)
at com.imanage.cms.t2.jom.impl.EnterpriseSessionImpl.logon(EnterpriseSessionImpl.java:25)
at com.imanage.cms.api.workteam.impl.EnterpriseSessionImpl.logon(EnterpriseSessionImpl.java:45)
at test.login(test.java:71)
at test.main(test.java:90)
I can use the WEB COMPONENTS without any problems. Adding a Workspace or Content is possible. So what I am doing wrong? Do I need to configure something on the server to get access via the SDK?
René
Find more posts tagged with
Comments
There are no comments yet