Need help on Weblogic Portal 8.1

We are using Weblogic 8.1 Portal server. Below is the code snippet used in one of the JSP files to pick up contents from Documentum and display it. In this code "pz:contentSelector" tag is returning a com.bea.content.Node[] object where are "cm:getProperty" tag is calling a customized wrapper class which accepts only a com.bea.p13n.content.Content[] object. We understand that Content object has been replaced with Node in Weblogic 8.1 SP4.
Can anyone tell us how to convert a Node object into Content object?
<pz:contentSelector rule="<%= sRule %>" id="indocs"/>
<cs:getContent docs="<%=indocs%>" id="item">
<cm:getProperty failOnError="true" id="item" />
</cs:getContent>

We are using Weblogic 8.1 Portal server. Below is the code snippet used in one of the JSP files to pick up contents from Documentum and display it. In this code "pz:contentSelector" tag is returning a com.bea.content.Node[] object where are "cm:getProperty" tag is calling a customized wrapper class which accepts only a com.bea.p13n.content.Content[] object. We understand that Content object has been replaced with Node in Weblogic 8.1 SP4.
Can anyone tell us how to convert a Node object into Content object?
<pz:contentSelector rule="<%= sRule %>" id="indocs"/>
<cs:getContent docs="<%=indocs%>" id="item">
<cm:getProperty failOnError="true" id="item" />
</cs:getContent>

Similar Messages

  • Need Help with Weblogic Portal WSRP setup on IE10 & above

    Hello,
    My client hosts weblogic Portal server and consumes portlets built in .Net. These work fine in all browsers except for IE10 and above.
    In IE10 and above, none of the click events seem to work. This does not generate any error in the browser or in the application on my end.
    I have setup Oracle Weblogic Portal 10gR3 locally on my Windows 7 box and I have added my application running on local machine as producer, so I am able to add break points and step through the code.
    I confirmed that every click event triggers a response but the view in the portal does not change.
    When I try to load the portlet directly in browser, every thing works fine.
    Only different thing I did different to handle multiple instances of same portlets is to add namespaces to all function names
    Original:
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
      theForm.__EVENTTARGET.value = eventTarget;
      theForm.__EVENTARGUMENT.value = eventArgument;
      theForm.submit();
    Modified:
    var nsT6001266201402001799481theForm = document.forms['nsT6001266201402001799481form1'];
    if (!nsT6001266201402001799481theForm) {
        nsT6001266201402001799481theForm = document.nsT6001266201402001799481form1;
    function nsT6001266201402001799481__doPostBack(eventTarget, eventArgument) {
        if (!nsT6001266201402001799481theForm.onsubmit || (nsT6001266201402001799481theForm.onsubmit() != false)) {
            nsT6001266201402001799481theForm.__EVENTTARGET.value = eventTarget;
            nsT6001266201402001799481theForm.__EVENTARGUMENT.value = eventArgument;
            nsT6001266201402001799481theForm.submit();

    Oracle Weblogic Portal 10gR3

  • 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

  • Help with weblogic portal

    hello friends,
    i have come from perl/cgi side of web applications and new to weblogic,theorotically familiar with java and jsp. now i have task on working with weblogic portal server 8.1. i need help on where to start and some kind of direction and all the advantages and disadvantages in this new field of mine. I am basically a novice and any kind of information would be greatly usefull. i have weblogic workshop installed.
    Thanks in advance
    --C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Chaitanya,
    you can find more information on portal at
    http://e-docs.bea.com/wlp/docs81/index.html
    Regards,
    Prasanna Yalam

  • Need to install weblogic portal and how to start

    HI,
    Can anyone guide me how to install the weblogic portal.. from where i can get the exe and user guide..
    plz give me the links

    The Oracle WebLogic Portal documentation for 10.3 (10g Release 3) is here:
    http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/
    That documenation includes an installation guide:
    http://download.oracle.com/docs/cd/E12840_01/common/docs103/install/index.html
    The installation guide contains a section on "Product Distribution" that contains what you need to know:
    http://download.oracle.com/docs/cd/E12840_01/common/docs103/install/prepare.html#wp1180710

  • Need help on the Portal Logged on Users Custom tool

    Hello Everyone
    I am trying to build a tool by following the below blog written by Micheal Nicholls,
    Building a tool to monitor who is logged on to an SAP NetWeaver Portal...
    can some body suggest me on how to start building this.
    I am assuming I need to create two portal components and create an iview with the second component. so that it will fetch the users from the file wher the first component has placed on the temp directory. is it correct.
    Do I just need to deploy the first component or do anything specific with that?
    could some body pls suggest me regarding this. Appreciate your valuable answer.
    Thanks
    RIo

    Yes you need to make two components and deploy them to your portal. After that you need to find the file SessionManager.jsp at the o/s level of the portal and replace the call of the rtc_script with a call to your component. Restart the portal server and see what happens!
    Please note that this is not supported. The idea was to show how you might want to proceed. It is not a fully functioning solution.

  • Need help to build Portal Insert URL in OAM..

    Hi All,
    I have a requirement to customize the user Manager screen in such a way that i need to get only the search criteria tab(but not any of the tabs or links) and the search results.
    To achieve this i have builded below Portal URL.
    http://training.orademo.com/identity/oblix/apps/userservcenter/bin/userservcenter.cgi?program=search&comp=true
    By using this above URL i am able to hide all the tabs in the browser but i need to have that search criteria to be displayed in the screen.
    Can any one please suggest me the solution to achieve this.
    Its bit urgent requirement.
    Thanks in advance.
    Siva Pokuri.

    Hi Colin,
    Thanks for your quick response.
    URL that i posted will search the users in OAM. But my requirement is like i have to select the attribute and search type and search value from that page(in that Page i should not have UserManager, GroupManager, Org Manager, Identity SYstem Console tab and My Profile , reports ...etc links should not be appear) i sould be able to select the attribute that i would like to search only. so the search functionality should be there.
    Based on this req i have to build the URL.
    Please help me.
    Thanks & Regards,
    Siva Pokuri.

  • Need help in recovering portal admin password - URGENT

    Hi,
    I am unable to start the ALUI LDAP Service and couldn't login to the portal too. Below is the error that I am getting when trying to start the ALUI LDAP Service and I m looking for help to reset the administrator password.
    INFO | jvm 1 | 2013/01/16 20:33:11 | Initiating LDAP server start sequence...
    INFO | jvm 1 | 2013/01/16 20:33:11 | Starting server on port : 3389
    INFO | jvm 1 | 2013/01/16 20:33:11 | Initializing LDAP/X.500 BER protocol codec...
    INFO | jvm 1 | 2013/01/16 20:33:11 | Detected 98 active CPU cores.
    INFO | jvm 1 | 2013/01/16 20:33:11 | ApacheOpenLogFactory successfully loaded.
    INFO | jvm 1 | 2013/01/16 20:33:12 | ApacheOpenLogFactory successfully loaded.
    INFO | jvm 1 | 2013/01/16 20:33:12 | Could not start LDAP listener on port 3389:javax.naming.ConfigurationException: Unable to instantiate authtication provider Java class "com.bea.alui.directory.backend.auth.plumtree.PlumtreeAuthenticator". Please check your configuration and ensure that jvm has permission to instantiate this class.
    INFO | jvm 1 | 2013/01/16 20:33:12 | WrapperStartStopApp: start main method completed
    INFO | jvm 1 | 2013/01/16 20:33:12 | Wrapper Manager: ShutdownHook started
    INFO | jvm 1 | 2013/01/16 20:33:12 | WrapperManager.stop(0) called by thread: Wrapper-Shutdown-Hook
    INFO | jvm 1 | 2013/01/16 20:33:12 | Send a packet STOP : 0
    DEBUG | wrapperp | 2013/01/16 20:33:12 | read a packet STOP : 0
    DEBUG | wrapper | 2013/01/16 20:33:12 | JVM requested a shutdown. (0)
    DEBUG | wrapper | 2013/01/16 20:33:12 | wrapperStopProcess(0) called.
    DEBUG | wrapper | 2013/01/16 20:33:12 | Sending stop signal to JVM
    DEBUG | wrapperp | 2013/01/16 20:33:12 | send a packet STOP : NULL
    INFO | jvm 1 | 2013/01/16 20:33:12 | Received a packet STOP :
    INFO | jvm 1 | 2013/01/16 20:33:13 | Thread, Wrapper-Shutdown-Hook, handling the shutdown process.
    INFO | jvm 1 | 2013/01/16 20:33:13 | calling listener.stop()
    INFO | jvm 1 | 2013/01/16 20:33:13 | WrapperStartStopApp: stop(0)
    INFO | jvm 1 | 2013/01/16 20:33:13 | WrapperStartStopApp: invoking stop main method
    INFO | jvm 1 | 2013/01/16 20:33:13 | Initiating LDAP server stop sequence...
    DEBUG | wrapper | 2013/01/16 20:33:09 | JVM signalled a start pending with waitHint of 5000 millis.
    DEBUG | wrapperp | 2013/01/16 20:33:09 | read a packet STARTED :
    DEBUG | wrapper | 2013/01/16 20:33:09 | JVM signalled that it was started.
    DEBUG | wrapperp | 2013/01/16 20:33:10 | send a packet PING : ping
    INFO | jvm 1 | 2013/01/16 20:33:11 | Received a packet PING : ping
    INFO | jvm 1 | 2013/01/16 20:33:11 | Send a packet PING : ok
    DEBUG | wrapperp | 2013/01/16 20:33:11 | read a packet PING : ok
    DEBUG | wrapper | 2013/01/16 20:33:11 | Got ping response from JVM
    INFO | jvm 1 | 2013/01/16 20:33:11 | OpenLog: Registered application name: aluidirectory.osha-trn-wcims-01.alui (local machine only)
    INFO | jvm 1 | 2013/01/16 20:33:11 | Initiating LDAP server start sequence...
    INFO | jvm 1 | 2013/01/16 20:33:11 | Starting server on port : 3389
    INFO | jvm 1 | 2013/01/16 20:33:11 | Initializing LDAP/X.500 BER protocol codec...
    INFO | jvm 1 | 2013/01/16 20:33:11 | Detected 98 active CPU cores.
    INFO | jvm 1 | 2013/01/16 20:33:11 | ApacheOpenLogFactory successfully loaded.
    INFO | jvm 1 | 2013/01/16 20:33:12 | ApacheOpenLogFactory successfully loaded.
    INFO | jvm 1 | 2013/01/16 20:33:12 | Could not start LDAP listener on port 3389:javax.naming.ConfigurationException: Unable to instantiate authtication provider Java class "com.bea.alui.directory.backend.auth.plumtree.PlumtreeAuthenticator". Please check your configuration and ensure that jvm has permission to instantiate this class.
    INFO | jvm 1 | 2013/01/16 20:33:12 | WrapperStartStopApp: start main method completed
    INFO | jvm 1 | 2013/01/16 20:33:12 | Wrapper Manager: ShutdownHook started
    INFO | jvm 1 | 2013/01/16 20:33:12 | WrapperManager.stop(0) called by thread: Wrapper-Shutdown-Hook
    INFO | jvm 1 | 2013/01/16 20:33:12 | Send a packet STOP : 0
    DEBUG | wrapperp | 2013/01/16 20:33:12 | read a packet STOP : 0
    DEBUG | wrapper | 2013/01/16 20:33:12 | JVM requested a shutdown. (0)
    DEBUG | wrapper | 2013/01/16 20:33:12 | wrapperStopProcess(0) called.
    DEBUG | wrapper | 2013/01/16 20:33:12 | Sending stop signal to JVM
    DEBUG | wrapperp | 2013/01/16 20:33:12 | send a packet STOP : NULL
    INFO | jvm 1 | 2013/01/16 20:33:12 | Received a packet STOP :
    INFO | jvm 1 | 2013/01/16 20:33:13 | Thread, Wrapper-Shutdown-Hook, handling the shutdown process.
    INFO | jvm 1 | 2013/01/16 20:33:13 | calling listener.stop()
    INFO | jvm 1 | 2013/01/16 20:33:13 | WrapperStartStopApp: stop(0)
    INFO | jvm 1 | 2013/01/16 20:33:13 | WrapperStartStopApp: invoking stop main method
    INFO | jvm 1 | 2013/01/16 20:33:13 | Initiating LDAP server stop sequence...
    INFO | jvm 1 | 2013/01/16 20:33:13 | LDAP server stop sequence failed:java.net.ConnectException: Connection refused
    ERROR | wrapper | 2013/01/16 20:33:46 | Shutdown failed: Timed out waiting for signal from JVM.
    ERROR | wrapper | 2013/01/16 20:33:46 | JVM did not exit on request, terminated
    INFO | wrapper | 2013/01/16 20:33:47 | JVM exited on its own while waiting to kill the application.
    DEBUG | wrapper | 2013/01/16 20:33:47 | Signal trapped. Details:
    DEBUG | wrapper | 2013/01/16 20:33:47 | signal number=18 (SIGCHLD), source="unknown"
    DEBUG | wrapper | 2013/01/16 20:33:47 | Received SIGCHLD, checking JVM process status.
    STATUS | wrapper | 2013/01/16 20:33:47 | JVM exited in response to signal SIGKILL (9).
    DEBUG | wrapper | 2013/01/16 20:33:47 | JVM process exited with a code of 1, setting the wrapper exit code to 1.
    DEBUG | wrapperp | 2013/01/16 20:33:47 | server listening on port 32010.
    STATUS | wrapper | 2013/01/16 20:33:47 | <-- Wrapper Stopped
    Edited by: 982366 on Jan 16, 2013 9:21 PM

    Dear Satish,
    My email adds is : [email protected]
    Do u have any MSN or Yahoo Messenger, so you could guide me in real-time.
    I'm in Indonesia and my internet connection was extremly slow.
    I need to wait for 12 Hrs just to donwload the EXE. zip. And another 1 hours with failure installment process.
    I've told in the forum about my progress and still having difficulty to connect to the SQLPLUS in path.
    My aim is to get install iSQLPlus.
    I'm not urging you to assist me, just when you feel[b] free and happy, you can mail me back or chat online with me by providing me you messenger address.
    Thank you very much in advance for your geneoursity bow
    Warmest rgds,
    Harry.-

  • Need help regarding Weblogic Server Hang up

    We are facing a problem at the client’s place on the production environment.
    The weblogic server is hanging up once every week. The application is running fine till then, but once the server is hung we need to restart the weblogic again.
    Also after observing the behavior of the memory usage of the application in the weblogic admin console we came to know that the memory usage is gradually increasing day by day. We are not sure why this is happening.
    We tested the application to check for any memory leaks using JProbe. We couldn’t find any memory leaks in the application. We even tested it onsite but couldn’t find any memory leaks.
    I need some help on this issue as this is happening on the production environment and needs to be resolved as soon as possible.
    The configuration we are having on the production environment is:
    bea:8.1
    JDK:1.41_02

    1. You say its a hang, get multiple threadumps and see whats happening at the time of hang. this will give you a clue into the work thats going on and thats stuck.
    2. are you seeing outofmemoryexception? If yes only then you will need to suspect the memory leak. First thing in such situation is try to increase the heap by about 1/3rd more (this is just a guestimate not a recommended practice) , that can potentially buy you time to analyze the problem.
    3. you should also check if weblogic objects are leaking , check the jprobe snapshots if you have any to see if you find any weblogic object that are not getting garbage collected and growing continuously. there have been a few memory leak fixes since 8.1 release. if you find something contact support@bea and find out if any existing fix will help.

  • Need help with weblogic monitoring

    HI all
    I need to get metrics from my WL 12c applications.  metrics such as response times for requests, transaction times list all loaded classes etc..
    I connect to jconsole but I do not see any metrics.  whats the best way to get metrics out of weblogic web service app?

    Naveen,
    That did it!
    Many Thanks,
    Kevin
    "Naveen \([email protected]\)" <[email protected]> wrote:
    Hi,
    Within the grant block that is at the end of the weblogic.policy file,
    try
    adding the following entry :
    permission java.sql.SQLPermission "setLog", "*";
    Thanks,
    -- Naveen
    "Kevin Toomey" <[email protected]> wrote in message
    news:3c0bad4a$[email protected]..
    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied(java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/}"read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

  • Need Help on Mobile Portal Development

    Hello everyone!
    I am trying to develop a portal (client) for web services on mobile devices that supports CLDC and MIDP, like the Yahoo! Go.
    I was just wondering what technologies I need to learn and tools I have to use to develop the portal application. I have been developing game applications using J2ME for quite sometime now, and this portal application is new to me that is why I am asking for 'guidance' in what steps I have to take.
    Any help is greatly appreciated. :)

    Hi,
    Pls chk this links;might be useful.
    "Getting Started with Mobile Client Applications":
    http://help.sap.com/saphelp_crm50/helpdata/en/50/45c33a1dfe105ae10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_crm50/helpdata/en/0e/c90d3888a6b510e10000009b38f8cf/frameset.htm
    Regards,
    CSM Reddy

  • Need help using weblogic.Deployer to refresh a webapp

    I'm trying to refresh some jsp from a webapp deployed in exploded format
    in WLS 8.1SP3
    The original source files are not located on the machine or filesystem
    running the admin server (the webapp is deployed on a cluster)
    On WLS 6.1SP5, we use weblogic.refresh to upload the files to the admin
    server and redeploy the refreshed files.
    The documentation suggest to use weblogic.Deployer with WLS8.1 since
    weblogic.refresh is deprecated.
    I couldn't find the correct command line options to reproduced the
    weblogic.refresh behaviour. Apparently it is not possible to upload the
    files to the admin server and redeploy in a single step. weblogic.Deployer
    expects the file to be already available to the admin server before
    issuing the redeploy (using rsync, ftp or whatever). Is this correct ?
    What did I miss ?
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

    I thought you've got error of another type - that error is fixed by simple software update.
    Regarding your case - it's always frightening in first time. Believe me - there's completely nothing to be afraid of.
    Resizing C drive may result killing your DATA on it only in case of energy is down during the process. Process is taking about 15-20 minutes on slow programs and about 3-4 minutes on fast programs. That means that even having problems with electricity you'll be able to finish everything correctly running on battery.
    I'd recommend using Acronis Disk director Suite, but it is not free. One of the best free progs for that are bootable Linux livecds PartedMagic and GParted. They're all intuitive understandable. 
    You will get your NOVO recovery feature lost after C resize, but you can enable it later, replacing that factory backup in hidden partition with your own backup - your NOVO button will restore your system with all your software and settings.
    it will be good for you to start with some basic principles on partitions organization schemes - why, what for and how questions are briefly explained here. After reading this you'll be able to ask right questions to get right answers.
    //help will save the world

  • Need help  in weblogic

    Hi
    I am new to weblogic.  I am  migrating  Weblogic which running  on  Solaris  8 physical  box  to     Solaris 10 Zone  on  solaris 8 platform.
    When I start  weblogic  instance  , it starts  and   crashes and  getting below  error in weblogic  log.
    Tue Jul 30 04:43:15 PDT 2013:<E> <Posix Performance Pack> Failure in processSockets()
    java.io.IOException: unexpected revents in poll
            at weblogic.socket.PosixSocketMuxer.poll(Native Method)
            at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:284)
            at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
            at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    Can you please  help.
    Thanks
    Nagesh Prabhu

    you might be able to get away with restarting your server.
    I am nmot sure if this feature is available in wls 6 . There is a connection pool parameter that can check if the connection is valid before giving it out. if it is not good it will create a new connection and give it you.

  • Need help Staffing a Portal Project

    Can anyone tell me how many people are needed to staff a sun Portal implementation project. We are estimating 2 fulltime developers for a 6 month duration.
    The client wants the follwing features: Personalization, Online forums/collaboration, Portlets and custom navigation.
    Do we need more that 2 developers. Can anyone tell me anything about the Sun Portal server. Is it configurable like BEA , Vignette and websphere. I do not see too many out of the box features listed for the Sun Portal server.
    What is the level of difficulty? Does Sun Portal server just provide a bunch of API's or does it have configurable out of the box solutions.
    Thanks

    It really depends on the "right people" and their experience...
    Based on your project description it could take two-four weeks
    for two people (UI Template Designer and Portal Architect)
    who are Sun ONE portal experts or up to 6 months for a
    developer team with no KnowHow in portal applications
    and integration solutions...
    SunONE portal is in many ways simpler than some other
    portals, but there are less free "out the box" extensions
    available. However some SunONE partners and integrators
    are offering free "start up packages" with most wanted
    portal extensions like Forums, Chats, FileManager, ProductCatalog or Shopping Cart...
    PS: If you are interested to learn more, you can drop me a mail.
    Cheers,
    Alex :-)

  • Need help with weblogic.policy file

    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied (java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/} "read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

    Naveen,
    That did it!
    Many Thanks,
    Kevin
    "Naveen \([email protected]\)" <[email protected]> wrote:
    Hi,
    Within the grant block that is at the end of the weblogic.policy file,
    try
    adding the following entry :
    permission java.sql.SQLPermission "setLog", "*";
    Thanks,
    -- Naveen
    "Kevin Toomey" <[email protected]> wrote in message
    news:3c0bad4a$[email protected]..
    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied(java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/}"read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

Maybe you are looking for

  • Need API for getting List price and unit price before Order entry

    Hello, I have requirement of provide unit & list price before order entry (Oracle Pricing and availability form provide the same). Please suggest any API for the same. Thanks Akil.

  • Terms of delivery width

    Hi All, how can increase Terms of delivery width in PO Header -> Texts Thanks & Regards, S.Singh

  • How to submit subform from it own parent form button.

    Hi, I have a scenario that I have put a region in a subform, where I need it to be submitted from its parent form button(cb1). eg: <af:panelGroupLayout id="pgl1"> <af:subform id="sub1" default="true" > <af:region value="#{bindings.UserFlow1.regionMod

  • APACHE Tomcat server startup problem

    When i'm trying to start Apache from Eclipse IDE, then accessing http://localhost:8080 , i got a Error 404 - The requested resource not available. why is this? when i'm starting from command line, everything it's ok, it's displaying the welcome scree

  • PDF to Excel. Adobe reader XI.

    Need to convert PDF to Excel. Have Adobe reader XI. Under tools do not get converting text option. WHat do I need to do?