Client Session Not getting expired in OBI EE 10.1.3.4.1

Hi All,
I haave placed the below tag in the instanceconfig.xml file, but the client session is not getting expired.
Can you please help me on the same.
Our test environment OBI is enabled with the Site minder SSO.
<ClientSessionExpireMinutes> 60</ClientSessionExpireMinutes>
Thanks in Advance
Siva

Siva,
There can be many factors for this: 'ClientSessionExpireMinutes'
Defines the length of idle time that can pass before Oracle BI Presentation Server removes the user's client (browser) session information from its memory. This session includes user-specific state information such as request cache - dashboard page state - subject area information -connection information - and so on.
Make sure while testing you are not doing anything on OBIEE browser window i.e. its idle
Also, try to increase the minutes to say 240 and check how much time it takes ...??
This shud solve..as this is very common problem with such tags..its not 100% guranteed !!

Similar Messages

  • Clients are not getting software updates

    Hi All,
    We have setup SCCM2012 with wsus, i installed the clients on some pcs and i can see the sccm software agent on pcs but clients are not getting updated. on SCCM2012 server console i downloaded then selecting deploy option and it is
    showing download-YES and deploy-Yes but clients are not getting. 
    can anyone please tell me what could be the reason.
    do i need to check at clients side that the sccm2012 site is working in browser? i checked it is not working becuase proxy is enabled. need to define in exception.
    Thanks.
    Agha 

    Hi Kent,
    I checked in registry on clients, it is showing correct name. please find the below WUAHandler.log error:
    <![LOG[CWuaHandler::SetCategoriesForLeafStateReportingExclusion called with E0789628-CE08-4437-BE74-2495B842F43B]LOG]!><time="09:28:31.299-180" date="02-02-2013" component="WUAHandler" context="" type="1" thread="6976" file="cwuahandler.cpp:2452">
    <![LOG[Its a WSUS Update Source type ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}), adding it.]LOG]!><time="10:02:58.396-180" date="02-02-2013" component="WUAHandler" context="" type="1" thread="8020" file="sourcemanager.cpp:1222">
    <![LOG[Enabling WUA Managed server policy to use server:
    http://sccmsrv and Policy ENABLED]LOG]!><time="10:02:59.145-180" date="02-02-2013" component="WUAHandler" context="" type="3" thread="8020" file="sourcemanager.cpp:1000">
    <![LOG[Failed to Add Update Source for WUAgent of type (2) and id ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}). Error = 0x87d00692.]LOG]!><time="10:02:59.145-180" date="02-02-2013" component="WUAHandler" context="" type="3" thread="8020" file="cwuahandler.cpp:2322">
    <![LOG[Its a WSUS Update Source type ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}), adding it.]LOG]!><time="05:53:02.950-180" date="02-03-2013" component="WUAHandler" context="" type="1" thread="1424" file="sourcemanager.cpp:1222">
    <![LOG[Enabling WUA Managed server policy to use server:
    http://sccmsrv and Policy ENABLED]LOG]!><time="05:53:05.462-180" date="02-03-2013" component="WUAHandler" context="" type="3" thread="1424" file="sourcemanager.cpp:1000">
    <![LOG[Failed to Add Update Source for WUAgent of type (2) and id ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}). Error = 0x87d00692.]LOG]!><time="05:53:05.462-180" date="02-03-2013" component="WUAHandler" context="" type="3" thread="1424" file="cwuahandler.cpp:2322">
    <![LOG[Its a WSUS Update Source type ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}), adding it.]LOG]!><time="11:07:01.094-180" date="02-03-2013" component="WUAHandler" context="" type="1" thread="4692" file="sourcemanager.cpp:1222">
    <![LOG[Enabling WUA Managed server policy to use server:
    http://sccmsrv and Policy ENABLED]LOG]!><time="11:07:03.606-180" date="02-03-2013" component="WUAHandler" context="" type="3" thread="4692" file="sourcemanager.cpp:1000">
    <![LOG[Failed to Add Update Source for WUAgent of type (2) and id ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}). Error = 0x87d00692.]LOG]!><time="11:07:03.606-180" date="02-03-2013" component="WUAHandler" context="" type="3" thread="4692" file="cwuahandler.cpp:2322">
    <![LOG[Its a WSUS Update Source type ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}), adding it.]LOG]!><time="11:08:00.110-180" date="02-03-2013" component="WUAHandler" context="" type="1" thread="4692" file="sourcemanager.cpp:1222">
    <![LOG[Enabling WUA Managed server policy to use server:
    http://sccmsrv and Policy ENABLED]LOG]!><time="11:08:01.374-180" date="02-03-2013" component="WUAHandler" context="" type="3" thread="4692" file="sourcemanager.cpp:1000">
    <![LOG[Failed to Add Update Source for WUAgent of type (2) and id ({D5ED6611-7DFF-4013-B8BB-F9FF4DE0EF1D}). Error = 0x87d00692.]LOG]!><time="11:08:01.374-180" date="02-03-2013" component="WUAHandler" context="" type="3" thread="4692" file="cwuahandler.cpp:2322">

  • Session context getting expired

    Hi,
    I am making a call from my application to other application.I am setting the session ctx in my application .
    In my application i have a stateless session bean .If i do
    mySessionCtx.getCallerPrincipal().getName());
    lets say I am getting xyz.
    My bean calls different applications which are also stateless session bean.
    when the client session bean authenticates it is getting UNAUTHENTICATED but not xyz.So it throws exception .
    The session time out is configured from websphere as 30 min.
    The session gets timed out after 30 min the context xyz vanishes.So client bean is getting UNAUTHENTICATED instead of xyz.
    How can i configure session time out or context to exist for some time it in my code?
    One work around is changing timeout in websphere .But I need to configure in my code either session timeout or making session context to exist more than 30 min.
    Thanks and Regards

    Siva,
    There can be many factors for this: 'ClientSessionExpireMinutes'
    Defines the length of idle time that can pass before Oracle BI Presentation Server removes the user's client (browser) session information from its memory. This session includes user-specific state information such as request cache - dashboard page state - subject area information -connection information - and so on.
    Make sure while testing you are not doing anything on OBIEE browser window i.e. its idle
    Also, try to increase the minutes to say 240 and check how much time it takes ...??
    This shud solve..as this is very common problem with such tags..its not 100% guranteed !!

  • SSLException : untrusted server cert chain in java client, but not getting that with weblogic.

    Hi,
    I am bit confused about what i am seeing,
    a. i used java client to talk to talk to server, got "untrusted server cert chain"
    , ressolved the exceptio by adding certificate to cacerts file.
    b. tried to connect to server using another weblogic server and not getting "untrusted
    server cert chain", even when the certificates are not installed.
    i dont know why it is throwning the SSLException in (a) and not in (b).
    thanks,
    Nirmala

    Stand alone client takes its trusted certificate from the JDK cacerts keystore
    by default.
    SSL client running on server uses server trust configuration. By default the server
    is configured to trust the CAs with certificates in DemoTrust.jks keystore and
    the JDK cacerts keystore.
    Pavel.
    "Nirmala" <[email protected]> wrote:
    >
    Hi,
    I am bit confused about what i am seeing,
    a. i used java client to talk to talk to server, got "untrusted server
    cert chain"
    , ressolved the exceptio by adding certificate to cacerts file.
    b. tried to connect to server using another weblogic server and not getting
    "untrusted
    server cert chain", even when the certificates are not installed.
    i dont know why it is throwning the SSLException in (a) and not in (b).
    thanks,
    Nirmala

  • Some clients do not get software deployment, actions missing after OSD

    We have Win7 SP1 x64 rollout going on from XP, a refresh scanario on ConfMgr 2012 SP1 non-CU site server. Our testing phase went fine with 100% success, but just before starting rolling, I approved updates November 2013 - January 2014 and did too
    quick test. So there was lot of issues, after that I had to disable those patches during OSD and let them be deployed via Software Center, after OSD.
    Still, about 10% clients comes out with missing actions in ConfMgr client, or/and do not get desktop deployment software. We have 2 additional apps comming up to to user profile, so after first logon these 2 apps gets installed. And in 10% this does not
    happend.
    - bounderies are fine, client location .log is clear.
    - usually ccmsetup /install -> reboot -> ccmsetup install with MP paraments solves the problem, but not always. It´s also too slow solution
    - I noticed, that in this enviroment, the 3rd scheduled task called "Configuration Manager Maintenance" is missing. I only see Idle and health eval. I had similar case in my lab with R2, and that maintanced task fixed my client with missing in
    10 minutes!
    - our guys who installs Computers, claim that this behavior is seen more with refresh TS rather than with PXE boot - new machine scannario.
    - there are additional role based applications with required deployments, and they do not appear, even if the actions are fixed
    Any hints what to do? I would like to avoid upgrading site server to R2 or updating it during active rollout.

    Skywalker - I agree, solving Software Updates issues in OSD is a challenge. It´s shooting ducks to figure what KB fix breakes the OSD hook. Recapturing .wim in a middle of a rollout is not the option here, but you´re right. In other side,
    if patches breakes OSD during deployment and install software update step, it´s no guarantee the capture will solve your problems. I will check the registery, didn´t know that before. I have my suspesious, that TS might not finnish properly, though there is
    no errors. MDT brings lot of more logs and status messages, so solving this isn´t easy.
    Torsten - sometimes, waiting for hours, rebooting, killing and restarting prosess isn´t enough. Even if all actions are precent. Also, in a real life users can´t wait for hours. I´m very keen do understand, why there is no 3rd schduled task
    of maintance.

  • User not getting Expired.

    Hi All.
    I am new to oracle and facing some issues, which needs to be solved soon. Please guide.
    I have created a profile on my DB -
    CREATE PROFILE Test_Profile_1 LIMIT
    PASSWORD_LIFE_TIME 3
    PASSWORD_GRACE_TIME 2;
    And i am setting this profile to some of the users.
    The users were created very long back in 2008 -09.
    I want their password to be expired in 3 days and then get them into grace period so that they can change their password. (However i can expire their password at one go - but this is not the requirement).
    I executed the below query after creating the profile -
    ALTER USER ABAKLAN PROFILE TESTPROFILE_1;
    ALTER USER AGARGSA PROFILE TESTPROFILE_1;
    ALTER USER AJAHARA PROFILE TESTPROFILE_1;
    To verify that my profile has set correctly i used :
    select username, account_status , profile, expiry_date from dba_users;
    Now what is happening the expiry date has not been set for the above users .
    USERNAME ACCOUNT_STATUS PROFILE EXPIRY_DATE
    ABAKLAN OPEN TESTPROFILE_1 25-JUL-08
    AGARGSA OPEN TESTPROFILE_1 14-FEB-09
    AJAHARA OPEN TESTPROFILE_1 16-OCT-09
    I want them expired 3 days after i set the profile.
    Please tell me where i am wrong in creating the profile. I want old users to get expire after 3 days. In this case expiry date is not changing.

    I don't use Toad , but I would think it world work the same way. Sqlplus works as expected:
    SQL> select limit, resource_name, p.profile, expiry_date
      2  from dba_users u, dba_profiles p
      3  where u.username = 'TEST' and p.profile = u.profile
      4  and resource_name in ('PASSWORD_LIFE_TIME','PASSWORD_GRACE_TIME');
    LIMIT                                    RESOURCE_NAME
    PROFILE                        EXPIRY_DA
    1                                        PASSWORD_LIFE_TIME
    TEST_PROFILE_1                 25-DEC-11 <-- this account's password was set a couple days ago
    2                                        PASSWORD_GRACE_TIME
    TEST_PROFILE_1                 25-DEC-11
    SQL> conn test/test
    ERROR:
    ORA-28002: the password will expire within 2 daysIs it possible that the account has already passed the grace period?
    Note what happens to the expiration date for TEST when I reset the password.
    SQL> password
    Changing password for TEST
    Old password:
    New password:
    Retype new password:
    Password changed
    SQL> conn test/test
    Connected.
    SQL>
    SQL>
    SQL> conn / as sysdba
    Connected.
    SQL> select limit, resource_name, p.profile, expiry_date
    from dba_users u, dba_profiles p
    where u.username = 'TEST' and p.profile = u.profile
    and resource_name in ('PASSWORD_LIFE_TIME','PASSWORD_GRACE_TIME');
      2    3    4 
    LIMIT                                    RESOURCE_NAME
    PROFILE                        EXPIRY_DA
    1                                        PASSWORD_LIFE_TIME
    TEST_PROFILE_1                 24-DEC-11
    2                                        PASSWORD_GRACE_TIME
    TEST_PROFILE_1                 24-DEC-11

  • Latest client 1401 not getting installed during task sequence

    Created a new Configuration Manager client package that includes the client hotfixes from KB2994331.
    Created a subfolder named ConfigMgr Client with Hotfixes.
    Using File Explorer, copied the contents of C:\Program Files\Microsoft Configuration Manager\Client to the newly created folder (K:\SCCM\ConfigMgr Client with Hotfixes).
    In K:\SCCM\ConfigMgr Client with Hotfixes, created a folder named Hotfix.
    Using File Explorer, navigated to the C:\Program Files\Microsoft Configuration Manager\hotfix\KB2994331\Client folder and copied the i386 and x64 subfolders to K:\SCCM\ConfigMgr Client with Hotfixes\Hotfix.
    Using the Configuration Manager Console in the Software Library workspace in the Application Management / Packages node, created a new package with the following settings:
    a. Name: Configuration Manager Client with Hotfixes
    b. Source folder: K\SCCM\Configuration Manager Client with Hotfixes
    c. Select Do not create a program
    Make a note of the new package ID. In this example, it is Package ID: P01000053
    Distributed the new ConfigMgr Client with Hotfixes package to the distribution point.
    PATCH="C:\_SMSTaskSequence\OSD\P01000053\Hotfix\x64\Configuration Manager2012ac-r2-kb2994331-x64.msp"
    Added the Windows 8.1 Image in operating System Images.
    Created new task sequence Deploy Windows 8.1 X64
    Deployed the task sequence to All Unknown Computers collection.
    The client didn't get installed. There is no ccm or ccmsetup folder.
    Any suggestions!!!!!!!!

    See smsts.log and/or status message if Setup Windows and ConfigMgr was executed at all. You should see ccmsetup.log if it ran.
    Torsten Meringer | http://www.mssccmfaq.de

  • Cube data not getting displayed in OBI

    Hi
    After importing a cube in OBI when I am trying to fetch the data it says " The criteria doesn't result in any data" .
    The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.
    Is there something I am missing to introduce in cube.
    Appreciate any guidance.

    The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.Well if the cube's not fully populated then it's not wonder you don't get results. You wiill need to specify exactly the dimension members for which there is actually a valid data intersection point.
    Other than that make sure that your hierarchies are represented as what they actually are in the RPD. I.e. ragged hierarchies are ragged and unbalanced ones unbalanced.
    Cheers,
    C.

  • Wait activity not getting expired

    Hi All,
    I have included a "wait" activity in my BPEL process. It will wait for 30 min. The time has expired, even then it is waiting in the same state and the flow is not proceeding futher. Kindly help me in resolving this issue.

    Please recheck ur wait activity. Default time which comes in wait activity is one day.
    So please make sure that u have removed that 1 while specifying the wait time

  • Certificate error on Outlook 2013 clients, Outlook 2007 clients do not get certificate error, Exchange 2010, dot local domain name

    Hi
    I'm looking for a solution that I can't seem to find.  I have an Exchange 2010 server running in a dot local domain (domainname.local), so my SSL certificate is installed using the servers external email DNS name.  email.mycompany.com
    I have followed the instructions to resolve this on the Exchange server, implemented the changes so autodiscovery sees the server as email.mycompany.com.  This works great for my Outlook 2007 users.  The downside is that none of my Outlook 2013
    clients can access their email without the certificate error server name mismatch.  
    I know Outlook 2013 has tighter security but I need to get rid of these cert errors, any thoughts out there?

    Hi,
    Since both your Outlook 2007 users and Outlook 2013 users are using Exchange 2010 with the same server configuration, it should be working in both Outlook client version.
    Please restart your IIS service by running IISReset /noforce from a Command Prompt window in Exchange to have a try. In Outlook, please re-create a Outlook profile to check whether the issue persists.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Batch Input Session not getting created at FF67 level

    Hi,
    I have posted two transactions at FF67 level - One check deposit ( + Rs. 40000/-) and One Check Issue (- Rs. 30000/-). After saving twice, message is shown statement listed and posted. When I go to overview, It says manual posting incomplete. When I try to look for batch input session, it has not been created.  Can anybody in the forum guide me in this regard?
    Regards,
    V RAjeshwari

    Hi
    To resolve this problem, again go to the same T.code FF67, and in the overview, select the statement and press transfer.
    After coming back to the main window, go to Settings - Specifications and ensure that you have selected processing type as '2'.  Then try to post the statement. 
    If this does not work, please check whether any batch job scheduled/pending in SM37.
    Regards

  • Clients are not getting assigned to Secondary Server SUP

    Hi
    We have one primary server with SUP role installed, it is set to replicate from Microsoft Update every six hours. It has no issue in synchronizing with Microsoft Update.
    We have recently, installed WSUS 3.0 and SUP in each secondary server, so that client should point to respective secondary server. However the local policy of the client will point to primary server.
    I have noticed in wsyncmgr.log of primary server, is that the content version of update source fro primary site is 2163, while its different for the secondary sites. For some it is 2157, for some it will 2152. But none of the secondary site has the version
    equals to 2163. Here is the wsyncgr.log snippet from primary server
    From the location services log in clients, it appears that it sets the update source to the server which has the latest content version, i.e., 2163 in my case. Here is the snippet of location services log.
    The secondary servers are also proxy management point.
    Any help is much appreciated.
    Thanks
    Pradipta

    Hello !
    "Configuration Manager 2007 clients cannot be assigned to secondary sites; they are always assigned to the parent primary site. However,
    if they reside in the boundaries of the secondary site, they can take advantage of any proxy management points and distribution points at the secondary site."
    You can refer to this link : http://technet.microsoft.com/en-us/library/bb681005.aspx
    Hope this helps.
    Note: This posting is provided 'AS IS' with no warranties or guarantees, and confers no rights. Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable. This helps the community, keeps the forums tidy, and
    recognises useful contributions.

  • Windows 8.1 will not get Forefront Client Updates from WSUS

    Recently I noticed that my Windows 8.1 clients were not getting updates from WSUS 3.2.  After some searching I found it was an issue with HTTPS and the solution was to disable HTTPS or enable TLS.  So I enabled TLS on the Server 2008 R2 WSUS server
    and that fixed the issue with my 8.1 clients not getting updates except for Forefront Endpoint Protection 2010.   My SCCM server deploys the client fine but it is version 2.1 and normally the client and definition updates come from WSUS with the
    latest client version being 4.5.  However, my Windows 8.1 machines will not get the client updates even though they are automatically approved for all machines.
    I am just wondering what else I can check or change to make sure my Windows 8.1 clients get the Forefront client updates as they should??   I am wondering if I manually install the 4.1 client update if it will take the client updates after that.  
    I only have about eight Windows 8.1 machines so if I have to do that by hand for now then I will and I think my organization will be moving to Server 2012 and SCCM 2012 this summer sometime.

    I reread your post and have another suggestion. If your SCCM 2007 server is still deploying the old 2.1 FEP client version, then you should install the latest anti-malware platform update for the SCCM server so you can deploy it from there instead of WSUS:
    http://support.microsoft.com/kb/2952678
    http://blogs.msdn.com/b/minfangl/archive/2013/08/15/guidance-on-install-anti-malware-platform-updates-for-fep-2010-su1-and-scep-2012-sp1.aspx
    Also, you may be affected by this:
    "Anti-malware platform updates on MU will use special detection logic and applicability rules to make the anti-malware platform updates available only on computers with previous N-2 anti-malware platforms installed. For example, on April 8<sup>th</sup>,
    anti-malware platform of version 4.5.x will be released on MU, and it will only be offered to computers where anti-malware platform version 4.3.x or 4.4.x is available. If a computer has FEP or SCEP client with version 4.1.x, it has to be upgraded to version
    4.3.x first, then to the latest version (4.5.x). If a computer has FEP or SCEP client with version older than 4.1.x, because of the same N-2 rule, it has to be upgraded to 4.1.x first, then to 4.3.x, and then to the latest version (4.5.x). Required updates
    will be kept on MU to ensure that this upgrade process is available for computers running older versions of the Microsoft anti-malware platform."
    http://blogs.technet.com/b/configmgrteam/archive/2014/03/27/anti-malware-platform-updates-for-endpoint-protection-will-be-released-to-mu.aspx

  • Clients not getting DHCP from external server

    Hi,
    I have a 4402 (version 7.0.235) working with 10 units of 1121 APs connected to it. The WLC is not configured to work in LAG mode. Physical portt #1 is connected to the Main Switch (trunk). I have 3 WLAN mapped to 3 Different VLAN and Everything (security and internal, external DHCP) is working swell...
    Now- I have connected Physical port #2 directly to an ADSL Router (giga port), Configured Port 2 as untaggedwith the proper IP details.
    I have configured this interface to receive DHCP from the ADSL Router and for some reason, Clients are not getting addresses.
    When I assign a Static address to my laptop I get internet access and all is nice. I tried configuring The WLC internal DHCP server (instead of the ADSL router) and that didn't help. It seems like a DHCP problem but I dont understand the source of the problem of think of the solution.
    When turning off the proxy settings I noticed that it helped. Is there anything to do with that? The problem was that after a while the other WLANs starting causing DHCP issues as well.
    What is supposed to be configured? Any Expert is the House?
    I attached a crappy drawing..

    Hi Scott,
    Thanks for your answer.
    So what you are basicly saying is that I have 2 choices: 1 - disable the Proxy option on the WLC and work with external DHCP servers (internal will not work when this is enabled). 2 - Enable the Proxy option and only work with the WLC internal DHCP.
    I have installed many WLCs this way, having Different DHCP Servers (external and internal)  for multiple WLANs.
    What do you think may be different this time? The router that I am using isn't the most expencive but it is providing DHCP to other clients (wired client) with no problems.
    Thanks!!!

  • URGENT*** Test Client testpoint not generated in WebLogic 10.3.0.0

    Hi,
    I have created very basic "Java EE 1.5 with support for jax-ws Annotations" web service and deploying in to web logic server 10.3.0.0. I am using Jdeveloper 11g for convert my java file to web service and deploying the same in to WLS directly from Jdev IDE.
    Problem is, I cant able to see "Test Client" testPoint in order to test my webservice. When I access my web service via WLS admin console can able to see only "?WSDL" test point at TESTING tab and WSDL is accessible. But Test client is not getting generated.
    Please help me, what am I missing here, why the WLServer not generating the test client. Am I missing any setting at server side. Please help me. Below is my web service code.
    package edu.ws;
    import javax.jws.WebService;
    *@WebService(serviceName = "demoWS", portName = "demoWSSoapHttpPort")*
    public class demoWS
    public demoWS()
    public String fullName(String fn, String ln)
    String fullName = fn + ln;
    return fullName;
    WSDL file:
    *<!--*
    Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.3-07/10/2008 08:41 PM(bt).
    -->
    *<!--*
    Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.3-07/10/2008 08:41 PM(bt).
    -->
    *<definitions targetNamespace="http://ws.syu.edu/" name="demoWS">*
    *<types>*
    *<xsd:schema>*
    *<xsd:import namespace="http://ws.syu.edu/" schemaLocation="http://192.168.88.131:7001/DemoWebService-DemoWS-context-root/demoWSSoapHttpPort?xsd=1"/>*
    *</xsd:schema>*
    *</types>*
    *<message name="fullName">*
    *<part name="parameters" element="tns:fullName"/>*
    *</message>*
    *<message name="fullNameResponse">*
    *<part name="parameters" element="tns:fullNameResponse"/>*
    *</message>*
    *<portType name="demoWS">*
    *<operation name="fullName">*
    *<input message="tns:fullName"/>*
    *<output message="tns:fullNameResponse"/>*
    *</operation>*
    *</portType>*
    *<binding name="demoWSSoapHttpPortBinding" type="tns:demoWS">*
    *<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>*
    *<operation name="fullName">*
    *<soap:operation soapAction=""/>*
    *<input>*
    *<soap:body use="literal"/>*
    *</input>*
    *<output>*
    *<soap:body use="literal"/>*
    *</output>*
    *</operation>*
    *</binding>*
    *<service name="demoWS">*
    *<port name="demoWSSoapHttpPort" binding="tns:demoWSSoapHttpPortBinding">*
    *<soap:address location="http://192.168.88.131:7001/DemoWebService-DemoWS-context-root/demoWSSoapHttpPort"/>*
    *</port>*
    *</service>*
    *</definitions>*
    Thanks
    klogube

    Hi LJ,
    I did the same. I configured my WLS for development mode by making production_mode = false. But still I cant able to open http://localhost:7001/wls_utc window and so far cant able to test my WS :(
    Please check my config file and let me know where else I suppose to make the production mode false!!
    #!/bin/sh
    # WARNING: This file is created by the Configuration Wizard.
    # Any changes to this script may be lost when adding extensions to this configuration.
    # --- Start Functions ---
    BP=100
    SP=$BP
    pushd()
         if [ -z "$1" ]
         then
              return
         fi
         SP=`expr $SP - 1`
         eval _stack$SP=`pwd`
         cd $1
         return
    popd()
         if [ $SP -eq $BP ]
         then
              return
         fi
         eval cd \${_stack$SP}
         SP=`expr $SP + 1`
         return
    # --- End Functions ---
    # This script is used to setup the needed environment to be able to start Weblogic Server in this domain.
    # This script initializes the following variables before calling commEnv to set other variables:
    # WL_HOME - The BEA home directory of your WebLogic installation.
    # JAVA_VM - The desired Java VM to use. You can set this environment variable before calling
    # this script to switch between Sun or BEA or just have the default be set.
    # JAVA_HOME - Location of the version of Java used to start WebLogic
    # Server. Depends directly on which JAVA_VM value is set by default or by the environment.
    # USER_MEM_ARGS - The variable to override the standard memory arguments
    # passed to java.
    # PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.
    # DOMAIN_PRODUCTION_MODE
    # - The variable that determines whether the workshop related settings like the debugger,
    # testconsole or iterativedev should be enabled. ONLY settable using the
    # command-line parameter named production
    # NOTE: Specifying the production command-line param will force
    # the server to start in production mode.
    # Other variables used in this script include:
    # SERVER_NAME - Name of the weblogic server.
    # JAVA_OPTIONS - Java command-line options for running the server. (These
    # will be tagged on to the end of the JAVA_VM and
    # MEM_ARGS)
    # For additional information, refer to the WebLogic Server Administration
    # Console Online Help(http://e-docs.bea.com/wls/docs103/ConsoleHelp/startstop.html).
    ORACLE_HOME="/opt/oracle/middleware/jdeveloper"
    export ORACLE_HOME
    WL_HOME="/opt/oracle/middleware/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/opt/oracle/middleware/jrockit_160_05"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME=""
    export SUN_JAVA_HOME
    if [ "${JAVA_VENDOR}" = "BEA" ] ; then
         JAVA_HOME="${BEA_JAVA_HOME}"
         export JAVA_HOME
    else
         if [ "${JAVA_VENDOR}" = "Sun" ] ; then
              JAVA_HOME="${SUN_JAVA_HOME}"
              export JAVA_HOME
         else
              JAVA_VENDOR="BEA"
              export JAVA_VENDOR
              JAVA_HOME="/opt/oracle/middleware/jrockit_160_05"
              export JAVA_HOME
         fi
    fi
    # We need to reset the value of JAVA_HOME to get it shortened AND
    # we can not shorten it above because immediate variable expansion will blank it
    JAVA_HOME="${JAVA_HOME}"
    export JAVA_HOME
    SAMPLES_HOME="${WL_HOME}/samples"
    export SAMPLES_HOME
    DOMAIN_HOME="/opt/oracle/middleware/user_projects/domains/base_domain"
    export DOMAIN_HOME
    LONG_DOMAIN_HOME="/opt/oracle/middleware/user_projects/domains/base_domain"
    export LONG_DOMAIN_HOME
    if [ "${DEBUG_PORT}" = "" ] ; then
         DEBUG_PORT="8453"
         export DEBUG_PORT
    fi
    if [ "${SERVER_NAME}" = "" ] ; then
         SERVER_NAME="AdminServer"
         export SERVER_NAME
    fi
    POINTBASE_FLAG="false"
    export POINTBASE_FLAG
    enableHotswapFlag=""
    export enableHotswapFlag
    PRODUCTION_MODE="false"
    export PRODUCTION_MODE
    doExitFlag="false"
    export doExitFlag
    verboseLoggingFlag="false"
    export verboseLoggingFlag
    while [ $# -gt 0 ]
    do
         case $1 in
         nodebug)
              debugFlag="false"
              export debugFlag
         production)
              DOMAIN_PRODUCTION_MODE="true"
              export DOMAIN_PRODUCTION_MODE
         notestconsole)
              testConsoleFlag="false"
              export testConsoleFlag
         noiterativedev)
              iterativeDevFlag="false"
              export iterativeDevFlag
         noLogErrorsToConsole)
              logErrorsToConsoleFlag="false"
              export logErrorsToConsoleFlag
         nopointbase)
              POINTBASE_FLAG="false"
              export POINTBASE_FLAG
         doExit)
              doExitFlag="true"
              export doExitFlag
         noExit)
              doExitFlag="false"
              export doExitFlag
         verbose)
              verboseLoggingFlag="true"
              export verboseLoggingFlag
         enableHotswap)
              enableHotswapFlag="-javaagent:${WL_HOME}/server/lib/diagnostics-agent.jar"
              export enableHotswapFlag
              PROXY_SETTINGS="${PROXY_SETTINGS} $1"
              export PROXY_SETTINGS
         esac
         shift
    done
    MEM_DEV_ARGS=""
    export MEM_DEV_ARGS
    if [ "${DOMAIN_PRODUCTION_MODE}" = "true" ] ; then
         PRODUCTION_MODE="${DOMAIN_PRODUCTION_MODE}"
         export PRODUCTION_MODE
    fi
    if [ "${PRODUCTION_MODE}" = "true" ] ; then
         debugFlag="false"
         export debugFlag
         testConsoleFlag="false"
         export testConsoleFlag
         iterativeDevFlag="false"
         export iterativeDevFlag
    fi
    # If you want to override the default Patch Classpath, Library Path and Path for this domain,
    # Please uncomment the following lines and add a valid value for the environment variables
    # set PATCH_CLASSPATH=[myPatchClasspath] (windows)
    # set PATCH_LIBPATH=[myPatchLibpath] (windows)
    # set PATCH_PATH=[myPatchPath] (windows)
    # PATCH_CLASSPATH=[myPatchClasspath] (unix)
    # PATCH_LIBPATH=[myPatchLibpath] (unix)
    # PATCH_PATH=[myPatchPath] (unix)
    . ${WL_HOME}/common/bin/commEnv.sh
    WLS_HOME="${WL_HOME}/server"
    export WLS_HOME
    MEM_ARGS="-Xms256m -Xmx512m"
    export MEM_ARGS
    MEM_PERM_SIZE="-XX:PermSize=48m"
    export MEM_PERM_SIZE
    MEM_MAX_PERM_SIZE="-XX:MaxPermSize=192m"
    export MEM_MAX_PERM_SIZE
    if [ "${JAVA_VENDOR}" = "Sun" ] ; then
         if [ "${PRODUCTION_MODE}" = "" ] ; then
              MEM_DEV_ARGS="-XX:CompileThreshold=8000 ${MEM_PERM_SIZE} "
              export MEM_DEV_ARGS
         fi
    fi
    # Had to have a separate test here BECAUSE of immediate variable expansion on windows
    if [ "${JAVA_VENDOR}" = "Sun" ] ; then
         MEM_ARGS="${MEM_ARGS} ${MEM_DEV_ARGS} ${MEM_MAX_PERM_SIZE}"
         export MEM_ARGS
    fi
    if [ "${JAVA_VENDOR}" = "HP" ] ; then
         MEM_ARGS="${MEM_ARGS} ${MEM_MAX_PERM_SIZE}"
         export MEM_ARGS
    fi
    # IF USER_MEM_ARGS the environment variable is set, use it to override ALL MEM_ARGS values
    if [ "${USER_MEM_ARGS}" != "" ] ; then
         MEM_ARGS="${USER_MEM_ARGS}"
         export MEM_ARGS
    fi
    JAVA_PROPERTIES="-Dplatform.home=${WL_HOME} -Dwls.home=${WLS_HOME} -Dweblogic.home=${WLS_HOME} "
    export JAVA_PROPERTIES
    # To use Java Authorization Contract for Containers (JACC) in this domain,
    # please uncomment the following section. If there are multiple machines in
    # your domain, be sure to edit the setDomainEnv in the associated domain on
    # each machine.
    # -Djava.security.manager
    # -Djava.security.policy=location of weblogic.policy
    # -Djavax.security.jacc.policy.provider=weblogic.security.jacc.simpleprovider.SimpleJACCPolicy
    # -Djavax.security.jacc.PolicyConfigurationFactory.provider=weblogic.security.jacc.simpleprovider.PolicyConfigurationFactoryImpl
    # -Dweblogic.security.jacc.RoleMapperFactory.provider=weblogic.security.jacc.simpleprovider.RoleMapperFactoryImpl
    EXTRA_JAVA_PROPERTIES="-Ddomain.home=${DOMAIN_HOME} -Doracle.home=${ORACLE_HOME} -Doracle.security.jps.config=${DOMAIN_HOME}/config/oracle/jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol ${EXTRA_JAVA_PROPERTIES}"
    export EXTRA_JAVA_PROPERTIES
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${EXTRA_JAVA_PROPERTIES}"
    export JAVA_PROPERTIES
    ARDIR="${WL_HOME}/server/lib"
    export ARDIR
    pushd ${LONG_DOMAIN_HOME}
    # Clustering support (edit for your cluster!)
    if [ "${ADMIN_URL}" = "" ] ; then
         # The then part of this block is telling us we are either starting an admin server OR we are non-clustered
         CLUSTER_PROPERTIES="-Dweblogic.management.discover=true"
         export CLUSTER_PROPERTIES
    else
         CLUSTER_PROPERTIES="-Dweblogic.management.discover=false -Dweblogic.management.server=${ADMIN_URL}"
         export CLUSTER_PROPERTIES
    fi
    if [ "${LOG4J_CONFIG_FILE}" != "" ] ; then
         JAVA_PROPERTIES="${JAVA_PROPERTIES} -Dlog4j.configuration=file:${LOG4J_CONFIG_FILE}"
         export JAVA_PROPERTIES
    fi
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${CLUSTER_PROPERTIES}"
    export JAVA_PROPERTIES
    # Clear the pre_classpath here in case an application template wants to set it before the larger pre_classpath is invoked below
    PRE_CLASSPATH=""
    export PRE_CLASSPATH
    JAVA_DEBUG=""
    export JAVA_DEBUG
    if [ "${debugFlag}" = "true" ] ; then
         JAVA_DEBUG="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=${DEBUG_PORT},server=y,suspend=n -Djava.compiler=NONE"
         export JAVA_DEBUG
         JAVA_OPTIONS="${JAVA_OPTIONS} ${enableHotswapFlag} -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole..."
         export JAVA_OPTIONS
    else
         JAVA_OPTIONS="${JAVA_OPTIONS} ${enableHotswapFlag} -da"
         export JAVA_OPTIONS
    fi
    if [ ! -d ${JAVA_HOME}/lib ] ; then
         echo "The JRE was not found in directory ${JAVA_HOME}. (JAVA_HOME)"
         echo "Please edit your environment and set the JAVA_HOME"
         echo "variable to point to the root directory of your Java installation."
         popd
         read _val
         exit
    fi
    if [ "${POINTBASE_FLAG}" = "true" ] ; then
         DATABASE_CLASSPATH="${POINTBASE_CLASSPATH}"
         export DATABASE_CLASSPATH
    else
         DATABASE_CLASSPATH="${POINTBASE_CLIENT_CLASSPATH}"
         export DATABASE_CLASSPATH
    fi
    POST_CLASSPATH=""
    export POST_CLASSPATH
    POST_CLASSPATH="${ORACLE_HOME}/modules/features/adf.share_11.1.1.jar${CLASSPATHSEP}${POST_CLASSPATH}"
    export POST_CLASSPATH
    POST_CLASSPATH="${POST_CLASSPATH}${CLASSPATHSEP}${DATABASE_CLASSPATH}${CLASSPATHSEP}${ARDIR}/xqrl.jar"
    export POST_CLASSPATH
    # PROFILING SUPPORT
    JAVA_PROFILE=""
    export JAVA_PROFILE
    SERVER_CLASS="weblogic.Server"
    export SERVER_CLASS
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${WLP_JAVA_PROPERTIES}"
    export JAVA_PROPERTIES
    JAVA_OPTIONS="${JAVA_OPTIONS} ${JAVA_PROPERTIES} -Dwlw.iterativeDev=${iterativeDevFlag} -Dwlw.testConsole=${testConsoleFlag} -Dwlw.logErrorsToConsole=${logErrorsToConsoleFlag}"
    export JAVA_OPTIONS
    # -- Setup properties so that we can save stdout and stderr to files
    if [ "${WLS_STDOUT_LOG}" != "" ] ; then
         echo "Logging WLS stdout to ${WLS_STDOUT_LOG}"
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.Stdout=${WLS_STDOUT_LOG}"
         export JAVA_OPTIONS
    fi
    if [ "${WLS_STDERR_LOG}" != "" ] ; then
         echo "Logging WLS stderr to ${WLS_STDERR_LOG}"
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.Stderr=${WLS_STDERR_LOG}"
         export JAVA_OPTIONS
    fi
    # ADD EXTENSIONS TO CLASSPATHS
    if [ "${EXT_PRE_CLASSPATH}" != "" ] ; then
         PRE_CLASSPATH="${EXT_PRE_CLASSPATH}${CLASSPATHSEP}${PRE_CLASSPATH}"
         export PRE_CLASSPATH
    fi
    if [ "${EXT_POST_CLASSPATH}" != "" ] ; then
         POST_CLASSPATH="${POST_CLASSPATH}${CLASSPATHSEP}${EXT_POST_CLASSPATH}"
         export POST_CLASSPATH
    fi
    if [ "${WEBLOGIC_EXTENSION_DIRS}" != "" ] ; then
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.ext.dirs=${WEBLOGIC_EXTENSION_DIRS}"
         export JAVA_OPTIONS
    fi
    JAVA_OPTIONS="${JAVA_OPTIONS}"
    export JAVA_OPTIONS
    # SET THE CLASSPATH
    CLASSPATH="${PRE_CLASSPATH}${CLASSPATHSEP}${WEBLOGIC_CLASSPATH}${CLASSPATHSEP}${POST_CLASSPATH}${CLASSPATHSEP}${WLP_POST_CLASSPATH}"
    export CLASSPATH
    JAVA_VM="${JAVA_VM} ${JAVA_DEBUG} ${JAVA_PROFILE}"
    export JAVA_VM
    Edited by: klogube on Oct 23, 2009 10:58 AM

Maybe you are looking for

  • Why isn't the sound on my IMovie working?

    The actual clips have audio, but when I transfer them to Imovie, I can't hear them. Why?

  • "Error 0001: Fatal Internal Error" in System Generator

    Hi, I get the following error when I try to import data using the model explorer in Simulink. --------------------------------- Version Log ---------------------------------- Version                                 Path System Generator 10.1.1134    

  • All of sudden primary alert log filled

    ORA-00270: error creating archive log FAL[server, ARC2]: FAL archive failed, see trace file. Errors in file /mv1/oracle/admin/PRD/diag/diag/rdbms/prd/PRD1/trace/PRD1_arc2_909440.trc: ORA-16055: FAL request rejected ARCH: FAL archive failed. Archiver

  • CS3 Design Premium 3.3 upgrade

    Did anyone notice Adobe now offers Fireworks CS3 in the CS3 Design Premium 3.3 upgrade (in addition to Acrobat 9)? That's very cool (though it should have been included in the suite to begin with IMHO)! thanks Adobe! We have to wait until June 24 to

  • When trying to download an update email is inferring. I click on "quit mail" but makes no difference.

    When trying to download updates email is interferring with the download.  I click on "quit email" as asked but as soon as the download starts email activates and stops the download.