Questions tagged [webcenter-sites]

Oracle WebCenter Sites, previously FatWire Content Server, is a CMS product which is part of Oracle WebCenter stack.

Oracle WebCenter Sites is a CMS product which is part of Oracle WebCenter product stack. It was formely known as FatWire Content Server, and FatWire acquired it from Divine/OpenMarket before that. It is a java-based enterprise product.

49 questions
0
votes
1 answer

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError WebCenter Sites

good day. I'm working on WebCenter sites 11.1.1.8 and contanis the patch the problem is the next: i execute the command ./catalogmover.sh, when a html file is imported, not the import is finished and sends this error: Attempting to load…
0
votes
1 answer

Unable to access WebCenter Sites with fwadmin user

Error: This account is not authorized to access this site. To gain access to the system, you will need to login with an account authorized to access this site. For additional questions, please contact your system administrator. Oracle says…
0
votes
1 answer

Webcenter Sites REST API: How to add multiple attributes on asset?

I've created an asset with a multiple attribute, like for instance, a set of images. I would like to insert images to that asset with Webcenter Sites REST API but I don´t know how. Single attribute is like this: sourceAssetAttribute = new…
vtareco
  • 38
  • 4
0
votes
1 answer

Get asset Id by AssetType Name using REST API

We need to get the id of asset by its Name. For e.g. if asset name in "AVISports" http://localhost:8080/cs/REST/sites/{SiteName}/AVISports It give me the details about AVISports asset, but we need, what is the asset Id for this. Can anyone here…
Banng
  • 531
  • 1
  • 6
  • 19
0
votes
1 answer

Webcenter Sites - JSK Installation

I am trying to install JSK 11.1.1.8 on mac x yosemite with Java 1.8. After installation; while trying to run jsk, i am getting the following error, Error: Could not find or load main class oracle.fatwire.sites.jsk.Execute I tried the solution…
fiddlin-dev
  • 129
  • 2
  • 13
0
votes
3 answers

How List all assets (of a type) from Webcenter Sites

I want print or export all Pages that haven't fill a concrete attribute, but I want make a "debug" CSElement that print all elements of indicate type (in this case -> Page) with all attributes, any can help me with this?
Genaut
  • 1,810
  • 2
  • 29
  • 60
0
votes
3 answers

Oracle Webcenter Sites CSDT Plugin Export/Import

I want to export/import only site structure not the content using Oracle WCS CSDT Plugin command line tool. Basically, I want empty site to be created on production env without content, and content editors will publish content from staging once…
0
votes
2 answers

How can I get start with the development with Web Center content web service?

Forgive me I am a newbie for Web Center Content. Currently I want to implement a tools which can list, view, create, delete document of Web Center Content. But I totally have no idea to how to get start with this work. Say I have the background of…
Joe.wang
  • 11,537
  • 25
  • 103
  • 180
0
votes
1 answer

Webcenter Sites Satellite server can't read query strings?

In our installation, we have a satellite server in front of sites (11.1.1.8.0 with patch 4 applied). When we pass query string to satellite, it doesn't read it. The issue occurs whether we use Vanity or long URLs. For example, assume we entered the…
MHosafy
  • 176
  • 3
  • 12
0
votes
1 answer

how to list the children of selected node ,which is in navigation bar, in a sidebar

I need to add an additional navigation to my oracle webCenter portal project. This additional navigation should show only the children of the selected node, which is in navigation bar, in a left sidebar. How can i do this ? i try to modify list…
0
votes
1 answer

how to list the children of selected node in oracle webcenter portal

I need to add an additional navigation to my oracle webcenter portal project. This additional navigation should show the children of the selected node in navigation bar. Also, this additional navigation is should be in a left sidebar. How can i do…
0
votes
2 answers

Deleting/Creating Assets from contributor or via REST doesn't always trigger Lucene indexing or Delete them?

I have assets that are indexed as by name and parentname, name toknized false and stored true, parentname toknized is false and stored is false too. On deleting one of these assets (created via REST or from contributor) via REST or from contributor,…
MHosafy
  • 176
  • 3
  • 12
0
votes
1 answer

Sample Application "Articles" does not start on Oracle WebCenter Sites Jump Start Kit with Tomcat

I'm new on the Oracle WebCenter Sites platform and I'm Following step-by-step the documentation at this link: http://docs.oracle.com/cd/E29542_01/doc.1111/e29634/wemlaunchingsampleapp.htm I'm trying to install the sample application named "Articles"…
Giuseppe87
  • 406
  • 4
  • 14
0
votes
2 answers

How to get value of an custom attribute using asset:get tag

My application has a page attribute to store the page title. while writing the site plan, I am loading the page asset using asset:load by ID field. In the same way i want to get the value from "PageTitle" page attribute using asset:get instead of…
Mandava
  • 21
  • 6
0
votes
2 answers

error 404 on hitting http://:8080/cs/REST/

I had successfully configured Oracle webcenter on some of my VM. To access it from my local machine I did some changes in firewell setting. Then after the home page is not accessible and i get 404 error. i.e., http://:8080/cs/REST/ is not…
smya.dsh
  • 651
  • 5
  • 10
  • 23