Site Studio Publishing Utility installation problem

Hi,
I have been having a problem installing site studio publishing utility I am using Oracle database, and I have successfully run the script called "syn_server.oracle8.sql" that came with SSPU and edited "cns.oracle.sql" with the correct database information.
However, when I start the publishing utility (by running "cns.oracle.sh"), I get this exception. It says that the database was created for an "earlier version of Oracle site studio publishiing utility". I have tried to search for a solution, but in vain.
Does anyone know what this is?
Note: The output is included at the end of the post.
Thanks in Advance.
Ayman
[Nov 27 06:50:42] INFO: syndicator: Loaded config file /export/home/asset/SSPU/cns.oracle.config
[Nov 27 06:50:42] INFO: syndicator: Starting Oracle Site Studio Publishing Utility v10.1.3.3.0 on 10.0.2.15 [08:00:27:5c:22:56]
java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
     at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
     at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
     at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
[Nov 27 06:50:44] WARNING: database: First Chance SQL Exception (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[com.bitmechanic.sql.PooledConnection@16c79d7] exception:
java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
     at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
     at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
     at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
     at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
     at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
     at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
[Nov 27 06:50:45] WARNING: database: First Chance SQL Exception (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[com.bitmechanic.sql.PooledConnection@12bcd4b] exception:
java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
     at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
     at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
     at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
     at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
     at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
     at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
[Nov 27 06:50:47] WARNING: database: First Chance SQL Exception (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[com.bitmechanic.sql.PooledConnection@cf66b] exception:
java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
     at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
     at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
     at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
[Nov 27 06:50:48] ERROR: database: Retry count exceeded. Update Failed. (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[null]
[Nov 27 06:50:48] ERROR: database: Error upgrading database schema exception:
com.kinecta.util.KException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
; nested exception is:
     java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:703)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
     at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
     at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
Caused by: java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
     at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
     at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
     ... 6 more
[Nov 27 06:50:48] CRITICAL: database: This database was created for an earlier version of Oracle Site Studio Publishing Utility. Please upgrade the database. Current schema version is: 33. Minimum schema version is 34.
[Nov 27 06:50:48] CRITICAL: syndicator: failed to open the database
[Nov 27 06:50:48] CRITICAL: syndicator: Shutting down on critical error exception:
com.kinecta.util.KException: failed to open the database
     at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:364)
     at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
     at bootstrap.ServerStart.main(ServerStart.java:105)
[Nov 27 06:50:48] INFO: syndicator: Stopping Extensions...
[Nov 27 06:50:48] INFO: syndicator: Stopping Administration Server...
[Nov 27 06:50:48] INFO: syndicator: Stopping Master Server...
[Nov 27 06:50:48] INFO: syndicator: Stopping Content Server...
[Nov 27 06:50:48] INFO: syndicator: Stopping ICE Server...
[Nov 27 06:50:48] INFO: syndicator: Saving Config File...
[Nov 27 06:50:48] INFO: syndicator: Stopping Logging...
[Nov 27 06:50:49] INFO: syndicator: Closing Database Connections...
[Nov 27 06:50:49] INFO: syndicator: Syndicator Shutdown Complete
[Nov 27 06:50:49] INFO: syndicator: Saving Config File...
[Nov 27 06:50:49] INFO: syndicator: Stopping Logging...
[Nov 27 06:50:49] INFO: syndicator: Closing Database Connections...
[Nov 27 06:50:49] INFO: syndicator: Syndicator Shutdown Complete

Hi Ayman ,
On your db login as administrator user (if it is oracle then "sys" user) and execute the following sql command :
grant create sequence to user <user name> ;
place the user name that is created for SSPU to connect with the DB .
After that execute syn_server.oracle8.sql again and then start SSPU , this issue should be done away with then.
Let me know how this goes .
Thanks
Srinath

Similar Messages

  • Site Studio Publishing Utility fails with  HTTP rsponse 403 for URL

    Just installed Publisher with Subscription Client. The two pieces seem to work together until I start a replication. Then I get the following a number of times and it stops.
    [1]IOException: Server returned HTTP response code: 403 for URL: http://localhost:9180/MTKRSite/groups/public/documents/web_content/002310.htm http://localhost:9180/MTKRSite/groups/public/documents/web_content/002310.htm
    It the Publisher is trying to get content item 002310 there isn't one there.
    In the Publisher directory offers I see the web site but no content.
    I am really confused because I cannot figure out why it would try to get content 002310.
    Thanks for any help.
    Art

    The problem is now solved. For those that are using the product here is a hint of where to look.
    In the Oracle Site Studio Publishing Utility\offers\31 directory there is a file urlmap.txt. urlmap.txt has all the URL's that are going to be retrieved. If the publishing utility cannot get a file then look into this file and see why it is trying to retrieve it. If necessary a filterset that excludes the missing file can be coded in the sitestudo.config file.

  • Site Studio publisher utility error

    Hi,
    I am a bit new to UCM. I am trying to publish a site created using site-studio. For this, from what i inferred from the documentations, was to use the site-studio publishing utility. So to run the utility, i try and run the cns.oracle bat file on my windows machine. I have made the appropriate changes in the cns.oracle config file. Now when i run the batch file i get a java.sqlexception: table or view doesnt exist.
    Can anybody guide me on this or am i missing something. I went throught the installation docs and it say i need to create the required tables using the syn_server.oracle8.sql. But i cannot find any sql file named so in the place where my content server is installed.
    Thanks in advance

    Hi
    I downloaded the Site Studio Publishing Utility 10gR3 today from the Oracle website. It has two folders SiteStudioPublishingUtility and SubscriptionClient. These both folders have conf, lib, unix, win32. But sql directory folder is not there.
    Anybody has any idea about it.
    Regards

  • Site Studio Publishing Utility (SSPU) HTML/ZIP?

    Hi,
    I am in the process of implementing the Site Studio Publishing Utility to publish a site to an FTP target.
    I had assumed that the site would be published as HTML files as the documentation suggests... however it is infact publishing a zip file.
    Is there anyway to get the SSPU to publish the HTML and associated files directly? I want to prevent the need for the files to be extracted (whether manually or automated).
    Thanks

    You only need to install the Subscription Client on the target server, and it will unzip the HTML to the correct places.

  • Site Studio Publishing Utility (On-Demand Publishing)

    Hello,
    We are currently evaluating the Oracle / Stellent product Suite. One thing we thing is immediate publishing of static content (for time-sensitive information, earnings releases, etc). Is it possible to setup a job on the SSPU to publish certain content immediately? Rather than waiting for the entire site-crawl to see the changes? It's not something we can plan around, as we only receive some content a few minutes before it needs to be live.
    Any ideas welcome.
    Thanks,
    Dave

    Gratefully received... thank you!
    I've taken a quick scan, and first impression is that it would be good to be able to specify the section to INCLUDE rather than those to EXCLUDE as I can see this will potentially need to be modified as sections are added to the website.
    I shall look into it in more detail however, but on the face of it this will work for us (I didn't want to create a new project with a single page).
    Thanks again.

  • Site studio publishing utility

    HI!
    I have a site developed in sitestudio and I want to make an offline version of it using sspu...thing is the site has, besides its default look, another one which is accessible if i put in the url some specific parameter. I want sspu to get me this look of the site(with the parameter).
    My question is: is it possible to pass some extra parameters to the sspu so that it gets the site but considering those parameters - which influence the look of the site, so in the end it will get me that specific look of the site ?
    Any hint will be greatly appreciated !
    Regards,
    Vlad

    Hi,
    Thanks for answering. Could you elaborate a bit on the metalink thing, I'm new to this and I'm not sure how to use it ? Maybe a link to some documentation or sth...
    regards,
    Vlad

  • Site Studio Publishing to remote websites in 11g

    I'm checking to see if anyone has had success with publishing to an external site using site studio publisher. the UI seems to only allow publishing to a local file store. we are trying to publish to an external vanilla web server that does not have any knowledge of ucm/ecm.
    The SSP doc states this in section 1.1:
    "At some point, you may find that you would like to create a static copy of
    a Web site and transfer it from an Oracle Content Server environment to a
    pure web server environment that is not running an Oracle Content Server
    instance."
    we can work around by setting up some alternate push from the local file system to the external website but was wondering if anyone has been able to make this work natively in 11g. any response is appreciated.
    thanks,
    Robert

    You only need to install the Subscription Client on the target server, and it will unzip the HTML to the correct places.

  • Site Studio Publisher and WebURLMaps

    I'm attempting to create a static copy of a Site Studio site using the SS Publisher. I've noticed that links/urls that are built using WebURLMaps on the dynamic site aren't publishing to my static location. Is this something that isn't possible? If it is, which configurations in my Site Studio Publisher Task might I have configured incorrectly? I've tried including the webmapurl directory in my Include List and things of that nature but haven't had success making it work. Ideas?

    No, unless I am misunderstanding.
    Site Studio Publisher is specifically designed to work with Site Studio websites.
    What do you mean by non Site Studio website?
    Jonathan
    http://jonathanhult.com

  • Oracle site studio designer 10gR4 Template problem

    Hello To every body,
    Our problem is that we want to implement css template in site studio but the changes which we make in the template are not reflected in the pages (either primary/secondary).
    Is there any solution or any type of links/blogs/videos which can help us.
    Thanks
    VIDs.

    Have you checked-in that css files in content server?

  • RCU (Repository Creation Utility) installation problem

    Hi......
    my oracle version
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Productionwhen i tried to install RCU before installling Oracle Fusion Middleware 11g, i found following errors,please tell me the solution in detail for the following issues.
    1) The aq_tm_processes initialization parameter needs to be greater than or equal to 1.Please correct it and try again.
    2)The db_chache_size initialization parameter needs to be set to 144MB or a greater value.Please correct it and try again.
    3)The shared_pool_size initialization parameter needs to be set to 175MB or a greater value.Please correct it and try again.
    4)The java_pool_size initialization parameter needs to be set to 120MB or a greater value.After changing the value of parameter,restart the database for the new value to take effect.
    5)The pge_aggregate_target initialization parameter needs to be set to 96MB or a greater value.Please correct it and try again.
    6)The sessions initialization parameter needs to be set to 400 or a greater value.After changing the value of parameter,restart the database for the new value to take effect.Thanks in Advance,
    Regards,
    Santosh.Minupurey

    There's no solution for my problem ???????
    else no one could able to explain how to solve my issue ?????
    kindly tell me the solution
    Regards,
    Santosh.Minupurey

  • Sun Java Studio Standard 5 installation problem on Fedora C2

    Hi,
    I've downloaded the trial version of Java Studio Standard 5 IDE and have bypassed the version hooks to load it on Fedora Core 2. It's get past the questions but hangs after pressing "Next" on the "Select the components" page. Any solutions, I don't want to hear, use Java Desktop or Redhat 7.2, I don't like Java Desktop and I'm not going back to a unsupported Redhat OS.
    I'm working with Chemeketa Com. College and trying to demostrate a IDE tool that supports Web Services. Please suggest a solution, maybe selecting another IDE.
    Thanks
    Rick

    Refer to this thread for possible solution:
    http://swforum.sun.com/jive/thread.jspa?forumID=78&threadID=20077

  • XML SQL utility - Installation problem

    Hi,
    I have downloaded XML SQL utility. When I tried to execute oraclexmlsqlload.bat file I get this error....
    ORA-12203: TNS:unable to connect to destination.
    Can any one help me ??
    vik

    Hi Howard,
    It looks like your DB is not jave enabled. You have to have
    your 8i or later DB java enabled in order to load the java
    classes and have them run within the database (jvm of the
    database).
    Howard Feng (guest) wrote:
    : Oracle gurus,
    : I downloaded the Oracle XML SQL Utility for Java and plan to
    use
    : it in my PL/SQL code on the server-side (Solaris). However I
    : cannot get it to install correctly:
    : 1. I can run the famous
    : java OracleXML getXML -user "cquant/cquant1" ...
    : test, so my Java paths are all right.
    : 2. When I try to tun the oraclexmlsqlload.csh script, I got the
    : following message early (just a sample, the actual messages are
    : thousands of lines; they are the same for both jar files),
    : identical: oracle/xml/sql/name/OracleADTName is unchanged from
    : previously loaded
    : file
    : then,
    : resolving: oracle/xml/parser/v2/PathExpr
    : Error while resolving class oracle/xml/parser/v2/PathExpr
    : ORA-04043: object oracle/xml/parser/v2/PathExpr does not
    : exist
    : then the PL/SQL stuff blows up. I tried several times, the same
    : thing. I believed that we have run the initjvm script.
    : 3. I physically dropped these "Java CLass" from the Oracle DB,
    : and they are gone. However, these error messages are the same
    : when I try to run oraclexmlsqlload.csh again.
    : Please help! Thanks,
    : Howard Feng
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Site Studio Publisher in 11g doesn't do what it says on the box

    I was wondering if anyone else had managed to get a sensible answer to how SSP in 11g publishes it's content? I know that a similar question has been asked here without response.
    The documentation states that it can be used to push content to a web server for consumption but isn't totally clear how that is done. The documentation would seem to say that it uses the Filter sets to push to the target server
    download.oracle.com/docs/cd/E14571_01/doc.1111/e10618.pdf section A2.8
    The intention is for a Contribution server only with no UCM Consumption instance and the content (mainly static) being published on webservers.
    We have raised this now a couple of times with Oracle Account managers to get a clear steer on this.
    The response?
    The last response we had was that SSP doesn't do what we want and that we need to buy/procure a 3rd party product to do the publication.
    When I pointed out that this would seem to be a backward step in that Oracle have removed functionality there was no real response.
    Has anyone else had such a response from Oracle or have they had a meaningful reply that explains how SSP is not going backwards and will actually perform its task?
    I'd like a sensible answer somewhere along the line as would I expect anyone contemplating migrating to 11g.
    Ed

    We had to pursue this in relation to a project I have. We haven't gone this route but the key seems to be WebLogic Server and Oracle Web Cache. This is essentially a reverse proxy but with additional features.
    Now to find someone who has already done it!

  • Not publishing entire site with all pages from site studio Designer

    Hi,
    I have created the site with one primary page & one secondary page in the site designer. I must admit that they don't have link to each other. When I publishing this site using Oracle Site studio publishing utility to a subscriber, it is publishing the primary page as index.htm in the destination. It is not pulling the secondary page. But i would like to get the entire site including the secondary page. What needs to be done to get the entire site. If you have any idea, please let me know.
    Any help would be appreciated.
    Regards & thanks,
    Nirmala Vijaya Sekhar Varre

    Hi
    One way is setting a region in secondary as 'set replaceable' and geting ssURL from the code and link them in primary page.
    Thanks
    Srinath

  • Problem previewing Site Studio Data Files

    Hello,
    I'm building a JSF webcenter application, which has lots of content that's going to be published using Site Studio.
    Using Site Studio Designer, I have created:
    - An element definition (WYSIWYG)
    - A region definition that contains just the element above
    - A region template, that simply outputs the element (<!--$wcmElement("Element")-->)
    - A placeholder definition, associated to the region definition and region template above
    - Several Contributor Data Files, all of them associated to the region definition above
    On the webcenter application:
    - Content is shown using WCM_PLACEHOLDER (along with the templateDocName param)
    - A link that points to the WCM_BEGIN_EDIT_SESSION service is exposed for the authenticated users
    Additional UCM configuration:
    - UCM accounts are activated
    - Data files are categorized under the accounts created
    - There are Workflows to approve modifications on the data files
    Everything is working fine, but when reviewing content on the workflow for approval/rejection, the content itself is not displayed. Instead, it gives me the following error message: *"Region template is unavailable"*. I can see that this is the service being called to get the HTML rendition:
    http://<server:port>/cs/idcplg?IdcService=SS_QD_GET_RENDITION&coreContentOnly=1&dDocName=PIO-HOME-SERVICOSGRATUITOS&dID=45601
    After enabling the trace for "sitestudio" itens, the following gets logged:
    SSXA_GET_CACHE_SYNC_INFO [dUser=sysadmin][IsJava=1] 0.03409299999475479(secs)
         !csUserEventMessage,weblogic,ds-imesp-dof2.lab.kaizen.com.br:16200!csFileServiceReferredToBy,http://<server:port>/cs/idcplg?IdcService=REVIEW_WORKFLOW_DOC&dDocName=PIO-HOME-SERVICOSGRATUITOS&inQueueRedirect=1!csFileServiceUserAgent,Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML\, like Gecko) Chrome/11.0.696.65 Safari/534.24,GET intradoc.common.ServiceException: *!csSSQuickDiffRegionTemplateUnavailable*
         at sitestudio.quickdiff.SSQDFileServiceHandler.qdPrepareDelivery(Unknown Source)
         ... 28 more
    Am I missing something? Do I have to configure the region template somewhere else?
    Any help would be much appreciated, since I can't find any documentation about this error!
    Thanks,
    Tomy Inhauser

    After 2 days trying to fix this problem, I finally posted it on the forum. 10 minutes later, I found the cause: the content item SS_DEFAULT_REGION_TEMPLATE, which is checked-in on the installation of the Site Studio components, was missing on my environment! (ie, someone deleted it)
    Although it is clearly not a bug, it would be very nice for the error message to show the name of the region template that's unavailable, since these "system files" are not protected!

Maybe you are looking for

  • MSI GT70 2PC Dominator Battleship – EpisodeⅠ

    [Introduction] [Roberts  are the dream of every man] one of my close fellows said. Actually, I am not a 3C fans. But it is really excited that Titan Fall is online now. So I made a tough decision that I never did it before. I purchased the [MSI GT70

  • Repaint()  - problems with queueing/blocking

    hello, im writing a game as an applet using awt, but i cant get the repaint() method to execute where i would want it to. import java.applet.* ; import java.awt.* ; import java.awt.event.* ;     //depreciated import java.util.* ; public class matches

  • [SOLVED] how to remove unwanted KDE panel launchers?

    Hi, please take a look at this image . Those two icons are bothering me a lot. For one, I didn't create them manually (I only created the first 3 icons). Second, firefox icon is invisible, but the launcher is there. ALso, even if I remove them from t

  • Sales Order with WBS Elements

    Hi, I have a sales order having lot of WBS elements assigned.....but I am not able to generate revenue  for one WBS element out of them. Can anyone tell what should I do for the same. Regards, Krishna Singh. Edited by: Krishna Prakash Singh on Oct 30

  • Unable to send two person sms at one time in ios 8.1.3

    if i send one person at one time so it easily sent but when i send two persons in a new message box so it say message sending failed either i if i send them same message separately so is sent.??? Can you check what is the issue .? i am having this is