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.

Similar Messages

  • 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

  • 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 (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

  • 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

  • Site Studio Content in a Java Class

    Hi Gurus,
    I would like to know if there's some Webcenter Content Service ou some Webcenter Portal interface, service, class ou data control to consume the content from a Site Studio Contributor Data File in my custom Java class.
    Obviously I can request the XML from some URL and consume as any XML in Java, but if there's some way to abstract this implementation I think that would be a best practice,      
    eventually Oracle can do some change in XML patterns and if I use some service I don't need to worry about this.
    There's in a Site Studio service called WCM_EDIT_DATA_FILE that I thought that can help, but this works in browser request, but no in my custom java service.
    It's possible test this service in this way:
    http://<host>:<port>/cs/idcplg?IdcService=WCM_EDIT_DATA_FILE&dDocName=<dDocName>&IsSoap=1
    I know that this thread are related with Webcenter Content, but I think that is more possible that someone from Portal already did this.
    Thanks for help

    Never mind. I resolved this using a ResourceBundle, thanks to another posting on this forum. I must say, the oracle documentation for this feature is scant and erroneous.
    How does one go about accessing a java resource object from a java class loaded into the database?
    I created a.properties file and loaded it using loadjava.
    Next I wrote a class in which I try to load the resource:
    import java.io.*;
    import java.util.*;
    public class C {
    public static void load() throws Exception {
    Properties p = new Properties();
    p.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("a.properties"));
    I then published method load as procedure p.
    When I execute p, I get the following error:
    SQL> exec p
    java.lang.NullPointerException
    at C.load(C.java:5)
    BEGIN p; END;
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    java.lang.NullPointerException
    ORA-06512: at "QSI.P", line 0
    ORA-06512: at line 1
    Thanks
    Suresh

  • Site Studio XA and Jdeveloper

    Hi ,
    I have Jdeveloper Studio 11.1.1.3.0 installed on my machine. I have installed the RIDC and Site Studio extensions in Jdeveloper using Help -> Check For Updates -> Source -> Install From file. I used oracle.ucm.wcm.jdev-11.1.1.zip and oracle.ucm.ridc.jdev-11.1.1.zip for this. These extensions got installed without any error.
    Now when I am trying to create a new connection using Oracle Content Server Connection as connection type I am getting following error.
    java.lang.NoClassDefFoundError: oracle/stellent/ridc/convenience/adf/mbeans/IdcConnection
         at oracle.stellent.wcm.jdev.features.rescat.IdcConnectionWizard.runWizard(IdcConnectionWizard.java:88)
         at oracle.stellent.wcm.jdev.features.rescat.IdcConnectionWizard.invoke(IdcConnectionWizard.java:43)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:520)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1092)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:428)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
         Dependent class: oracle.stellent.wcm.jdev.features.rescat.IdcConnectionWizard
         Loader: ide-global:11.1.1.0.0
         Code-Source: /C:/Oracle/Middleware/jdeveloper/jdev/extensions/oracle.ucm.wcm.jdev.jar
         Configuration: extension jar in C:\Oracle\Middleware\jdeveloper\jdev\extensions
    This load was initiated at ide-global:11.1.1.0.0 using the loadClass() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2190)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1733)
         at oracle.classloader.PolicyClassLoader.access$000(PolicyClassLoader.java:143)
         at oracle.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassLoader.java:331)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1692)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
         ... 17 more
    Please help.
    Thanks
    Pravin

    Hi Pravin ,
    SS with JDev provides you to create the SS Connection which is to be added to your project . We do not need a Oracle Content Server connection for that . To be able to do it you will need to install the Webcenter Plugins which will be available from :
    Check For Updates -> Source -> <Online> - Select Webcenter Framework and Webcenter Portal .
    Once these are deployed , then you will be able to create oracle content server connection .
    Hope this helps .
    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!

  • To change the access URL of website created by Site Studio

    Hi all,
    An user created web site with Site Studio, the following is
    the access URL.
    http://<server>:<port>/MyProject/index.html
    But the user wants to use the following as access URL.
    http://<server>:<port>/path1/path2/MyProject/index.html
    Because the user will use the reverse proxy.
    The reverse proxy needs "/path1/path2" in URL to redirect
    to each server.
    Can the user change the URL ?
    If can, please tell me how to do it.
    Thanks.

    Carlo,
    The fact that this question has been left unanswered for over 2 months seems a little negligent on the part of Apple Support.
    This Forum is unfortunately not Apple Support. According to Apple:
    What is Apple Discussions and how can it help me? 
"Apple Discussions is a user-to-user support forum where experts and other Apple product users get together to discuss Apple products. You'll find a wealth of information about your favorite Apple hardware and software products that will help you get the most out of your purchase. You can participate in discussions about various products and topics, find solutions to help you resolve issues, ask questions, get tips and advice, and more.
    If you have a technical question about an Apple product, be sure to check out Apple's support resources first by consulting the application Help menu on your computer and visiting our Support site to view articles and more on our product support pages."
    In direct response to your questions, I would say that (as observed by the OP) anyone who subscribes to a published calendar can make a change to their desired view using the "Preferences" icon which is displayed underneath the mini-month calendars.
    There is no way that I know of to directly or conveniently change the time-range. There may be workarounds, but I could not find a suitable solution for you.
    I would recommend that you provide iCal Feedback, if you are interested in informing Apple of your desires.
    ;~)

  • SiteStudio Publishing Utility db error

    Hi,
    I have the sitestudio publishing utility running along with an oracle 11g db. Recently the db crashed and i had to reinstall it. I then imported a db dump into the new db and now everything else is working fine. When I start the connection server service, its giving me the following error - Database id in the file sitestudio.config is out of sync with the database. I opened this file and replaced the old db id with the new one that i got using the query 'select dbid from v$database;' using the username system. But still its giving the out of sync error.
    Plz let me know if i am missing something or there is any other way to regenrate the sitestudio.config file.
    Regards
    Jo

    May need to go into SSPU, wipe out the archives/logs, and the site and recreate. At this point it sounds like the config files and db are out of synch and even if you got it "fixed" you might be wondering for a long time if it will ever be "right" again.
    Unless your site setup for SSPU is very complex it will just be easier to recreate te SSPU configuration.

Maybe you are looking for

  • Time Machine using Leopard- can't get it started

    I have an iMac OS 10.5.8 using along with a 1GB Lacie drive. I used Disk Utilities to create two partitioned volumes in the external drive, one partition for saving the backup of Time Machine and the second for just storing extra file from my main iM

  • Creating a space between image and text

    www.bristolequestrianservices.co.uk On my index page I have created another social media buttons on my page on my right side.  Don't want to confuse people but the #social-media-icons2 are on my right side as I wanted to change the margins.  I want a

  • How can I get quicktime to work on a PC?

    I have a website with quicktime videos downloaded. They were working last week, and they are still working when I access the site through chrome on a mac.  However, they are not working through chrome, IE, or firefox this week on my pc.  We have upda

  • HP Laptop not able to connect to internet thru airport

    I just got a new Airport Express for my Mac... I cannot get my roomates HP Laptop to connect to the internet... It seems like it has found the network I made, and connects, but won't connect to the internet... I've tried everything I can think of...

  • Stratosphere will not hold web page in memory

    I have looked at a few topics, but nothing seems to be quite on the money with the problem that I have, unless I have missed it.  I am a service technician and I receive calls for service through a simple webpage.  The page will show the customer and