OAS10g to Weblogic 11gR1

We have a JSF application completely developed in JDeveloper 10.1.3 with ADF and Toplink, which is developed on OAS 10gR3 in oc4j. We will soon start working on migrating this to Oracle WebLogic Server 11g R1.
With the OAS and Weblogic merge I am a little unsure of the best approach to this migration.
Would the current project deploy into the weblogic server, or would we need to rebuild it completely in JDeveloper 11?
Does oc4j work in Oracle WebLogic Server 11g R1?
Does anyone have any lessoned learned that they would care to share?
I saw that Toplink is supported in the Oracle WebLogic Server 11g R1, has anyone had any problems migrating from 10g?
Any information would be greatly appreciated.
Thank is advance for the info.

I think "JDeveloper 10.1.3 uses an older version of JSF that WebLogic 11g. You would be best upgrading your app with JDeveloper 11g and then re-deploying".
OC4J does not works in Oracle WebLogic 11g, WebLogic provides its own j2ee container.
Oracle Fusion Middleware 11g introduces a new architecture, based on Oracle WebLogic Server. You should get familiar with the new 11g features before starting your upgrade. Please check:
[http://download.oracle.com/docs/cd/E12839_01/web.1111/b32441/asinteg.htm#BABDEGIA]
[http://download.oracle.com/docs/cd/E12839_01/upgrade.1111/e10127/topologies.htm#CCHCGFJC]

Similar Messages

  • Installing WebLogic 11gR1 zip distro on Ubuntu 10.10

    Hi. I'm having a problem installing WebLogic 11gR1, the zip distribution of Ubuntu 10.10.
    I created this path:
    /usr/local/programs/WebLogic11gR1
    I put this in .bashrc
    export MW_HOME=/usr/local/programs/WebLogic11gR1
    I closed that terminal and opened a fresh terminal.
    I moved the *zip distribution into
    /usr/local/programs/WebLogic11gR1
    I unpacked the zip and tried to run the configure.sh script with variations of
    sh ./configure.sh
    and I get this error message:
    =====================================================
    ./configure.sh: 19: [[: not found
    ./configure.sh: 19: -d: not found
    ERROR: You must set MW_HOME and it must point to a directory.
    where an installation of WebLogic exists. Ensure you point
    this variable to the extract location of the zip distribution.
    =====================================================
    I ran echo $MW_HOME and got
    /usr/local/programs/WebLogic11gR1
    Which is correct.
    Any ideas what is going on and how I can fix it?

    the config.sh wouldn't pick up my JAVA_HOME either. I opened up the script and found that all it did was call another script, so I ran that script myself with no problems.

  • WebLogic 11gR1:  Where can I find the docs and the examples

    I just installed the Zip Distribution of WebLogic 11gR1 on Ubuntu 10.10. I also installed the supplemental zip, that contained samples.
    On the WebLogic 9 installation on a windows box at work, starting up WebLogic causes it to bring up a browser with a web page with very nice documentation on it, including hyperlinks to the examples. How do I find this page with my at home ZIp Distribution?

    The README that accompanies the WLS supplemental zip file describes how to create the samples:
    http://download.oracle.com/auth/otn/nt/middleware/11g/wls/README_SUPP.txt?e=1311046330&h=9c8a6b93b066372a53ca5d65bafcb9a5
    >
    WLS Supplemental Zip Distribution for Oracle WebLogic Server @WLS_VERSION@
    The WLS supplemental zip distribution is intended for development use. It is
    supported on Windows, Linux and Mac OS X systems. It contains the necessary
    artifacts to develop and test applications on WebLogic Server.
    WLS supplemental zip requires that the primary zip distribution is already set
    up and is ready to use. Supplemental zip contains samples, evaluation database
    (Derby) and L10N console help files.
    The following instructions should help in quickly setting up the extra
    components in WLS via the supplemental zip. Please refer to the general WLS
    documentation for detailed instructions.
    QUICKSTART
    1. Ensure that WLS has been installed under MW_HOME (eg: /home/myhome/mywls)
    using the zip distribution - wls@WLS_VERSION@_dev.zip
    2. Extract the contents of the supplemental zip MW_HOME
    3. Setup JAVA_HOME and MW_HOME variables in the current shell.
    This should pre-exist.
    Linux
    $ export JAVA_HOME=/home/myhome/myjavahome
    $ export MW_HOME=/home/myhome/mywls
    Mac
    $ export JAVA_HOME=
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
    $ export MW_HOME=/home/myhome/mywls
    Windows
    > set JAVA_HOME=C:\home\myhome\myjavahome
    > set MW_HOME=C:\home\myhome\mywls
    This version of WLS requires JDK 1.6. Ensure that you have the proper
    JDK version installed.
    4. Run the installation configuration script in the MW_HOME directory
    (This step is required to be run only once. If you move the installation to
    another location/machine, you need to rerun this step)
    Linux/Mac
    *$ ./run_samples.sh*
    Windows
    > run_samples.cmd
    This step creates the sample domains. The sample
    domains should be created in MW_HOME/wlserver/samples.
    5. WLS can be started from these sample domains by issuing startWebLogic command.
    This will also bring up the WLS console in the default browser.
    6. Start a browser and open up url - 'http://localhost:7001/console' to
    administer the server.
    WHAT IS INCLUDED
    # Samples
    # Derby DB (for use with Samples)
    # L10N versions of WLS console help files
    CLEANUP
    The supplemental zip contents are interleaved with the base zip contents. You
    have to delete the MW_HOME directory which will delete both the WLS
    installation as well as the supplemental zip contents.

  • Auto start weblogic 11gR1 as windows service?

    I have installed Weblogic Server 11gR1 and created a domain with only one server (Administration Server).
    I wonder if I can configure to run as windows service, in case of windows update and auto restart

    Copy this to a new file called createSvc.cmd and put it in the \wlserver_10.3\server\bin
    echo off
    SETLOCAL
    set DOMAIN_NAME=ADFDomain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\ADFDomain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=false
    set JAVA_VENDOR=Sun
    set JAVA_HOME=C:\Oracle\Middleware\jdk160_18
    set MEM_ARGS=-Xms256m -Xmx512m
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    you will have to edit the DOMAIN_NAME to match yours
    and the USERDOMAIN_HOME as well. This is pretty much a default install of the WLS 10.3 - though I changed the domain name.
    I assume you used the default admin server name.
    Go to the command prompt and set the current directory to the \wlserver_10.3\server\bin directory.
    execute the createsvc.cmd and it should be done.

  • Is there a weblogic 11gr1(10.3.6) plugin for apache 2.4 on windows

    I need to find out what version of Web Server Proxy Plugin is the correct one to work with WebLogic Server 11gr1 (10.3.6) and Apache webserver 2.4.
    WebLogic Web Server Plug-In 12c  indicates that  it is backward compatible with WebLogic Web Server Plugins 11gR1 but supports only 64-bit Web Servers. Please refer to Oracle Weblogic WebServer Plug-In 12.1.3 documentation for more information. 
    However when I goto the documentation I do not find any information.
    Any help would be appreciated!

    Hi,
    Can you check your web-server if your web-server is 64 bit then you can go ahead and use the 12c plugins .
    As it is always good to be on the latest plugins .
    If its a 32 bit then you have to stay on 11g plugins for the Webservers.
    Certification matrix for 10.3.6
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    Hope it helps

  • Deploy Hibernate (v 3.6) on Weblogic 11gR1 (patch set 2)

    Hello,
    Facing issues in deploying hibernate JPA 2.0 project on Weblogic server 10.3.3
    The error message being:
    Module named 'EJB605EAR' failed to redeploy. See Error Log view for more detail.
    weblogic.management.DeploymentException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4c: Expected element 'module@http://java.sun.com/xml/ns/javaee' before the end of the content in element application@http://java.sun.com/xml/ns/javaee:<null>
    Exception received from deployment driver.
    Entries for persistence.xml and weblogic-application.xml are as below.
    I know weblogic doesn't support JPA2.0 out of the box. How to make it work?
    Thank you for your help and consideration.
    Hiren
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
         <persistence-unit name="ejb605" transaction-type="JTA">
              <provider>org.hibernate.ejb.HibernatePersistence</provider>
              <jta-data-source>jdbc/EJB605DS</jta-data-source>
              <properties>
    <property name="hibernate.show_sql" value="true" />
    <property name="hibernate.format_sql" value="true" />
                   <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
    </properties>
         </persistence-unit>
    </persistence>
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-application xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/javaee_5.xsd http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.1/weblogic-application.xsd">
    <!--weblogic-version:10.3.3-->
    <wls:application-param>
    <wls:param-name>webapp.encoding.default</wls:param-name>
    <wls:param-value>UTF-8</wls:param-value>
    </wls:application-param>
    <wls:prefer-application-packages>
         <wls:package-name>javax.persistence.*</wls:package-name>
    </wls:prefer-application-packages>
    </wls:weblogic-application>

    Hiren,
    Hi, you will be interested in this recent thread that discusses JPA 2.0 providers (Hibernate and EclipseLink) in the context of Oracle WebLogic Server 11gR1 10.3.4 (ps3)
    Re: Deploy Hibernate based EAR file on Weblogic 10.3.3?
    thank you
    /Michael O'Brien
    http://www.eclipselink.org

  • Error while deploying enterprise application on weblogic 11gr1(10.3.3)

    Hi folks,
    I got an error while starting an .ear file(ALRuleBean).
    weblogic.management.ManagementException: [Deployer:149188]No application named 'ALRuleBean' exists for operation start. Operation can not be performed until server is restarted.
    Please help me.

    Hi,
    Probably you have made some changes and trying to start the application.
    Can you try to restart the servers where the application has been targeted and start the server.
    If possible provide us the complete stack trace from the server logs, which will help us to know what exacting issue is.
    Good Day!!
    ~Ashish

  • Integrate Weblogic 11gR1 with Tibco EMS

    Hi,
    Is there a how-to guide on how to configure Tibco EMS as a JMS foreign server in WLS 11g? Do I need to use Tibco connection factory as JNDI context factory?
    Thanks a lot for your help,
    Jane

    There's no Tibco specific how-to-guide that I'm aware of -- Tibco integrates using the same facilities that are used for other vendors. See the "JMS interop FAQ" in the edocs.
    Tom

  • WebLogic 10.3.2.0 (11gR1) on Solaris 10 problems with jdbc

    I have Solaris 10 10/09 running on a SPARC machine.
    I install WebLogic 11gR1, use development mode (using the SUN 1.6 jvm) and create a JDBC connection to DB2 on another machine using Oracle's XA DB2 driver. The connection test is successful. A restart of WebLogic returns everything is good. I change the connection pool max capacity to 50 (up from the default of 15) in the web interface and save the settings, everything is fine. Then I shutdown WebLogic using the appropriate command and re-start it... only to find that the jdbc connection has failed with the following error:
    <Feb 22, 2010 11:02:31 AM EST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'jdbc/DB2DataSource' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
    Truncated. see log file for complete stacktrace
    Caused By: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DEVICE_ERROR
    at sun.security.pkcs11.wrapper.PKCS11.C_Verify(Native Method)
    at sun.security.pkcs11.P11Signature.engineVerify(P11Signature.java:529)
    at java.security.Signature$Delegate.engineVerify(Signature.java:1140)
    at java.security.Signature.verify(Signature.java:592)
    at sun.security.x509.X509CertImpl.verify(X509CertImpl.java:441)
    Truncated. see log file for complete stacktrace
    Nothing else is changed or deployed in WebLogic.
    Switching back to a thread pool max of 15 doesn't work, and throws this error:
    <Feb 22, 2010 11:09:41 AM EST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating redeploy task for application 'jdbc/DB2DataSource'.>
    <Feb 22, 2010 11:09:41 AM EST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.SunJCE_b
    at javax.crypto.SecretKeyFactory.a(DashoA13*..)
    at javax.crypto.SecretKeyFactory.<init>(DashoA13*..)
    at javax.crypto.SecretKeyFactory.getInstance(DashoA13*..)
    at weblogic.jdbc.db2base.PropertyEncrypter.<init>(Unknown Source)
    at weblogic.jdbc.db2base.BaseLicenseUtility.readBulkLoadRowLimit(Unknown Source)
    Truncated. see log file for complete stacktrace
    <Feb 22, 2010 11:09:42 AM EST> <Error> <Console> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
    Modifying the connection in the xml to lower the max pool size back to the default value of 15 doesn't net any progress.
    Removing and re-creating the connection doesn't fix the problem. Creating a new WebLogic domain doesn't fix the problem. The only thing that fixes the problem (allows the jdbc connection to be re-created and run successfully) is to blow away the entire WebLogic install, reinstall and re-create the domain. Occasionally even this doesn't help.
    This is repeatable like clockwork.
    Moving the pool max up to 30 didn't throw the error, but moving to 50 did.
    Edited by: second infinity on Feb 22, 2010 2:24 PM

    Hi. I've never seen anything like this, and it seems to be something which
    the JDBC module is going to be an innocent victim of, rather than a
    contributor to... Your best course is to open an official support case.
    Joe

  • Weblogic SSO with Negotiate Asserter to AD Windows2003

    Hi
    Im making the configuration of the SPNEGO negotiate asserter of Weblogic 11gR1 to enable SSO in Windows clients without the need of entering credentials. I went through the steps of the Securing Oracle WebLogic Server guide, http://download.oracle.com/docs/cd/E21764_01/web.1111/e13707/sso.htm#i1102003 , but so far no success, also i followed this post http://wlsjavatips.blogspot.com/2011/06/configuring-wls-for-sso-using-kerberos.html
    I have created the user wlshost to identify weblogic in AD, created the keytab using ktpass windows server 2003 utility, verified with setspn -L:
    C:\Documents and Settings\Administrador\Escritorio>ktpass -princ HTTP/wlshost@MY
    TEST.COM -pass Admin123 -mapuser wlshost -mapOp set -DesOnly -crypto DES-CBC-CRC
    -pType KRB5_NT_PRINCIPAL -setPass -out wlshost.keytab
    Targeting domain controller: kdcserver.mytest.com
    Using legacy password setting method
    Successfully mapped HTTP/wlshost to wlshost.
    WARNING: The Key version used by Windows (-1) is too big
    to be encoded in a keytab without truncating it to 255.
    This is due to a limitation of the keytab file format
    and may lead to interoperability issues.
    Do you want to proceed and truncate the version number [y/n]? y
    Key created.
    Output keytab to wlshost.keytab:
    Keytab version: 0x502
    keysize 50 HTTP/[email protected] ptype 1 (KRB5_NT_PRINCIPAL) vno 255 etype 0x1
    (DES-CBC-CRC) keylength 8 (0xb9622f7c49762515)
    C:\Documents and Settings\Administrador\Escritorio>setspn -L wlshost
    Registered ServicePrincipalNames for CN=wlshost,CN=Users,DC=mytest,DC=com:
    HTTP/wlshost
    I created the user "user" for the client which is on windows XP running IE 7. I verified all Internet options as the guide says.
    Copied the keytab to the Linux OEL 5 server where weblogic 11gR1 is installed and tested with:
    [oracle@wlshost ~]$ kinit -V -k -t /home/oracle/wlshost.keytab HTTP/[email protected]
    Authenticated to Kerberos v5
    [oracle@wlshost ~]$ klist
    Ticket cache: FILE:/tmp/krb5cc_54321
    Default principal: HTTP/[email protected]
    Valid starting Expires Service principal
    11/22/11 11:12:54 11/22/11 11:22:54 krbtgt/[email protected]
    Kerberos 4 ticket cache: /tmp/tkt54321
    klist: You have no tickets cached
    [oracle@wlshost ~]$
    This is the jaas.login file:
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]" useKeyTab="true"
    keyTab="/home/oracle/wlshost.keytab" storeKey="true" useTicketCache="true" doNotPrompt="true" debug="true";
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]" useKeyTab="true"
    keyTab="/home/oracle/wlshost.keytab" storeKey="true" useTicketCache="true" doNotPrompt="true" debug="true";
    This is the krb5.conf, located in /etc/ :
    [logging]
    default = FILE:/var/log/krb5libs.log
    kdc = FILE:/var/log/krb5kdc.log
    admin_server = FILE:/var/log/kadmind.log
    [libdefaults]
    default_realm = MYTEST.COM
    dns_lookup_realm = false
    dns_lookup_kdc = false
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc
    ticket_lifetime = 600
    forwardable = yes
    [realms]
    MYTEST.COM = {
    kdc = 10.0.2.15:88
    admin_server = kdcserver
    default_domain = MYTEST.COM
    [domain_realm]
    .mytest.com = MYTEST.COM
    mytest.com = MYTEST.COM
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    I put this arguments in the server start tab, arguments field, on weblogic admin console:
    -Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.auth.login.config=/home/oracle/Oracle/Middleware/user_projects/domains/testdom/jaas.login -Djava.security.krb5.realm=MYTEST.COM -Djava.security.krb5.kdc=kdcserver -Djava.security.krb5.conf=/etc/krb5.conf -Dsun.security.krb5.debug=true
    This is the output of the log file:
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174434> <BEA-000000> < Header: Referer : http://wlshost:7001/BasicSecureApp2/>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174436> <BEA-000000> <Negotiate filter: new session, no negotiation has started>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174568> <BEA-000000> < Header: Cookie : JSESSIONID=n0N4TLJpcTJ5yPnJ5NvGFBss8qzp5WMP2GtWQ8RRJVvPTMQw6nKc!464000287>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174568> <BEA-000000> < Header: Authorization : Negotiate YIIEkAYGKwYBBQUCoIIEhDCCBICgJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBFYEggRSYIIETgYJKoZIhvcSAQICAQBuggQ9MIIEOaADAgEFoQMCAQ6iBwMFACAAAACjggNxYYIDbTCCA2mgAwIBBaEMGwpNWVRFU1QuQ09NohowGKADAgECoREwDxsESFRUUBsHd2xzaG9zdKOCAzYwggMyoAMCAQOhAwIBBKKCAyQEggMgVlRx4QjpWItkCIzJGtOxmQHOCMtDhe2SvVofXst+hs0/FOCGnztFc/+c1nXIoHXdnomWoWsn5gfGwWbtIUFW2vnK1YYRbdxRUz6LGnH7Gu3NLXV1jf/uC+eLO/NnllDnJmS6H4AiFWqKuQ6Q0/VG+MlcD4l+eoGkOgbZ1XMJtfvvkRop9MDeqFkpC9w8ZTPxe/Y2AuOL26NlnejfD5G8ZrpGYz5qrKD1odkxuXE96taCVB1nIL9w3xMLXtn6v01OsY17QPo5JRpLi7vx6hrr8CNYkoM5z4Aq9CZi9x3AEyUsofA6YlY90T52U39No7Qk/GGkuPzrZKg6Ic8UDrvadgky+XhbeNDJ1yhWPp7tgztRxVh3zuImS0yzamoqYYj1cUyVkdbw7oXWVBkua6vVD5ZxWxIwH5QdHZoIjHEnpq0eemFc2A481rKy2IRAb9XlXq0uERqJAbIPPoZ7zuKht8lv/0KrD9T/N6HmxmR+SwWJgv8hAb0DB/vPqOJXAI7qM0paj086JQA6mGNw4l9U82rSkVxdKLAM0m1DhTZ7QrODeTimvFZiVbkbKMVhxZXlvTUQ1WEri2Mqij6n/85wH7dkMjh+fQK/q5zf3cdN8v7OM6LCVtEV3GRztxczn+QR6JPKU8q5tX9Zv28dCHRtyYgJY2Zh+2ntm6y0buLpEnrQ7a8okmyH2h43eEnbK1OWb5IaeOWqznmIPuM+b21NDRFdsn67NBVvKnPP9SzfAPtzWTKU6aXqh0Q2FBFRuKcnxMQxwV9cOsboeyl7O8rTN/5APTdKTaZxczHYk9S1IuQelXtxEnR7lXcU1Gw5gz+GU/kk7sBA+wpPtqBuPAOMVnkEs8xOKLACjV7pz9rIwjWKxEWY+NzievOt4ivGi2S2E/QYs6rUPioc8SXvOsVZrVRjTetn3pRJftlFQVGzs2MVJYuja/98KABMDPlMe6G0HBBRbv9r1Aq2iFK5d4Cq8mXWIbu7GvBoFJ6cq5subjSTcGWcUPlTRugrcOnDByjlbDp5OosusQLFwqhg9x8XFlXojpkFcoxzzrWTGfc6jVWkga4wgaugAwIBA6KBowSBoHMwCgxl/R8+X/kx7Bh/fkNyNMg2c/2RWVUZpFFgkPx+Wv2PRIdbPBbwiN4VOuDWTDZUOiu3lpEB2EZBGZ6GRxccFUiJWPegNYgDKjShJZbbyD3VqJ+026aGjsTSbzSVLiEaUqjm6Y3WmDaae3x34gMlwCIEJ+hwN3fZRWBhgToToQAaCdNyQzdugnzs6FSLnEZ42F2JVhM7WvfIAf2g7Pc=>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174569> <BEA-000000> < processing header: Negotiate YIIEkAYGKwYBBQUCoIIEhDCCBICgJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBFYEggRSYIIETgYJKoZIhvcSAQICAQBuggQ9MIIEOaADAgEFoQMCAQ6iBwMFACAAAACjggNxYYIDbTCCA2mgAwIBBaEMGwpNWVRFU1QuQ09NohowGKADAgECoREwDxsESFRUUBsHd2xzaG9zdKOCAzYwggMyoAMCAQOhAwIBBKKCAyQEggMgVlRx4QjpWItkCIzJGtOxmQHOCMtDhe2SvVofXst+hs0/FOCGnztFc/+c1nXIoHXdnomWoWsn5gfGwWbtIUFW2vnK1YYRbdxRUz6LGnH7Gu3NLXV1jf/uC+eLO/NnllDnJmS6H4AiFWqKuQ6Q0/VG+MlcD4l+eoGkOgbZ1XMJtfvvkRop9MDeqFkpC9w8ZTPxe/Y2AuOL26NlnejfD5G8ZrpGYz5qrKD1odkxuXE96taCVB1nIL9w3xMLXtn6v01OsY17QPo5JRpLi7vx6hrr8CNYkoM5z4Aq9CZi9x3AEyUsofA6YlY90T52U39No7Qk/GGkuPzrZKg6Ic8UDrvadgky+XhbeNDJ1yhWPp7tgztRxVh3zuImS0yzamoqYYj1cUyVkdbw7oXWVBkua6vVD5ZxWxIwH5QdHZoIjHEnpq0eemFc2A481rKy2IRAb9XlXq0uERqJAbIPPoZ7zuKht8lv/0KrD9T/N6HmxmR+SwWJgv8hAb0DB/vPqOJXAI7qM0paj086JQA6mGNw4l9U82rSkVxdKLAM0m1DhTZ7QrODeTimvFZiVbkbKMVhxZXlvTUQ1WEri2Mqij6n/85wH7dkMjh+fQK/q5zf3cdN8v7OM6LCVtEV3GRztxczn+QR6JPKU8q5tX9Zv28dCHRtyYgJY2Zh+2ntm6y0buLpEnrQ7a8okmyH2h43eEnbK1OWb5IaeOWqznmIPuM+b21NDRFdsn67NBVvKnPP9SzfAPtzWTKU6aXqh0Q2FBFRuKcnxMQxwV9cOsboeyl7O8rTN/5APTdKTaZxczHYk9S1IuQelXtxEnR7lXcU1Gw5gz+GU/kk7sBA+wpPtqBuPAOMVnkEs8xOKLACjV7pz9rIwjWKxEWY+NzievOt4ivGi2S2E/QYs6rUPioc8SXvOsVZrVRjTetn3pRJftlFQVGzs2MVJYuja/98KABMDPlMe6G0HBBRbv9r1Aq2iFK5d4Cq8mXWIbu7GvBoFJ6cq5subjSTcGWcUPlTRugrcOnDByjlbDp5OosusQLFwqhg9x8XFlXojpkFcoxzzrWTGfc6jVWkga4wgaugAwIBA6KBowSBoHMwCgxl/R8+X/kx7Bh/fkNyNMg2c/2RWVUZpFFgkPx+Wv2PRIdbPBbwiN4VOuDWTDZUOiu3lpEB2EZBGZ6GRxccFUiJWPegNYgDKjShJZbbyD3VqJ+026aGjsTSbzSVLiEaUqjm6Y3WmDaae3x34gMlwCIEJ+hwN3fZRWBhgToToQAaCdNyQzdugnzs6FSLnEZ42F2JVhM7WvfIAf2g7Pc=>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174609> <BEA-000000> <SPNEGONegotiateToken.discriminate: SPNEGO static oid 0: 0606 2b06 0105 0502 ..+.....
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174735> <BEA-000000> <GSSExceptionInfo:>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174735> <BEA-000000> < major: (13) : No valid credentials provided>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174735> <BEA-000000> < minor: (-1) : Failed to find any Kerberos Key>
    ####<Nov 22, 2011 11:09:34 AM COT> <Debug> <SecurityAtn> <wlshost> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321978174739> <BEA-000000> <acceptGssInitContextToken failed
    com.bea.security.utils.kerberos.KerberosException: No valid credentials provided (Mechanism level: Failed to find any Kerberos Key)
         at com.bea.security.utils.kerberos.KerberosTokenHandler.acceptGssInitContextTokenInDoAs(KerberosTokenHandler.java:334)
         at com.bea.security.utils.kerberos.KerberosTokenHandler.access$000(KerberosTokenHandler.java:41)
         at com.bea.security.utils.kerberos.KerberosTokenHandler$1.run(KerberosTokenHandler.java:227)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at com.bea.security.utils.kerberos.KerberosTokenHandler.acceptGssInitContextToken(KerberosTokenHandler.java:224)
    Caused By: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos Key)
         at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:95)
         at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:111)
         at sun.security.jgss.krb5.Krb5MechFactory.getMechanismContext(Krb5MechFactory.java:183)
         at sun.security.jgss.GSSManagerImpl.getMechanismContext(GSSManagerImpl.java:220)
         at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:301)
         at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:267)
         at com.bea.security.utils.kerberos.KerberosTokenHandler.acceptGssInitContextTokenInDoAs(KerberosTokenHandler.java:252)
         at com.bea.security.utils.kerberos.KerberosTokenHandler.access$000(KerberosTokenHandler.java:41)
         at com.bea.security.utils.kerberos.KerberosTokenHandler$1.run(KerberosTokenHandler.java:227)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at com.bea.security.utils.kerberos.KerberosTokenHandler.acceptGssInitContextToken(KerberosTokenHandler.java:224)
         at com.bea.security.utils.kerberos.KerberosTokenHandler.acceptGssInitContextToken(KerberosTokenHandler.java:153)
         at com.bea.common.security.internal.utils.negotiate.SPNEGONegotiateToken.getUsername(SPNEGONegotiateToken.java:59)
         at weblogic.security.providers.authentication.NegotiateIdentityAsserterProviderImpl.assertChallengeIdentity(NegotiateIdentityAsserterProviderImpl.java:210)
         at com.bea.common.security.internal.legacy.service.ChallengeIdentityAssertionProviderImpl$ChallengeIdentityAsserterV2Adapter.assertChallengeIdentity(ChallengeIdentityAssertionProviderImpl.java:130)
    This is what the user sees:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46)....
    Please any help or tip is welcome, i been stuck on this almost a month and i do not find any hint of whats going on. Thanks in advance.
    Edited by: carlos.herrera on 25/11/2011 11:31 AM

    Hi, i did a tweak to the debug to see more, im getting this caused by message after invalid creds message:
    Caused By: javax.security.auth.login.LoginException: Null Server Key
    at com.sun.security.auth.module.Krb5LoginModule.commit(Krb5LoginModule.java:965)
    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:597)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    at javax.security.auth.login.LoginContext$5.run(LoginContext.java:707)
    at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:576)
    at sun.security.jgss.GSSUtil.login(GSSUtil.java:246)
    at sun.security.jgss.krb5.Krb5Util.getKeys(Krb5Util.java:185)
    at sun.security.jgss.krb5.Krb5AcceptCredential$1.run(Krb5AcceptCredential.java:82)
    at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:79)
    at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:111)
    at sun.security.jgss.krb5.Krb5MechFactory.getMechanismContext(Krb5MechFactory.java:183)
    at sun.security.jgss.GSSManagerImpl.getMechanismContext(GSSManagerImpl.java:220)
    at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:301)
    at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:267)
    at com.bea.security.utils.kerberos.KerberosTokenHandler.acceptGssInitContextTokenInDoAs(KerberosTokenHandler.java:252)
    at com.bea.security.utils.kerberos.KerberosTokenHandler.access$000(KerberosTokenHandler.java:41)
    at com.bea.security.utils.kerberos.KerberosTokenHandler$1.run(KerberosTokenHandler.java:227)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at $Proxy31.process(Unknown Source)
    at weblogic.security.providers.authentication.NegotiateIdentityAsserterServletAuthenticationFilter.doFilter(NegotiateIdentityAsserterServletAuthentica
    tionFilter.java:34)
    at weblogic.servlet.security.internal.AuthFilterChain.doFilter(AuthFilterChain.java:38)
    at weblogic.servlet.security.internal.SecurityModule$ServletAuthenticationFilterAction.run(SecurityModule.java:645)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.security.internal.SecurityModule.invokeAuthFilterChain(SecurityModule.java:534)
    at weblogic.servlet.security.internal.CertSecurityModule.checkUserPerm(CertSecurityModule.java:98)
    at weblogic.servlet.security.internal.SecurityModule.checkAccess(SecurityModule.java:121)
    at weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:82)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2213)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Any ideas? Thanks in advance

  • Problem in Interacting with Weblogic JMS through Informatica ETL server

    Hi All,
    We are trying to configure Informatica PowerCenter server to interact with JMS queues created on Weblogic 11gR1 server. We have copied the necessary
    jar file - wlfullclient.jar to the classpath of the Informatica server.
    Now when i try to read contents of a JMS queue created on Weblogic server through Informatica, i get this error:-
    Failed to get the Queue Connection Factory [weblogic.jms.common.DestinationImpl]. Reason: Failed to look up object [While trying to lookup 'weblogic.jms.common.DestinationImpl' didn't find subcontext 'common'. Resolved 'weblogic.jms'Exception Stack: javax.naming.NameNotFoundException: While trying to lookup 'weblogic.jms.common.DestinationImpl' didn't find subcontext 'common'. Resolved 'weblogic.jms' [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'weblogic.jms.common.DestinationImpl' didn't find subcontext 'common'. Resolved 'weblogic.jms']; remaining name 'common/DestinationImpl'
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:464)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:272)
         at weblogic.jndi.internal.ServerNamingNode_1211_WLStub.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:418)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:406)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at com.informatica.powerconnect.jms.server.common.JNDIConnection.getJNDIObject(JNDIConnection.java:84)
         at com.informatica.powerconnect.jms.server.common.PlginJMSConnection$PlginJMSQueueConnection.createConnection(PlginJMSConnection.java:363)
         at com.informatica.powerconnect.jms.server.common.PlginJMSConnection.<init>(PlginJMSConnection.java:90)
         at com.informatica.powerconnect.jms.server.common.PlginJMSConnection$PlginJMSQueueConnection.<init>(PlginJMSConnection.java:352)
         at com.informatica.powerconnect.jms.server.common.PlginJMSConnection.create(PlginJMSConnection.java:115)
         at com.informatica.powerconnect.jms.server.reader.JMSReaderSQDriver.createPartitionDriver(JMSReaderSQDriver.java:557)
    Caused by: javax.naming.NameNotFoundException: While trying to lookup 'weblogic.jms.common.DestinationImpl' didn't find subcontext 'common'
    I have checked that this class file exists in the above said location :- "weblogic/jms/common/DestinationImpl.class" within the wlfullclient.jar but still the
    code is not able to access the class. Similar error came initially while doing JNDI connection using "weblogic.jndi.WLInitialContextFactory" class but it vanished,
    when i explicitly named the jar file on classpth, instead of just the folder containing the jar file.
    To all the users/experts/moderators of Weblogic - Could you please help me understand why Weblogic is not able to look up subcontext 'common'
    for the class - "weblogic.jms.common.DestinationImpl" ??
    Thanks & Regards
    Raj
    Edited by: user8931188 on May 17, 2012 7:39 AM

    You are experiencing a NameNotFoundException, not ClassNotFoundException so it seems there is something wrong about the client connection code or WebLogic config.
    Can you share your client connection connection config/code?

  • Images not showing up after moving from OAS 10g to Weblogic 11g

    We are moving our oracle forms application from OAS10g to weblogic 11g. We have a simple login html page that has an jpg image. This login page is rendered properly under OAS 10g. After following the documentation for configuration, the login functionality works fine but for some reason the images on the html page do not show anymore. The images are located within the same directory as the html page
    C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\server\index.html
    C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\server\myimage.jpg (this does not render).
    Does anyone have any suggestion about this?
    thanks,
    Wes

    I'm just noticing this tonight, too.  I had Lr3 scan for missing photos.  It identified 388 out of about 20,000.  In checking on that, I tried to reconnect one to the current path, but nothing happens.  The entry for that shot stays in the Missing Photographs group, and the "missing" icon remains on the thumbnail.

  • RichFaces 4.5 - Weblogic 11g - ReferenceError

    I'm working on an application using Struts and JSF 2 with RichFaces 4.5.4.
    Everything works fine when the application runs on a Tomcat (7) server.
    But when I run it on a WebLogic (11gR1-10.3.6) server the JS resources are not loaded.
    The rich:popupPanel gets the error: ReferenceError: RichFaces is not defined
    And when I try to run a jQuery script I get: ReferenceError: jQuery is not defined
    (I'm using <h:head> instead of <head>)
    We use Weblogic in our production environment. I appreciate any help.

    RichFaces is a product of Redhat, not Oracle.
    See
    https://developer.jboss.org/en/richfaces/content?filterID=contentstatus%5Bpublished%5Dobjecttypeobjecttype%5Bthread%5D~thread%5Ball%5D&itemView=thumb

  • Can't start Weblogic -- null pointer exception

    Having a problem launching Weblogic 11gR1 from within Eclipse Galileo. It had launched fine the previous day, but now when I try to launch I get
    eclipse.buildId=I20090611-1540
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -product org.eclipse.epp.package.jee.product
    Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
    Error
    Fri Oct 02 10:47:43 EDT 2009
    An internal error occurred during: "Starting Oracle WebLogic Server 11gR1 at localhost".
    java.lang.NullPointerException
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.setEnv(WeblogicServerLaunchConfigurationDelegate.java:424)
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.launch(WeblogicServerLaunchConfigurationDelegate.java:314)
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.launch(WeblogicServerLaunchConfigurationDelegate.java:134)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:696)
         at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3010)
         at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:2960)
         at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:294)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    As far as I know there have been no changes to the configuration since the last successful launch.
    Any ideas?

    I found the fix for this:
    remove org.eclipse.wst.server.core in your workspace .metadata/.plugin
    restart Eclipse
    open a new server view and add a server.
    This will start a wizard that eventually ask for a weblogic domain, when i added the domain the server started

  • Weblogic startup issue in eclipse

    Hi all,
    I am using eclipse 3.5 and weblogic 10.3.2v.
    I tried to setup the weblogic server in eclipse choosing oracle weblog 11gR1 Patchset1 and chose the jdk instead of jrockit.
    But whenever I try to start the weblogic thru eclipse I get this error - Failed to connect to remote VM. Connection refused.
    Connection refused: connect
    I checked for any software updates but in vain. I started eclipse in -clean mode but in vain.
    Please help...I am stuck here.
    Any input is highly appreciated.

    Which version of OEPE are you using? Is this an instance of AdminServer? Do you have proxy set in Eclipse, if yes, try "Direct Connection"
    It would also help if you can open Error Log view in Eclipse and post what is logged.

Maybe you are looking for

  • How to block planned order when there is a credit block in sales order

    Hi Experts, Planned order should not be created when there is a credit block at sales order level. Can someone help me in solving this? Expecting for your valuable comments. Regards, JANA

  • Employee cost booking  other then cost center.

    Hi SAP Gurus, IN SAP HR in order to book the cost of an employee system provides us info type 0027 in which we just mention the cost center on to which we want to book the  wage or travel expenses of an employee. Right now we have a requirement that

  • Changing Company Org. Unit Cost Center Relationship

    I need to know the best method for changing an assignment of Personnel Area to the Company without impacting the OM structure and historical data.  We are moving a Personnel Area to another Company.  I'm unable to change Cost Centers on the Org. Unit

  • Call an Startup-Plug from another WDA

    Hello. How can I call a Startup-Plug from another WDApplication with a table-Parameters. I get the URL from the Method cl_wd_utilities=>constuct_wd_url. thanks for helping Edited by: Marcus Ventur on Dec 2, 2008 11:33 AM

  • Can I migrate an old MacBook (2008) running Lion to new MacBook Air running Yosemite?

    Hey all, I'm planning on helping my aunt migrate her trusted old 2008 MacBook (white, non-alu) running OSX Lion 10.7.5 to a brand new MacBook Air running Yosemite. Is such a migration between the mentioned two versions possible? Or is Lion 10.7.5 too