Moving from Weblogic 8.1.4 to Weblogic 9.0

Hi
I have installed WL90 and set my web application to use it when I start my application I get the following error:
cmd /c L:\InSt\VXV\runtime\weblogic\bin\win\startWebLogic.cmd
CLASSPATH=L:\InSt\VXV\runtime\weblogic\bin\win\..\..\..\..\development\vxvApp\config;L:\InSt\VXV\runtime\weblogic\bin\win\..\..\lib\xerces.jar;L:\InSt\VXV\runtime\weblogic\bin\win\..\..\lib\saaj.jar;L:\InSt\VXV\runtime\weblogic\bin\win\..\..\lib\javamail.jar;L:\InSt\VXV\runtime\weblogic\bin\win\..\..\lib\activation.jar;L:\InSt\VXV\runtime\weblogic\bin\win\..\..\lib\jdsv.jar;L:\InSt\VXV\runtime\weblogic\bin\win\..\..\lib\saslImpl.jar;C:\bea\patch_weblogic901\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\J2SDK1~1.2_0\lib\tools.jar;C:\bea\WEBLOG~2\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~2\server\lib\weblogic.jar;C:\bea\WEBLOG~2\common\eval\pointbase\lib\pbembedded51.jar;C:\bea\WEBLOG~2\common\eval\pointbase\lib\pbclient51.jar;C:\bea\WEBLOG~2\server\lib\weblogic.jar;C:\J2SDK1~1.2_0\jre\lib\rt.jar;C:\bea\WEBLOG~2\server\lib\webservices.jar;
PATH=C:\bea\WEBLOG~2\server\native\win\32;C:\bea\WEBLOG~2\server\bin;C:\J2SDK1~1.2_0\jre\bin;C:\J2SDK1~1.2_0\bin;C:\Program Files\Java\j2re1.4.2_06\bin;C:\Oracle\Ora9201\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\CA\Dcs\DMScripting\;C:\Program Files\CA\DCS\CAWIN\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ca\TNGSDNT\BIN;C:\Program Files\Common Files\OpSession\Shared;C:\Program Files\Common Files\OpSession\Viewer Shared;C:\Program Files\Rational\common;C:\Oracle\Ora817\bin;C:\Program Files\Oracle\jre\bin;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\SMARTEAM\bin;D:\Program Files\WinSCP3\;D:\CTI\SSW\Release\Bin;D:\CTI\GEM;D:\CTI\DSV;C:\bea\WEBLOG~2\server\native\win\32\oci920_8
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http:\\[hostname]:[port]\console *
Connected to the target VM at '127.0.0.1:4758' using socket transport.
The WebLogic Server encountered a critical failure
java.lang.NoClassDefFoundError
     at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:174)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:372)
     at weblogic.Server.main(Server.java:66)
Disconnected from the target VM at '127.0.0.1:4758' using socket transport.
Exception in thread "main"
I would appreciate your advice
THanks

Hi,
I hope its not to late for you, but anyway - it seems that you are tyrying to boot weblogic 91 with jdk 14. This will result in the message you recieved, since WLS 91 requires the new jdk 15. Try setting the classpath correctly, or in case you use windows, try setting the env var JAVA_HOME.

Similar Messages

  • After moving from weblogic 10.0.0 to Weblogic 10.3.3 - JMSException

    After moving from weblogic 10.0.0 to Weblogic 10.3.3, web-application began to raise next exception:
    <Dec 4, 2012 3:52:05 PM CET> <Error> <HTTP> <pl-1> <traffic-1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1354632725104> <BEA-101017> <[ServletContext@518010907[app:XXXX-XXXX module:/XXXXXX-connector-servlet path:/XXXXXX-connector-servlet spec-version:2.5]] Root cause of ServletException.
    javax.jms.JMSException: [JMSPool:169801]The JMS method setMessageListener may not be called inside an EJB or servlet
    at weblogic.deployment.jms.JMSExceptions.getJMSException(JMSExceptions.java:22)
    at weblogic.deployment.jms.WrappedMessageConsumer.preInvocationHandler(WrappedMessageConsumer.java:116)
    at weblogic.deployment.jms.WrappedMessageConsumer_weblogic_jms_client_WLConsumerImpl.setMessageListener(Unknown Source)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.createAndStart(OperatorMessageSession.java:174)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.getWork(XXXXXXXXXServlet.java:265)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.doRequest(XXXXXXXXXServlet.java:168)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:100)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3700)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3664)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2276)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2175)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1452)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Could anybody help me with this problem? Maybe there are any standard ways to fix this?

    I've rebuilt my web-application using MDB. For now I got new exception:
    ####<07.12.2012 16:03:06 FET> <Info> <EJB> <pc-XXXXXX> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-00340877198035A73969> <> <1354885386932> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@14df37f threw exception: javax.ejb.EJBTransactionRolledbackException: EJB Exception: : java.lang.ClassCastException: com.XXX.XXXX.XXXXXX.persistence.OperatorBean cannot be cast to com.XXX.XXXX.XXXXXX.persistence.SwitchboardBean
         at com.XXX.XXXX.XXXXXX.SwitchboardDataImpl.initialize(SwitchboardDataImpl.java:147) // itsSwitchboardBean = itsEntityManager.find(SwitchboardBean.class, switchboardNumber);
         at com.XXX.XXXX.XXXXXX.SwitchboardDataImpl.create(SwitchboardDataImpl.java:86)
         at com.XXX.XXXX.XXXXXX.SwitchboardDataEJB.create(SwitchboardDataEJB.java:64)
    persistence.xml:
    ...     <persistence-unit name="xxxSwitchboard_PU" transaction-type="JTA">
              <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
    <jta-data-source>jdbc/xxSwitchboard</jta-data-source>
    <non-jta-data-source>jdbc/xxSwitchboard</non-jta-data-source>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.OwnerBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.OperatorBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.SwitchboardBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.CallBean</class>
              <exclude-unlisted-classes>false</exclude-unlisted-classes>
         </persistence-unit>...
    @Entity
    public class OperatorBean extends OwnerBean
    @ManyToOne(optional = true, fetch = FetchType.EAGER)
    private SwitchboardBean switchboard;
    @Entity
    public class SwitchboardBean extends OwnerBean
    @OneToMany(mappedBy = "switchboard", cascade = CascadeType.PERSIST, fetch = FetchType.LAZY)
    private List<OperatorBean> itsOperators = new ArrayList<OperatorBean>();
    Seems that it also happened due to updating weblogic version. Could you please advice me how to fix this issue?

  • Migrating a application from bea 8.1.6 to Weblogic 10.3.0

    Hi All,
    I'm migrating a web servcies (JAX-RPC 1.1) from developed from the servicegen ( weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask ) bea weblogic 8.1.6 to weblogic 10.3.0.The WSDL generated in WL 10.3.0 has the <element name="CreditCheckRequest" type="*java:CreditCheckRequest*" >
    where as the WSDL generated in bea 8.1.6 has <element name="CreditCheckRequest" type="*stns:CreditCheckRequest*">.
    _My problem is i dont want this element type java: instead element type="stns:". The segment of the WSDL are given below for more clarity_*
    I have used the below servicegen scripts to generate the WSLD for the 8.1.6 and for 10.3.0 jwsc script which follows next to it. Since 10.3.0 is based on java 1.6 I'm using annotations The annotated services and java bean class can also be found next to jwsc script,
    The Bottom-Up appraoch is being followed.
    If any body can help me with this, please reply with your suggestion/solution
    your help will be appriciated.
    Thanks
    SCRIPT FOR BEA 8.1.6*
    ++ <servicegen forcewsicompliance="true"+
    +               destEar="${deploy.dir}/CreditCheckService.ear" contextURI="/cdtibws"+
    +               classpath="${wls.lib}/webserviceclient.jar;.">+
    +               <service javaClassComponents="credit.sfa.ws.CreditCheckService"+
    +                    targetNamespace="http://www.qwest.com/webservices/CDT"+
    +                    generateTypes="false" style="document" expandMethods="True"+
    +                    serviceName="CreditCheckService" serviceURI="CreditCheckService" />+
    +          </servicegen>++
    SCRIPT FOR WL 10.3.0*
    +<jwsc srcdir="src" destdir="${ear-dir}" keepgenerated="false" defaultexcludes="false"               +
    +               classpathref="lib.path">+
    +               <jws file="credit/sfa/ws/CreditCheckService.java" type="JAXRPC">+
    +                    <WLHttpTransport contextPath="cdtibws" serviceUri="CreditCheckService" portName="CreditCheckServicePort" />+
    +               </jws>+
    +               +
    +          </jwsc>+
    Annoatated Services Class Script*
    +@WebMethod(operationName = "processRequest")+
    +     @WebResult(name = "CreditCheckResponse",partName="CreditCheckResponse",targetNamespace = "http://www.qwest.com/webservices/CDT")+
    +public CreditCheckResponse processRequest(@WebParam(name="CreditCheckRequest",targetNamespace="http://www.qwest.com/webservices/CDT")credit.sfa.beans.CreditCheckRequest creditCheckRequest) {+
    +     //EventLog.write(1, "**CreditCheckService**", "inside the processRequest()");+
    +          +
    Annotated java bean class*
    +@XmlRootElement(name = "CreditCheckRequest", namespace = "http://www.qwest.com/webservices/CDT")+
    +//@XmlType(name = "CreditCheckRequest", namespace = "http://www.qwest.com/webservices/CDT")+
    +//@XmlAccessorType(XmlAccessType.NONE)+
    +public class CreditCheckRequest implements Serializable {+
    +     @XmlElement(name = "SrcSystem", namespace = "http://www.qwest.com/webservices/CDT" )+
    +     +
    +     private String SrcSystem = null;+
    +     @XmlElement(name = "UserId", namespace = "http://www.qwest.com/webservices/CDT" )+
    +     private String UserId;+
    +     @XmlElement(name = "RequestCd", namespace = "http://www.qwest.com/webservices/CDT" )+
    +     private int RequestCd;+
    The WSDL generated from the bea 8.1.6*
    ++ <definitions xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.qwest.com/webservices/CDT" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://www.qwest.com/webservices/CDT">+
    - <types xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/" xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://www.qwest.com/webservices/CDT" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
    - <xsd:schema xmlns:stns="http://www.qwest.com/webservices/CDT" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" targetNamespace="http://www.qwest.com/webservices/CDT" elementFormDefault="qualified">
    <xsd:element nillable="true" name="processRequest" type="*stns:CreditCheckReques*" />
    <xsd:element nillable="true" name="processRequestResponse" type="*stns:CreditCheckResponse*" />
    - <xsd:complexType name="CreditCheckRequest">
    - <xsd:sequence>
    +++
    WSDL Generated in wl 10.3*
    ++ <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.qwest.com/webservices/CDT" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://www.qwest.com/webservices/CDT" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+
    +<xs:import namespace="java:credit.sfa.beans" />+
    +<xs:element name="CreditCheckResponse" type="*java:CreditCheckResponse*" xmlns:java="java:credit.sfa.beans" />+
    +<xs:element name="CreditCheckRequest" type="*java:CreditCheckRequest*" xmlns:java="java:credit.sfa.beans" />+
    +</xs:schema>+
    - <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="java:credit.sfa.beans" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://www.qwest.com/webservices/CDT" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    - <xs:complexType name="CreditCheckResponse">
    +++

    Hello,
    we can't help you in this forum as it is dedicated for migrations from foreign databases to Oracle, using the SQL Developer Migration Workbench.
    There is a bunch of WebLogic forums and you should really better try one of those:
    http://forums.oracle.com/forums/category.jspa?categoryID=193
    Regards
    Wolfgang

  • How to pull groups from more than one OU using weblogic "All Groups Filter" from AD.

    Hi,
    Please help me for pulling groups from more than one OU using weblogic "All Groups Filter" from AD.
    AD structure is:
    c001639domain.local
           ||
           ||
        OU=Security_Groups
                      ||
                      ||
                      >> OU=CORP_ECM---> n number of group
                      >> OU=CORP_hodata--> n number of group
                      >> OU=CORP_citrix--> n number of group
                      >> OU=CORP_driver --> n number of group
                      >> OU=CORP_temp --> n number of group
    Requirement is i want to filter groups from OU=CORP_ECM and OU=CORP_hodata.
    Thanks,
    Jagan.

    I used below option but its not working getting zero groups.
    (&(objectClass=group)(|(ou=CORP_ECM,dc=Domain,dc=com)(ou=CORP_hodata,dc=c001639domain,dc=local)))

  • Cannot communicate from weblogic 10.3.5 to weblogic 8.1.4 (OIM 11gR1)

    Hi all,
    when i run java class adapter in oim 11gR1, which contain ejb class from other weblogic(8.1.4), i facing problem that request which i run cannot finish or process is looping forever.
    my code :
    public String create(){
    SecurityMngr = (SecurityManager) connMthdDsms.connectionForDsms().get("a");
    success = SecurityMngr.addUser(uvo);
    if (success)
    result = "C";
    does error is about connection between weblogic 10.3.5 with weblogic 8.1.4. or other?
    i use OIM 11gR1 bp7, Weblogic 10.3.5,
    regards

    Hi all,
    when i run java class adapter in oim 11gR1, which contain ejb class from other weblogic(8.1.4), i facing problem that request which i run cannot finish or process is looping forever.
    my code :
    public String create(){
    SecurityMngr = (SecurityManager) connMthdDsms.connectionForDsms().get("a");
    success = SecurityMngr.addUser(uvo);
    if (success)
    result = "C";
    does error is about connection between weblogic 10.3.5 with weblogic 8.1.4. or other?
    i use OIM 11gR1 bp7, Weblogic 10.3.5,
    regards

  • Migration from ATG 5.1.1 to Weblogic 10.3

    Hi,
    we are migratiing our application server from ATG 5.1.1 to Weblogic 10.3. but there are some ATG Nuclear menthods are used in application. we want to know simiar ones for those.
    what is the similar method of resolveName?
    Thanks,
    Nagesh

    Hi Ravi,
    Thanks for your response.
    While migrating we have tried to remove the ATG dependency and we are getting session invalid. We are unable to find a similar method for “resolveName” in HTTPServletRequest. The method “resolveName” of the DynamoHttpServletRequest is being used to retrieve the session object by passing a String parameter (‘/’ or any URL).
    Whereas the HTTPServletRequest has only two methods [getSession() or getSession(Boolean)] to retrieve the session object and here we cannot pass any String parameter. Thus we are unable the replicate the existing functionality using the HTTPServletRequest class.
    Below are some code examples for your reference.
    Sample1:
    Below commented code is original one. we tried to as mentined below:
    //import atg.servlet.DynamoHttpServletRequest;
    /* DynamoHttpServletRequest atgRequest = (DynamoHttpServletRequest) request;
    HttpSession atgSession = (HttpSession) atgRequest.resolveName("/" );
    String atgsession = "jsessionid=" + atgSession.getId();
    HttpServletRequest weblogicRequest = (HttpServletRequest) request;
    HttpSession weblogicSession = (HttpSession) weblogicRequest.getSession();
    String weblogicsession = "jsessionid=" + weblogicSession.getId();
    Sample2:
    Below commented code is original one. we tried to as mentined below:
    /* ATG Dynamo for Session Last Access Time functionality */
    //import atg.servlet.DynamoHttpServletRequest;
    /* DynamoHttpServletRequest atgRequest = (DynamoHttpServletRequest) request;
    HttpSession session = (HttpSession) atgRequest.resolveName("/atg/dynamo/servlet/sessiontracking/SessionManager/" + sessionID);
    HttpServletRequest weblogicRequest = (HttpServletRequest) request;
    HttpSession session = (HttpSession) weblogicRequest.getSession();
    we would like to know is there any smilar functionality or methods available so we can use in HttpServletRequest or servlets.
    Thanks,
    Nagesh

  • Migrate source from weblogic 8.1.5 to weblogic 9.2

    Hi,
    I have to migrate an application running on weblogic 8.1.5 to weblogic 9.2
    I have read multiple documents on how to upgrade the domain with wizard and with the database.
    But i dont know how to convert the .jpf pageflows to .java pageflows.
    Can anybody point to what wizard/tool i have to use

    Open the workshot, create any workspace.
    then go to import->Other->Select workshop 8.1 application. This will upgrade your code and import you 8.1 app in to 9.2 app.
    Make sure that all page flow JSPs has been upgraded correctly. There should not be any and BEA taglib used for netui tags. They are all changed to Beehieves.
    If you still see that JSPs are using bea tag libs, then select the project, right click on it and select upgrade.
    I hope this helps.

  • Jdeveloper JSF: works on integrated weblogic but not on remote weblogic

    I have a simple JSF application (just printing Hello World). When I deploy it through Jdeveloper to the integrated weblogic server it works fine. However, it fails to deploy to a remote standalone weblogic server it fails with this error in the logs
    +<Feb 9, 2012 11:01:55 AM EST> <Warning> <oracle.adf.share.config.ADFConfigFactory> <BEA-000000> <Resource META-INF/adf-config.xml not found on the classpath.>+
    +<Feb 9, 2012 11:01:55 AM EST> <Warning> <oracle.adf.share.config.ADFConfigFactory> <BEA-000000> <A default implementation of ADFConfig is being created for application. This can lead to unexpected results in some cases. Please add a basic META-INF/adf-config.xml to your classpath to avoid functional errors.>+
    +<Feb 9, 2012 11:02:37 AM EST> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1+
    java.lang.NoClassDefFoundError: oracle/adf/model/RegionBinding
    +     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.getLifecycleContext(ADFPhaseListener.java:168)+
    +     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:131)+
    Steps:
    1. I installed JDeveloper 11gR2 (11.1.2.1.0) studio.
    2. After installation, I configured a weblogic server domain by running MW_HOME/wlserver_10.3/common/bin/config.sh.
    I selected the following products to include in the domain - Oracle JRF WebServices Asynchronous services, Oracle JRF - 11.1.1.0, Weblogic Advanced Web Services JAX-RPC, and Weblogic advanced web services for JAX-WS.
    3. Create a JSF hello world app in jdeveloper and deploy to Integrated weblogic server. It works.
    4. Now deploy the same JSF hello world app from jDeveloper to a Remote/standalone weblogic server. It fails.
    It is the same application source code and also, the weblogic standalone domain was created from the same jDeveloper installation. I also verified that the deployed libs in the two weblogic servers are identical.
    Appreciate any help, inputs.
    Thanks.

    You are confusing me a bit. You want to ran an app on a stand alone WLS, but installed JDev11.1.2.1?
    Normally you install a WLS (10.3.5 in your case) and then need to install two patches (only available via support) to make the stand alone WLS compatible to 11.1.2.1.
    Here is a post which shows which wls corresponds to which jdev: http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    Here is one on how to install the stand alone WLS and patch it to 11.1.2.1 level: http://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/
    Timo

  • WebLogic 9.2 MP1 - NoClassDefFoundError: weblogic/xml/domimpl/Saver

    Hello,
    I'm currently experiencing the following error in our production WebLogic environment. Curiously, the same WAR file deploys and works fine on our QA and STAGE servers. I must admit that my debugging knowledge of WebLogic is limited, but I have checked the obvious things (same version of WebLogic on all servers, same JAR files present on all, etc).
    The error occurs when trying to generate a WSDL for a web service. The error is as follows:
    ####<Oct 16, 2008 6:46:59 PM BST> <Error> <HTTP> <lxxxxxxxxx.xxxxx.com> <xxxxxx_16621_1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1224179219556> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@5ebaa3 - appName: 'AJPServices', name: 'AJPServices.war', context-path: '/AJP/AJPServices'] Root cause of ServletException.
    java.lang.NoClassDefFoundError: weblogic/xml/domimpl/Saver
    at weblogic.wsee.wsdl.WsdlDefinitions.write(WsdlDefinitions.java:581)
    at weblogic.wsee.wsdl.WsdlDefinitions.write(WsdlDefinitions.java:569)
    at weblogic.wsee.server.servlet.WsdlRequestProcessor.writeWsdl(WsdlRequestProcessor.java:146)
    at weblogic.wsee.server.servlet.WsdlRequestProcessor.process(WsdlRequestProcessor.java:81)
    at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:173)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:92)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:176)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3245)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Any suggestions would be most appreciated.
    Thanks,
    Sam
    Edited by: user3634124 on 17-Oct-2008 04:41 (Fixed typos)

    Hey Sam,
    Are you using the same kinda startup means ?
    (NodeManager / Regular Scripts)
    If you created your application the same way on all environments, you could try to use the script from QA to production (means you'll have to do it by night :) ) or in the other way : try your production startup script in the QA env.
    Else, the good old-fashioned way : compare both config.xml with WinCompare or BeyondCompare or anything that does the job.
    Make also sure you don't have any XML Registry declared and that your domain/lib directories look alike.
    Hope this helps.

  • Has anyone gotten OAM/WebLogic SSPI to work w/WebLogic Portal Server 9.2?

    Hi,
    I was wondering if anyone here has been able to get the WebLogic SSPI (10.1.4.0.1) working with WebLogic 9.2 (on Solaris 10)?
    I've gotten it installed, but when I switch from the default "myrealm" WebLogic realm to the "NetPointRealm", WebLogic will no longer start.
    After enabling security debugging in WebLogic, it appears that the user that I'm using with the startup is authenticating properly with OAM, but then that user is not getting the WebLogic "admin" role, which then causes the WebLogic boot to fail.
    I have the "admin" role in WebLogic mapped to the "Administrators" group OR the "BEA_Administrators" group, and in OAM, the user is a member of both groups, and in the WebLogic security debug, I can see that the groups are being returned, but the group names are somewhat strange (extra characters), and that may be why the role mapper may be failing (it returns "Anonymous" role).
    Jim

    Hello
    I am also facing problems with OAM 10.X to work with weblogic 9.2 on Solaris 10.
    Presently after instalation & initial configuation, when i enable Netpoint realm, server is not starting. But i can see weblogic boot user getting authenticated successfully in access server audit logs. After switching to debug mode - server startup throws error :
    <Throwing LoginException(NRE005 : Invalid member weblogic)>
    Can you please let me know how did you resolve your problem. It might give me a direction to debug.
    Thanks
    Sumit

  • Upgrading WebLogic 7.0.2 to WebLogic 7.0.4

    Hi,
    I have WebLogic 7.0.2 running on Windows. I want to upgrade it to 7.0.4 (SP4).
    I downloaded the service pack 4 (SP4) from support side. However, when i run
    the installter, it says "Installer is not compatible with the installed product.
    Your product directory contains installed component that are not available in
    the current installer. Please check your installer to ensure it matches the product
    distribution on your system." I made sure that i downloaded patch for WebLogic
    server and that it was in right geographical region(North America)......Not sure
    why i am gettting this message. Also, i've set up cluster environment, any suggestions
    on how i should proceed with upgrading to SP4 would be really helpful.
    Thank you
    nita

    Remove WebLogic Server sp2
    and install WebLogic server sp4
    thanks,
    Deepak
    "Nita" <[email protected]> wrote:
    >
    Hi,
    I have WebLogic 7.0.2 running on Windows. I want to upgrade it to 7.0.4
    (SP4).
    I downloaded the service pack 4 (SP4) from support side. However, when
    i run
    the installter, it says "Installer is not compatible with the installed
    product.
    Your product directory contains installed component that are not available
    in
    the current installer. Please check your installer to ensure it matches
    the product
    distribution on your system." I made sure that i downloaded patch for
    WebLogic
    server and that it was in right geographical region(North America)......Not
    sure
    why i am gettting this message. Also, i've set up cluster environment,
    any suggestions
    on how i should proceed with upgrading to SP4 would be really helpful.
    Thank you
    nita

  • Programming Weblogic with jmx without using weblogic api?

    Hi,
    I want to know if it is possible to program weblogic management service without
    using weblogic api but just rely on standard JMX interface and methods.
    Currently, I am relying on weblogic api weblogic.jndi.Environment and weblogic.management.MBeanHome
    interface to get the context and access the MBean Server subsystem. Can I find
    the equivalent using jmx?
    My code is as follows:
    Environment env = new Environment();
    env.setProviderUrl(url);
    env.setSecurityPrincipal(username);
    env.setSecurityCredentials(password);
    Context ctx = env.getInitialContext();
    MBeanHome home = (MBeanHome) ctx.lookup(MBeanHome.ADMIN_JNDI_NAME);
    String domain = home.getDomainName();
    homeServer = home.getMBeanServer();
    Thank you.

    Hi Ryan,
    I have looked through the documentation.
    It told me that I need to use weblogic.management.MBeanHome interface to get MBeanHome
    and from there then I can only use jmx interface.
    I presume it is not possible not to use weblogic.jar if I want to establish the
    initial connection with Weblogic server?
    Thanks.
    ryan upton <[email protected]> wrote:
    YongLeong wrote:
    Hi,
    I want to know if it is possible to program weblogic management servicewithout
    using weblogic api but just rely on standard JMX interface and methods.
    Currently, I am relying on weblogic api weblogic.jndi.Environment andweblogic.management.MBeanHome
    interface to get the context and access the MBean Server subsystem.Can I find
    the equivalent using jmx?
    My code is as follows:
    Environment env = new Environment();
    env.setProviderUrl(url);
    env.setSecurityPrincipal(username);
    env.setSecurityCredentials(password);
    Context ctx = env.getInitialContext();
    MBeanHome home = (MBeanHome) ctx.lookup(MBeanHome.ADMIN_JNDI_NAME);
    String domain = home.getDomainName();
    homeServer = home.getMBeanServer();
    Thank you.I think you'll find your answer here:
    http://edocs.bea.com/wls/docs81/jmx/index.html
    HTH
    ~Ryan

  • Can weblogic workshop be installed without weblogic server

    I was trying a custom installation to install weblogic workshop 8.1 without weblogic server. But, when I only choose weblogic workshop, it still picks the weblogic server to install.
    I want to understand can we just have weblogic workshop installed on various machines, so that we can build on various machines and finally deploy them all to a single server??
    Any help for me to understand this will be much appreciated.
    Note: I've installed a evaluation version of the software, not sure if that makes any difference..

    Has anyone else solved this problem? We too are experiencing the same problem.
    We are trying to build a .JWS file from within an ANT build script. The build script compiles the site into a single EAR file that should contain a deployable and usable JWS component, however it obviously does not.
    If anyone has a solution, please let us know. We're facing a code freeze on this project by this Friday and really need some help.

  • Form button does not work when a program is moved from Windows 8.2 to Windows 7

    Hi,
    I have a few Excel programs which use the ODBC to get data from Access and which have macros which writes data to an external program, MYOB.
    When the macros tries to write the data to MYOB it fails if I am not running the program in administrator mode.   It seems that Windows 8.2 has a different level of security than Windows 7 and must be run in administrator mode for the ODBC to work. 
    I have had issues after running the program in administrator mode (testing) if I simply do a save (in administrator mode) and then send it to the customer.   The issue is that it just will not work on the customer's site.   I have gotten
    around this in the past by saving any changes, going back out of excel, loading the program again (not in administrator mode) and saving it - before sending it to the customer.   This worked until now.
    For some unknown reason, the last time I sent a program to the customer and carried out the above process, the program stopped working.   Originally I thought that the macro just wouldn't work on windows 7, but eventually found that it is the form button
    that will no longer work when the program is moved from 8.2 to 7.
    Does anyone know why there is an incompatibility between 8.2 and Windows 7 and what I should be doing to ensure that my programs work in my customers environment(windows7)?
    In the meanwhile, I have changed the form button to an activex button and the program works fine in both environments.
    Thanking you in advance,

    there is some OP report after Windows update Dec 2014 macro stop responding ( I cant confirm if this is also related to your issue) its because security update for Office maybe conflict with the active-x that you are installed
    try to
    Close Excel
    Start Windows Explorer.
    Select your system drive (usually C:)
    Use the Search box to search for *.exd
    Delete all the files it finds.
    Start Excel again
    Open that file and save it, and try open at Windows 7
    to get more detail about this issue, I suggest also contact Office forum
    this case also will be solve installing kb3025036
    good luck

  • HT4101 Once pictures are moved from your camera to your iPad (using the camera connection kit), how do you get the photos off of the iPad? They do not show up in my photo stream or my iCloud.

    Once pictures are moved from your camera to your iPad (using the camera connection kit), how do you get the photos off of the iPad? They do not show up in my photo stream or my iCloud. I am able to see any photo I took on the iPad using the iPad camera (in iTunes, photo stream, or when I open windows explorer and browse the iPad director), however I cannot see any photos transfered from my camera to the iPad. The camera connection kit must have put my photos in a directory I cannot get to and cannot sync.

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • I have the iPhone 5 and have with 6.0.1 software version.  Although I had them when I moved from iPhone 4 to the 5, the latest update has most of my songs on the phone listed in grey (over 95% of them) and I can't play them.  They are still listed though.

    I have the iPhone 5 and have with 6.0.1 software version.  Although I had them when I moved from iPhone 4 to the 5 (could play them), the latest update has most of my songs on the phone listed in grey (over 95% of them) and I can't play them.  They are still listed in the iTunes library.  When I look in the Summary for the iPhone, it shows Audio as only .16 GB - I have over 5 GB of songs, so what gives?
    P.S. When I look at my Playlists most of the songs are greyed out.  However, at the bottom of the list there is a cloud icon with a downward facing arrow.  When I click on it each song starts to "load" and after a few minutes I have the songs back on in the list.  I have to do this to all my playlists (I had over 100) in order to get access to all my songs.  Then I did a sync and it happened again!
    I use iCloud for documents and some other things (calendar, contact, etc.) but am not aware that I have anything music-wise in the cloud.  Any thougnts?

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

Maybe you are looking for

  • Activation Key's

    I have been downloading a large number of fulltrack music songs onto my nokia N91 and have encountered a problem with regards to Activation keys. I had no problem at first, but i have now developed an issue when trying to play tracks. It says that th

  • Settings Screen is shaking sometimes

    When I am switching the app ,from some app to Settings ,the screen is shaking including the parent layout fastly/(From left to right).This behaviour is very critical.

  • How to track which segments are growing day by day????

    I have my Index tablespace which is getiing full day by day. I am doing analysis every day. Right now 4700MB is free. I am checking every day by how increase is there. some day its 40MB and some day its 112Mb. Right now its 91% full and 9% free. My a

  • Store Control Properties for subsequent launches of program

    I have a cluster of buttons.  Each button event causes a test to run.  I color code the buttons that have been tested pass(green)/fail(red). The problem is that I want to store the progress even after the program is shut down.  Maybe I could store th

  • [SOLVED] cant get Xcompmgr to work how i want

    hi I have just followed the wiki on here to install and use Xcompmgr, I then went to the fluxbox wiki for Xcompmgr to see if i could get it to work properly. no luck! Xcompmgr works fine, but i cant control how it works! when I run xcompmgr -c in ter