Wls 6.0sp1, xerces 1.1

I'm in the process of upgrading to weblogic 6.0sp1 from 5.1. My app uses
xerces 1.1 for all xml parsing. My original configuration was jbuilder 4.0,
weblogic 5.1, jdk1.2.2 and xerces 1.1. This configuration worked and all
xml parsed fine. After upgrading to wls 6.0 my new configuration is jb4,
wls 6.0, xerces 1.1 and jdk130. In this configuration i always get
exceptions when i call the parse method on DOMParser. I've tried swapping
out jdk's, and using the xerces that is bundled with wls 6.0 but have had no
success. Any help would be much appreciated.
Below are some code snippets to indicate my usage of DOMParser:
import org.apache.xerces.parsers.DOMParser;
import org.apache.xerces.dom.DocumentImpl;
import org.apache.xml.serialize.OutputFormat;
import org.apache.xml.serialize.XMLSerializer;
import org.xml.sax.InputSource;
import org.xml.sax.SAXParseException;
import org.w3c.dom.Document;
public class XMLModel {
try {
String loadXmlFileName = new String("whatever.xml");
if(useDOM) {
// If possible, parse the file
DOMParser parser = new DOMParser();
if (loadXmlFileName != null) {
parser.parse(loadXmlFileName);
Document loadDoc = parser.getDocument();
Document loadDoc = XMLParser.parse(loadXmlFileName);
catch (Exception e) {
Log.writeError(e);
return;
Again...This worked with jdk1.2.2, wls 5.1, xerces 1.1....but does not
with jdk130, wls 6.0, xerces 1.1 (or xerces 1.2 bundled with wls 6).
Thanks for any help.
By the way...the exception i get indicates the file can not be found. But i
create an instance of File and ensure that i can read it before calling
parse on the DOMParser.

Is there any plan to support backward compatibility in future ?
Due to above restriction we have to use lowest common BEA version.
I guess BEA must learn how real world application work. I guess compatability
should be like ORACLE RDBMS.
Thanks
Kumar Allamraju <[email protected]> wrote:
No.
As of 6.0 release, the client & server should be on the same version.
Kumar
Rakesh wrote:
Hello,
Can my client running on WLS 5.1.0.9 can connect/work with applicationdeployed
on WLS 6.0.0.1 ?
Thanks

Similar Messages

  • WLS 6.0sp1 plugin in a 5.1sp6 env - any pros or cons?

    We have had a few problems with the 5.1 plugin for iWS 4.1. I am
    wondering if there is any advantage or disadvantage to using the 6.0sp1
    plugin instead? In this newsgroup, I see people using the the 5.1
    plugin for the 6.0 environment, but not the other way around. Has
    anyone seen interface problems or bugs with this plugin with how it
    works with 5.1 or 4.51? I appreciate the help. Thanks,
    -Norm

    We have had a few problems with the 5.1 plugin for iWS 4.1. I am
    wondering if there is any advantage or disadvantage to using the 6.0sp1
    plugin instead? In this newsgroup, I see people using the the 5.1
    plugin for the 6.0 environment, but not the other way around. Has
    anyone seen interface problems or bugs with this plugin with how it
    works with 5.1 or 4.51? I appreciate the help. Thanks,
    -Norm

  • Oracle 9.2 and WLS 6.1

    Folks,
    I noticed Oracle 9.2 is not certified for use with WLS 6.1, but is certified with
    WLS 7.0SP1. A couple fof questions:
    1) Can the driver and OCI libs provided with WLS7.0SP1 be used in WLS6.1?
    2) Is there a down side to using Oracle's JDBC driver instead of the WLS jDriver?
    Will this work properly in a WLS6.1/Oracle 9.2 combination?
    3) Can the Oracle 9.0.1 libs provided with WLS 6.1 communicate with Oracle 9.2?
    Is this in any way preferred to using Oracle's JDBC driver?
    Thanks,
    Guy

    Guy wrote:
    Folks,
    I noticed Oracle 9.2 is not certified for use with WLS 6.1, but is certified with
    WLS 7.0SP1. A couple fof questions:
    1) Can the driver and OCI libs provided with WLS7.0SP1 be used in WLS6.1?probably not easily. Class changes etc. If we do package the driver separately, then
    yes it will work.
    >
    2) Is there a down side to using Oracle's JDBC driver instead of the WLS jDriver?Oracle 'support'. Other than that, our type-2 is more reliable than theirs, but their type-4
    driver is what I'd start with.
    >
    Will this work properly in a WLS6.1/Oracle 9.2 combination?sure. Just because we don't test every new driver with all old server versions,
    doesn't mean they won't work. We will always work with any jdbc driver
    from anywhere, as long as it is standard.
    >
    3) Can the Oracle 9.0.1 libs provided with WLS 6.1 communicate with Oracle 9.2?
    Is this in any way preferred to using Oracle's JDBC driver?Oracle does try to maintain backward compatibility so it should work, but later
    stuff usually has some bugs fixed...
    Joe
    >
    >
    Thanks,
    Guy

  • ALT-DD Tag supported by WLS 7.0?

    Hi,
    When I try to deploy an EAR into WLS 7.0 SP1, I get the following error each time
    that WLS reaches an <ALT-DD> tag inside the application.xml file:
    "Alternative descriptor bla-bla.xml can not be found"
    However, this alternative descriptor file is contained in the EAR file !
    Does it mean that WLS 7.0 SP1 does not support this kind of standard tag?
    Thanks for your help
    Vincent

    This is a known issue. Contact [email protected] and reference CR089760.
    Vincent Ducret wrote:
    Hi,
    Context:
    I'm trying to deploy a simple EAR application on WLS 7.0sp1 that contains a single
    JAR file. In the application.xml of this EAR file, I use the <ALT-DD> tag to specify
    a specific deployment file for my JAR module, e.g. toto.xml, which is localized
    at the root of my EAR file.
    Problem:
    Every time, I try to deploy this EAR file, I got the following error from WLS:
    <1 nov. 02 16:37:03 CET> <Error> <Deployer> <149201> <The Slave Deployer failed
    to complete the deployment task with id 1 for the application Test.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 6
    Module Name: toto.jar, Error: Alternative descriptor toto.x
    ml can't be found.
    Where's the problem ?
    Thanks for your help
    Vincent--
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

  • Hot delpoyment with TopLink and Stateless Session Beans

    What is the recommended procedure for making hot deployment of Stateless session beans work with toplink in WLS 7.0sp1 and oc4j (9.0.3)
    My current setup is as follows using WLS 7.0sp1:
    A stateless session bean is accessing toplink enabled persistent java classes via the SessionManager. I'm currently using the class loader of the stateless session bean:
    * Method in stateless session bean
    * Return the TopLink Session (based on the wls stateless session bean demo)
    public Server getSession() {
              return (Server)SessionManager.getManager().getSession("ejb_sessionbean", this.getClass().getClassLoader());
    Everything is working as such. My session bean can read and write the persistent java classes. However if I redeploy the stateless session bean jar file the toplink session is not reinitalized. This means that new settings in the session.xml are not used. I addition I get other errors.
    I'm having toplink on the server classpath. The toplink enabled persistent classes are in the stateless session bean jar file.
    Thanks
    Henrik

    What is the recommended procedure for making hot deployment of Stateless session beans work with toplink in WLS 7.0sp1 and oc4j (9.0.3)
    Everything is working as such. My session bean can read and write the persistent java classes. However if I redeploy the stateless session bean jar file the toplink session is not reinitalized. This means that new settings in the session.xml are not used. I addition I get other errors.
    I'm having toplink on the server classpath. The toplink enabled persistent classes are in the stateless session bean jar file.Henrik,
    This is a recent post note I found on the same topic:
    It all hinges on whether the TopLink ServerSession class has
    been loaded by a classloader which is actually thrown away
    during the hot deployment process. If this is the case, then
    hot deployment causes the ServerSession to go out of scope
    and finalize methods take care of logging it out properly.
    If you deploy your TopLink Project on the Sytem class path then
    it definately won't work. You'd have to restart the server every time.
    But if the TopLink Project is deployed inside of an .ear file
    and if you pass the correct ClassLoader to the
    SessionManager.getSession( .... ) call then TopLink Session will
    be re-started when you hot deploy the .earBased on this, the solution might be to deploy your EJBs in an ear file. Everything else looks OK. Can you try this and let us know?
    Thanks,
    Pete Farkas

  • Servlet failed with ServletException.

    I'm using WLS 6.0sp1 in RedHat Linux.
              I can't deploy Servlet with folloing Exception.
              ====================================================================
              <Error> <HTTP> <test.mydomain.com> <mys
              erver> <ExecuteThread: '9' for queue: 'default'> <> <> <101018> <[WebAppServletC
              ontext(2639839,MyWebApp)] Servlet failed with ServletException>
              javax.servlet.ServletException: Servlet class: 'HelloWorld.class' could not be l
              oaded - the requested class wasn't found in the classpath: '/home/weblogic/wlho
              me/wlserver6.0/config/mydomain/applications/MyWebApp:/home/weblogic/wlhome/wlser
              ver6.0/config/mydomain/applications/MyWebApp/WEB-INF/classes:/home/weblogic/wlho
              me/wlserver6.0/config/mydomain/applications/MyWebApp/WEB-INF/_tmp_war_myserver_m
              yserver_MyWebApp'
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.
              java:532)
              =====================================================================
              But absolutly, I can find HellowWorld.class file in //home/weblogic/wlhome/wlser
              ver6.0/config/mydomain/applications/MyWebApp/WEB-INF/classes directory.
              is there anyone who can help me?
              The next is my web.xml file.
              =======================================================================
              <?xml version="1.0" ?>
              <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 1.2//EN
              " "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              <web-app>
              <servlet>
              <servlet-name>HelloWorld</servlet-name>
              <servlet-class>HelloWorld.class</servlet-class>
              <load-on-startup>1</load-on-startup>
              </servlet>
              <servlet-mapping>
              <servlet-name>HelloWorld</servlet-name>
              <url-pattern>/hello</url-pattern>
              </servlet-mapping>
              <web-app>
              =======================================================================
              

    I'm using WLS 6.0sp1 in RedHat Linux.
              I can't deploy Servlet with folloing Exception.
              ====================================================================
              <Error> <HTTP> <test.mydomain.com> <mys
              erver> <ExecuteThread: '9' for queue: 'default'> <> <> <101018> <[WebAppServletC
              ontext(2639839,MyWebApp)] Servlet failed with ServletException>
              javax.servlet.ServletException: Servlet class: 'HelloWorld.class' could not be l
              oaded - the requested class wasn't found in the classpath: '/home/weblogic/wlho
              me/wlserver6.0/config/mydomain/applications/MyWebApp:/home/weblogic/wlhome/wlser
              ver6.0/config/mydomain/applications/MyWebApp/WEB-INF/classes:/home/weblogic/wlho
              me/wlserver6.0/config/mydomain/applications/MyWebApp/WEB-INF/_tmp_war_myserver_m
              yserver_MyWebApp'
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.
              java:532)
              =====================================================================
              But absolutly, I can find HellowWorld.class file in //home/weblogic/wlhome/wlser
              ver6.0/config/mydomain/applications/MyWebApp/WEB-INF/classes directory.
              is there anyone who can help me?
              The next is my web.xml file.
              =======================================================================
              <?xml version="1.0" ?>
              <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 1.2//EN
              " "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              <web-app>
              <servlet>
              <servlet-name>HelloWorld</servlet-name>
              <servlet-class>HelloWorld.class</servlet-class>
              <load-on-startup>1</load-on-startup>
              </servlet>
              <servlet-mapping>
              <servlet-name>HelloWorld</servlet-name>
              <url-pattern>/hello</url-pattern>
              </servlet-mapping>
              <web-app>
              =======================================================================
              

  • Fail to pass special Hungarian characters using WSDL

    Dear All,
    I'm using WLS 7.0SP1, the webservice is generated with the ant task in rpc-style.
    The client is written in VB6 with MS SoapToolkit3.
    The simple method that receives and returns a
    string fails when the input or output
    contains special Hungarian characters.
    Can anyone help how to solve the problem?
    Thank you,
    Peter

    Hello,
    Thank you for the help, I set the property and it's working fine,
    the characters appear as they should!
    Meanwhile I realized that the failiure was because of some
    unneeded '\0' characters at the back of the strings.
    Thank you again,
    Peter
    Bruce Stephens <[email protected]> wrote:
    Hello,
    On the server, is the VM locale set to "en" ?
    Try setting the the following system property on the server startup:
    weblogic.webservice.i18n.charset="utf-8"
    Could you post a SOAP trace?
    Thanks,
    Bruce
    Peter Dobszai wrote:
    Dear All,
    I'm using WLS 7.0SP1, the webservice is generated with the ant taskin rpc-style.
    The client is written in VB6 with MS SoapToolkit3.
    The simple method that receives and returns a
    string fails when the input or output
    contains special Hungarian characters.
    Can anyone help how to solve the problem?
    Thank you,
    Peter

  • Unable to force logout of Default Web Application

    Thi is a repost : still having the problem ... any ideas ?
    Original Post ........................................
    ........................................................ I am having a problemlogging out....I can not log out. Using WLS 6.0sp1 using form based authentication
    with a custom RDMBS Realm. I believe this functionality was working but now that
    the application has been set up as the default web application logout no longer
    works ?
    In our application we have a logout link that points to a jsp page that does the
    following:
    <% if (session != null) session.invalidate(); session = null; %>
    Note, this is the last jsp to be executed on the page. I looked at the compiled
    servlet and it doesn not appear that anything is being done that would reinitialize
    the session ...
    Here is the try-catch of the compiled jsp servlet .. try { // error page try block
    out.print("...");
    if (session != null) session.invalidate();
    session = null;
    out.print("...."); .... }
    catch (Exception __ee) {
    while (out != null && out != originalOut) out = pageContext.popBody(); pageContext.handlePageException(_ee);
    After this page is returned, the user can still access protected content, any
    ideas ????
    Is there a method in Weblogic security package to deauthenticate a user to force
    re authentication ?
    I just double checked it and lo and behold the session is actually being invalidated
    because the users session data is gone, however they are still able to access
    protected resources. Does this mean that weblogic is not using session to maintain
    authenicated flag ? Or does this mean that the call to pageContext.popBody() is
    creating a new session ? Or does this mean that weblogic has a bug ? Or does this
    mean that I don't know what I'm doing ?
    Bea, please provide a complete response, I have seen this type of post many times
    on this board, can we solve this problem once and for all.
    Thank you kindly,
    Mark Lesk

    I checked this angle. They are able to see protected content.
    However, bea has finally acknowledged the problem. It exists when you are using
    multiple web applications with single sign-on.
    The problem has supposedly been fixed in a rolling patch available for SP2 of
    WebLogic 6.0. Three new methods have been added that provide the ability to log
    users out.
    Hip Hip Hooray !!!!
    See this link : http://commerce.bea.com/downloads/wls_patches.jsp
    The new logout methods are described in the associated readme.
    Thanks
    - Mark
    "mblumrich" <[email protected]> wrote:
    potentially a silly question.... but are you sure the users are not simply
    looking at pages that are in the web browser's cache? Are they able to
    look
    at privileged content that they haven't seen before?
    cheers,
    Markus
    "Mark Lesk" <[email protected]> wrote in message
    news:[email protected]...
    Thi is a repost : still having the problem ... any ideas ?
    Original Post ........................................
    ........................................................ I am having
    a
    problem
    logging out....I can not log out. Using WLS 6.0sp1 using form basedauthentication
    with a custom RDMBS Realm. I believe this functionality was workingbut
    now that
    the application has been set up as the default web application logoutno
    longer
    works ?
    In our application we have a logout link that points to a jsp pagethat
    does the
    following:
    <% if (session != null) session.invalidate(); session = null; %>
    Note, this is the last jsp to be executed on the page. I looked atthe
    compiled
    servlet and it doesn not appear that anything is being done that wouldreinitialize
    the session ...
    Here is the try-catch of the compiled jsp servlet .. try { // errorpage
    try block
    out.print("...");
    if (session != null) session.invalidate();
    session = null;
    out.print("...."); .... }
    catch (Exception __ee)
    while (out != null && out != _originalOut) out = pageContext.popBody();pageContext.handlePageException(__ee);
    After this page is returned, the user can still access protected content,any
    ideas ????
    Is there a method in Weblogic security package to deauthenticate auser to
    force
    re authentication ?
    I just double checked it and lo and behold the session is actuallybeing
    invalidated
    because the users session data is gone, however they are still ableto
    access
    protected resources. Does this mean that weblogic is not using sessionto
    maintain
    authenicated flag ? Or does this mean that the call topageContext.popBody() is
    creating a new session ? Or does this mean that weblogic has a bug? Or
    does this
    mean that I don't know what I'm doing ?
    Bea, please provide a complete response, I have seen this type of postmany times
    on this board, can we solve this problem once and for all.
    Thank you kindly,
    Mark Lesk

  • Unable to logout of Default Web Application

    Thi is a repost : still having the problem ... any ideas ?
    Original Post ........................................
    ........................................................I am having a problem logging out....I can not log out. Using WLS 6.0sp1 using
    form based authentication with a custom RDMBS Realm. I believe this functionality
    was working but now that the application has been set up as the default web application
    logout no longer works ?
    In our application we have a logout link that points to a jsp page that does the
    following:
    <% if (session != null) session.invalidate(); session = null; %>
    Note, this is the last jsp to be executed on the page. I looked at the compiled
    servlet and it doesn not appear that anything is being done that would reinitialize
    the session ...
    Here is the try-catch of the compiled jsp servlet .. try { // error page try block
    out.print("...");
    if (session != null) session.invalidate();
    session = null;
    out.print("...."); .... }
    catch (Exception __ee) {
    while (out != null && out != originalOut) out = pageContext.popBody(); pageContext.handlePageException(_ee);
    After this page is returned, the user can still access protected content, any
    ideas ????
    Is there a method in Weblogic security package to deauthenticate a user to force
    re authentication ?
    I just double checked it and lo and behold the session is actually being invalidated
    because the users session data is gone, however they are still able to access
    protected resources. Does this mean that weblogic is not using session to maintain
    authenicated flag ? Or does this mean that the call to pageContext.popBody() is
    creating a new session ? Or does this mean that weblogic has a bug ? Or does this
    mean that I don't know what I'm doing ?
    Bea, please provide a complete response, I have seen this type of post many times
    on this board, can we solve this problem once and for all.
    Thank you kindly,
    Mark Lesk

    Thi is a repost : still having the problem ... any ideas ?
    Original Post ........................................
    ........................................................I am having a problem logging out....I can not log out. Using WLS 6.0sp1 using
    form based authentication with a custom RDMBS Realm. I believe this functionality
    was working but now that the application has been set up as the default web application
    logout no longer works ?
    In our application we have a logout link that points to a jsp page that does the
    following:
    <% if (session != null) session.invalidate(); session = null; %>
    Note, this is the last jsp to be executed on the page. I looked at the compiled
    servlet and it doesn not appear that anything is being done that would reinitialize
    the session ...
    Here is the try-catch of the compiled jsp servlet .. try { // error page try block
    out.print("...");
    if (session != null) session.invalidate();
    session = null;
    out.print("...."); .... }
    catch (Exception __ee) {
    while (out != null && out != originalOut) out = pageContext.popBody(); pageContext.handlePageException(_ee);
    After this page is returned, the user can still access protected content, any
    ideas ????
    Is there a method in Weblogic security package to deauthenticate a user to force
    re authentication ?
    I just double checked it and lo and behold the session is actually being invalidated
    because the users session data is gone, however they are still able to access
    protected resources. Does this mean that weblogic is not using session to maintain
    authenicated flag ? Or does this mean that the call to pageContext.popBody() is
    creating a new session ? Or does this mean that weblogic has a bug ? Or does this
    mean that I don't know what I'm doing ?
    Bea, please provide a complete response, I have seen this type of post many times
    on this board, can we solve this problem once and for all.
    Thank you kindly,
    Mark Lesk

  • RMI Dynamic Class Loading

    Hello,
    I have a standalone Java Client which is connecting to an RMI based svr component on WLS 6.0sp1. However, before connecting to the RMI Svr, I am trying to boot strap couple of other CLASS files from the App Svr. using the RMIClassLoader. Now here's the problem...
    I have placed my classes( one which I want to download and instantiate before I start making conventional calls to RMI Svr remote methods) in the folder WL_HOME/config/examples/rmi/*.class
    which is the code_base url I use. However, the error I get when trying to download the classs using RMIClass loader is:
    No Security Manager: RMI Class Loader disabled"...
    due to which I can not even get connected to my remote object after that. Can somebody please tell me how can I set whatever option it is so that I can get this thing working.
    I tried using the "Grant all" security policy too on the client side & server side in vain.
    Any help is truly appreciated. Thanks a lot!
    cl I am trying to

    I'll try having a crack at this, see inline comments
    Chirag Shah wrote:
    Hello,
    I have a standalone Java Client which is connecting to an RMI based svr component on WLS 6.0sp1. However, before connecting to the RMI Svr, I am trying to boot strap couple of other CLASS files from the App Svr. using the RMIClassLoader. Now here's the problem...
    I have placed my classes( one which I want to download and instantiate before I start making conventional calls to RMI Svr remote methods) in the folder WL_HOME/config/examples/rmi/*.class
    which is the code_base url I use. However, the error I get when trying to download the classs using RMIClass loader is:I'll assume that you're using a proper URL (file://) to instanciate your ClassLoader.
    >
    No Security Manager: RMI Class Loader disabled"...
    Does your client explicitly set a SecurityManager using the following command?
    if (System.getSecurityManager() == null) {
    System.setSecurityManager(new java.rmi.RMISecurityManager());
    Also,I believe that it should only be your client changing its policy file (for the network classload).
    >
    due to which I can not even get connected to my remote object after that. Can somebody please tell me how can I set whatever option it is so that I can get this thing working.
    I tried using the "Grant all" security policy too on the client side & server side in vain.
    Any help is truly appreciated. Thanks a lot!
    cl I am trying toHope it helps,
    Stephane Vaucher
    CIRANO
    Research Professional

  • Weblogic 12c exam

    Does any one know answers for the below questions ??
    Question 1: Which four of the following NOT included in Weblogic lighter version (WLS Zip Distribution for only development)
    A. JVM
    B. Webserver plug-in
    C. Samples
    D. Smart update
    E. Deployment plan
    Question 2: A WebLogic team is developing an enterprise application from their desktop WebLogic environment. All development systems are connected to the same eight data sources for testing. As a WebLogic Administrator supporting this team, which two actions should you perform to free the developers from creating and configuring all the data sources on their desktop WebLogic environment?
    A. Provide the team with a WebLogic domain template with the testing data sources configured.
    B. Provide the development team with a preconfigured domain archive file.
    C. Provide the development team with the [datasource] -jdbc.xml file to overwrite their local copy.
    D. Create the data sources on behalf each of the developer.
    E. Provide the development team with WLST scripts to create and configure the testing data sources.
    Question 3: What are the three steps you should take to tune a JDBC Connection pool in WebLogic from the initial settings in a production environment?
    A. Ensure the maximum size is increased to an appropriate setting.
    B. Set the minimum and maximum size of the connection pool to the same value.
    C. Increase the statement cache size.
    D. Add more heap to the JVM.
    E. Add more nodes to the cluster.
    Question 4: A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?
    A. Configure a Max Threads Constraint and add your application to the list of applications for the Constraint.
    B. Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and configuration your application to use the Work Manager.
    C. Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and configure your application to use the Work Manager.
    D. Configure a global MaxThreads constraint and target it to the server or clusters where your application is deployed.
    E. Configure the startup parameter "-Dwls-maxThreads" to be the same as the number of database connections configured.
    Question 5: In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic. What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?
    A. Configure a Work Manager for the MDB with a Maximum Thread Constraint.
    B. Configure a Work Manager for the MDB with a Minimum Thread Constraint.
    C. Configure a Work Manager for the MDB with a Maximum Thread Constraint and a Capacity Constraint.
    D. Configure a Work Manager for the MDB with a Minimum Thread Constraint and a Capacity Constraint.
    E. Configure a Work Manager for the MDB with both a Maximum Thread Constraint and Minimum Thread Constraint.
    Question 6: An airline is building a booking system for its premium and general customers. The goal is to ensure premium members are given higher access priority when user traffic is high.
    What configuration will achieve this goal?
    A. Configure a Work Manager for premium users with a Minimum Thread Constraint.
    B. Configure a Work Manager for premium users with a higher fair-share-request-class.
    C. Configure a Work Manager for premium users with a higher response-time-request-class.
    D. Configure a Work Manager general users with a Maximum Thread Constraint.
    E. Configure a Work Manager for premium users with a custom request-class.
    Question 7: Which WebLogic optimization allows one non-XA resource to participate in a distributed transaction?
    A. enabling Pinned to Thread
    B. enabling Logging Last Resource
    C. increasing the Statement cache size
    D. setting the statement cache type to LRU
    E. setting the initial and maximum capacity to the same number
    Question 8: You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries?
    A. Modify the applications to use the same version that WebLogic uses internally.
    B. Based on available examples of Filtering Classloader entries, try to modify get the proper entries.
    C. Deploy and use the Classloader Analyzing Tool to resolve all conflicts with conflicting libraries. This tool will generate all proper entries.
    D. Split the application into separate WebLogic containers and use different WLS versions of Xerces but identical that applications require.
    E. Look for a WebLogic release that uses the same version of Xerces that the applications use.
    Question 9: Identify the two options that can be used to patch WebLogic Server without Incurring application downtime.
    A. automated process using the Admin Server
    B. automated using JDeveloper
    C. manual process with or without Smart Update
    D. scripted with WLST
    E. automated process using Enterprise Manager 12c
    Question 10: WebLogic 12c, the Maven plug-in has been enhanced with which Maven goal?
    A. wls:unzip, wls:install-domain, wls:start-domain, wls:wlst, wls:appc
    B. wls:install, wls:install-domain, wls:start-domain, wls:wlst, wls:appc
    C. wls:unzip, wls:create-domain, wls:start-domain, wls:wlst, wls:appc
    D. wls:install, wls:create-domain, wls:start-server, wls:wlst, wls:appc:

    Hello user7776, I am also looking for answers to the above Questions. Can you please send me the correct answers if you got the answers already? I really appreciate your response. Thank you sir.
    -VCS

  • Problem while specifying charset

              I have a JSP wherein I am setting the charset as follows.
              <%@ page contentType="text/html; charset=Shift_JIS" %>
              When I submit this form with some Japanese text and try to do
              request.getCharacterEncoding() from the target JSP it return
              "Cp1252" but not "Shift_JIS". This way I am losing the content
              which I have posted.
              I tried to make use of setCharacterEncoding() which is present in
              Servlet2.3 but it throws an Exception "AbstractMethodError" .
              I am using weblogic 5.1.0 on NT4.
              Thanks in advance
              Pankaj
              

    Please set weblogic.httpd.inputCharset in weblogic.properties.
              weblogic.httpd.inputCharset specifies encoding used when changing into the
              internal code of Java from the parameter of the browser's request. If you
              use Shift_JIS in HTML or JSP, please set
              weblogic.httpd.inputCharset./*=Shift_JIS.
              See the following link for additional information on Encoding of Request
              Parameters:
              http://www.weblogic.com/docs51/classdocs/SERVICEPACK9_README.html
              Pankaj wrote:
              > I want to type in some Japanese charcters in my JSP and save these
              > Characters to the Database ( which supports that charcterset )
              >
              > Do you mean I cannot achieve the same using Servlet2.2.
              >
              > Is there any other way to achieve the same without using
              > request.setCharacterEncoding()
              >
              > Thank you
              > Pankaj
              >
              > Rajesh Mirchandani <[email protected]> wrote:
              > >WLS 5.1 implements Servlet 2.2 spec and not 2.3. Upgrade to WLS 6.1SP3
              > >or WLS 7.0SP1, which implement Servlet 2.3.
              > >
              > >Pankaj wrote:
              > >
              > >> I am using Service Pack 11.
              > >>
              > >> Ann Cao <[email protected]> wrote:
              > >> >Which service pack level are you on?
              > >> >
              > >> >Pankaj wrote:
              > >> >
              > >> >> I have a JSP wherein I am setting the charset as follows.
              > >> >>
              > >> >> <%@ page contentType="text/html; charset=Shift_JIS" %>
              > >> >>
              > >> >> When I submit this form with some Japanese text and try to do
              > >> >> request.getCharacterEncoding() from the target JSP it return
              > >> >> "Cp1252" but not "Shift_JIS". This way I am losing the content
              > >> >> which I have posted.
              > >> >>
              > >> >> I tried to make use of setCharacterEncoding() which is present in
              > >> >> Servlet2.3 but it throws an Exception "AbstractMethodError" .
              > >> >>
              > >> >> I am using weblogic 5.1.0 on NT4.
              > >> >>
              > >> >> Thanks in advance
              > >> >> Pankaj
              > >> >
              > >> >--
              > >> >Regards,
              > >> >Ann
              > >> >Developer Relations Engineer
              > >> >BEA Support
              > >> >
              > >> >
              > >
              > >--
              > >Rajesh Mirchandani
              > >Developer Relations Engineer
              > >BEA Support
              > >
              > >
              Regards,
              Ann
              Developer Relations Engineer
              BEA Support
              

  • Strange Cluster Startup Timing Issues (Solaris 2.7)

              When we start up our admin server for our WLS 6.0sp1 cluster (running on Solaris
              2.7), then try to start all the managed servers approximately simultaneously,
              the managed servers come up apparently normally (no errors in the logs) but no
              EJBs ever deploy.
              If we follow the same steps, but wait until each server is all the way up before
              starting the next, everything is fine.
              Has anyone else run into this?
              -daniel
              

    Hmm, I wonder if they "cannot" or "will not" supply you the patch...
              Oh well, hopefully this won't get me in trouble! Here's the patch, stick it in your weblogic /lib
              directory or in CLASSPATH, and add the following to your startup command:
              -Dweblogic.rmi.queuesize=n
              And if you are having problems, don't tell BEA who gave this to you! :-)
              Gene
              "Aaron Oas" <[email protected]> wrote in message
              news:[email protected]...
              > Thanks for the information.
              >
              > We wrote to BEA support; here's the response (i.e. no patch is forthcoming):
              >
              > ----------------------------- begin BEA
              > response -----------------------------
              > FR: tommy
              >
              > CASE_ID_NUM: 248170
              >
              > MESSAGE:
              >
              > Daniel,
              >
              > My name is Tommy, and I'm a Developer Relations Engineer with
              > BEA Technical Support. I wanted to drop you a quick note to tell you
              > that I've picked up your support case.
              >
              > At this time engineering does not have a patch for this CR. This issue is
              > slated to be fixed in WLS 6.1 release which is scheduled for end of July.
              > At this time engineering is pushing to have 6.1 released on schedule, and
              > since
              > there is a valid work around for this issue, they will not provide a patch.
              >
              > The work around is to simply boot your servers in increments of about 30
              > seconds.
              >
              > Thanks in Advance,
              >
              > Tommy Butcher
              >
              > ----------------------------- end BEA response -----------------------------
              >
              > I guess it could be worse.
              >
              > - Aaron
              >
              >
              > "Gene Chuang" <[email protected]> wrote in message
              > news:[email protected]...
              > > Currently, weblogic_admin_rmi_queue native thread count is fixed at 3 (or
              > was it 4?). I did get a
              > > patch which allows me to set the count as a flag at startup, although it
              > would seem the longterm
              > > solution is for WL to self-manage the thread count dynamically. For
              > anyone who needs this interim
              > > solution, write to support and mention the CR.
              > >
              > > Gene
              > >
              > > "Aaron Oas" <[email protected]> wrote in message
              > > news:[email protected]...
              > > > Gene (and clusterers in general) -
              > > >
              > > > It seems odd that so few people have reported problems with concurrently
              > > > starting servers in a cluster if it is a limitation of
              > > > weblogic_admin_rmi_queue native thread count. Is it a limitation
              > imposed by
              > > > the Solaris kernel on weblogic (i.e. Solaris max threads per process or
              > per
              > > > user can't be set high enough in /etc/system)?
              > > >
              > > > I would think that for a mission-critical environment, starting managed
              > > > servers in a weblogic cluster would ideally be automated and
              > simultaneous;
              > > > rather than serial, and certainly rather than manual (log into each
              > solaris
              > > > box in turn and run the startup script by hand).
              > > >
              > > > Does anyone out there running weblogic clusters automate the startup of
              > > > their weblogic cluster as a whole (e.g. a startup script on the admin
              > server
              > > > box that cranks up all the remote managed servers as well)?
              > > >
              > > > I have ideas about how to do this without using rexec and .rhosts files,
              > but
              > > > it's not trivial (create a listener on each box wait for startup
              > command,
              > > > check for managed server process, run startup script...), and I'm
              > wondering
              > > > if:
              > > > 1) there is a well-known approach to starting up all the managed servers
              > on
              > > > remote boxes, and
              > > > 2) there is a solution to the apparent requirement that clustered
              > managed
              > > > servers can't start at the same time, even on separate boxes
              > > >
              > > > Hope there are some thoughts on this out there,
              > > >
              > > >
              > > > - Aaron
              > > > "Gene Chuang" <[email protected]> wrote in message
              > > > news:[email protected]...
              > > > > I've filed a issue, CR042545, where I cannot concurrently start more
              > than
              > > > 2 managed servers in
              > > > > Solaris 2.7 due to weblogic_admin_rmi_queue native thread count
              > > > limitations... hopefully it has
              > > > > been fixed in 6.1?
              > > > >
              > > > > Gene
              > > > >
              > > > > "Fred Bloggs" <[email protected]> wrote in message
              > > > news:[email protected]...
              > > > > >
              > > > > > When we start up our admin server for our WLS 6.0sp1 cluster
              > (running on
              > > > Solaris
              > > > > > 2.7), then try to start all the managed servers approximately
              > > > simultaneously,
              > > > > > the managed servers come up apparently normally (no errors in the
              > logs)
              > > > but no
              > > > > > EJBs ever deploy.
              > > > > >
              > > > > > If we follow the same steps, but wait until each server is all the
              > way
              > > > up before
              > > > > > starting the next, everything is fine.
              > > > > >
              > > > > > Has anyone else run into this?
              > > > > >
              > > > > > -daniel
              > > > >
              > > > >
              > > >
              > > >
              > >
              > >
              >
              >
              [cr042545.jar]
              

  • CreateProcess exception during deployment...

    I've read an old article describing this problem with getting the following dump:
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:551)
    at java.lang.Runtime.exec(Runtime.java:477)
    at java.lang.Runtime.exec(Runtime.java:443)
    at weblogic.utils.Executable.exec(Executable.java:144)
    at weblogic.utils.Executable.exec(Executable.java:108)
    at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:545)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:372)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:202)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:228)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:799)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:31)
    during deployment. And the answer was that the shell executing
    the javac gets a command-line that is too long.
    The problem appears when adding new beans (which bean is not
    important, just the number of beans).
    We're running WLS 6.0sp1 and WindowsNT 4.0 sp6.
    Is there a way to get the command window to accept longer
    command-lines? Is there some way to configure the WLS not
    to include all files in a single javac-command?
    TIA!
    /Mikael Arctaedius

    ??? I think he said that Windows doesn't support command lines over a certain
    length and he gave you a suggestion as to how to work around it.
    Bill
    Mikael Arctaedius wrote:
    In short, BEA does not support WLS under Windows?
    That some news!
    /Mikael Arctaedius
    "Cameron Purdy" <[email protected]> wrote:
    On Windows, use mappings or subst, change paths from
    "i:\somedir\someotherdir\somelongerdir\whatever.jar" to "j:\whatever.jar".
    Or do the build on Linux or Solaris and it will work.
    I'm sorry that there is no other "solution"
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Mikael Arctaedius" <[email protected]> wrote in message
    news:[email protected]...
    I've read an old article describing this problem with getting thefollowing dump:
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:551)
    at java.lang.Runtime.exec(Runtime.java:477)
    at java.lang.Runtime.exec(Runtime.java:443)
    at weblogic.utils.Executable.exec(Executable.java:144)
    at weblogic.utils.Executable.exec(Executable.java:108)
    atweblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
    a:545)
    atweblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:372)
    atweblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:202)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:228)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:799)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:31)
    during deployment. And the answer was that the shell executing
    the javac gets a command-line that is too long.
    The problem appears when adding new beans (which bean is not
    important, just the number of beans).
    We're running WLS 6.0sp1 and WindowsNT 4.0 sp6.
    Is there a way to get the command window to accept longer
    command-lines? Is there some way to configure the WLS not
    to include all files in a single javac-command?
    TIA!
    /Mikael Arctaedius

  • Problems between iPlanet and Weblogic

    Hi guys, I'm having a problem, we I try to access the application through the iPlanet. The iPlanet crash and it restarts again.
    I got this message on the errors log of the iPlanet
    [17/Sep/2009:11:42:48] catastrophe (14873): CORE3260: Server crash detected (signal SIGSEGV)
    [17/Sep/2009:11:42:48] info (14873): CORE3261: Crash occurred in NSAPI SAF wl-proxy
    [17/Sep/2009:11:42:48] info (14873): CORE3262: Crash occurred in function INTcrit_enter from module /opt/iplanet/bin/https/lib/libns-httpd40.so
    [17/Sep/2009:11:42:48] failure (14819): CORE3107: Child process closed admin channel
    [17/Sep/2009:11:42:48] fine (14819): CORE3061: signal_handler_thread: received signal 18
    [17/Sep/2009:11:42:48] fine (14819): CORE3049: Primordial process detected child 14873 died: status 11
    [17/Sep/2009:11:42:48] fine (14819): CORE3050: Is our child, will spawn replacement
    [17/Sep/2009:11:42:48] fine (14819): CORE3062: Unlinking of /tmp/https-emergo2.cert.sabre.com.443-3b90a480/.cgistub_14873 returned -1
    I can add the the iplanet we are using is the 6.1sp5 and the weblogic is the version 9. everything is working on sun 9.
    I'm going to appreciate any help.
    Thanks

    Did you get SSL authentication on iPlanet AND forwarding this to WLS
    working?
    We can do certificate based authentication on iPlanet and the plugin
    forwards this to WLS (6.0sp1). WLS does not do anything with it.
    Thanks,
    Ronald
    Vlatas wrote:
    The trusted CA file holds the root CA certificates that will be trusted by
    the proxy plugin. So if your
    App server has CertA from Verisign, and CertA was issued by a Verisign CA
    certificate, then you
    want to have the Verisign CA certificate in the trusted CA file for the
    proxy plugin.
    Also, look in /tmp/wlproxy.log, errors should be getting logged in there
    that will help determine the
    problem.
    Tony
    "caris" <[email protected]> wrote in message
    news:3b0dbfb4$[email protected]..
    I'm using WebLogic 6.0 and iPlanet 4.1 for my application.
    I've got certificate from Versign for WebLogic and tested it well for
    standalone
    App Server.
    However, when I use iPlanet for proxy, the page doesn't display at all.
    Here is
    my config statement for iPlanet
    <Object name="weblogic" ppath="*/*">Service fn=wl-proxy
    WebLogicHost=localhost
    WebLogicPort=7002 SecureProxy=ON
    TrustedCAFile="c:/bea/wlserver6.0sp1/config/mydomain/getcacert.cer"</Object>
    Am I get it right? And I wonder what should it be put in the field
    "TrustedCAFile"
    By the way, I've got the certificate for the iPlanet Web Server too.
    It works fine for iPlanet with SSL pointing to the WebLogic port 7001.
    However it can't work at all when I pointing to the port 7002..
    Thanks for any ppl who can help me..

Maybe you are looking for

  • Syntax in script logic

    Hi Friends, I have input schedule in below format. Product   Rate/2011.INP  Packing/2011.INP QTY/2011.APR AMOUNT/2011.APR QTY/2011.MAY AMOUNT/2011.MAY PM         3                 3              3               27            4         36 PN        5 

  • Error: Could not find a match for... ?

    Hi, I am trying to compile some code using Studio 10/11 which appears to compile cleanly using a bunch of different C++ compilers (xlC, aCC, VC, g++) but is failing using the C++ compiler in both Studio 10 and Studio 11 with: "test.cpp", line 18: Err

  • In Finder, Mac Help doesn't work

    When I click on the help icon in the finder tool bar, and choose the " mac help" drop down, a window that says, "untitled" opens, but it is then, poof, gone in a few seconds. What is happening here?

  • Embedd a database within a SWF?

    Hi - I'm wondering if the following can be done with Flash - - can a swf contain it's own database that the user can add, delete, read? - while the view is online, entering and interacting with the data- is it being sent back and forth to the server?

  • Error in Compile of a Model in VC 7.0

    Hi When i compile a VC Dashboard it is sucessfully complied. When i deployed the model it is giving me an error Error in compiling Flex application (1). Consult log file for details. Source Files No Valid iviews Please advise how to proceed