Cookie bug using Administrative Server as part of the Cluster

All using Weblogic 6.0:
          Administrative Server running on Windows 2000 Professional
          Managed Server running on Windows 2000 Server
          Both machines running in the same cluster.
          Requests being proxied by the Windows 2000 Professional machine running IIS
          Ok, now that you know our test environment, here's a little about our bug.
          If we begin an http session with requests being fulfilled by the
          administrative server (through the proxy), and shut down and bring the
          managed server back up, everything is fine. (No big surprise.)
          However, if requests are being fulfilled by the managed server and the
          administrator goes down and then comes back up, we get a
          "ReplicationManager: object 722399223287670702 not found" error, where the
          number seems to refer to value stored in the cookie after the last OR
          symbol as shown below.
          When the session is created, the cookie contains the following value:
          session id =
          OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
          84610/-1062731365/7001/7002|4648941459387506517/-1062731381/7001/7002|722399
          223287670702
          When the administrative server goes down, the cookie contains the following
          value:
          session id =
          OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
          84610/-1062731365/7001/7002|NONE|722399223287670702
          When the administrative server comes back up, the cookie contains the
          following value:
          session id =
          OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
          84610/-1062731365/7001/7002|4563245475623454445/-1062731381/7001/7002|722399
          223287670702
          Its pretty obvious how the cookie id breaks down, information before the
          first OR is client info specific to each client, between the first and
          second OR is information regarding the first server from the cluster to
          fulfill the requests. The info between the second and third is the
          identification of the backup server containing the replicated version of the
          session. And the last bit of information seems to be an ID referring to the
          session object as stored in memory. As you can see, the value that the error
          is referring to never changes. SO WHY DOES THE OBJECT GET LOST?
          This is a big problem for us, as our resources are limited (as I assume
          everyone else's is). Is this just a bug? If so, is there a service pack
          already available? If its not a bug, it should be as resolving the bug
          allows the administrative server to be part of the cluster saving everyone
          the money for an extra machine and (here's the killer) the money for an
          extra weblogic license to run on a administrative server separate from the
          cluster (in which case it works fine, just costs a whole lot more).
          Well, I hope this is clear enough. If not please ask whatever you need to
          know. We are looking for any information anyone can provide.
          Thank you,
          Chad Griffith
          Software Engineer
          VisionTEK Inc.
          [email protected]
          

To answer your question, fail over works fine, i.e. if a session is
          maintained on the managed server, we can shut it down and the session is
          transferred to the administrative sever.
          The only problem we are having is when the session is on the MANAGED server,
          and the ADMIN server goes down and back up WITHOUT any session transfer.
          As for shutting down an admin server, you can bring it back up while managed
          servers are running by using the -Dweblogic.management.discover=TRUE
          setting.
          I hope this clarifies everything.
          Thanks again,
          Chad
          "Sioux France" <[email protected]> wrote in message
          news:[email protected]...
          > Is this an admin server problem though? Can you try the opposite? i.e. IS
          it
          > possible to connect to the Managed server for your http requests (through
          > the proxy)? If so, then shut down and bring back the managed server. I'd
          > expect that to go wrong in the same way? Likewise if you shutdown and
          bring
          > back the admin server in that configuration you would not have a problem?
          > "Chad Griffith" <[email protected]> wrote in message
          > news:[email protected]...
          > > All using Weblogic 6.0:
          > > Administrative Server running on Windows 2000 Professional
          > > Managed Server running on Windows 2000 Server
          > > Both machines running in the same cluster.
          > > Requests being proxied by the Windows 2000 Professional machine running
          > IIS
          > >
          > > Ok, now that you know our test environment, here's a little about our
          bug.
          > > If we begin an http session with requests being fulfilled by the
          > > administrative server (through the proxy), and shut down and bring the
          > > managed server back up, everything is fine. (No big surprise.)
          > >
          > > However, if requests are being fulfilled by the managed server and the
          > > administrator goes down and then comes back up, we get a
          > > "ReplicationManager: object 722399223287670702 not found" error, where
          the
          > > number seems to refer to value stored in the cookie after the last OR
          > > symbol as shown below.
          > >
          > > When the session is created, the cookie contains the following value:
          > > session id =
          > > OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
          > >
          >
          84610/-1062731365/7001/7002|4648941459387506517/-1062731381/7001/7002|722399
          > > 223287670702
          > >
          > > When the administrative server goes down, the cookie contains the
          > following
          > > value:
          > > session id =
          > > OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
          > > 84610/-1062731365/7001/7002|NONE|722399223287670702
          > >
          > > When the administrative server comes back up, the cookie contains the
          > > following value:
          > > session id =
          > > OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
          > >
          >
          84610/-1062731365/7001/7002|4563245475623454445/-1062731381/7001/7002|722399
          > > 223287670702
          > >
          > > Its pretty obvious how the cookie id breaks down, information before the
          > > first OR is client info specific to each client, between the first and
          > > second OR is information regarding the first server from the cluster to
          > > fulfill the requests. The info between the second and third is the
          > > identification of the backup server containing the replicated version of
          > the
          > > session. And the last bit of information seems to be an ID referring to
          > the
          > > session object as stored in memory. As you can see, the value that the
          > error
          > > is referring to never changes. SO WHY DOES THE OBJECT GET LOST?
          > >
          > > This is a big problem for us, as our resources are limited (as I assume
          > > everyone else's is). Is this just a bug? If so, is there a service pack
          > > already available? If its not a bug, it should be as resolving the bug
          > > allows the administrative server to be part of the cluster saving
          everyone
          > > the money for an extra machine and (here's the killer) the money for an
          > > extra weblogic license to run on a administrative server separate from
          the
          > > cluster (in which case it works fine, just costs a whole lot more).
          > >
          > > Well, I hope this is clear enough. If not please ask whatever you need
          to
          > > know. We are looking for any information anyone can provide.
          > >
          > > Thank you,
          > > Chad Griffith
          > > Software Engineer
          > > VisionTEK Inc.
          > > [email protected]
          > >
          > >
          >
          >
          

Similar Messages

  • Using multiple refinement web parts on the same page but have them hidden until needed

    I have a search results page that has several different Core Results web parts on it (each is connected to a different result source). all hidden by tabs using the HillbillyTabs interface
    http://www.sharepointhillbilly.com/Lists/Posts/Post.aspx?ID=42
    unfortunately you cant share a refinement web part across multiple results web parts. So I am left trying to figure out how to hide several refinement web parts and only show the active refinement webpart when the result source tab is selected.
    The template im using is an OOTB standard search results template with the refinement panel on the left navigation zone and the core results web parts configured in the main content zone.
    Scenario:
    Search text box passes query to multiple results web parts on a page. Only one results web part is displayed at a time (active tab). The refiner for the active tab shows and displays its refiners in the navigation panel.
    There are multiple refinement web parts in the navigation panel associated with each core results web part in the main content zone. These refiner web parts are configured with custom refiners.
    the results page displays just one results web part at a time via tabbed interface.
    I am trying to figure out how to make the refiner web parts show and hide depending on which tab is selected.
    Any help pointing to someone thats already attempted this would be appreciated! 
    Eric

    Hi,
    For your issue, you can consider using SharePoint Search Navigation which can achieve a similar feature but not on the same page.
    Search Navigation allows users to move quickly between search experiences listed in the Navigation. Navigation is displayed in the Quick Launch control on search pages, and can also be shown as a drop-down menu from the search box.
    For more information, you can refer to the blog:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/13/how-to-add-a-customized-search-vertical-to-your-search-results-page-in-sharepoint-2013.aspx
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SQL SERVER 2005 - part of the tables where migrated

    Hello.
    I'm trying to convert a SQL SERVER2005 DB to ORACLE 10g.
    The sql-developer is converting all the objects from the DB, but builds DDL comands for 43 table insted of 320 tables .
    All the tables are on schema dbo.
    The user connecting to the sql server 2005 is data base owner (dbo).
    After building the repository, on MD_TABLES there are only 43 records.
    Any idea where to search the problem?
    Thanks
    Reuven
    Message was edited by: reuven
    user533419
    Message was edited by: reuven
    user533419
    Message was edited by: reuven
    user533419

    Reuven,
    We are finalizing our production release and would like to get to the bottom of the problem.
    -You can run the workbench/SQLDeveloper so that you can see Java 'Stack traces' from exceptions (errors) in the output:
    [from the SQLDeveloper forum under Unable to start sql developer :]
    There is another [sqldeveloper.exe] that you should try from the command line:
    <sqldevroot>\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe
    This will run in debug mode.
    If all else fails, try the .bat file in that same folder.
    -Are you using a case sensitive database?
    -For the pre-production release workbench currently uses SQL Server 2000 views rather than SQL Server 2005 altered to take allowance for the user/schema separation, this may cause unforeseen problems.
    -Can you send a test database to us with this problem?
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Not using Blog Entry as part of the URL

    hi all,
    When I publish my iWeb site containing a blog to a folder, I noticed that some of the folder is using my bolg entry/topic as part of the folder name.
    Is it possible to get iWeb not use this.
    thanks in advance.

    Here;s an entry on Kyn Drake's site that might help you:
    http://ww2.makentosh.com/tipsfromtheiceberg/Blog/Entries/2008/6/22A_ShortURL.html

  • Using INSTR to extract part of the string ?

    Morning guys and Happy Friday.
    I have a situation where I have to pull out part of the string using a select statement.
    Here is the string and I have to get the contents between the 2nd and 3rd backslash. So, basically, I have to extract marypoppins. Any ideas ?
    C:\USERS\marypoppins\Docs\SpecificationHere is where I started ... and I have stumbled upon trying to find the 3rd backslash. I can easily start the INSTR at 4 because I know that it will always be 'C:\'
    select select substr(C:\USERS\marypoppins\Docs\Specification',
                                INSTRB('C:\USERS\marypoppins\Docs\Specification', '\', 4), .....) from dual;

    Additionally you can break it all up simply with regular expressions..
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (select 'C:\USERS\marypoppins\Docs\Specification' as txt from dual)
      2  -- END OF TEST DATA
      3  select rownum, regexp_substr(txt, '[^\]+',1,rownum) as element
      4  from t
      5* connect by rownum <= length(regexp_replace(txt,'[^\]'))+1
    SQL> /
        ROWNUM ELEMENT
             1 C:
             2 USERS
             3 marypoppins
             4 Docs
             5 Specification
    SQL>

  • Why did iso7.1.1 change the ability to see your apps when you use four fingers to partly close the app your in. In 7.1 you could use four fingers to partly close a app and see all the apps on that home screen. I used this all the time to check the date

    Why did ISO 7.1.1 change the feature where you could use four fingers to close an app and see if he other apps on your home screen as you were closing an app. This was the handiest feature I thought because I could partially close the app I was working in and see the  date or other things on my home screen and then released the four finger position and be right back to the app I'm working in. Please change this in the next update back to the way it was!!!!!

    I get the multitasking list (all prior apps, scrollable) and can switch to an app, swipe up to force it closed instead of "at rest" and can click back to the originating app in the same place i was prior to the swipe,

  • How to change your Administration Server password when you're locked out

    How to change your Administration Server password when you're locked out
    The Netscape server products are all managed by a single administration
    server, which gives you a web forms-based interface you can use to
    configure them, start/stop them, check their logs, and so forth.
    <P>
    There are three levels of protection that keep the general public from
    being able to get into your administration server and mess up the
    configuration of any Netscape servers you have installed:
    <P>
    <OL>
    <LI> <B>Obscurity:</B> Your administration server can run on any port you'd
    like (usually something between 81 and 30,000), so if an attacker
    doesn't know what port to find your admin server on, he can't get
    into it.<P>
    <LI> <B>Host restrictions:</B> You can tell your admin server to only allow
    connections from specific hosts, and to reject all other hosts.
    <P>
    <LI> <B>Password protection:</B> Even if a user connects to your admin server
    from a valid host, he won't be allowed to get into even the first
    page unless he presents a valid username and password.
    </OL>
    <P>
    If you, the legitimate administrator of your web server, are unable to
    access the administration server (if you forgot your password or the
    admin port number or if you accidentally locked your own site out),
    then here is how to get past each of these levels of protection:
    <P>
    <OL>
    <LI> If you don't remember what port your administration server is
    running on, just look in your "ns-admin.conf" file, which is in
    the "admserv" directory under your Netscape server directory.
    (For 1.x web servers on Windows NT, run "regedt32" and go to the
    "HKEY_LOCAL_MACHINE\SOFTWARE\Netscape\Administration" section).
    You will see a "Port" entry there that specifies what port your
    admin server is on. You can change this value if you want your
    admin server to run on a different port, but make sure you restart
    the admin server after you change the value.
    <P>
    <LI> If your admin server is complaining "Unauthorized host" when you
    try to connect to it, then you can open it up to all sites by
    going into the "ns-admin.conf" file or the "Administration"
    section of your NT registry, as described above, and deleting the
    lines for "Hosts" and "Addresses" (either one of those might not
    be present) then restarting your admin server (on Unix run
    "stop-admin" then "start-admin"; on NT go into the Services
    control panel and stop/start the "Netscape Administration" or
    "Netscape Admin Server" service). You will then be able to get
    back into the admin server, where you can then try new settings
    for your host and address restrictions if you wish.
    <P>
    <LI> If you have forgotten the password to your admin server and now
    you can't log into your admin pages, all is not lost! Go into
    your "ns-home" directory, and into the "admserv" directory under
    that. You should find an "admpw" text file containing a simgle
    line of text, something like this:
    admin:lnOVeixulqkmU
    The first part of that line is the name of your admin account
    (usually just "admin"), and the second part is your admin
    password, encrypted. Edit this file to remove the encrypted
    password so that your file looks like this:
    admin:
    Then shut down your admin server, bring it back up again, and log
    into your admin server but don't give any password. It should let
    you in, at which point you can then go to the appropriate
    configuration page to set a new admin password, and then you're
    back in business.
    </OL><P>
    Note that because it is so easy to change the admin password this
    way, it's good to periodically make certain that your admin
    password file and your web server's configuration files are not
    left world-writable, and that only trusted people have access to
    them. (By default they're not world-writable, but it's good to
    make sure of this from time to time.)

    If you mean that yu forgo the password for yur encrypted backup then you can only:
    Warning: If you encrypt an iPhone backup in iTunes and then forget your password, you will not be able to restore from backup and your data will be unrecoverable. If you forget the password, you can continue to back up and use the device, however you will not be able to restore the encrypted backup to any device without the password. You do not need to enter the password for your backup each time you back up or sync.
    If you cannot remember the password and want to start again, you must perform a full software restore and when iTunes prompts you to select the backup from which to restore, choose set up as a new device.
    Above from:
    http://support.apple.com/kb/HT4946

  • Heartbleed bug in Relay Server

    According to http://service.sap.com/sap/support/notes/2007688 the Heartbleed bug has been fixed for the corresponding products.
    I did not find anything explicitly mentioning the Relay Server in the release notes.
    So for clarification: has the Relay Server been fixed too? And if so I would like to know as of which version.
    In SMP 3.0 SP03 PL01 and in SMP 2.3 SP04 PL01 (I only took a look at those 2) there is a Relay Server included. Does this Version of the Relay Server include the fix for the Heartbleed bug?
    Thanks,
    Klaus

    Hi Klaus,
    The version indicated in that note include fixes for all the components.  In this case, utilizing the Relay Server version included with SMP 3.0 SP03 PL01 & SMP 2.3 SP04 PL01 will include patches for the Heartbleed issue.
    As a side note, the Relay Server is part of the SQL Anywhere platform so we can also use those value from the note as well.  The SP level can be a bit difficult to compare against your actual version but you can use the following:
    SQL Anywhere 16.0.0 SP 11 - > 16.0.0.1824  (This is the version shipped with SMP 2.3 SP04 PL01)
    Hope this helps,
    Edgar

  • Why don't my DRM policies seem to work? Using "License Server for Protected Streaming"

    Do you find yourself setting rights/restrictions in a DRM policy (like disallow playback on Linux), only to see that the right/restriction isn't being enforced when you play your content?  There may be several reason causing this to happen:
    1. If you are using the "Adobe Access Server for Protected Streaming" that came on your ESD/DVD, this streaming-only server is configured to specifically ignore any policy that was used to package content.  Instead, the server itself overrides the entire packaged policy and instead, reads rights from its tenant configuration XML file (flashaccess-tenant.xml) to generate licenses issued back to the requesting device.
    2. Is your license server configured to use a PolicyUpdateList?  This is a list that can be used to override any old policy (according to its Policy ID) and to use a newly defined policy instead.  This is useful if content was pacakged with a policy and then afterwards, the business rules have changed for the particular policy, warranting an across-the-board change to all content packaged with that particular policy.  Using a PolicyUpdateList is essentially a way to version your older (already used) policies.
    3. is your license server overriding the policy manually in its code?  If you're using the Reference Implementation license server (or building your own server from the SDK), your server has direct access to the policy.  The server can add/remove/change any right in the policy before using it to generate a license for the requesting device.  If you're using the Reference Implementation, by default, it will simply generate a license directly from the policy without any manipulation to it.
    4. Are you sure you re-packaged your content using the new policy where you made your changes?  On your license server, since you have access to the policy (it's sent up to the license server as part of the license request), the license server can log the policy ID of the policy.  Check your logs to verify the new policy is actually being used.
    5. Are you sure you're playing back the newly-packaged content?  Caches may be stale.
    cheers,
    /Eric.

    Not possible with a POP account.
    The email account sync process with iTunes syncs (or transfers) email account setup information for select accounts only from your computer to the iPhone. This does not not involve messages.
    The reason the account's Inbox mailbox seemed to sync is because received messages with a POP account are the only server stored messages and if not removed from the server when downloaded by one email client can be downloaded from the server by another - in this case the iPhone.
    If you want Sent messages kept synchronized between your computer's email client and the iPhone's email client, you MUST use an IMAP account for this purpose.

  • Essbase Administration Services: Cant connect to Administration Server

    Cant connet to Administration Server via EAS console. I would appreciate any hints that might help me overcome this next unknown.
    Background follows:
    I installed EPMA 11.1.2.2, and then went to the workspace wondering where the sample data was (after I created a sample app). I discovered in docs and forumns that I had to load it through the Essbase Administration Services console. Now I'm trying to get that to work. I installed it after posts revealed that it is part of the client installers (thanks John) package. Now that it is installed I run it, try to login, and get an error message that says "could not connect to Administration Server." I reinstalled the EAS database as a new install to my server.mydomainb.org:1433 via the configurator. Then I redployed all the apps to the app server. And lastly started all of the services. Still I get the same message. I've done this about 4 times hoping that a reconfig will somehow fix something but still no joy. I've also tried loggin in with different names for the server such as myserver:1433 or myserver.mydomain.org:1433 or myserver and none of those helped either.
    I have manually started all the services so they appear to be working. I may be missing one but I wouldn't know.
    The services that are running include:
    Hyperion EPM Server - Web Application
    Hyperion EPMA Server
    Hyperion Financial Data Quality Management
    Hyperion Integration Services
    Hyperion Reporting and Analysis Framework
    Hyperion Studion Services BPMS bpms1
    Some in posts have suggested also going to the logs. 11.1.2.2 docs say that the EAS logs are located at oracle_home\user_projects\domains\epmsystem\servers\EssAdm..Services0\logs\easserver.log. But I found mine at:
    <oracle_home>\user_projects\domains\epmsystem1\servers\logs. You will notice that my empsystem is empsystem1 instead. There I found that the easserver.log file is empty but I did find one error in the file EPMServer0.log. The error I found is as follows:
    ####<Apr 4, 2013 11:42:09 AM MDT> <Error> <JDBC> <SLCBRASSTEST> <EPMServer0> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1365097329966> <BEA-001112> <Test "select count(*) from SERVERLOGID" set up for pool "eas_datasource" failed with exception: "java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Invalid object name 'SERVERLOGID'.".>
    I'm not sure what to try next so any suggestions would be helpful. Thanks!

    "Hyperion EPM Server - Web Application" indicates that the web apps have been deployed to a single managed server, this means the web apps will be running a default port of 9000, the EAS console is not aware of the port so you will need to include it when you add the server in the console e.g. servername:9000
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Cannot connect to server using message server: ms://xiidhasoft:50004/P4

    Hi SAP Guru's
    When PISUPER or any any of the enduser is trying to login in the Integration Builder , they are getting error
    Cannot connect to server using message server: ms://xiidhasoft:50004/P4
    I have tryed to search in SDN and got below solution but no success
    1. Exchange Profile of PI - http://host:port/exchangeProfile
    2. Check with the rmi port number.
    3. if rmi port number is empty or any number is present ( check with Tr code: SMICM - services - check for p4 port number - it will be ex: 5<nr>04)
    4. fill the rmi port number as present in the P4.
    OR
    implement note 864268
    I have Netweaver PI 7.1 .
    Please suggest some alternative solution.
    Thanks & Regards
    Vinay Patel

    You may check your local PC Java Network Setting.
    Troubleshooting:
    Probably Javau2122 WebStart does not detect the correct Proxy Settings. In this case please proceed as follows:
    To change the Proxy Settings for Javau2122 Web Start:
    1. Click Start --> Run  and enter javaws. Press button OK.
    2. Control Panel -> Programs ->Java -> Network Settings...
    3. Select Direct Connection to switch off the proxy settings and press button OK.
    If this still does not work, select Use proxy server to set manually the HTTP Proxy and Port.
    Contact your network administrator for the correct settings.

  • Need for administration server in a cluster

    Hello everybody,
              I'm working on a project where we intend on having a weblogic cluster with an undetermined number of nodes. When deploying to the production environement, all weblogic domain configuration is handled using templates and homemade scripts. The weblogic instances are running on different servers and each of them has all the domain configuration installed, including applications to deploy. Now on the initial startup of the system, it seems that none of the cluster nodes will start up the first time without the administration server running, even though the msi-config.xml file exist for each node. I get an error indicating that it cannot perform authentification using boot.properties (non encrypted username/password at this point). If I start the admin server, then all nodes can start and will then subsequently start without the admin server running. Is there no way to configure a weblogic cluster so it is able to start up the first time without the admin server running?
              In this project, monitoring of the each weblogic server instance is performed by an in house product. The need for the administration server at the first startup complicates things for us. I should mention that the domain configuration works fine when not running in a cluster.
              We are using Weblogic 8.1.4.
              Best regards,
              Anders

    The API is not public.
              This non rmi object that is living in JNDI, sounds like out of band data.
              If this object doesn't contain any state you can bind it from all the
              servers but don't replicate the bindings.
              Hope this helps.
              --- Prasad
              Mario Briggs wrote:
              > Hi,
              > Looks like this question was asked indirectly earlier.
              >
              > I see that when 1 server is a cluster goes down, the others servers get
              > a 'weblogic.rjvm.PeerGoneException'.
              > Is there a way by which i can subscribe to the
              > 'weblogic.rjvm.PeerGoneEvent' using 'EventRegistrationDef'.
              >
              > I am using 5.1 and looking for a way at solving the isssue of Weblogic
              > removing my non RMI Object from all other servers (JNDI tree) when the
              > host server goes down.
              >
              > Thanks
              > Mario
              

  • OAM Error : Enable JavaScript to use OAM Server.

    Hi Friends,
    I see following script when I try to access a resource protected using OAM in Mozillla and Safari browsers.
    <body onLoad="document.myForm.submit()"><noscript><p>JavaScript is required. Enable JavaScript to use OAM Server.</p></noscript>The same configuration works with IE.
    Could you please help me understand if any patch need to be applied to OAM or if I am missing something in the configurations?
    Note: We are using OAM 11.1.1.5.0 to protect webcenter 11.1.1.5.0.
    Thanks,
    Sachin
    Edited by: 873687 on Feb 3, 2012 2:54 AM

    Hi,
    We had a customer that ran into the same exact issue and symptoms described in this thread. The issues occurred after some upgrades were made to browsers and java. Our customer was using Forms/Reports 11.1.2.1 (11gR2), OAM/OID (11.1.1.5) and mod_osso for the Forms-OAM integration.
    The issue was caused by a bug in OAM 11.1.1.5. The problem is when OAM authentication occurs, it does some web directs within it's internal java code. The HTML/JavaScript it tries to execute fails only in Chrome/Firefox. Applying the patch, supposedly fixes that faulty HTML/Javascript generated by OAM.
    Oracle Support documents on the issue and bug:
    - There is a Oracle Support article describing the issue: 1447194.1
    - Oracle Support Bug Number: 13254371
    To fix the issue:
    - Apply OAM Patch: 13115859. Its a generic patch that will work on any environment type.
    - If you use WebGates for your application, check out patch 13453929
    I wrote an article on how to install the patch: http://pitss.com/us/2013/04/04/oam-error-enable-javascript-to-use-oam-server/
    I hope this helps!
    Thank you,
    Gavin

  • Connecting managed server to cluster's administration server

    Hello,
    I have a problem when trying to connect managed server to cluster's
    administration server.
    When starting the managed server I get a security exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin port with
    admin protocol.]]
    weblogic.management.configuration.ConfigurationException: admin URL:
    t3://192.168.14.15:7001 - with nested exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin port with
    admin protocol.]]
    at
    weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:893)
    at weblogic.management.Admin.start(Admin.java:303)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    I get the same result when testing the connection setup with
    java weblogic.Admin -url 192.168.14.15:7001 -username system -password xyz
    CONNECT 1
    Background for this problem:
    I'm trying to evaluate WLS6.0 clustering for my RMI services. I have two
    machines setup with my test domain (DEdomain) and one cluster (DECluster)
    within it.
    In administration server (machine A) I defined two servers to be run in
    machine A and machine B:
    DEserver2 in machine B (to be started as managed server) and DEserver3
    in machine A
    I'm going to bind a same service into these above servers of my DECluster.
    In machine B's startManagedWeblogic.sh I have:
    java -ms64m -mx64m -classpath
    $CLASSPATH -Dweblogic.Domain=DEdomain -Dweblogic.Name=$SERVER_NAME -Dweblogi
    c.management.server=$ADMIN_URL -Djava.security.policy==$WL_HOME/lib/weblogic
    .policy -Dweblogic.management.username=system -Dweblogic.management.password
    =$WLS_PW weblogic.Server
    In machine A I have administration server DEserver1 listening port 7001.
    And for the domain and cluster building I followed all relevant e-docs
    manual pages. It's still somewhat blurry what kind of preparations I have to
    make in managed server side to join the domain; for example do I have to
    have identical domain directory structure within machine B and do I have to
    configure something with admin console or is everything handled by
    connecting to the administation server and reading the domain's config.xml
    from machine A.
    I'm sure I have missed some fundamental idea for building clustered services
    and would greatly appreciate if someone had any good tips or ideas.
    Best regards,
    Harri

    Hi Kumar,
    and thank you. That fixed my problem
    Best regards,
    Harri
    "Kumar Allamraju" <[email protected]> wrote in message
    news:[email protected]...
    It appears you had set the administration port & listen port on the admin
    server.
    Logging onto admin server via admin port is broken currently. I wouldsuggest
    you to set only listen port
    and see how that goes.
    Kumar
    "Harri Töhönen" wrote:
    Hello,
    I have a problem when trying to connect managed server to cluster's
    administration server.
    When starting the managed server I get a security exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin portwith> > admin protocol.]
    weblogic.management.configuration.ConfigurationException: admin URL:
    t3://192.168.14.15:7001 - with nested exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin portwith> > admin protocol.]
    at
    weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:893)
    at weblogic.management.Admin.start(Admin.java:303)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    I get the same result when testing the connection setup with
    java weblogic.Admin -url 192.168.14.15:7001 -username system -password
    xyz
    CONNECT 1
    Background for this problem:
    I'm trying to evaluate WLS6.0 clustering for my RMI services. I have two
    machines setup with my test domain (DEdomain) and one cluster(DECluster)
    within it.
    In administration server (machine A) I defined two servers to be run in
    machine A and machine B:
    DEserver2 in machine B (to be started as managed server) andDEserver3
    in machine A
    I'm going to bind a same service into these above servers of myDECluster.
    >>
    In machine B's startManagedWeblogic.sh I have:
    java -ms64m -mx64m -classpath
    $CLASSPATH -Dweblogic.Domain=DEdomain -Dweblogic.Name=$SERVER_NAME -Dweblogi
    >>
    c.management.server=$ADMIN_URL -Djava.security.policy==$WL_HOME/lib/weblogic
    >>
    .policy -Dweblogic.management.username=system -Dweblogic.management.password
    =$WLS_PW weblogic.Server
    In machine A I have administration server DEserver1 listening port 7001.
    And for the domain and cluster building I followed all relevant e-docs
    manual pages. It's still somewhat blurry what kind of preparations Ihave to
    make in managed server side to join the domain; for example do I have to
    have identical domain directory structure within machine B and do I haveto
    configure something with admin console or is everything handled by
    connecting to the administation server and reading the domain'sconfig.xml
    from machine A.
    I'm sure I have missed some fundamental idea for building clusteredservices
    and would greatly appreciate if someone had any good tips or ideas.
    Best regards,
    Harri

  • I need  How to retrive data from sap r/3   using weblogic server

    Hi every body .
    I need how to retrieve r/3 data  using BAPI methods
    and using weblogic server
    very critical

    Hai.
    check the links.
    http://www.bea.com/content/news_events/white_papers/BEA_WLP_SAP_Portlets_81.pdf
    http://www.info-sun.com/docs/wp_sapinter.pdf
    regards.
    sowjanya.b

Maybe you are looking for