Weblogic internal

Hi All,
I want to know where Users, Groups, Roles are stored in the weblogic Portal and
How can i trap if any updates made to any of the User entitlements..
Please send me the soulutions as early as possible it urgent...
Regards,
Kittu.

Hi All,
I want to know where Users, Groups, Roles are stored in the weblogic Portal and
How can i trap if any updates made to any of the User entitlements..
Please send me the soulutions as early as possible it urgent...
Regards,
Kittu.

Similar Messages

  • FileNotFoundException in weblogic internal folder

    <p>Hi,</p><p>I am trying to integrate CR4E report viewing into our app which is running on a weblogic machine.</p><p>When tyring to load the report file I get a FileNotFoundException and the path it specifies is the real computer path:</p><p>Report file D:/workbench/projects/pa-bam-sp4/build/output/x86/windows/pa/domains/pa-domain/pa-s<br />erver/.wlnotdelete/extract/pa-server__appsdir_pa-pa_ear_pa-web/jarfiles/reports/pojoReport.rpt not found</p><p>I have noticed that the path is not where my ear resides but some internal weblogic folder  (../.wlnotdelete/..).</p><p>Is this a CRConfig.xml problem, weblogic problem or my problem ;-)</p><p>(I have tried running it stand alone on jboss and it worked fine)</p><p>Thanks</p><p>Nathaniel</p>

    <p>Hi Nathaniel,</p><p>     This is a known issue and we have included 2 work-arounds in our release notes. Out of curiosity which version of Weblogic are you using? I have heard that this may not be an issue with Weblogic 9 but I haven&#39;t confirmed this yet. The root of the problem lies in how Weblogic launches the application. By default the deployed application is kept in it&#39;s compressed WAR format and is exploded when requested. The Crystal Reports runtime engine (JAR files) are deployed to a temporary JAR files folder at this time. The problem for Crystal Reports users is that by default the report engine uses a relative path to the engine location to determine the report location. So the 2 work-arounds provide a solution to make the report visible to the runtime engine when the JAR file ends up in a "unknown" location.</p><p>You can view these work-arounds in the <a href="/node/447">Release Notes:</a>  </p><p>When using the BEA WebLogic server, it may be unable to resolve the report location and you may see the error, "Report cannot be found". There are two ways to resolve this problem.</p><p><u><strong><br />Workaround 1:</strong></u> <br />1. Remove the <reportlocation> element from the CRConfig.xml file. <br />2. Place your .rpt files in the WEB-INF/classes folder of the WAR file. Alternatively, package the .rpt files in a JAR file and place it in the WEB-INF/lib folder. <br />3. When invoking the &#39;IReportSourceFactory2.createReportSource&#39; or the &#39;ReportClientDocument.open&#39; method to obtain a report source or report client document, use the report name as the value of the report location parameter. For example, the report location could be specified as "/myReport.rpt", where myReport.rpt is either located in the /WEB-INF/classes folder or in a JAR file located in the /WEB-INF/lib folder. </p><p><br /><u><strong>Workaround 2: </strong></u><br />1. Remove the <reportlocation> element from the CRConfig.xml file. <br />2. Modify your JSP to use the absolute path to the report name. For example, you could call clientdoc.open(application.getRealPath("") + "
    " + "YourReport.rpt", 0). Note: For workaround 2, you do not need to move the report files. </p><p>Let me know if either of these solutions work for you.</p><p>Sean </p>

  • Does WebLogic internally have its own webserver?

    Hi All,
    Consider my environment:
    There are two Solaris servers, both having Application1 deployed over WebLogic.
    On the first server, when I start the application - OHS, WebLogic and then finally the application starts up fine. The below confirms that OHS is running.
    Server1:
    <pre>
    bash-3.2$ ps -efc | grep httpd.worker | grep -v grep
    user1 9873 9872 TS 59 07:09:44 ? 0:04 /opt/shared/apps/hyperion/Oracle/Middleware/ohs/ohs/bin/httpd.worker -DSSL
    user1 9882 9873 TS 59 07:09:53 ? 0:00 /opt/shared/apps/hyperion/Oracle/Middleware/ohs/ohs/bin/httpd.worker -DSSL
    user1 9883 9873 TS 59 07:09:53 ? 0:10 /opt/shared/apps/hyperion/Oracle/Middleware/ohs/ohs/bin/httpd.worker -DSSL
    </pre>
    On Server2, the WebLogic starts up fine and deploys the application correctly. But OHS does not start up. OHS is configured to listen on port 19000 on both the servers.
    I understand that the Application1 runs as a WebLogic managed server, but doesn't WebLogic sit on top of OHS? As I cannot see the OHS web server process, I am not sure how Application1 runs without the OHS webserver. Can anyone throw some light on this?
    Note that I am new to Oracle Fusion Middleware and still working on understanding the concepts of how it all fits together. so any guidance will be very much appreciated.
    Thanks!
    Edited by: Kent Pawar. on May 21, 2013 1:16 PM

    Hi
    OHS and Weblogic MS (Managed Server) are two different components.
    Which port did you used to access your application. If you are using OHS listen port and accessing the application. There is a plug-in in between OHS and Weblogic. That is doing the request routing.
    Also you can access your application directly from Weblogic server using Managed servers listen port.
    Thanks
    Nachi

  • Configuring weblogic's internal webserver for clustering

    Hi
              I have created a weblogic cluster running on 9001. The cluster has 2 managed servers running on 8001 and 8003. I can access the application depolyed on the cluster by using http://localhost:8001/Appname & http://localhost:8003/Appname.
              I was wondering if there is any way to configure weblogic internal webserver to actually use the cluster. I don't want to use external webservers like Apache etc , because I don't have enough memory in my machine.
              I can't see any document describing this in bea website, Can somebody help please?
              Vijay

    There is no way you can avoid additional memory usage(unless you have hardware loadbalancer that is configured to route request to the weblogic cluster).
              If you do not want to use other webservers, you can always use HttpClusterServlet as proxy mechanism to cluster.
              All you need to do is create another managed server and host the httpclusterservlet webApp on that managed server.
              (you can host the HttpClusterServlet on admin server itself but its not recommended approach though)
              Look at http://e-docs.bea.com/wls/docs81/cluster/setup.html#684345

  • Problem with WebLogic 10.3.3, Apache 2.2.3 and WebLogic Apache proxy plugin

    I have a problem with using Apache 2.2.3 as a WebLogic SSL proxy. I have Apache 2.2 running and successfully configured an SSL cert, config in ssl.conf is...
    <VirtualHost secure.daftdonkey.com>
    # Setup SSL for secure.daftdonkey.com
    ServerName secure.daftdonkey.com
    SSLEngine On
    SSLCertificateFile /oracle/secure/secure.daftdonkey.com.crt
    SSLCertificateKeyFile /oracle/secure/secure.daftdonkey.com.key
    SSLCertificateChainFile /oracle/secure/gd_bundle.crt
    </VirtualHost>
    This works fine
    Now I want Apache to proxy requests to my WebLogic Server and secure them over SSL as well
    e.g. a request to https://secure.daftdonkey.com/service goes to https://weblogic.internal.site/service
    I have downloaded and configured the weblogic module and tested it handling traffic for HTTP and that worked, then I switched the WebLogic module to use SSL.
    LoadModule weblogic_module modules/mod_wl.so
    <IfModule mod_weblogic.c>
    WebLogicHost weblogic.internal.site
    WebLogicPort 16101
    Debug ALL
    SecureProxy ON
    WLSSLWallet /oracle/secure/my-wallet
    WLLogFile /tmp/wl-proxy.log
    </IfModule>
    <Location /service>
    SetHandler weblogic-handler
    </Location>
    Starting Apache throws the error. I think this is my main problem, i've searched support.oracle.com and not found anything.
    [Mon Jun 07 23:00:48 2010] [crit] (20014)Internal error: WL SSL Init failed for server: (null) on 0
    but Apache starts... I get this error when I make a request to https://secure.daftdonkey.com/service
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
    Looking into the log /tmp/wl-proxy.log I see....
    Mon Jun 7 22:30:10 2010 <393212759749971> URLfactory Created
    Mon Jun 7 22:30:10 2010 <393312759750102> ================New Request: [GET /service HTTP/1.1] =================
    Mon Jun 7 22:30:10 2010 <393312759750102> INFO: SSL is configured
    Mon Jun 7 22:30:10 2010 <393312759750102> Using Uri /service
    Mon Jun 7 22:30:10 2010 <393312759750102> After trimming path: '/service'
    Mon Jun 7 22:30:10 2010 <393312759750102> The final request string is '/service'
    Mon Jun 7 22:30:10 2010 <393312759750102> parseServerList: Socket Address hostnames 'weblogic.internal.site:16101'
    Mon Jun 7 22:30:10 2010 <393312759750102> Host extracted from serverlist is [weblogic.internal.site]
    Mon Jun 7 22:30:10 2010 <393312759750102> parseServerList: IP from socket Address [192.168.100.15]
    Mon Jun 7 22:30:10 2010 <393312759750102> Initializing lastIndex=0 for a list of length=1
    Mon Jun 7 22:30:10 2010 <393312759750102> getListNode: created a new server node: id='weblogic.internal.site:16101' server_name='secure.daftdonkey.com', port='443'
    Mon Jun 7 22:30:10 2010 <393312759750102> attempt #0 out of a max of 5
    Mon Jun 7 22:30:10 2010 <393312759750102> Trying a pooled connection for '192.168.100.15/16101/16101'
    Mon Jun 7 22:30:10 2010 <393312759750102> getPooledConn: found a host and port/securePort match
    Mon Jun 7 22:30:10 2010 <393312759750102> getPooledConn: No more connections in the pool for Host[192.168.100.15] Port[16101] SecurePort[16101]
    Mon Jun 7 22:30:10 2010 <393312759750102> general list: trying connect to '192.168.100.15'/16101/16101 at line 3188 for '/service'
    Mon Jun 7 22:30:10 2010 <393312759750102> SSL is not configured for this connection
    Mon Jun 7 22:30:10 2010 <393312759750102> Local Port of the socket is 45580
    Mon Jun 7 22:30:10 2010 <393312759750102> Remote Host 192.168.100.15 Remote Port 16101
    Mon Jun 7 22:30:10 2010 <393312759750102> URL::connect SSLConn for reader is not set as it is NULL
    Mon Jun 7 22:30:10 2010 <393312759750102> general list: created a new connection to '192.168.100.15'/16101 for '/service', Local port:0
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[Host]=[secure.daftdonkey.com]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[User-Agent]=[Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 ( .NET CLR 3.5.30729)]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[Accept-Language]=[en-us,en;q=0.5]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[Accept-Encoding]=[gzip,deflate]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.7]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[Keep-Alive]=[300]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs from clnt:[Connection]=[keep-alive]
    Mon Jun 7 22:30:10 2010 <393312759750102> parse_header is done
    Mon Jun 7 22:30:10 2010 <393312759750102> Method is GET
    Mon Jun 7 22:30:10 2010 <393312759750102> About to call parseHeaders
    Mon Jun 7 22:30:10 2010 <393312759750102> URL::parseHeaders: Value of parsedHeaders = [0]
    Mon Jun 7 22:30:10 2010 <393312759750102> URL::sendHeaders(): meth='GET' file='/service' protocol='HTTP/1.1'
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Host]=[secure.daftdonkey.com]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [User-Agent]=[Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 ( .NET CLR 3.5.30729)]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Accept-Language]=[en-us,en;q=0.5]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Accept-Encoding]=[gzip,deflate]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.7]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Keep-Alive]=[300]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Connection]=[Keep-Alive]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [WL-Proxy-SSL]=[true]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [WL-Proxy-Client-IP]=[192.168.100.245]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [Proxy-Client-IP]=[192.168.100.245]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [X-Forwarded-For]=[192.168.100.245]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [X-WebLogic-KeepAliveSecs]=[30]
    Mon Jun 7 22:30:10 2010 <393312759750102> Hdrs to WLS: [X-WebLogic-Force-JVMID]=[unset]
    Mon Jun 7 22:30:10 2010 <393312759750102> Reader::fill(): first=0 last=0 toRead=4096
    Mon Jun 7 22:30:10 2010 <393312759750102> Reader::fill(): sysRecv returned -1
    Mon Jun 7 22:30:10 2010 <393312759750102> *******Exception type [READ_ERROR_FROM_SERVER] (socket read failure) raised at line 251 of ../nsapi/Reader.cpp
    Mon Jun 7 22:30:10 2010 <393312759750102> caught exception in readStatus: READ_ERROR_FROM_SERVER [os error=104, line 251 of ../nsapi/Reader.cpp]: socket read failure at line 963
    Mon Jun 7 22:30:10 2010 <393312759750102> PROTOCOL_ERROR: Backend Server not responding - isRecycled:0
    Mon Jun 7 22:30:10 2010 <393312759750102> Marking 192.168.100.15:16101 as bad
    Mon Jun 7 22:30:10 2010 <393312759750102> got exception in sendRequest phase: Backend Server not responding at line 3702
    Mon Jun 7 22:30:10 2010 <393312759750102> Failing over after sendRequest() exception: PROTOCOL_ERROR as Idempotent is set to ON
    Mon Jun 7 22:30:10 2010 <393312759750102> attempt #1 out of a max of 5
    However connecting directly to https://192.168.100.15:16101/irm_rights is successful.
    Ouput from orapki seems to show a valid wallet.
    [root@content my-wallet]# /oracle/install/bin/orapki wallet display -wallet /oracle/secure/my-wallet/
    Oracle PKI Tool : Version 11.1.1.2.0
    Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.
    Requested Certificates:
    User Certificates:
    Trusted Certificates:
    Subject: OU=Class 2 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: OU=Secure Server Certification Authority,O=RSA Data Security\, Inc.,C=US
    Subject: OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: OU=Class 1 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: CN=weblogic.internal.site,OU=FOR TESTING ONLY,O=MyOrganization,L=MyTown,ST=MyState,C=US
    Subject: CN=GTE CyberTrust Global Root,OU=GTE CyberTrust Solutions\, Inc.,O=GTE Corporation,C=US
    Also the apache log at /var/log/httpd/ssl_error_log shows.
    [Mon Jun 07 23:59:03 2010] [error] [client 192.168.100.245] ap_proxy: trying GET /service/ at backend host '192.168.100.15/16101; got exception 'Backend Server not responding'
    [Mon Jun 07 23:59:03 2010] [error] [client 192.168.100.245] ap_proxy: trying GET /service/ at backend host '192.168.100.15/16101; got exception 'Backend Server not responding'
    [Mon Jun 07 23:59:03 2010] [error] [client 192.168.100.245] ap_proxy: trying GET /service/ at backend host '192.168.100.15/16101; got exception 'Backend Server not responding'
    [Mon Jun 07 23:59:03 2010] [error] [client 192.168.100.245] ap_proxy: trying GET /service/ at backend host '192.168.100.15/16101; got exception 'Backend Server not responding'
    [Mon Jun 07 23:59:03 2010] [error] [client 192.168.100.245] ap_proxy: trying GET /service/ at backend host '192.168.100.15/16101; got exception 'Backend Server not responding'
    [Mon Jun 07 23:59:03 2010] [error] [client 192.168.100.245] ap_proxy: trying GET /service/ at backend host '192.168.100.15/16101; got exception 'Backend Server not responding'
    Editing the httpd.conf and sending traffic from Apache to WebLogic over regular HTTP works, config is...
    LoadModule weblogic_module modules/mod_wl.so
    <IfModule mod_weblogic.c>
    WebLogicHost weblogic.internal.site
    WebLogicPort 16100
    Debug ALL
    # SecureProxy ON
    # WLSSLWallet /oracle/secure/my-wallet
    WLLogFile /tmp/wl-proxy.log
    </IfModule>
    Resulting detail from /tmp/wl-proxy.log
    Mon Jun 7 23:20:50 2010 <415912759780351> URLfactory Created
    Mon Jun 7 23:20:50 2010 <416012759780502> ================New Request: [GET /service/ HTTP/1.1] =================
    Mon Jun 7 23:20:50 2010 <416012759780502> Using Uri /service/
    Mon Jun 7 23:20:50 2010 <416012759780502> After trimming path: '/service/'
    Mon Jun 7 23:20:50 2010 <416012759780502> The final request string is '/service/'
    Mon Jun 7 23:20:50 2010 <416012759780502> parseServerList: Socket Address hostnames 'weblogic.internal.site:16100'
    Mon Jun 7 23:20:50 2010 <416012759780502> Host extracted from serverlist is [weblogic.internal.site]
    Mon Jun 7 23:20:50 2010 <416012759780502> parseServerList: IP from socket Address [192.168.100.15]
    Mon Jun 7 23:20:50 2010 <416012759780502> Initializing lastIndex=0 for a list of length=1
    Mon Jun 7 23:20:50 2010 <416012759780502> getListNode: created a new server node: id='weblogic.internal.site:16100' server_name='secure.daftdonkey.com', port='443'
    Mon Jun 7 23:20:50 2010 <416012759780502> attempt #0 out of a max of 5
    Mon Jun 7 23:20:50 2010 <416012759780502> Trying a pooled connection for '192.168.100.15/16100/16100'
    Mon Jun 7 23:20:50 2010 <416012759780502> getPooledConn: found a host and port/securePort match
    Mon Jun 7 23:20:50 2010 <416012759780502> getPooledConn: No more connections in the pool for Host[192.168.100.15] Port[16100] SecurePort[16100]
    Mon Jun 7 23:20:50 2010 <416012759780502> general list: trying connect to '192.168.100.15'/16100/16100 at line 3188 for '/service/'
    Mon Jun 7 23:20:50 2010 <416012759780502> SSL is not configured for this connection
    Mon Jun 7 23:20:50 2010 <416012759780502> Local Port of the socket is 56647
    Mon Jun 7 23:20:50 2010 <416012759780502> Remote Host 192.168.100.15 Remote Port 16100
    Mon Jun 7 23:20:50 2010 <416012759780502> URL::connect SSLConn for reader is not set as it is NULL
    Mon Jun 7 23:20:50 2010 <416012759780502> general list: created a new connection to '192.168.100.15'/16100 for '/service/', Local port:0
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Host]=[secure.daftdonkey.com]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[User-Agent]=[Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 ( .NET CLR 3.5.30729)]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Accept-Language]=[en-us,en;q=0.5]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Accept-Encoding]=[gzip,deflate]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.7]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Keep-Alive]=[300]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Connection]=[keep-alive]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from clnt:[Cookie]=[JSESSIONID=YF4nMNfZ3lJ5ZrVV9HGpKwj3hf12yRvlf4zksQf6pkKx2LhJ2ywY!34167467]
    Mon Jun 7 23:20:50 2010 <416012759780502> parse_header is done
    Mon Jun 7 23:20:50 2010 <416012759780502> Method is GET
    Mon Jun 7 23:20:50 2010 <416012759780502> About to call parseHeaders
    Mon Jun 7 23:20:50 2010 <416012759780502> URL::parseHeaders: Value of parsedHeaders = [0]
    Mon Jun 7 23:20:50 2010 <416012759780502> URL::sendHeaders(): meth='GET' file='/service/' protocol='HTTP/1.1'
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Host]=[secure.daftdonkey.com]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [User-Agent]=[Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 ( .NET CLR 3.5.30729)]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Accept-Language]=[en-us,en;q=0.5]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Accept-Encoding]=[gzip,deflate]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.7]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Keep-Alive]=[300]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Cookie]=[JSESSIONID=YF4nMNfZ3lJ5ZrVV9HGpKwj3hf12yRvlf4zksQf6pkKx2LhJ2ywY!34167467]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Connection]=[Keep-Alive]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [WL-Proxy-SSL]=[true]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [WL-Proxy-Client-IP]=[192.168.100.245]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [Proxy-Client-IP]=[192.168.100.245]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [X-Forwarded-For]=[192.168.100.245]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [X-WebLogic-KeepAliveSecs]=[30]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to WLS: [X-WebLogic-Force-JVMID]=[unset]
    Mon Jun 7 23:20:50 2010 <416012759780502> Reader::fill(): first=0 last=0 toRead=4096
    Mon Jun 7 23:20:50 2010 <416012759780502> Reader::fill(): sysRecv returned 568
    Mon Jun 7 23:20:50 2010 <416012759780502> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 302 Moved Temporarily]
    Mon Jun 7 23:20:50 2010 <416012759780502> URL::parseHeaders: StatusLine set to [302 Moved Temporarily]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from WLS:[Date]=[Tue, 08 Jun 2010 06:20:50 GMT]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from WLS:[Transfer-Encoding]=[chunked]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from WLS:[Location]=[https://secure.daftdonkey.com/service/faces/LoginPage.jspx]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from WLS:[X-WebLogic-JVMID]=[34167467]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Mon Jun 7 23:20:50 2010 <416012759780502> parsed all headers OK
    Mon Jun 7 23:20:50 2010 <416012759780502> done with sendRequest
    Mon Jun 7 23:20:50 2010 <416012759780502> sendResponse() : r->status = '302'
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to client (add):[Date]=[Tue, 08 Jun 2010 06:20:50 GMT]
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to client (add):[Location]=[https://secure.daftdonkey.com/service/faces/LoginPage.jspx]
    Mon Jun 7 23:20:50 2010 <416012759780502> for 192.168.100.15/16100/16100, updated JVMID: 34167467
    Mon Jun 7 23:20:50 2010 <416012759780502> Hdrs to client (add):[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Mon Jun 7 23:20:50 2010 <416012759780502> calling closeConn() with non-null URL* at 3826
    Mon Jun 7 23:20:50 2010 <416012759780502> canRecycle: conn=1 status=302 isKA=1 clen=-1 isCTE=1
    Mon Jun 7 23:20:50 2010 <416012759780502> closeConn: pooling for '192.168.100.15/16100'
    Mon Jun 7 23:20:50 2010 <416012759780502> closeConn: pooling '0'
    Mon Jun 7 23:20:50 2010 <416012759780502> request [irm_rights/] processed successfully..................
    Mon Jun 7 23:20:50 2010 <415912759780351> Cleaning up the list node 'weblogic.internal.site:16100'list Length '1'

    I found the answer to this. The documentation is not clear enough, LD_LIBRARY_PATH MUST be set and MUST have a pointer to the directory where the SSL .so modules are. I wrote up a blog article explaining the configuration and detailed this issue.
    http://blogs.oracle.com/irm/2010/06/quick_guide_to_oracle_irm_11g_1.html

  • Deploying WebServices to WebLogic 7.0

    I'm trying to test a webservice I developed with JDev 9.0.3.
    The deployment profile looks fine; it includes the web.xml with the servlet mapping and the three params (class-name; interface-name and session-timeout)
    I can get the test page of the webservice with all the methods I decided to include; i can also see the WSDL page that gets generated....
    But when I try to actually test one method of my webservice, I'm getting an exception that's confusing me.
    It's a ClassCastException referencing a WebLogic internal class but it's coming from a oracle internal class.
    I think iAS classes are expecting another class as the context of the servlet but i'm not really sure.
    What follows is the stack trace.
    javax.servlet.ServletException: Cannot compile: java.lang.ClassCastException: we
    blogic.servlet.internal.WebAppServletContext
    at oracle.j2ee.ws.BaseWebService.oc4j_compile(BaseWebService.java:1437)
    at oracle.j2ee.ws.BaseWebService.oc4j_compile(BaseWebService.java:1402)
    at oracle.j2ee.ws.RpcWebService.generateWrapperClass(RpcWebService.java:
    387)
    at oracle.j2ee.ws.RpcWebService.generate(RpcWebService.java:314)
    at oracle.j2e[i]Long postings are being truncated to ~1 kB at this time.

    If you want to deploy Web services to BEA from Oracle9i JDeveloper you will probably have to use the Oracle SOAP approach which is based on Apache SOAP. This would mean that you have to do the following:
    1. first configure Apache SOAP (2.3.1)
    2. When running the Web service publishing wizard in JDeveloper choose Oracle9iAS 1.0.2.2/Apache SOAP 2.2 as your type of Web service (it really is Apache SOAP 2.3.1 but the screen was not updated)
    3. Deploy from JDeveloper both the underlying class and descriptor (read the Oracle9i JDev help for steps for deploying the Apache SOAP as they differ from the Oracle9iAS Web services
    The first choice in the publish Web service wizard, Oracle9iAS Web services (what you describe here), is pretty much dependent on Oracle9iAS whereas the Oracle SOAP is pretty much native Apache SOAP which can be deployed from xml.apache.org/soap to BEA.
    This issue will likely get less dramatic as both Oracle and BEA move to JAX-RPC in J2EE 1.4 where the implementation model for Web services is standardized. We hope to have our first JAX-RPC release available in the first half of this year.
    Mike.

  • OAM WebLogic integration issue

    Hi
    I have integrated portal application hosted on WebLogic with OAM using SSPI.
    The integration is successful and the application is working fine but we see following Error message in the weblogic logs whenever user hits the Portal home page.
    <Dec 2, 2008 1:39:20 AM PST> <Error> <NetPointSecurityProviders> <700012> <Access system authorization failed for resource. Type [wl_authen], Name [Authen/Basic], Operation [LOGIN]. Reason - User's authentication level is insufficient for a requested resource.>
    We see this message only when user is not authenticated before and hits Portal home page which also has Login portlet. Once user is authenticated and access any resource on the portal application, we do not see such error messages.
    Has anyone faced this issue before? And what could be wrong with the integration?
    Thanks
    Kiran Thakkar

    Hi kiran,
    U hve said tht u r successfull in integrating weblogic application server with OAM using SSPI
    The same oly v are also trying to do but we are facing some issues:
    I'm using BEA weblogic8.1sp3,OAM10.1.4.0.1 and SSPI10.1.4.0.1
    During instillation of SSPI i have selected the advanced instillation so the policies are automatically getting deployed in my OAM but after tht my weblogic is not able to start.
    In the log file it is showing the following errors:
    ####<Jan 28, 2009 12:37:02 PM IST> <Debug> <NetPointSecurityProviders> <wipro-67b4e0638> <myserver> <main> <<WLS Kernel>> <000000> <ObUserSession ctor from username, password failed
    com.oblix.access.ObAccessException: Unprotected resource LOGIN wl_authen:/Authen/Basic used in an ObAuthenticationScheme or ObUserSession constructor.
    at com.oblix.access.ObUserSession.initCppSideAuthenticate(Native Method)
    at com.oblix.access.ObUserSession.<init>(ObUserSession.java:243)
    at com.oblix.weblogic.internal.OblixDatabase.login(OblixDatabase.java:192)
    at com.oblix.weblogic.security.providers.authentication.OblixLoginModuleImpl.login(OblixLoginModuleImpl.java:193)
    at weblogic.security.service.DelegateLoginModuleImpl.login(DelegateLoginModuleImpl.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
    at weblogic.security.service.PrincipalAuthenticator.authInternal(PrincipalAuthenticator.java:326)
    at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:279)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceManagerDelegateImpl.java:786)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:886)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    ####<Jan 28, 2009 12:37:02 PM IST> <Debug> <NetPointSecurityProviders> <wipro-67b4e0638> <myserver> <main> <<WLS Kernel>> <000000> <Entering OblixLoginModuleImpl.abort>
    ####<Jan 28, 2009 12:37:02 PM IST> <Critical> <Security> <wipro-67b4e0638> <myserver> <main> <<WLS Kernel>> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    Can you please help me to solve this problem.
    Thanks in advance.

  • How to read weblogic user/password within a J2EE app ?

    All,
         There is an J2EE that exposes a webservice and the service can not be secured with ws-security since the service is an exact implementation of an standard that does not mandate  ws-secutiry and only insists on SSL/TLS. The application however needs a legitimate authenticated weblogic user for the rest of its work and hence the app has to read a known user created in the weblogic and then read its password as well and authenticate  within the app and use that authenticated subject. User can create this predefined user in weblogic and we may ask user to store the same weblogic password also in a CSF like OPSS and then have the app read the CSF, but since the password is available in the weblogic internal ldap, we want to leverage that and read the user's password using any of the weblogic mbean's APIs. Can anyone provide a pointer on how to read a user's password within the Weblogic's embedded ldap ?
         We referred to this Developing with the User and Role API - 11g Release 1 (11.1.1) & 6 Managing Security Realms with JMX but could not successfully get it working with J2EE app (Servlet/Filter).

    You can use JMX
    Please find a sample here
    List Users and Groups in Weblogic using JMX | Middleware wonders!!

  • Rewrite Location-headers in frontend by weblogic plugin

    Hi!
    I've got a problem where I've got a Apache 2.2.9 acting as a proxy for a application running on BEA Weblogic.
    I'm using the plugin from BEA Weblogic as the proxy.
    Everything works fine except when the weblogicserver makes a redirect, i.e. sends a Location-header. The Location header looks like "Location: http://weblogic.internal.net/Client".
    The servername should be rewritten to the public nam "proxy.example.com".
    ### START ### Weblogic configuration in apache.conf:
    LoadModule weblogic_module /usr/lib/apache2/modules/mod_wl_22.so
    <IfModule mod_weblogic.c>
    WebLogicHost weblogic.internal.net
    WebLogicPort 8202
    WLProxySSL on
    DebugConfigInfo on
    Debug ALL
    </IfModule>
    <Location /Application/>
    SetHandler weblogic-handler
    </Location>
    ### END ### Weblogic configuration in apache.conf:
    Any ideas on how to manage the rewrite of the Location-header?
    Can weblogic plugin and mod_proxy/mod_rewrite be comined?
    Is there any other configuration parameters for weblogic to state the frontend machine?
    /Andreas

    Hi!
    I've got a problem where I've got a Apache 2.2.9 acting as a proxy for a application running on BEA Weblogic.
    I'm using the plugin from BEA Weblogic as the proxy.
    Everything works fine except when the weblogicserver makes a redirect, i.e. sends a Location-header. The Location header looks like "Location: http://weblogic.internal.net/Client".
    The servername should be rewritten to the public nam "proxy.example.com".
    ### START ### Weblogic configuration in apache.conf:
    LoadModule weblogic_module /usr/lib/apache2/modules/mod_wl_22.so
    <IfModule mod_weblogic.c>
    WebLogicHost weblogic.internal.net
    WebLogicPort 8202
    WLProxySSL on
    DebugConfigInfo on
    Debug ALL
    </IfModule>
    <Location /Application/>
    SetHandler weblogic-handler
    </Location>
    ### END ### Weblogic configuration in apache.conf:
    Any ideas on how to manage the rewrite of the Location-header?
    Can weblogic plugin and mod_proxy/mod_rewrite be comined?
    Is there any other configuration parameters for weblogic to state the frontend machine?
    /Andreas

  • Security info propagation across weblogic servers

    Hi,
    I have a requirement wherein my biz layer needs info abt logged in user profile. the web layer authenticates user using weblogic internal ldap and calls session bean of biz layer. In the biz layer i m able to retrieve the loggedin userid using sessionContext.getCallerPrincipal(). But i do need more info like user_preferences,emp_id as well. Is there a way of setting these attributes in Context obj which gets propagated across weblogic servers transparently. Otherwise i need to modify all my session bean api to accept userPreferencesDTO as additional parameter.
    Please advise,
    venkat

    have you find any solution for this...

  • Weblogic EJB 3 proxy & EJB 3 session bean interface

    Does the weblogic EJB 3 session bean proxies implement the bean interface ?
    I tried accessing the session bean from within a EJB 3 interceptor - InvocationContext.getTarget()
    But it looks like this returns a proxy (created by weblogic internally) that does not implement the bean interface.
    I'm unable to integrate Hibernate method validator as a result since the validator API expects the target to either be the actual bean implementation or at least a proxy
    that implements the bean interfaces. Can somebody please confirm ?
    I'm on weblogic 10.3
    thanks!

    You should be able to see the code we generate by running the weblogic.appc utility on your application, specifying the "-keepgenerated" option to keep the Java source files.
    -steve-

  • Weblogic LLR tables RECORDSTR column size issues

    Hi ,
    We have configured the LLR (Last logging resource to emulate 2 Phase commit XA ) non XA datasouce in our weblogic 10.3.5 domain and I see that weblogic internally creates WL_LLR_<servername> tables in the schema confgured with that LLR datasouce per managed server.
    But during some transactions commit we are facing an error stating that RECORDSTR column size (which is default 1000 Bytes) is too small for the COMMIT RECORD. It works fine when we increased the RECORDSTR column to 2000 bytes . But the issue is what is the criteria to increase the column size , our application have a large global transactions and will 2000 bytes will be enough to hold that.
    So my question is what actually gets stored within the LLR tables for a transaction , transaction logs or COMMIT record ? , what does COMMIT RECORD actually mean?
    Is there a way to specify the table and column length of LLR Tables during creation of LLR data sources itself.

    Maybe this can shed some light on things: http://docs.oracle.com/cd/E21764_01/web.1111/e13737/transactions.htm#i1145819

  • WLS internal apps - quick question

    Hi
    After installing 10.3.6 WLS, we notice WebLogic Server deploys many internal applications during startup.
    Are these internal apps necessary in order to run our ADF web app ?
    We like to know which internal apps are absolutely necessary and which aren't. How do we find that out ?
    We like to improve our memory usages.
    Thanks

    Hi Alll
    Can we remove these entries in the Deployment tab we see.
    We have an ADF application running and in OK Health state.
    These below however are Active State but not used, meaning no Health State.
    1- Can we remove them as in using the Delete button on the Deployment tab without affecting our app ?
    2- How can we tell from Weblogic internal apps from other apps in the deployment tab ?
    Thanks
    Library oracle.bi.jbips(11.1.1,0.1)     Active          Library     100
         Library oracle.bi.composer(11.1.1,0.1)     Active          Library     100
         Library oracle.wsm.seedpolicies(11.1.1,11.1.1)     Active          Library     100
         Library oracle.jsp.next(11.1.1,11.1.1)     Active          Library     100
         Library oracle.dconfig-infra(11,11.1.1.1.0)     Active          Library     100
         Library orai18n-adf(11,11.1.1.1.0)     Active          Library     100
         Library oracle.adf.dconfigbeans(1.0,11.1.1.2.0)     Active          Library     100
         Library oracle.pwdgen(11.1.1,11.1.1.2.0)     Active          Library     100
         Library oracle.jrf.system.filter     Active          Library     100
         Library adf.oracle.domain(1.0,11.1.1.2.0)     Active          Library     100
         Library adf.oracle.businesseditor(1.0,11.1.1.2.0)     Active          Library     100
         Library oracle.adf.management(1.0,11.1.1.2.0)     Active          Library     100
         Library adf.oracle.domain.webapp(1.0,11.1.1.2.0)     Active          Library     100
         Library jsf(1.2,1.2.9.0)     Active          Library     100
         Library jstl(1.2,1.2.0.1)     Active          Library     100
         Library UIX(11,11.1.1.1.0)     Active          Library     100
         Library ohw-rcf(5,5.0)     Active          Library     100
         Library ohw-uix(5,5.0)     Active          Library     100
         Library oracle.adf.desktopintegration.model(1.0,11.1.1.2.0)     Active          Library     100
         Library oracle.adf.desktopintegration(1.0,11.1.1.2.0)     Active          Library     100
         Library oracle.bi.adf.model.slib(1.0,11.1.1.2.0)     Active          Library     100
         Library oracle.bi.adf.view.slib(1.0,11.1.1.2.0)     Active          Library     100
         Library oracle.bi.adf.webcenter.slib(1.0,11.1.1.2.0)     Active          Library     100
         Library oracle.bpm.mgmt(11.1.1,11.1.1)     Active          Library     100
         Library emai     Active          Library     100
         Library oracle.webcenter.skin(11.1.1,11.1.1)     Active          Library     300
         Library oracle.webcenter.composer(11.1.1,11.1.1)     Active          Library     300
         Library emas     Active          Library     100
         Library emcore     Active          Library     100

  • Weblogic.utils.UnsyncCircularQueue

    hi, i have a WLS 5.1 sp8 on Linux RH6.2 with sun JDK 1.2.2
              my wls is acting as a SSL webserver with a oracle JDBC type 4 driver
              pool.
              after a certain time of heavely loaded activity the server shuts down
              himself with the following message:
              jeu. mars 08 17:07:16 GMT+01:00 2001:<E> <WebLogicServer> Exception
              invoking weblogic.time.server.ScheduledTrigger@2ef54ad4
              java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              at
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              at
              weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              at
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              at weblogic.kernel.Kernel.execute(Kernel.java:507)
              at
              weblogic.time.common.internal.ScheduledTrigger.private_execute(ScheduledTrigger.java:184)
              at
              weblogic.time.server.ScheduledTrigger.private_execute(ScheduledTrigger.java:55)
              at
              weblogic.time.common.internal.TimeTable.execute(TimeTable.java:222)
              at
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:140)
              at java.lang.Thread.run(Thread.java:479)
              jeu. mars 08 17:07:16 GMT+01:00 2001:<E> <WebLogicServer> Exception
              invoking weblogic.time.server.ScheduledTrigger@b9714ad4
              java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              at
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              at
              weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              at
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              at weblogic.kernel.Kernel.execute(Kernel.java:507)
              at
              weblogic.time.common.internal.ScheduledTrigger.private_execute(ScheduledTrigger.java:184)
              at
              weblogic.time.server.ScheduledTrigger.private_execute(ScheduledTrigger.java:55)
              at
              weblogic.time.common.internal.TimeTable.execute(TimeTable.java:222)
              at
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:140)
              at java.lang.Thread.run(Thread.java:479)
              jeu. mars 08 17:08:44 GMT+01:00 2001:<A> <SSLListenThread>
              ListenThread.run() failed:
              java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              at
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              at
              weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              at
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              at weblogic.kernel.Kernel.execute(Kernel.java:507)
              at weblogic.t3.srvr.ListenThread.run(ListenThread.java:338)
              jeu. mars 08 17:08:44 GMT+01:00 2001:<!> <SSLListenThread> **** The
              WebLogic Server is no longer listening for connections.
              jeu. mars 08 17:08:44 GMT+01:00 2001:<!> <SSLListenThread> **** You
              should probably restart it.
              jeu. mars 08 17:08:44 GMT+01:00 2001:<I> <WebLogicServer> Server
              shutdown by system
              jeu. mars 08 17:08:44 GMT+01:00 2001:<I> <WebLogicServer> Server
              shutdown commencing NOW
              jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <HTTP> Destroying servlets in
              default servlet context.
              jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <ServletContext-General> *.jsp:
              destroy
              jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <ServletContext-General> file:
              destroy
              jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <WebLogicServer> Requesting
              thread shutdown
              jeu. mars 08 17:08:45 GMT+01:00 2001:<E> <WebLogicServer> Failed to
              submit shutdown command:
              java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              at
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              at
              weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              at
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              at weblogic.kernel.Kernel.execute(Kernel.java:507)
              at
              weblogic.event.server.EventMessage.enqueueRequest(EventMessage.java:247)
              at
              weblogic.event.server.EventRegistration.private_submit(EventRegistration.java:712)
              at
              weblogic.event.server.EventTopic.deliverToRegistrations(EventTopic.java:266)
              at weblogic.event.server.EventTopic.submit(EventTopic.java:342)
              at weblogic.event.server.EventTopic.submit(EventTopic.java:337)
              thanks for any help
              Maxime Kurkdjian
              Oxalide - Consultant
              http://www.oxalide.com
              

    The size of WebLogic internal request queue has an upper limit of 128K. You
              have so many requests in the queue and it is overflowed! I think the
              response time of your WLAS should be extremely slow when this happens. You
              have to do some performance tuning.
              Cheers - Wei
              "Maxime Kurkdjian" <[email protected]> wrote in message
              news:[email protected]...
              > hi, i have a WLS 5.1 sp8 on Linux RH6.2 with sun JDK 1.2.2
              > my wls is acting as a SSL webserver with a oracle JDBC type 4 driver
              > pool.
              > after a certain time of heavely loaded activity the server shuts down
              > himself with the following message:
              >
              > jeu. mars 08 17:07:16 GMT+01:00 2001:<E> <WebLogicServer> Exception
              > invoking weblogic.time.server.ScheduledTrigger@2ef54ad4
              > java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              > at
              >
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              > at
              > weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              > at
              >
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              > at weblogic.kernel.Kernel.execute(Kernel.java:507)
              > at
              >
              weblogic.time.common.internal.ScheduledTrigger.private_execute(ScheduledTrig
              ger.java:184)
              > at
              >
              weblogic.time.server.ScheduledTrigger.private_execute(ScheduledTrigger.java:
              55)
              > at
              > weblogic.time.common.internal.TimeTable.execute(TimeTable.java:222)
              > at
              >
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
              :140)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > jeu. mars 08 17:07:16 GMT+01:00 2001:<E> <WebLogicServer> Exception
              > invoking weblogic.time.server.ScheduledTrigger@b9714ad4
              > java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              > at
              >
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              > at
              > weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              > at
              >
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              > at weblogic.kernel.Kernel.execute(Kernel.java:507)
              > at
              >
              weblogic.time.common.internal.ScheduledTrigger.private_execute(ScheduledTrig
              ger.java:184)
              > at
              >
              weblogic.time.server.ScheduledTrigger.private_execute(ScheduledTrigger.java:
              55)
              > at
              > weblogic.time.common.internal.TimeTable.execute(TimeTable.java:222)
              > at
              >
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
              :140)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > jeu. mars 08 17:08:44 GMT+01:00 2001:<A> <SSLListenThread>
              > ListenThread.run() failed:
              > java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              > at
              >
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              > at
              > weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              > at
              >
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              > at weblogic.kernel.Kernel.execute(Kernel.java:507)
              > at weblogic.t3.srvr.ListenThread.run(ListenThread.java:338)
              >
              > jeu. mars 08 17:08:44 GMT+01:00 2001:<!> <SSLListenThread> **** The
              > WebLogic Server is no longer listening for connections.
              > jeu. mars 08 17:08:44 GMT+01:00 2001:<!> <SSLListenThread> **** You
              > should probably restart it.
              > jeu. mars 08 17:08:44 GMT+01:00 2001:<I> <WebLogicServer> Server
              > shutdown by system
              > jeu. mars 08 17:08:44 GMT+01:00 2001:<I> <WebLogicServer> Server
              > shutdown commencing NOW
              > jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <HTTP> Destroying servlets in
              > default servlet context.
              > jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <ServletContext-General> *.jsp:
              > destroy
              > jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <ServletContext-General> file:
              > destroy
              > jeu. mars 08 17:08:45 GMT+01:00 2001:<I> <WebLogicServer> Requesting
              > thread shutdown
              > jeu. mars 08 17:08:45 GMT+01:00 2001:<E> <WebLogicServer> Failed to
              > submit shutdown command:
              > java.lang.RuntimeException: <UTIL> UnsyncCircularQueue was full!
              > at
              >
              weblogic.utils.UnsyncCircularQueue.expandQueue(UnsyncCircularQueue.java:43)
              > at
              > weblogic.utils.UnsyncCircularQueue.put(UnsyncCircularQueue.java:63)
              > at
              >
              weblogic.kernel.ExecuteThreadManager.execute(ExecuteThreadManager.java:227)
              > at weblogic.kernel.Kernel.execute(Kernel.java:507)
              > at
              > weblogic.event.server.EventMessage.enqueueRequest(EventMessage.java:247)
              > at
              >
              weblogic.event.server.EventRegistration.private_submit(EventRegistration.jav
              a:712)
              > at
              >
              weblogic.event.server.EventTopic.deliverToRegistrations(EventTopic.java:266)
              > at weblogic.event.server.EventTopic.submit(EventTopic.java:342)
              > at weblogic.event.server.EventTopic.submit(EventTopic.java:337)
              > [...]
              >
              > thanks for any help
              >
              > --
              > Maxime Kurkdjian
              > Oxalide - Consultant
              > http://www.oxalide.com
              

  • OEPE exception with the latest plugin version.

    Hi,
    I updated my OEPE eclipe plugin to the latest version and I got this exception:
    !ENTRY org.eclipse.core.resources 4 75 2012-01-30 13:38:39.578
    !MESSAGE Errors occurred during the build.
    !SUBENTRY 1 org.eclipse.wst.common.project.facet.core 4 75 2012-01-30 13:38:39.578
    !MESSAGE Errors running builder 'Faceted Project Validation Builder' on project 'NTCSCacheCore'.
    !STACK 0
    java.lang.ExceptionInInitializerError
    at oracle.eclipse.tools.weblogic.WlsRuntimeUtil.getWlsRuntimeComponent(WlsRuntimeUtil.java:92)
    at oracle.eclipse.tools.weblogic.internal.validation.WlsRuntimeValidator.validate(WlsRuntimeValidator.java:45)
    at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectValidationBuilder.build(FacetedProjectValidationBuilder.java:132)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: java.lang.IllegalArgumentException: Version 10.0 of runtime component type com.bea.weblogic has not been defined.
    at org.eclipse.wst.common.project.facet.core.util.internal.Versionable.getVersion(Versionable.java:80)
    at org.eclipse.wst.common.project.facet.core.runtime.internal.RuntimeComponentType.getVersion(RuntimeComponentType.java:1)
    at oracle.eclipse.tools.weblogic.server.WebLogicServerRuntimeComponentType.<clinit>(WebLogicServerRuntimeComponentType.java:19)
    ... 15 more
    Any idea why this is happening when I updated the plugin.
    === Eclipse configuration ===
    *** Date: Monday, January 30, 2012 2:03:58 PM Western European Time
    *** Platform Details:
    *** System properties:
    awt.toolkit=sun.awt.X11.XToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M20110909-1335
    eclipse.commands=-os
    linux
    -ws
    gtk
    -arch
    x86
    -showsplash
    /home/guerra/devel/ide/indigo/eclipse//plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
    -launcher
    /home/guerra/devel/ide/indigo/eclipse/eclipse
    -name
    Eclipse
    --launcher.library
    /home/guerra/devel/ide/indigo/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so
    -startup
    /home/guerra/devel/ide/indigo/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    --launcher.overrideVmargs
    -product
    org.eclipse.epp.package.jee.product
    -vm
    /usr/local/java/jdk1.7.0/bin/../jre/lib/i386/client/libjvm.so
    eclipse.home.location=file:/home/guerra/devel/ide/indigo/eclipse/
    eclipse.launcher=/home/guerra/devel/ide/indigo/eclipse/eclipse
    eclipse.launcher.name=Eclipse
    [email protected]/../p2/
    eclipse.p2.profile=epp.package.jee
    eclipse.product=org.eclipse.epp.package.jee.product
    eclipse.startTime=1327931411385
    eclipse.vm=/usr/local/java/jdk1.7.0/bin/../jre/lib/i386/client/libjvm.so
    eclipse.vmargs=-Djava.library.path=/usr/lib/jni
    -Dosgi.requiredJavaVersion=1.5
    -XX:MaxPermSize=256m
    -Xms40m
    -Xmx512m
    -Djava.class.path=/home/guerra/devel/ide/indigo/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    equinox.use.ds=true
    file.encoding=UTF-8
    file.encoding.pkg=sun.io
    file.separator=/
    java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
    java.awt.printerjob=sun.print.PSPrinterJob
    java.class.path=/home/guerra/devel/ide/indigo/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    java.class.version=51.0
    java.endorsed.dirs=/usr/local/java/jdk1.7.0/jre/lib/endorsed
    java.ext.dirs=/usr/local/java/jdk1.7.0/jre/lib/ext:/usr/java/packages/lib/ext
    java.home=/usr/local/java/jdk1.7.0/jre
    java.io.tmpdir=/tmp
    java.library.path=/usr/lib/jni
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.7.0-b147
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Oracle Corporation
    java.specification.version=1.7
    java.vendor=Oracle Corporation
    java.vendor.url=http://java.oracle.com/
    java.vendor.url.bug=http://bugreport.sun.com/bugreport/
    java.version=1.7.0
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Oracle Corporation
    java.vm.specification.version=1.7
    java.vm.vendor=Oracle Corporation
    java.vm.version=21.0-b17
    line.separator=
    org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
    org.eclipse.equinox.launcher.splash.location=/home/guerra/devel/ide/indigo/eclipse//plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.update.reconcile=false
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6,JavaSE-1.7
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Linux
    org.osgi.framework.os.version=2.6.35
    org.osgi.framework.processor=x86
    org.osgi.framework.system.capabilities=osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.event,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.namespace,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.nimbus,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.spi.http,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.uuid=d0405f54-494b-0011-168c-a1c3104915a9
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.6.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=i386
    os.name=Linux
    os.version=2.6.35-32-generic
    osgi.arch=x86
    osgi.bundles=reference:file:javax.transaction_1.1.1.v201105210645.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.200.v20110502-1955.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=/home/guerra/devel/ide/indigo/eclipse/configuration/org.eclipse.osgi/bundles
    osgi.configuration.area=file:/home/guerra/devel/ide/indigo/eclipse/configuration/
    osgi.framework=file:/home/guerra/devel/ide/indigo/eclipse/plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar
    osgi.framework.extensions=reference:file:javax.transaction_1.1.1.v201105210645.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.7.1.R37x_v20110808-1106
    osgi.frameworkClassPath=., file:/home/guerra/devel/ide/indigo/eclipse/plugins/javax.transaction_1.1.1.v201105210645.jar
    osgi.install.area=file:/home/guerra/devel/ide/indigo/eclipse/
    osgi.instance.area=file:/home/guerra/workspace/
    osgi.instance.area.default=file:/home/guerra/workspace/
    osgi.logfile=/home/guerra/workspace/.metadata/.log
    osgi.manifest.cache=/home/guerra/devel/ide/indigo/eclipse/configuration/org.eclipse.osgi/manifests
    osgi.nl=en_US
    osgi.os=linux
    osgi.requiredJavaVersion=1.5
    osgi.splashLocation=/home/guerra/devel/ide/indigo/eclipse//plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=/home/guerra/devel/ide/indigo/eclipse/plugins
    osgi.tracefile=/home/guerra/workspace/.metadata/trace.log
    osgi.ws=gtk
    path.separator=:
    sun.arch.data.model=32
    sun.boot.class.path=/usr/local/java/jdk1.7.0/jre/lib/resources.jar:/usr/local/java/jdk1.7.0/jre/lib/rt.jar:/usr/local/java/jdk1.7.0/jre/lib/sunrsasign.jar:/usr/local/java/jdk1.7.0/jre/lib/jsse.jar:/usr/local/java/jdk1.7.0/jre/lib/jce.jar:/usr/local/java/jdk1.7.0/jre/lib/charsets.jar:/usr/local/java/jdk1.7.0/jre/classes
    sun.boot.library.path=/usr/local/java/jdk1.7.0/jre/lib/i386
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=gnome
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=UTF-8
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=unknown
    user.country=US
    user.dir=/home/guerra
    user.home=/home/guerra
    user.language=en
    user.name=guerra
    user.timezone=Atlantic/Canary
    *** Features:
    com.collabnet.subversion.merge.feature (2.2.4) "CollabNet Subversion Merge Client"
    oracle.eclipse.tools.indigo.common (2.0.0.201112072225) "Oracle Common Tools"
    oracle.eclipse.tools.indigo.doc.javaee6 (1.0.0.201111040904) "Java EE 6 Documentation"
    oracle.eclipse.tools.indigo.glassfish (2.0.0.201111040904) "Oracle GlassFish Server Tools"
    oracle.eclipse.tools.indigo.webtier (2.0.0.201112072225) "Oracle Web Tier Tools"
    org.eclipse.cvs (1.3.100.v20110520-0800-7B78FHk8sF7BB7VAH5AYC5) "Eclipse CVS Client"
    org.eclipse.datatools.common.doc.user (1.9.1.v201108301820-26-311A16321A3557) "Data Tools Platform User Documentation"
    org.eclipse.datatools.connectivity.doc.user (1.9.1.v201108301820-37D-7733L3D753L7BBF) "Data Tools Platform Connectivity User Documentation"
    org.eclipse.datatools.connectivity.feature (1.9.1.v201108301820-7C7e8mEt1_wmuQjYnXQ6Zj5dM17) "Data Tools Platform Connectivity Plug-in"
    org.eclipse.datatools.connectivity.oda.designer.core.feature (1.9.1.v201108301820-7B7C7DCcNBGNChHSFaYT) "DTP ODA Designer UI Framework Plug-in"
    org.eclipse.datatools.connectivity.oda.designer.feature (1.9.1.v201108301820-4117w312219371456) "DTP ODA Designer UI Framework Plug-in"
    org.eclipse.datatools.connectivity.oda.feature (1.9.1.v201108301820-7H7C7ICcNBHHBnJWDjSd) "DTP Open Data Access"
    org.eclipse.datatools.doc.user (1.9.1.v201108301820-47C08w95ENAK6AFDFK7) "Data Tool Platform User Documentation"
    org.eclipse.datatools.enablement.apache.derby.feature (1.9.1.v201108301820-77788gBmKDOGMhKwJ4Rn7QBR) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.enablement.feature (1.9.1.v201108301820-7J9B7FBWwVN7-2z-kZU_tJy1aR1t) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.hsqldb.feature (1.9.1.v201108301820-67D1AqGBKNKdIlGz0GU7QBR) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.ibm.feature (1.9.1.v201108301820-7F47SFC7sRbvSkkxaPvW) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.ingres.feature (1.9.1.v201108301820-540AkF78Z7UCRAQDB) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.jdbc.feature (1.9.1.v201108301820-4-29oB56N5N7L6PAQ) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.enablement.jdt.feature (1.9.1.v201108301820-2-07w31211518181A) "Data Tools Platform Connectivity JDT Extension Plug-in"
    org.eclipse.datatools.enablement.msft.feature (1.9.1.v201108301820-542AkF79P7QCP9SDB) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.mysql.feature (1.9.1.v201108301820-546AkF78Z7Y9NBZ9A) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.oda.designer.feature (1.9.1.v201108301820-3328s73553C655B63) "Eclipse Data Tools Platform XML ODA Designer"
    org.eclipse.datatools.enablement.oda.feature (1.9.1.v201108301820-7A7T78DZRDKGEeHnGlLP) "Eclipse Data Tools Platform XML ODA Runtime Driver"
    org.eclipse.datatools.enablement.oracle.feature (1.9.1.v201108301820-548dAkF79Q7RAN9UFJ) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.postgresql.feature (1.9.1.v201108301820-542AkF77g7V9N9e77) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sap.feature (1.9.1.v201108301820-540AkF77g7V9N9e77) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sqlite.feature (1.9.1.v201108301820-541AkF79P7N8NAQ77) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sybase.feature (1.9.1.v201108301820-7E45F9NiNZVR6a1PMVn) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.intro (1.9.1.v201108301820-26-7w312116392911) "Eclipse Data Tools Platform Intro Plug-in"
    org.eclipse.datatools.modelbase.feature (1.9.1.v201108301820-77078CcNBHCBYKYEbNV) "Eclipse Data Tools Platform SQLModel Plug-in"
    org.eclipse.datatools.sqldevtools.ddlgen.feature (1.9.1.v201108301820-7A-3F7RZHLz-Hz-OlPz0Qf) "Eclipse Data Tools Platform FE UI Plug-in"
    org.eclipse.datatools.sqldevtools.feature (1.9.1.v201108301820-7N847CFDsn0VdrPUJvPUshDWIPJ0) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in"
    org.eclipse.datatools.sqldevtools.parsers.feature (1.9.1.v201108301820-622BgJ9CR9XFcEWLP) "Eclipse Data Tools Platform SQL Parser Plugin"
    org.eclipse.datatools.sqltools.doc.user (1.9.1.v201108301820-37D-7733L3D753L7BBF) "Data Tools Platform SQL Tools User Documentation"
    org.eclipse.draw2d (3.7.1.v20110830-1143-4607w3122194102254) "Graphical Editing Framework Draw2d"
    org.eclipse.emf (2.7.1.v20110913-1526) "EMF - Eclipse Modeling Framework Runtime and Tools"
    org.eclipse.emf.codegen (2.7.0.v20110913-1156) "EMF Code Generation"
    org.eclipse.emf.codegen.ecore (2.7.0.v20110913-1156) "EMF Ecore Code Generator"
    org.eclipse.emf.codegen.ecore.ui (2.7.0.v20110913-1156) "EMF Ecore Code Generator UI"
    org.eclipse.emf.codegen.ui (2.7.0.v20110913-1156) "EMF Code Generation UI"
    org.eclipse.emf.common (2.7.0.v20110912-0920) "EMF Common"
    org.eclipse.emf.common.ui (2.7.0.v20110913-1156) "EMF Common UI"
    org.eclipse.emf.converter (2.7.0.v20110913-1156) "EMF Model Converter"
    org.eclipse.emf.databinding (1.2.0.v20110913-1156) "EMF Data Binding"
    org.eclipse.emf.databinding.edit (1.2.0.v20110913-1156) "EMF Edit Data Binding"
    org.eclipse.emf.ecore (2.7.1.v20110912-0920) "EMF Ecore"
    org.eclipse.emf.ecore.edit (2.7.0.v20110913-1156) "EMF Ecore Edit"
    org.eclipse.emf.ecore.editor (2.7.0.v20110913-1156) "EMF Sample Ecore Editor"
    org.eclipse.emf.edit (2.7.1.v20110913-1526) "EMF Edit"
    org.eclipse.emf.edit.ui (2.7.0.v20110913-1156) "EMF Edit UI"
    org.eclipse.emf.mapping (2.7.0.v20110913-1156) "EMF Mapping"
    org.eclipse.emf.mapping.ecore (2.7.0.v20110913-1156) "EMF Ecore Mapping"
    org.eclipse.emf.mapping.ecore.editor (2.7.0.v20110913-1156) "EMF Ecore Mapping Editor"
    org.eclipse.emf.mapping.ui (2.7.0.v20110913-1156) "EMF Mapping UI"
    org.eclipse.epp.mpc (1.1.1.I20110907-0947) "Marketplace Client"
    org.eclipse.epp.package.jee.feature (1.4.1.20110909-1818) "Java EE IDE"
    org.eclipse.gef (3.7.1.v20110830-1143-777D181B3Bz06C853D8863365) "Graphical Editing Framework GEF"
    org.eclipse.help (1.3.0.v20110327-7i7uFFkFFp7gNobOpNgKo0) "Help System Base"
    org.eclipse.jdt (3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK) "Eclipse Java Development Tools"
    org.eclipse.jpt.common.eclipselink.feature (1.0.1.v201108080010-3-08s73553F3G3343) "Dali Java Persistence Tools - EclipseLink Common"
    org.eclipse.jpt.common.feature (1.0.1.v201108080010-6-0AkF7BB7S9N7788) "Dali Java Persistence Tools - Common"
    org.eclipse.jpt.dbws.eclipselink.feature (1.0.1.v201108303011-797B3CcNBHGCfDZAwHJ375) "Dali Java Persistence Tools - EclipseLink DBWS Support"
    org.eclipse.jpt.jaxb.eclipselink.feature (1.0.1.v201108303011-7740BgJ9EE9ZC_8z0A9132) "Dali Java Persistence Tools - EclipseLink MOXy (JAXB) Support"
    org.eclipse.jpt.jaxb.feature (1.0.1.v201108080010-508aAkF7BB7U8Q779A) "Dali Java Persistence Tools - JAXB Support"
    org.eclipse.jpt.jpa.eclipselink.feature (3.0.1.v201108303011-7J7F78F7RZHQPJBNCKbSR7FB) "Dali Java Persistence Tools - EclipseLink JPA Support"
    org.eclipse.jpt.jpa.feature (3.0.1.v201108163011-7R7F7CFC7sRdiShWvWQYU375) "Dali Java Persistence Tools - JPA Support"
    org.eclipse.jst.common.fproj.enablement.jdt (3.3.0.v201102200555-377DF8s73543E5I5768) "Eclipse Faceted Project Framework JDT Enablement"
    org.eclipse.jst.enterprise_ui.feature (3.3.1.v201107072200-7b7II1PFSK2WIlPwJBmNz-VWwVsTn) "Eclipse Java EE Developer Tools"
    org.eclipse.jst.ws.axis2tools.feature (1.1.200.v201103022333-78-FF0DZRDKDDePSKwHj) "Axis2 Tools"
    org.eclipse.jst.ws.cxf.feature (1.0.100.v201105171845-7H77DRFAKlZgjHCaHg65uE6I6I) "CXF Web Services Core"
    org.eclipse.jst.ws.jaxws.feature (1.1.0.v201105171845-7E78BsF8NcJSWKvN1Rjcv) "JAX-WS Tools Core"
    org.eclipse.mylyn_feature (3.6.4.v20111118-0100) "Mylyn"
    org.eclipse.mylyn.bugzilla_feature (3.6.2.v20110908-0706) "Mylyn"
    org.eclipse.mylyn.context_feature (3.6.2.v20110908-0706) "Mylyn"
    org.eclipse.mylyn.ide_feature (3.6.2.v20110908-0706) "Mylyn"
    org.eclipse.mylyn.java_feature (3.6.2.v20110908-0706) "Mylyn"
    org.eclipse.mylyn.team_feature (3.6.2.v20110908-0706) "Mylyn"
    org.eclipse.mylyn.trac_feature (3.6.4.v20111118-0100) "Mylyn"
    org.eclipse.mylyn.wikitext_feature (1.5.2.v20110908-0706) "Mylyn"
    org.eclipse.pde (3.7.1.r37x_v20110810-0800-7b7qFVtFEx2XnmZ4jlM5mjM) "PDE"
    org.eclipse.platform (3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK) "Eclipse Platform"
    org.eclipse.rcp (3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A) "Eclipse RCP"
    org.eclipse.rse (3.3.1.R33x_v201109141647-7L7CFGG8wqio8rz0qYtkPgn8qWd4) "Remote System Explorer End-User Runtime"
    org.eclipse.rse.core (3.3.1.R33x_v201109141647-7a7JFZ3F8Fz0vz03_qRujbr0z0Nu) "RSE Core"
    org.eclipse.rse.dstore (3.3.1.R33x_v201109141647-7L78FRAD2YR70wUHbQUplQ8LFC) "RSE DStore Services"
    org.eclipse.rse.ftp (3.0.301.R33x_v201109141647-782F8O9KC92gz097E9EKF23225) "RSE FTP Service"
    org.eclipse.rse.local (2.1.300.v201103142315-7B4FKsBgJ9EE9ICQIFYT) "RSE Local Services"
    org.eclipse.rse.ssh (3.0.301.R33x_v201109141647-7A3F9xAGGB5k0C7KEATN92641) "RSE SSH Services"
    org.eclipse.rse.telnet (2.2.200.v201106011538-775F8NAkF7BB7B9NEIPP) "RSE Telnet Service"
    org.eclipse.rse.terminals (1.1.1.R33x_v201109141647-771Bh9uD7HbBF3u7DNO3293A3752) "RSE Terminals UI"
    org.eclipse.rse.useractions (1.1.300.v201103142315-31F8N8s7355353B75DD) "Remote System Explorer User Actions"
    org.eclipse.sapphire (0.4.0.201112010656) "Sapphire (Incubation)"
    org.eclipse.sapphire.java (0.4.0.201112010656) "Sapphire Java Support (Incubation)"
    org.eclipse.sapphire.java.jdt (0.4.0.201112010656) "Sapphire Java Developer Tools Support (Incubation)"
    org.eclipse.sapphire.modeling.xml (0.4.0.201112010656) "Sapphire XML Support (Incubation)"
    org.eclipse.sapphire.osgi (0.4.0.201112010656) "Sapphire OSGi Support (Incubation)"
    org.eclipse.sapphire.platform (0.4.0.201112010656) "Sapphire Eclipse Platform Support (Incubation)"
    org.eclipse.sapphire.ui (0.4.0.201112010656) "Sapphire User Interface (Incubation)"
    org.eclipse.sapphire.ui.swt.graphiti (0.4.0.201112010656) "Sapphire Graphiti Renderer (Incubation)"
    org.eclipse.sapphire.ui.swt.xml.editor (0.4.0.201112010656) "Sapphire XML Editor Support (Incubation)"
    org.eclipse.tm.terminal (3.1.1.R33x_v201106281309-4007S44yaw312218292641) "Target Management Terminal Widget"
    org.eclipse.tm.terminal.ssh (2.1.0.v201103142315-30-7w312212153266) "Target Management Terminal SSH Connector"
    org.eclipse.tm.terminal.telnet (2.1.0.v201103142315-30-7w312213121A22) "Target Management Terminal Telnet Connector"
    org.eclipse.tm.terminal.view (2.2.0.v201103142315-31-7w312214253426) "Target Management Terminal View"
    org.eclipse.wst.common.fproj (3.3.0.v201102150115-377DF8s7355397B4B9B) "Eclipse Faceted Project Framework"
    org.eclipse.wst.jsdt.feature (1.3.1.v201108102009-7F78FXRFBBoPbXRPcHfz-uy) "Eclipse JavaScript Development Tools"
    org.eclipse.wst.web_ui.feature (3.3.1.v201107072200-7O7IFhREMiB5vNoYqf01XHTvUndyz-yx-9kUyXXL) "Eclipse Web Developer Tools"
    org.eclipse.wst.xml_ui.feature (3.3.1.v201108102009-7H7EFZ3DxumTlaI6nheRdHo2p1KaDIL1Uz-S3PL) "Eclipse XML Editors and Tools"
    org.eclipse.wst.xml.xpath2.processor.feature (2.0.0.v201103310043-7A7J-CcNBGOCUIWFYMf) "Eclipse XPath 2 Developers Tools"
    org.eclipse.wst.xsl.feature (1.3.1.v201109012200-7T7YFRTFIqUoIrvbEtBlSIJXGZNg) "Eclipse XSL Developer Tools"
    org.tigris.subversion.clientadapter.feature (1.6.12) "Subversion Client Adapter"
    org.tigris.subversion.clientadapter.javahl.feature (1.6.17) "Subversion JavaHL"
    org.tigris.subversion.subclipse (1.6.18) "SVN Team Provider Core"
    org.tigris.subversion.subclipse.graph.feature (1.0.9) "Subversion Revision Graph"
    org.tigris.subversion.subclipse.mylyn (3.0.0) "Subclipse Integration for Mylyn 3.x"
    *** Plug-in Registry:
    com.collabnet.subversion.merge (2.2.4) "CollabNet Subversion Merge Client" [Active]
    com.ibm.icu (4.4.2.v20110208) "International Components for Unicode for Java (ICU4J)" [Active]
    com.jcraft.jsch (0.1.41.v201101211617) "JSch" [Resolved]
    com.springsource.javax.jms (1.1.0) "Java Messaging System API" [Resolved]
    com.sun.syndication (0.9.0.v200803061811) "Rss and atOM utilitiEs (ROME)" [Resolved]
    java_cup.runtime (0.10.0.v201005080400) "Java Cup" [Resolved]
    javax.activation (1.1.0.v201105071233) "Apache Geronimo Activation Plug-in" [Resolved]
    javax.jws (2.0.0.v201005080400) "Web Services Metadata" [Resolved]
    javax.mail (1.4.0.v201005080615) "Javax Mail Plug-in" [Resolved]
    javax.persistence (2.0.3.v201010191057) "Java Persistence API 2.0" [Resolved]
    javax.servlet (2.5.0.v201103041518) "Servlet API Bundle" [Resolved]
    javax.servlet.jsp (2.0.0.v201101211617) "Java Server Pages API Bundle" [Resolved]
    javax.transaction (1.1.1.v201105210645) "geronimo Javax Transaction API 1.1.1 spec" [Resolved]
    javax.wsdl (1.5.1.v201012040544) "WSDL4J" [Resolved]
    javax.wsdl (1.6.2.v201012040545) "WSDL4J" [Resolved]
    javax.xml (1.3.4.v201005080400) "JAXP XML" [Resolved]
    javax.xml.bind (2.1.9.v201005080401) "XML Binding for Java" [Resolved]
    javax.xml.rpc (1.1.0.v201005080400) "JAX-RPC" [Resolved]
    javax.xml.soap (1.2.0.v201005080501) "SAAJ" [Resolved]
    javax.xml.stream (1.0.1.v201004272200) "Java XML Streaming API" [Resolved]
    javax.xml.ws (2.1.0.v200902101523) "Java API for XML Web Services (JAX-WS)" [Resolved]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v201004271650) "SourceForge LPG" [Resolved]
    oracle.eclipse.tools.application.common.services (4.2.0.201112072225) "Oracle Application Tools Common Services" [Active]
    oracle.eclipse.tools.common (4.2.0.201112072225) "Oracle Common Tools" [Active]
    oracle.eclipse.tools.common.doc (4.2.0.201112072225) "Oracle Enterprise Tools for Eclipse Documentation" [Active]
    oracle.eclipse.tools.common.services (4.2.0.201112072225) "Oracle Common Services" [Active]
    oracle.eclipse.tools.common.services.ui (4.2.0.201112072225) "Oracle Common Services UI" [Active]
    oracle.eclipse.tools.common.templating (4.2.0.201112072225) "File Templates Plugin" [Starting]
    oracle.eclipse.tools.common.ui (4.2.0.201112072225) "Oracle Common Tools UI" [Active]
    oracle.eclipse.tools.common.upgrade (4.2.0.201112072225) "Oracle Upgrade Framework" [Active]
    oracle.eclipse.tools.doc.javaee5 (1.0.0.201111040904) "Java EE 5 Documentation" [Starting]
    oracle.eclipse.tools.doc.javaee6 (1.0.0.201111040904) "Java EE 6 Documentation" [Starting]
    oracle.eclipse.tools.envcheck (4.2.0.201112072225) "Oracle Eclipse Tools Environment Checker" [Active]
    oracle.eclipse.tools.glassfish (4.2.0.201111040904) "Oracle GlassFish Server Tools" [Active]
    oracle.eclipse.tools.sapphire.modeling.legacy (4.2.0.201112072225) "Oracle Sapphire Modeling Framework (Legacy)" [Starting]
    oracle.eclipse.tools.sapphire.ui.legacy (4.2.0.201112072225) "Oracle Sapphire Framework UI (Legacy)" [Starting]
    oracle.eclipse.tools.weblogic (4.2.0.201112072225) "Oracle WebLogic Server Tools" [Active]
    oracle.eclipse.tools.webtier (4.2.0.201112072225) "Oracle Web Tier Tools" [Starting]
    oracle.eclipse.tools.webtier.common.services (4.2.0.201112072225) "Oracle Web Tier Tools Common Services" [Active]
    oracle.eclipse.tools.webtier.doc (4.2.0.201112072225) "Oracle Web Tier Tools Documentation" [Starting]
    oracle.eclipse.tools.webtier.html (4.2.0.201112072225) "Oracle Web Tier Tools HTML" [Starting]
    oracle.eclipse.tools.webtier.html.ui (4.2.0.201112072225) "Oracle Web Tier Tools HTML UI" [Starting]
    oracle.eclipse.tools.webtier.javawebapp (4.2.0.201112072225) "Oracle Web Tier Tools Java Web App" [Active]
    oracle.eclipse.tools.webtier.jsf (4.2.0.201112072225) "Oracle Web Tier Tools JSF" [Active]
    oracle.eclipse.tools.webtier.jsf.ui (4.2.0.201112072225) "Oracle Web Tier Tools JSF UI" [Active]
    oracle.eclipse.tools.webtier.jsp (4.2.0.201112072225) "Oracle Web Tier Tools JSP" [Active]
    oracle.eclipse.tools.webtier.jsp.ui (4.2.0.201112072225) "Oracle Web Tier Tools JSP UI" [Active]
    oracle.eclipse.tools.webtier.jstl (4.2.0.201112072225) "Oracle Web Tier Tools JSTL" [Active]
    oracle.eclipse.tools.webtier.jstl.ui (4.2.0.201112072225) "Oracle Web Tier Tools JSTL UI" [Starting]
    oracle.eclipse.tools.webtier.struts (4.2.0.201112072225) "Oracle Web Tier Tools Apache Struts" [Starting]
    oracle.eclipse.tools.webtier.struts.ui (4.2.0.201112072225) "Oracle Web Tier Tools Apache Struts UI" [Starting]
    oracle.eclipse.tools.webtier.trinidad (4.2.0.201112072225) "Oracle Web Tier Tools Apache Trinidad" [Starting]
    oracle.eclipse.tools.webtier.trinidad.ui (4.2.0.201112072225) "Oracle Web Tier Tools Apache Trinidad UI" [Starting]
    oracle.eclipse.tools.webtier.ui (4.2.0.201112072225) "Oracle Web Tier Tools UI" [Active]
    oracle.eclipse.tools.xml.edit.ui (4.2.0.201112072225) "Oracle XML Editing" [Starting]
    oracle.eclipse.tools.xml.model (4.2.0.201112072225) "Oracle XML TLEI Model" [Active]
    oracle.eclipse.tools.xmlbeans.library.v21 (4.2.0.201112072225) "Apache XMLBeans v2.1" [Starting]
    oracle.eclipse.tools.xmlbeans.library.v22 (4.2.0.201112072225) "Apache XMLBeans v2.2" [Starting]
    oracle.eclipse.tools.xmlbeans.library.v23 (4.2.0.201112072225) "Apache XMLBeans v2.3" [Starting]
    org.apache.ant (1.8.2.v20110505-1300) "Apache Ant" [Resolved]
    org.apache.axis (1.4.0.v201005080400) "Apache Web Services" [Resolved]
    org.apache.bcel (5.2.0.v201005080400) "Apache BCEL" [Resolved]
    org.apache.commons.codec (1.3.0.v201101211617) "Apache Commons Codec Plug-in" [Resolved]
    org.apache.commons.collections (3.2.0.v201005080500) "Apache Commons Collections" [Resolved]
    org.apache.commons.discovery (0.2.0.v201004190315) "Jakarta-Commons Discovery" [Resolved]
    org.apache.commons.el (1.0.0.v201101211617) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
    org.apache.commons.httpclient (3.1.0.v201012070820) "Apache Commons Httpclient" [Resolved]
    org.apache.commons.lang (2.1.0.v201005080500) "Apache Jakarta Commons L

    Hi,
    could you let us know what version of OEPE you were running prior to the upgrade along with the Eclipse version ? Also was the previous installation a full OEPE install or was it installed via the update site ?
    thanks
    Raj

Maybe you are looking for