JDBC TX Settings for Weblogic Portal Content Repo Datasources

I have a scenario where I require two WLP content stores for the application. If I set the individual datasources to Support Global Transactions = True, then the application throws TX errors: ...Caused by: java.sql.SQLException: Connection has already been created in this tx context for pool named PMRestDataSource. Illegal attempt to create connection from another pool: portalDataSource.
What I did to solve this was isolate the Content Repo datasource from the portalDataSource (in fact, it is in a separate database schema from the portal framework artifacts in the Production environment), and set both of the Content-specific datasources to Support Global Transactions = False that fixed the issue.
The question I have is this: Is there any reason I need TX support for datasources that exclusively support connecting to a WLP Content Store?
Thanks in advance for your help!
Reference content-config.xml:
<content-store>
<name>PM Repository</name>
<description>Default Content Repository Configuration</description>
<class-name>com.bea.content.spi.internal.ExtendedRepositoryImpl</class-name>
<repository-property>
<description>Data source to use.</description>
<name>CM_DATA_SOURCE</name>
<value>PMRepoDataSource</value>
</repository-property>
<repository-property>
<description>Enable repository events for full-text search.</description>
<name>cm_fireRepositoryEvents</name>
<value>false</value>
</repository-property>
<read-only>false</read-only>
<binary-cache-max-entry-size>1024</binary-cache-max-entry-size>
<!-- metadata search -->
<search-is-enabled>true</search-is-enabled>
<!-- full text search -->
<fulltext-search-is-enabled>true</fulltext-search-is-enabled>
<search-indexing-is-enabled>true</search-indexing-is-enabled>
</content-store>
<content-store>
<name>REST Repository</name>
<description>REST Content Repository Configuration</description>
<class-name>com.bea.content.spi.internal.ExtendedRepositoryImpl</class-name>
<repository-property>
<description>Data source to use.</description>
<name>CM_DATA_SOURCE</name>
<value>PMRestDataSource</value>
</repository-property>
<repository-property>
<description>Enable repository events for full-text search.</description>
<name>cm_fireRepositoryEvents</name>
<value>false</value>
</repository-property>
<read-only>false</read-only>
<binary-cache-max-entry-size>1024</binary-cache-max-entry-size>
<!-- metadata search -->
<search-is-enabled>true</search-is-enabled>
<!-- full text search -->
<fulltext-search-is-enabled>false</fulltext-search-is-enabled>
<search-indexing-is-enabled>true</search-indexing-is-enabled>
</content-store>

I created the table manually and run the scripts again while creating new weblogic domain and its working fine now.
What can I say is this particular *<install_home>/wlportal_10.3/portal/db/oracle/pf9_create_tables.sql.sql* is not executed as per the jdbc log which I saw.

Similar Messages

  • Help me to add some libraries for WebLogic Portal project

    My Web portal project (10.3.2) that was created with Oracle Enterprise pack for Eclipse with some custom configurations:
    - Beehive controls
    - Beehive netUI
    - Struts 1.2
    - WebLogic Control Extension 10.2
    - full feature for "WebLogic portal"
    - "Portal application controld 10.3.2" and "Portal framework beehive adapter" support in WebLogic Portal (optional)
    I need these packages to process some user and group informations:
    - com.bea.p13n.controls.ejb.usermgmt
    - com.bea.p13n.controls.userInfoQuery
    - com.bea.portal.tools.security.group
    - com.bea.portal.tools.security.user
    My problem is impossible to import these package (except: com.bea.p13n.controls.ejb.usermgmt). I've read carefully API Javadoc for these package informations but it cannot help anymore.
    Anybody can tell me what libraries should be added to project to solve my problem ?
    Thank in advance.
    Ps:
    This is my screenshot for project configuration:
    http://i284.photobucket.com/albums/ll10/docphongm41/screenshot/screenshot.png

    Thank Kevin.
    I've fix my problem by adding some jar files, such as war-classes.jar which can be found in workspace/.metadata/.plugin/oracle.eclipse.tools.weblogic/libraries/wlp-tools-ugm-web-lib_10.3.2_10.3.2/1/WEB-INF/lib
    So, I can use UserID class in my source code without any error notification on Eclipse. Everything sound to be okay, but it isnt. When I initialize an UserID object in my pageflow controller class like this:
    UserID uid = new UserID("::security:user");
            String uname = uid.getUserName();I'll get an exception:
    com.bea.netuix.nf.UIControlException: com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.NoClassDefFoundError: com/bea/portal/tools/security/user/UserIDI don't know why JVM cannot found my imported class though I've already added library and imported this class to the source.

  • Need WLST for Weblogic portal domain 9.2.2.

    Hi,
    I am very much in-need of it. Can you please provide me the Need WLST for Weblogic portal domain 9.2.2.
    Actually, we are using weblogic 9.2.2 version.
    Actually, I created a portal domain configiuration using configuration wizard and the same I documented with screen shots.
    Now I need the wlst for the same configuration which i created the doc for.
    Please can you help me out doing this.
    If you are ok, then I will share you my doc, so that you can help me out easily.
    Please please please................
    Thanks in Advance..

    You have a few options to build a WLST script from the admin/config operations that you have performed in your development environment using console.
    OPTION 1: (WLST Recording)
    Check the below video. (The only drawback is that this video talks about the WLST recording feature which is available only on WLS10.0. Ofcourse, if you have a 10.0 installation you can still use this feature and then make some small modifications to the generated script to make it suitable for 9.2)
    http://www.youtube.com/watch?v=luhBaviP2uM
    OPTION 2: (Converting the configuration to a script)
    After you have configured your entire domain using the console, you run the configToScript command as per the below documentation (To run this you need to invoke WLST and then run the command with appropriate arguments such as path to the config.xml file etc)
    http://docs.oracle.com/cd/E13222_01/wls/docs92/config_scripting/reference.html#wp1154848
    Then you can use the generated script to create similar domains in your Test AND Production environments.
    Arun

  • Regarding New for weblogic portal

    hi every one.
    My name is krishnarjun yada. I am the new for weblogic portal applicatons and i have a training on next weak. But i don't know much more about on portal.I mean which topics are there and how to work. I have knowledge on WebspherePortalServer. Please guide me anyone it's very need for me.
    Please reply to <email address removed by moderator> ASAP.

    *** moderator note ***
    I've removed your email address from the post because a) you are likely to get lots of spam in your email by publishing it in public and b) responses to issues should be posted on the forum, as this is not a personal support service where people should be contacting you directly.
    Also please note that this is a forum of volunteers doing their own jobs, and leading their own lives, so to request help "ASAP" or "Urgently" etc. is not appropriate and considered very rude by many people.  Such urgent issues suggest a live system that has got problems and a company is losing money or people's lives are at risk, in which case the issue should be raise via My Oracle Support (MOS) which is the paid-for support channel for Oracle.
    The description of your issue, wanting to know more about a product before your training, is not an urgent issue. (Surely the point of the training is to learn it?)
    *** end of moderator note ***

  • Is there any Certifications for Weblogic Portals ?

    Hi
    Is there any Certifications for Weblogic Portals ?
    like RHCE, JCP, MCSE ...
    Thanks & Regards,
    Siva VP,
    [email protected]

    Check out this link:
    http://certification.bea.com/certification/dev_certification.jsp

  • OEPE support for Weblogic Portal 10.3.0?

    Hi,
    I was referred to this forum by Konstantin:
    replace Oracle Workshop for Weblogic with OEPE?
    Does anyone know if Oracle Enterprise Pack for Eclipse has tooling support for developing portlets/portals for Weblogic Portal 10.3.0?
    Kevin

    Thanks for your reply, Brad. It is WLP 10.3.
    Unfortunately, since other components of the Oracle stack that we use are unsupported by OEPE, OEPE isn't going to be an option for us:
    OEPE support for ODSI 10gR3?
    OEPE support for OSB 10gR3?

  • Tools for Developing portal content

    Hi Experts,
    Do we have any other tools like  WEB PAGE COMPOSER for developing  the portal content ?
    Thanks
    Suresh

    Hi Suresh,
    There are options which you can avail for creating portal contents.
    1). SAP NetWeaver Developer Studio.
    Based on open source Eclipse IDE & looks very essential for extensive Java projects and supports standard technologies as well from the SAP technologies & the Infrastructure as well.
    Can work well in both Java & ABAP platforms as it supports different perspective for both of them.
    2). SAP Enterprise Portal Developer Kit (PDK).
    It is a collection of information, samples & tools for use by developers.
    Sample Applications include Portal Data Viewer, OBN, WebDynPro, HTMLB, EPCF & few more.
    3). SAP NetWeaver Visual Composer.
    It is a powerful tool for creating the Portal contents using a visual interface rather than stressing more on writing code.
    Hope this gives you a fair idea.
    Do reward points if found helpful.
    Thanks & Regards
    Gourav.

  • ADF Support for weblogic portal

    Hi
    How we can use adf tags and functionality and develop portlet for weblogic portal . What are the required Jar files needs to be imported for that.

    One possibility, if you still want to use WLP on the consumer side, is to develop the ADF views/taskflows in a WebCenter portlet producer app, then consume them as portlets over WSRP in WLP. http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10148/jpsdg_intro_portlets.htm#CIHDEBBJ has information about making portlets in WebCenter, and there's documentation at http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14235/chap_webcenter_interop.htm#i1006380 about the interop between WebCenter and WLP.
    Greg

  • Weblogic portal content published for future date.

    Hi,
    I am using Weblogic portal 10.3, need to publish a content item for futhre date , i tried adding the date and time to startDate property and published it, and the changes got reflected immediately.
    has any one got his done.
    Regards
    Chandrakant

    Hi Deepak,
    Case 1 -
    Assuming that there is a version which is currently displayed on the portal, if the business has published 3 future versions already (not yet published on portal), then he can make any changes in any of the future versions and have them automatically published.
    Case 2 -
    If there is a version which is currently displayed and there are 2 future versions published in the repository already, if the business user wants to make any changes in the current version, he just changes and re-publishes for the updated stuff to appear on the portal.
    Case 3 - overlaps
    Incase of 2 published versions with the same start dates but varying end dates, as the content selector will pick up both the nodes into the arraylist. In that case we can write a comparator, which incase of same start dates, do a comparison on the version id, and then pick the latest version. but in that case, we may lose one version. I guess in that case, we will have to advise the user handling this versionong to provide sequential dates for all the versions.
    I hope I have got the issue right and covered all the cases.
    Thanks

  • Errors in Weblogic server log for Weblogic Portal

    Hi,
    I apologize if the question has been posted and answered.. I had searched but couldn't find anything in this forum.
    My post is a bit lengthy as I will be providing as much details as possible.. sorry about that.. :)
    I am new to Weblogic server and Weblogic Portal.. in fact I have never worked on portals. I have installed the Weblogic Portal 10.3.2 along with the Weblogic. I have used quickstart to create a domain. There I have configured the following data sources:
    appsGroupSpaceDataSource
    cgDataSource
    cgDataSource-nonXA
    p13nDataSource
    portalDataSource
    portalDataSourceAlwaysXA
    portalDataSourceNeverXA
    My database is oracle 11g. I have created a user and granted the user all the admin roles and priviledges
    The database connection test had worked for all the sources except appsGroupSpaceDataSource where the test query SELECT COUNT(*) FROM SYSTABLES failed as there was no such table in the database.
    I had run the following scripts:
    Drop/Create Groupspace Database Objects (appsGroupSpaceDataSource )
    Drop/Create P13N Database Objects (p13nDataSource)
    Drop/Create Content Database Objects (p13nDataSource)
    Drop/Create Portal Database Objects (p13nDataSource)
    There were no scripts to run for the other data sources.
    After installation whenever I am starting the admin server I am seeing this error in the console:
    <Sep 17, 2010 12:48:05 PM IST> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "appsGroupSpaceDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Sep 17, 2010 12:48:05 PM IST> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Sep 17, 2010 12:48:06 PM IST> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource-nonXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Sep 17, 2010 12:48:06 PM IST> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "p13nDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Sep 17, 2010 12:48:07 PM IST> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "portalDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    And the errors are happening in an infinite loop....
    I checked and there is no table created in that name in the database.. and being totally new to weblogic I am not sure where else to check.
    It would be great if some one could help me track the cause and resolve this..
    Thanks a lot for reading the long post.. and double thanks for a reply.. :)
    Edited by: 795423 on Sep 17, 2010 12:17 AM

    I digged in the weblogic installation directory and it seems like the domain configuration wizard messed up the jdbc configs for the data sources.
    The config xml files for the data sources in the /domain root/config/jdbc directory had oracle driver but the test query was for pointbase. I double checked from the database.xml file in the init-info directory and corrected the entry in the datasource config xmls and voila!.. the errors were gone.
    I am not sure if this was the right approach and whether i have solved the issue or simply patched it.. so I am keeping the question open. If any one has any inputs I will be grateful.
    If the mods/admins feel that the thread should be marked as solved I will surely do so.
    Thanks.

  • Problem in creating a build.xml for weblogic portal application

    Team ,
    I am facing problem in creating the build.xml using weblogic.BuildXMLGEN tool .
    a) Below is the structure of my portal application
    SrcCode
    --- .metadata (eclipse plugins folder)
    --- B2BApp ( Ear Content)
    --- b2bPortal ( portal related file(controllers,jsp)
    --- b2bsrc     (java src)
    b) Now I executed below utility to generate the build.xml "
    java weblogic.BuildXMLGen -projectName B2BApp -username weblogic -file build.xml -password welcome1 F:\srcCode"
    c) Based on the above step , build.xml got generated .
    d) when I execute "ant compile" target from the command prompt , I see the below exception
    ant compile
    Buildfile: build.xml
    compile:
    +[wlcompile] [JAM] Warning: failed to resolve class AbstractJspBacking+
    +[wlcompile] [JAM] Error: unexpected exception thrown:+
    +[wlcompile] com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:\b2bNew\b2bPortal\src\portlets\b2b\dmr\Picker\PickerController.java at line 58.+
    e) I suspect , the problem is bcoz of classpath issues , as I generated build.xml donot have the references to dependent lib's.As build.xml looks like below :
    +<target name="compile" description="Only compiles B2BApp application, no appc">+
    +<wlcompile srcdir="${src.dir}" destdir="${dest.dir}">+
    +<!-- These referenced libraries were not found -->+
    +<!-- <library file="p13n-core-web-lib" /> -->+
    +<!-- <library file="jersey-web-lib" /> -->+
    +.....+
    +....+
    Please help me to reslove these issues .
    PS: I able to deploy the application using 10.3.2 weblogic workshop ( i.e inbuilt eclipse )

    i JaySen ,
    thanks for your response. As mentioned we added all the necessary library within the -librarydir but still we see the same error :
    +[JAM] Error: unexpected exception thrown:+
    com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:\b2bNew\b2bPortal\src\portlets\typeAhead\TypeAheadController.java at line 70.  Most likely, an annotation is declared whose type has not been imported.
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.getAnnotationTypeFor(JavadocTigerDelegateImpl_150.java:410)
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.extractAnnotations(JavadocTigerDelegateImpl_150.java:176)
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.extractAnnotations(JavadocTigerDelegateImpl_150.java:152)
    at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.addAnnotations(JavadocClassBuilder.java:404)
    at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.populate(JavadocClassBuilder.java:359)
    ===================
    a) this is a upgrade project [ upgrading from wlp 8.1.4 to 10.3.2 ]
    i.e we are using weblogic portal 10.3.2 version.
    b) Searched some sites/forums regarding the above error, and it says something related to "jwsc" ant task [ i.e while compiling a webservice(JWS) ], but we see this error while compiling a normal controller(jpf) class :(
    c) we are using "ant compile" target which internally calls wlcompile task , while executing wlcompile this error is thrown .
    Help Appreciated
    Thx,
    Sarat

  • Need to add as a WSRP Connection in JDev for Weblogic Portal JSF Portlets.

    I am trying to register WLP 10.3.4 JSF Portlets as a WSRP connection in JDev Webcenter 11.1.1.6 Portal Framework application . The below are steps:
    -Created Simple WLP Application with JSF Portlets and deployed them on WLS 10.3.4 domain.
    -The WSDL url available is http://localhost:7003/TEST_WEB_PORTAL/producer?wsdl
    -Now Open JDev and created WCP Framwork app
    -Under Application Resource, right click on Connections -> New Connection -> WSRP Producer.
    -Click Next on step1 -> Enter WSDL URL on Step 2 and then click next on next 3 screens.
    -It tries to register but ended up with below exception:
    3-Dec-2012 12:48:03 oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil registerProducer
    WARNING:
    oracle.portlet.client.persistence.PersistenceException: oracle.mds.core.ConcurrentMOChangeException: MDS-00165: metadata Object "/oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml" has changed
    MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.commit(MDSPersistenceContext.java:473)
         at oracle.portlet.client.beanimpl.persistence.PersistenceBeanContext.commit(PersistenceBeanContext.java:128)
         at oracle.portlet.client.adapter.simple.SimpleAdapter.commit(SimpleAdapter.java:465)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.commit(PortletProviderManager.java:1487)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:1647)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:597)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil.registerProducer(WSRPProducerRegUtil.java:308)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegistrationWizard$1.doWork(WSRPProducerRegistrationWizard.java:863)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.mds.core.ConcurrentMOChangeException: MDS-00165: metadata Object "/oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml" has changed
    MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.mds.core.UpdateableMOContent.constructConcurrentMOChangeException(UpdateableMOContent.java:1376)
         at oracle.mds.core.UpdateableMOContent.saveMOContent(UpdateableMOContent.java:1143)
         at oracle.mds.core.MDSTransaction.flushChangesToPTrans(MDSTransaction.java:851)
         at oracle.mds.core.MDSTransaction.internalCommit(MDSTransaction.java:2928)
         at oracle.mds.core.MDSSession.flushChanges(MDSSession.java:1022)
         at oracle.mds.core.MDSSession.flushChanges(MDSSession.java:850)
         at oracle.portlet.client.persistenceimpl.mds.MDSSessionWrapper.flushChanges(MDSSessionWrapper.java:61)
         at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.commit(MDSPersistenceContext.java:456)
         ... 10 more
    Caused by: oracle.mds.persistence.DocumentExistsException: MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.mds.internal.persistence.file.Fil
    I have followed the steps given in the http://docs.oracle.com/cd/E26806_01/wlp.1034/e14235/chap_webcenter_interop.htm#BABGIIIJ for preventing User Authentication error by creating user of PortalSystemAdministrator group but did not help.
    Please let me know if anyone have faced this exception or any pointers.
    Thanks
    Kamal Gulati

    Hi,
    I tried creating a simple JSF portlet and I can able to register and it is working Fine, but my teammet got the same issue like you :) . While Analyzing what I found is , the location where we created the portlet in weblogic portal. If you created your portlet directly under WebContent folder then this issue is coming up, so try to create the portlet in a folder inside the WebContent folder, say create a folder with name portlets under webcontent and create the JSF portlet inside that portlets folder.
    Now start the server and register the same in WebCenter, you will not get that exception. I am going to raise a ticket with Oracle about this issue and get the root cause.
    Thanks
    Karthikeyan

  • How to decide the development platform for developing portal content?

    Dear Experts
    There are several platforms on which we can make
    portal contents for SAP Portal.
    1)Web Dynpro for Java
    2)Web Dynpro for ABAP
    3)PDK for .NET
    I am trying to find out which of them would be most
    efficient while developing system for the client.
    It may be that for one who knows Java, Web dynpro for
    Java would be efficient and so on.
    However, when there is a situation where the  developers
    need to be trained before the project, which of these
    platforms would be the most efficient.
    Beside the evaluation  based on language of development,
    are there some other evaluation based on criteria like the
    ease of development, deployment and debugging, cost for the
    softwares and hardwares needed for the projects, contents
    of the class library, templates provided and so on?
    Does anybody have some supporting document that describes
    on which circumstances which of these technologies would
    be efficient while making systems for the client?
    It would be of great help if you could share your insights.
    many thanks,
    Sudeep

    hi sudeep.....
             whatever technology, you work in , the output is going to be the same and he ecnd user cannot find out what technology you have used.... ABAP would be better because its growing up fast and many applications are being created using web dynpro abap.
    ---regards,
       alex b justin

  • Installer for Weblogic Portal Sever

    Hi, am trying to install the Weblogic Portal server 10.3.2 from the following link.
    From => http://www.oracle.com/technology/software/products/wlp/index.html
    I downloaded the file that is for "Windows x86" as i am on Windows XP/SP3.
    1)What do i need to do next ? Seems like it is not a .exe file, and if so how do i get it started to install ?
    2) On another machine, i have Weblogic app server of the same version, will it allow to install the portal with this existing version of App server ?
    Thanks in Advance.
    Edited by: user13729792 on Jan 13, 2011 3:27 PM
    Edited by: user13729792 on Jan 13, 2011 4:12 PM

    I guess one way, which seems to work is , When the pop-up appears asking for the location where u want to download the exe, save the filename as "portal103_win32.exe" , instead of accepting it as is.

  • BLOB CLOB IN JDBC With JDriver for Weblogic

    Hi
    I am trying to use BLOB columns in Oracle DB with JDBC JDriver for Weblogic. This JDriver is a JDBC 2.0 Driver.
    I am able to insert a EMPTY_BLOB() column but not able to update the same.
    I get the following exception:
    java.sql.SQLException: ORA-03115: unsupported network datatype or representation
    when i attempt to SELECT the BLOB column for Update.
    Can anybody help.
    Thanks in Advance.

    have a look at
    http://forum.java.sun.com/thread.jsp?forum=48&thread=392266

Maybe you are looking for

  • Problem with Sections and Table of Contents

    I have just purchased pages. Both my iMac and MacBook have Lion. I do not have the "sections" button on the toolbar. When I open the "inspector" and try to insert a Table of Contents, the "paragraph styles" pane is empty. How can I correct these prob

  • External display sleep

    I have an LG l196wrtq 19 inch monitor hooked up to my macbook using the mini-dvi->vga adapter. The monitor seems to not be able to detect when i put my macbook to sleep and stays on with a message saying" check signal cable". I've called LG about it

  • Exporting to JPEG as a batch

    Hi, I'm working on a project where I'm exporting a large number of InDesign pages to JPEGs. I'll have to repeat the process several times as I make edits (therefore having to replace the old ones). Everytime you replace all the pages you have to say

  • Calculated member roll up

    I am working on an MDX query that is giving me some trouble. The business requirements are to identify a target value of a measure. The target is determined as the minimum value for the measure within the last 6 months. I've accomplished identifying

  • Installing Lightroom 4 plugins (third party)

    I am having the darndest time installing lightroom 4 plugins. Steps I did: 1) Unzipped plugin Folder 2) Went to file-plugin manager-and add plugin 3) Found the plugin on my computer I wanted to install 4) Hit "add" 5) It won't add, it tells me there'