WL6.1 sp2: It seems there isnt' HttpSession.getServletContext() method

          Hi all,
          In the release notes (features & changes section) we can read that the getServletContext()
          method has been added to HttpSession but we get an NoSuchMethodError exception when
          we invoke it.
          Whats going wrong?
          TIA.
          Pablo.
          

          Thanks all,
          So, there is no way to get the ServletContext from the Session?
          We need to do it without the servlet (we use the wep app context to store global
          common data for all the users).
          Deepak Vohra <[email protected]> wrote:
          >ServletContext ctx=getServletConfig().getServletContext();
          >
          >Pablo wrote:
          >
          >> Hi all,
          >>
          >> In the release notes (features & changes section) we can read that the
          >getServletContext()
          >> method has been added to HttpSession but we get an NoSuchMethodError exception
          >when
          >> we invoke it.
          >>
          >> Whats going wrong?
          >>
          >> TIA.
          >> Pablo.
          >
          

Similar Messages

  • Hello, why is all of my music on my iphone but only a few songs on my itunes on my laptop? it seems like its not updating on my laptop because it still says i have credit and i know i that there isnt any please help thanks

    hello, why is all of my music on my iphone but only a few songs on my itunes on my laptop? it seems like its not updating on my laptop because it still says i have credit and i know i that there isnt any please help thanks

    If they are iTunes purchases that you bought on your phone then have you copied them over from it to your computer's iTunes ? If that is the computer that you sync the phone to then you should be able to copy them over by connecting it and doing File > Devices > Transfer Purchases. Or (depending upon what country that you are in) you might be able to redownload them directly on your computer's iTunes via the Purchased link under Quicklinks on the right-hand side of the iTunes store homepage.
    In terms of your account's balance, have you tried logging out of your account on your computer (Store > Sign Out menu option) and then logging back in (it will change to a Store > Sign In option) and seeing if your balance changes ?

  • WL6.1 SP2, Oracle 8.1.7, OCI, ConnectionPool

    Hi,
    i try to set up a database connection from a WL6.1 SP2 running on
    Solaris 8 to a Oracle 8.1.7 DB running on Linux. I have to use the
    Oracle - Driver, not the Weblogic - Driver. CLASSPATH, PATH,
    LD_LIBRARY_PATH, ORACLE_HOME and TNS_ADMIN are set correct
    (hopefully). When I use the thin - drivers, everything works fine. Now
    I want to switch to OCI and get the following error:
    ORA-07217: sltln: environment variable cannot be evaluated
    I know this error occurs because I did not provide an ORACLE_SID. But
    why do I need to export ORACLE_SID, isn´t the SID provided by the
    ConnectionURL?
    Anyway, if I set the ORACLE_SID explicitely, I get:
    ORA-01034: ORACLE not available
    Do I need to export the ORACLE_SID? If yes, why do i get the 01034?
    The tnsnames.ora is correct, I can connect by using sqlplus to the
    database without any problems ...
    Here is the definition of the connection - pool:
    <JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver"
    LoginDelaySeconds="1" MaxCapacity="10"
    Name="BMSP JDBC Connection Pool"
    Password="{3DES}LFkEplP7jUuI/nVqSwNNjQ=="
    Properties="user=vgn_data;dll=ocijdbc8;protocol=oci8"
    RefreshMinutes="5" Targets="sgw-domain-server"
    TestConnectionsOnRelease="true"
    TestConnectionsOnReserve="true"
    TestTableName="dual" URL="jdbc:oracle:oci8:@TESTDB"/>
    Any hint is very welcome.
    Thanks in advance,
    Jochen

    Hi,
    ok, I solved the problem, it was a "classic" version - conflict. The
    drivers (classes12.zip) came from an 8.1.6 - Version, but the
    libraries were all 8.1.7. Mea maxima culpa ;)
    Anyway, it was hard to find this error, because the errormessages did
    not point to a version - conflict ... so, if anyone of you out there
    encounters the same strange behaviour: Check your versions ;)
    Greetings,
    Joche

  • Upgrading WL6.1 SP2 to SP3

    hi all
    i would like to know what is the ways of upgrading the WL from SP2 to SP3
    i have installed WL6.1 SP2 on my solaris station and i want to upgrade it to SP3
    is there a way of upgrading rather then installing new WL.
    thanks in advance
    shlomit

    Shlomit <[email protected]> wrote:
    i have installed WL6.1 SP2 on my solaris station and i want to upgrade it to SP3.
    Is there a way of upgrading rather than installing new WL? Shlomit,
    Sure. Go to bea.com, download service pack 3, install as follows:
    $ /opt/bea/jdk131/bin/java -cp wls61sp3_upgrade_generic.zip install -i console
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
    ->1- English
    CHOOSE LOCALE BY NUMBER: 1
    ===============================================================================
    WebLogic Server 6.1 Service Pack 2 (created with InstallAnywhere by Zero G)
    ===============================================================================
    Introduction
    This installer will guide you through the installation of Service Pack 3 of
    WebLogic Server 6.1. Use command "next" to proceed to the next screen. If you
    want to change something in a previous screen, use command "previous" or
    "back". You may quit the installer at any time by using the command the
    "quit".
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Choose BEA Home Directory
    1- /opt/bea
    Existing BEA Home: 1
    ===============================================================================
    Installing...
    [==================|==================|==================|==================]
    [------------------|------------------|------------------|------------------]
    ===============================================================================
    Install Complete
    Congratulations! The installation of Service Pack 3
    for WebLogic Server 6.1 is complete.
    The installer has saved copies of files which you may have modified to:
    /opt/bea/wls/servicepacks/sp3/backup
    Press "Enter" to quit the installer:
    $
    Then, to verify...
    MBean reports:
    WebLogic Server 6.1 SP3 (...etc...)
    Let me know if you need more assistance.
    Brian J. Mitchell
    BEA Systems Administrator
    TRX
    Atlanta, GA
    email: [email protected]
    office: 404-327-7238
    mobile: 678-283-6530

  • Start WL6.1 sp2 as service, can't find DB2 dlls

    I have WL6.1 sp2 installed to run as a service. I modified the classpath and java.library.path
    to pick up my DB2 jdbc drivers. The service sends a message stating that the
    DB2CLI.dll can not be found in the following path c:\bea\wlserver6.1\bin;.;c:\winnt...etc.
    The -extrapath setting in the installNTservice.cmd sets the 'path' parameter
    in the registry, but does not seem to do anything. If I copy all my DB2*.dll
    files into the \bin, it works fine. I would rather figure out how to modify that
    path correctly.

    Layne,
    Can you test with the latest beasvc.exe file thatw as shipped with sp2
    for WLS 6.1 ?
    The -extrapath issue has been fixed in the latest beasvc.exe file
    Thanks,
    Raj Alagumalai
    Developer Relations Engineer
    BEA Support
    Layne Carder wrote:
    I have WL6.1 sp2 installed to run as a service. I modified the classpath and java.library.path
    to pick up my DB2 jdbc drivers. The service sends a message stating that the
    DB2CLI.dll can not be found in the following path c:\bea\wlserver6.1\bin;.;c:\winnt...etc.
    The -extrapath setting in the installNTservice.cmd sets the 'path' parameter
    in the registry, but does not seem to do anything. If I copy all my DB2*.dll
    files into the \bin, it works fine. I would rather figure out how to modify that
    path correctly.

  • Bootcamp - Seems there is no Support for Windows 8.1 once it is loaded. Just got off the Microsoft Help line and they refused to help me because I was running Win 8.1 in Bootcamp. Where do I go for help?

    Bootcamp - Seems there is no Support from Microsoft  for Windows 8.1, once it is loaded.
    I Just got off the Microsoft Technical Help line (Australia ph132058) and they refused to help me because I am running Win 8.1 in Bootcamp.
    I have the latest Mac Book Pro Retina with a 1TB Solid State Hard drive running Win 8.1, beautiful machine, but its slower than my old MBP running windows 7 on a standard Drive.
    The niggiling problem is that it seems to hang up for seven or 8 seconds on menial tasks........ like generating a new Folder or Note etc. Otherwise it runs reasonably well but not blindingly fast....
    I wasn't aware Microsoft refused to help win 8.1 users on the Mac Platform........ shouldn't this Information be made more public...! Seems they are keen to drive potential Windows users away!!
    Any suggestions on where I should go for help on this (Windows/Bootcamp in General) would be much appreciated ? ........ don't mind paying a reasonable price if the service is good......
    I guess the wheel has turned and Microsoft are having a go at Apple again...?
    Many thanks ....... Martin V

    Thanks Turbostar.
    I was thinking along the same lines. I installed Win 8.0 Pro and upgraded to 8.1 ........ probably a bad move.
    I have bought a new 8.1 Licence but cant risk doing a complete reinstall until I have a back up machine ready. (My old MBP is getting a new hard drive) ......... so will give that a go in about a weeks time when the back up is in place. Cant risk having nothing!
    When you say "Clean Install" ..... do you mean everything ..... as in Reformat the Bootcamp sector and start from scratch.?
    I have a 2 TB LaCie Thunderbolt drive with my back up data on ..... is there a way to make the Reinstall process and large amount of Data transfer easy?
    The reinstall is something I need to read up on. I was hoping the solution might be some kind of Tune up on the SSHD.
    Good to hear you have a number of MBP's that are flying, I would be disappointed if the final quality wasnt a bit better.
    ..... do you have any tips on screen Res on the Retina ..... I am running Windows at 125% Zoom, but the Bluetooth, power, wireless, Date Icons etc are all still tiny ...... could really do with an alternative to the old "Advanced Appearance Settings"
    cheers ..... Martin V

  • My iphone has been lost in my house and i need to find a way to track it and its offline. it wont connect to the internet so there isnt a way to use find my iphone. i just want to play a sound on it. is there any way i can get a app that connects my ipod

    my iphone has been lost in my house and i need to find a way to track it and its offline. it wont connect to the internet so there isnt a way to use find my iphone. i just want to play a sound on it. is there any way i can get a app that connects my ipod from a laptop or a different way to find it.

    If your phone is offline, the ONLY way to find it is to look for it the old fashioned way.  Your phone CANNOT be located electronically if it's offline.

  • I have to restore my phone from back up but in order to do it i had to update my software. now that my software is updated there isnt enough room on the phone to back up. is there a way to only restore certain things from the backup like contacts?

    i have to restore my phone from back up but in order to do it i had to update my software. now that my software is updated there isnt enough room on the phone to back up. is there a way to only restore certain things from the backup like contacts?

    Because it says it's incompatible when it can't be, I got hope. I get error messages all the time with my iPod and iPhone that it cannot sync and that 'this device is not capapble of connecting to iTunes' stuff. I literally forget that happened, plug it in again and it works, I later realize that iTunes made a mistake, they do that.

  • How can I monitor my monthly data usage for all 3 computers in my house? I have an Airport base station and it seems there should be software to monitor it from that point rather than monitoring the usage for each computer and then adding it up.

    How can I monitor my monthly data usage for all 3 computers in my house? I have an Airport base station and it seems there should be software to monitor it from that point rather than monitoring the usage for each computer and then adding it up.

    The following example was one of dozens that showed up on a simple Google search of.....
    monitor Internet data use on a Mac
    Watch your Internet usage with NetUse Monitor | Macworld
    Most service providers have an application for their users as well.

  • We're sorry. It seems there is a problem. Please try using Gmail with a supported browser. If you're encountering this error while using a supported browser, we

    after the last udpate I can no longer access gmail or youtube. the error message from gmail is: We're sorry. It seems there is a problem. Please try using Gmail with a supported browser. If you're encountering this error while using a supported browser, we suggest alerting your Internet Service Provider (ISP) that a proxy is failing to accept cookies on HTTP redirects.
    youtube just lists some generic issue regarding cookies, and my cookie settings are wide open. I can open both with safari so it is a firefox issue.

    Did you install any new add-ons lately? I see listed:
    AddThis 3.5.9 ({3e0e7d2a-070f-4a47-b019-91fe5385ba79})<br />
    Advertising Cookie Opt-out 1.5 ([email protected])<br />
    Flash Video Downloader 5.3.2 ([email protected])<br />
    Garmin Communicator 4.1.0 ({195A3098-0BD5-4e90-AE22-BA1C540AFD1E})<br />
    socialvest 0.5.5 ([email protected])<br />
    Troubleshooter 1.1a ([email protected])<br />
    eMusic Community Toolbar 3.21.0.1 ({9ee802e8-c931-47ab-b570-aa8f791598ca}) (Inactive)
    Are any of these new?

  • I backed up my iPhone to my computer before I did the ios 8 update and now when i go t restore it it tells me there isnt enough space on the iphone. I lost half of my pictures in my camera roll. Is there anyway i can get these back?

    I backed up my iPhone to my computer before I did the ios 8 update and now when i go t restore it it tells me there isnt enough space on the iphone. I lost half of my pictures in my camera roll. Is there anyway i can get these back?

    You did import these important photos over to an alternative storage medium, just like you would with any digital camera, right?

  • How do I transfer live video from the iPad to my Apple TV.  Seems there is a key stroke but I find no reference anywhere

    How do I transfer live video from the iPad to my Apple TV.  Seems there is a key stroke but I find no reference anywhere!

    http://support.apple.com/kb/HT4437
    Regards.

  • When i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.

    when i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.when i click start it says the apple mobile device services stopped in the middle then stopped.it said some services stop in the middle if not used by other services.and i just updated itunes before all a this and ever since ive had errors.

    Have you looked at this article:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • I live in Nepal. I can access for the first time at the time of using itunes. There isnt option of NONE in the payment mode.Please Help Me Out !

    I live in Nepal. I can access for the first time at the time of using itunes. There isnt option of NONE in the payment mode.Please Help Me Out !

    AshimPoudel wrote:
    I have problem still. Is this payment important to create a free apple ID???
    Not sure what you are asking...
    Apple ID FAQs
    http://support.apple.com/kb/HE37

  • HT5085 My kik wont download at all there isnt even a download button what do i do?

    My kik wont download at all ike there isnt even a download button what do i do

    Hello ally1632,
    The following article provides troubleshooting steps that can help resolve most issues you may encounter with apps from the App Store.
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/TS1702
    Cheers,
    Allen

Maybe you are looking for

  • Won't detect Logitech Bluetooth mX900 mouse unless moving it at startup

    When I start up my iMac, it does not automatically detect my Logitech MX 900 bluetooth mouse unless I am moving the mouse around at the right moment. If I am not moving the mouse, a screen pops up saying the computer has been unable to detect the mou

  • Insert html data

    This insert statement is not working through sql plus but works through pl-sql developer. Any pointers what settings I need to apply for this to work?? I am getting the following errors: <p> SP2-0042: unknown command "</body>" - rest of line ignored.

  • Cover flow view crash - ok yesterday

    Probably not an issue with my video drivers or cover art... because it was working alright for months. Was ok "yesterday". But whenever I switch to "cover flow" view, iTunes crashes. In fact, my iTunes crashes on opening (probably because coverflow i

  • Help regarding Charts

    Hello, I am currently developing an application and I have a requirement. The table structure is as below: Table - leaves_months_test Columns - email, jan, feb, mar, apr, may, jun, jul, aug, sept, oct, nov, dec, total This table stores the leaves tak

  • Gallery widget image number appearence

    Hi, I can't seem to find a way to remove the text (or modify it) that appears on the bottom of the gallery widget when you have more than 10 images as you can see on the image attached: As far as I know, you can't even changet the color, size or font