Upgrade weblogic 8.1 sp3 to 8.1 sp6; Need assistance!

On a test / dev platform we used platform816_upgrade_solaris32.bin as provided by BEA to perform an upgrade from weblogic 8.1 sp3 to 8.1 sp6. The upgrade was successful. On an identical server (production)we attempted to follow the same steps with the same upgrade executable and it failed. Very early in the upgrade the tool requested that we identify BEA_Home which we did. It then replied that weblogic 8.1 was not running on our production server. Therefore we were unable to complete the upgrade. We do, however, run weblogic 8.1 on that server ... without question. We have a valid license file and we can view weblogic version info in our weblogic console. We noticed that the registry.xml file on the test server is different from the registry.xml file on production. Can anyone provide any assistance or advice? Thanks! ([email protected])

Hi
here is the Roadmap for Upgrading to WebLogic Platform 8.1 SP6
plz take a look at this link's
http://e-docs.bea.com/platform/docs81/upgrade/roadmap.html#1072938
http://e-docs.bea.com/wls/docs81/ConsoleHelp/jms_config.html#1105995
-- check the JNDI lookup for both the managed server
-- JMS Connection Factory Tasks
Connection factories are objects that enable JMS clients to create JMS connections. A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously. WebLogic JMS provides preconfigured "default connection factories" that can be enabled or disabled on a per-server basis, as described in Using a Default Connection Factory <jms_config.html>. Otherwise, you can configure one or more connection factories to create connections with predefined attributes that better suit your application ? as long as each connection factory is uniquely named. WebLogic Server adds them to the JNDI space during startup, and the application then retrieves a connection factory using WebLogic JNDI.
You can establish cluster-wide, transparent access to JMS destinations from any server in the cluster, either by using the default connection factories for each server instance, or by configuring one or more connection factories and targeting them to one or more server instances in the cluster. This way, each connection factory can be deployed on multiple WebLogic Servers. For more information on configuring JMS clustering, see "Managing JMS <../jms/config.html>" in Programming WebLogic JMS.
let me know the result,
Thanks,
Sathiya

Similar Messages

  • Weblogic 6.1 server upgrade from SP2 to SP3

    Hi All
    We have weblogic server 6.1 SP2 installed on the solaris machine. Now we
    have to upgrade our weblogic server 6.1 SP3. We also have downloaded the installable.
    But that installable seems to over-write the previous weblogic server & installs
    the server afresh. Is there any patch kinda thing available which allows me to
    upgrade from SP2 to SP3 ? I don't want a fresh new install of SP3 server.
    thanks in advance
    -Kiran Rane

    Upgrade installer from SP2 to SP3 is only available for paid BEA
    customers. You need a login at http://support.bea.com
    Kumar
    kiran rane wrote:
    Hi All
    We have weblogic server 6.1 SP2 installed on the solaris machine. Now we
    have to upgrade our weblogic server 6.1 SP3. We also have downloaded the installable.
    But that installable seems to over-write the previous weblogic server & installs
    the server afresh. Is there any patch kinda thing available which allows me to
    upgrade from SP2 to SP3 ? I don't want a fresh new install of SP3 server.
    thanks in advance
    -Kiran Rane

  • Help needed on upgrading portal application from sp3 to weblogic portal 10

    Hi Guys
    I have an application which is currently running on BEA Weblogic Portal 8.1 sp3. We need to upgrade our application from 8.1 sp3 to BEA Weblogic 10 version.
    (1) Is there any way for upgradation from 8.1 sp3 to portal 10 directly or do I need to upgrade it from sp3 to sp4 and then from sp4 to portal 10? Pls clarify?
    (2) How reliable are the BEAs automated scripts for retaining the personalization/customization of my application on sp3 to upgraded version i.e portal 10?
    (3) I believe, we do not need to do any coding/design changes/architectural changes into my application for this upgrade.
    Any help on this will be highly appreciated
    Thanks
    Jameel

    1) I believe only sp4 and later to weblogic 10 is supported (http://www.bea.com/content/news_events/white_papers/BEA_WL_Portal10_ds.pdf)
    so yes i think you need to upgrade from sp3 to a later version of the service pack
    2) You tell us :)
    3) Depends on your application and the features you have used. E.g. I believe Content management has changed between sp3 and what 10 supports.
    regards
    deepak

  • Upgrading Weblogic 8.1, SP2 to Weblogic 8.1, SP6

    wanna to the code changes that are required in web application while upgrading Weblogic 8.1, SP2 to Weblogic 8.1, SP6.

    I am currently conducting the same type of upgrade. We have Platform 8.1 SP2 installed. We would like to upgrade to SP3, but I was not sure if any patches were required before the upgrade. After several dicussions with BEA Technical Support, here is what I learned.
    To upgrade 8.1 SP2 to SP3, you must first install the following patch...
    http://dev2dev.bea.com/products/wlplatform81/patch/wlplat81sp2_patch.jsp
    ...then use SmartUpdate to upgrade the SP3.
    If you choose to fully install 8.1 SP3, then you do not need to install the patch because 8.1 SP3 includes the pacthes. Installing the patches would make no difference anyway since the SP2 installation would be deleted to make room for the SP3 installation. This option is not an upgrade, it is a full installation.
    Hope it helps!
    Raffi

  • Unable to deploy ear on weblogic 8.1 sp3

    hi .
    i have an application in struts 1.1 which was working fine in weblogic 8.1 sp3. now i have upgraded to struts 1.2.8 and when i am trying to deploy the applicaiton following error is thrown.
    Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency.
    java.lang.NoSuchMethodError: <init>
    at org.apache.commons.digester.Digester.<init>()V(Digester.java:150)
    at org.apache.struts.action.ActionServlet.initServlet()V(ActionServlet.java:1111)
    at org.apache.struts.action.ActionServlet.init()V(ActionServlet.java:328)
    at javax.servlet.GenericServlet.init(Ljavax.servlet.ServletConfig;)V(GenericServlet.java:258)
    at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run()Ljava.lang.Object;(ServletStubImpl.java:1018)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.jav
    at weblogic.servlet.internal.ServletStubImpl.createServlet()Ljavax.servlet.Servlet;(ServletStubImpl.java:894)
    at weblogic.servlet.internal.ServletStubImpl.createInstances()V(ServletStubImpl.java:873)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(Lweblogic.servlet.internal.RequestCallback;)V(ServletStubImpl.java:812)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(Ljava.lang.String;)V(WebAppServletContext.java:3281)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets(Ljava.util.Vector;)V(WebAppServletContext.java:3238)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets()V(WebAppServletContext.java:3224)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources()V(WebAppServletContext.java:3207)
    at weblogic.servlet.internal.HttpServer.preloadResources()V(HttpServer.java:694)
    at weblogic.servlet.internal.WebService.preloadResources()V(WebService.java:483)
    at weblogic.servlet.internal.ServletInitService.resume()V(ServletInitService.java:30)
    at weblogic.t3.srvr.SubsystemManager.resume()V(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume()V(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:361)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    I have checked the digester and the clas spath. i am using the digester-1.6 which is shipped with struts 1.2.8
    Edited by surya_shikha at 04/02/2008 4:08 AM

    hi,
    Maybe your commons-digester is not the same version as provided with struts-1.2.8

  • WebLogic 8.1 SP3 is crashing me! (MyFaces).

    Hi all!
              We want to migrate an existing application from Swing to Web. We have chose JSF to get better UI components. The implementation of JSF is MyFaces 1.2 (or can also maybe 1.1), but we are getting some problems mainly with Expression Language.
              <b>>> Cenario Details:</b>
              - Server WebLogic 8.1 with SP3
              - MyFaces 1.2 (we have based in some apache blank apps)
              <b>>> Cenario Problems:</b>
              - Cannot renderize JSF because the server cannot execute EL as well. My EL jar libs are:
              - jstl.jar (im not sure about the especific version)
              - standard-1.1.2.jar
              - javax.servlet.jar (need for some examples. I think is 2.4 version).
              I have made some testes into blank and simple application .war from MyFaces Apache site. If I put blank or simple app direct into WebLogic the server crash, I have put the 3 jars that i listed above.
              My web.xml head is servlet 2.4 version, sometimes I have put 2.3 version. What is recommend for my case?
              This job was working as well. I have create a blank prototype project with the same libs. (include also myfaces-api.jar and myfaces-impl.jar like blank or simple app).
              Sometime the project was working well, the faces-config.xml was redirect the actions and getting undestand what I want to do.
              But at current time Im getting problems and this exception is printting at my console and page:
              "javax.faces.FacesException: javax.servlet.ServletException"
                   at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
                   at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
                   at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
                   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
              Im not sure what is causing this issues. When I have tried to put Tiles to MyFaces project, the server is crashing.
              <b>>>> My claim:</b>
              What is the best way to work with MyFaces working EL as well and don´t crasing the server system? Someone have configured a true successfuly MyFaces project into WebLogic 8.1 SP3 - SP5?
              Thanks all!

    Servlet 2.4 and JSP 1.2 (which includes JSP EL) are only allowed in WLS 9.x. If possible, I'd suggest upgrading if you want to run JSF.
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Session Timeout in weblogic 6.1 SP3-- Urgent

    Hi
    We are currently using weblogic 6.1 SP3 and iPlanet for our application. The session timeout in web.xml is set to 100 mins but the session doesn't timeout, i.e., we can still access the application without being locked out. How can I fix this??
    What is happening is that a new session is being created automatically after the sesion timeout. our application doesn't validate the user.. the authentication is done by some PKI tokens. can that be the reason for this behavior??? If so, how can we fix it??

    What is the heap size ? How many useres are hitting the system ? What is the approx size of the session? Turn on -verbose:gc and monitor the GC activity. Are the sessions really inactive ?
    Make the timeout 30 secs and the InvalidationIntervalSecs to 20 secs and see if it makes a difference.
    If you still have the same results attach the pofiler trace here. A test case would be good too.
    Rakesh Aggarwal wrote:
    We are running a J2EE servlet in Weblogic 6.1 SP3 on Windows NT. The test client to this servlet opens a new Http session on every request.
    The server containing the servlet does not seem to be releasing memory associated with the session. The server eventually runs out of memory due to this. We verified this with a profiler tool. It shows Strings allocated with ServletRequestImpl.getSession() (weblogic.servlet.internal.session.RSID.getID()) not freed. We have set the session invalidation timeout to 1 min using:
    1) session-timeout=1 in web.xml,
    2) TimeoutSecs=60, InvalidationIntervalSecs=60 in weblogic.xml for the web-app containing the servlet.
    We have also tried setting session.setMaxInactiveInterval(60secs) for the servlet. The latter setting does seem to work as verified from a UI client. We are wondering whether weblogic server is not cleaning up the session even after invalidating it.
    We are not saving any reference to the Http session in our servlet. So we would think that the weblogic server should cleanp the inactive session after 1 min according to the above setting.
    Any help regarding this will be sincerely appreciated. Thanks.
    -Rakesh--
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

  • Issues upgrading Weblogic from 10.3.5 to 10.3.6

    Hi All,
    i am trying to upgrade Weblogic from 10.3.5 to 10.3.6, i am using 10.3.6 upgrade installer ( $JAVA_HOME/bin/java -jar -d64 wls1036_upgrade_generic.jar).
    Once after completion of the upgrade, i upgraded the domain using config.sh after this when i try to bring up the admin server i get below errors,
    <May 30, 2013 10:51:48 AM CDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "Web Services Startup Class", java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
    java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:54 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <May 30, 2013 10:51:54 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <May 30, 2013 10:51:57 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'OraEBS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:58 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'PWRP' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:02 AM CDT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/jaxrs-framework-web-lib/3exw5y/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <May 30, 2013 10:52:02 AM CDT> <Error> <J2EE> <BEA-160197> <Unable to load descriptor /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/jersey-web-lib/w8uq6h/WEB-INF/web.xml of module null. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
    at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
    at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    .>
    <May 30, 2013 10:52:02 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'jersey-web-lib [LibSpecVersion=1.0,LibImplVersion=1.0.2]' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: jersey-web-lib, Specification-Version: 1, Implementation-Version: 1.0.2. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:312)
    at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
    at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
    ... 18 more
    weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: jersey-web-lib, Specification-Version: 1, Implementation-Version: 1.0.2. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:312)
    at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
    at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
    ... 18 more
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:49)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:03 AM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /u01/app/w3uatsoa/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    <May 30, 2013 10:52:03 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'DMS Application [Version=11.1.1.1.0]' due to error weblogic.application.ModuleException: Failed to load webapp: 'dms.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'dms.war'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:04 AM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/FMW Welcome Page Application_11.1.0.0.0/cb7uge/fmw-welcome.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    <May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'FMW Welcome Page Application [Version=11.1.0.0.0]' due to error weblogic.application.ModuleException: Failed to load webapp: '/'.
    weblogic.application.ModuleException: Failed to load webapp: '/'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    <May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'em' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:04 AM CDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@545084680[app:wsil-wls module:/inspection.wsil path:/inspection.wsil spec-version:2.5] oracle.dms.wls.DMSServletFilter.
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'wsil-wls'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    OS: Linus 64bit
    DatabaseB: 11.2.0.1

    Hi Kalyan,
    Thanks for the reply, i tried to clean up cache and tmp directory on all the Managed server and bounce the middleware along with nodemanager but i still have the same error.
    Could you let me know what all steps are required for upgrading 10.3.5 to 10.3.6?

  • Weblogic 8.1 sp3 javascript error to access help documents in IE 5

    Hello,
    I have installed weblogic 8.1 sp3 on my machine. Using the help menu in workshop when I click on help topics, it is launching my IE but I am not able see anything in the content section and I am prompted with a javascript error. The browser used is IE 5 on windows paltform.
    Are there any changes needed to be done in any of the help files to rectify the javascript error?
    Any help in this regard is greatly appreciated.
    Regards,
    Harish.K

    The error I am getting is: 'args.ignoreCookie' is null or not an object
    I donot have the internet connectivity on the machine where I am running weblogic.
    Regards,
    Harish.K

  • Upgrade Weblogic Server Issue

    Hi,
    I have an installation of oracle weblogic server 10.3.5.0 with ADF 11.1.1.5.0. I can upgrade weblogic server to 12.1.3.0 ?

    I have installed a fresh WebLogic Server 12.1.3, and then I'm using Reconfiguration Wizard to upgrade my weblogic domain to 12.1.3, but it's unfortunately, it's failed as below:
    2015-04-06 15:10:20,677 INFO  [1] com.oracle.cie.wizard.internal.wcf.WCFWrapper - Overriding task definition summary_gui
    2015-04-06 15:10:22,142 INFO  [13] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2015-04-06 15:10:22,925 INFO  [13] com.oracle.cie.domain.DomainRegistryWrapper - need to initialize domainRegistrydocument object
    2015-04-06 15:10:22,939 INFO  [13] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2015-04-06 15:10:45,975 INFO  [52] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2015-04-06 15:10:46,075 SEVERE [52] com.oracle.cie.domain.info.DomainUtilsImpl - No reconfig template exists for template Oracle BI Composer Runtime:11.1.1.0
    2015-04-06 15:10:46,075 SEVERE [52] com.oracle.cie.domain.info.DomainUtilsImpl - No reconfig template exists for template Oracle BI-ADF Runtime:11.1.1.0
    2015-04-06 15:10:46,075 SEVERE [52] com.oracle.cie.domain.info.DomainUtilsImpl - No reconfig template exists for template Oracle JRF:11.1.1.0
    2015-04-06 15:10:46,077 SEVERE [52] com.oracle.cie.domain.WLSCoreReconfigurator - Reconfiguration failed
    com.oracle.cie.domain.ValidateException: CFGFWK-60971: The domain is not reconfigurable.
    CFGFWK-60971: The domain did not contain information necessary to determine how to reconfigure the domain.
    CFGFWK-60971: Refer to the upgrade documentation on how to proceed.
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:163)
      at java.lang.Thread.run(Thread.java:745)
    Caused by: com.oracle.cie.external.domain.info.DomainInfoException: No reconfig template exists for templates:
      Oracle BI Composer Runtime:11.1.1.0
      Oracle BI-ADF Runtime:11.1.1.0
      Oracle JRF:11.1.1.0
      at com.oracle.cie.domain.info.DomainUtilsImpl.validateReconfigurable(DomainUtilsImpl.java:128)
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:158)
      ... 1 more
    2015-04-06 15:10:46,081 SEVERE [52] com.oracle.cie.domain.WLSCoreReconfigurator - Reconfiguration Failed!
    Exception:
    CFGFWK-60971: The domain is not reconfigurable.
    CFGFWK-60971: The domain did not contain information necessary to determine how to reconfigure the domain.
    CFGFWK-60971: Refer to the upgrade documentation on how to proceed.
    com.oracle.cie.domain.ValidateException: CFGFWK-60971: The domain is not reconfigurable.
    CFGFWK-60971: The domain did not contain information necessary to determine how to reconfigure the domain.
    CFGFWK-60971: Refer to the upgrade documentation on how to proceed.
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:163)
      at java.lang.Thread.run(Thread.java:745)
    Caused by: com.oracle.cie.external.domain.info.DomainInfoException: No reconfig template exists for templates:
      Oracle BI Composer Runtime:11.1.1.0
      Oracle BI-ADF Runtime:11.1.1.0
      Oracle JRF:11.1.1.0
      at com.oracle.cie.domain.info.DomainUtilsImpl.validateReconfigurable(DomainUtilsImpl.java:128)
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:158)
      ... 1 more
    I think this error is caused by ADF runtime version 11.1.1.5.0 that I'm using, but i don't know how to fix it.

  • Advantages of  Upgrading  Weblogic 8.1 sp5 to 10.3

    Hi
    I am very much novice to the weblogic.We are planning to upgrade the weblogic 8.1sp5 version to 10.3.We need to convince the clients regarding certain issues with respect ti the upgrade.Say performance, what are the performance advantages of upgrading the weblogic from 8.1 to 10.3.
    Could any body list out some major performance advantages of moving the weblogic 8.1 to 10.3

    As a reference for performance, you can look at the Capacity Planning Guides for both versions of the product and do your own comparison. Note however that hardware changes between these two points in time are quite extreme.
    [WLP 8.1 Capacity Planning Guide|http://edocs.bea.com/wlp/docs81/capacityplanning/index.html]
    [ WLP 10.3 Capacity Planning Guide|http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/capacityplanning/index.html]
    Note that there are many other reasons to upgrade, including vast improvements in functionality and the short time horizon for continued support of WLP 8.1. I don't know when support will end for that release, but it's coming in the near to mid term.
    Brad

  • Problem with weblogic 8.1 sp3 XAConnection

    Hi,
    I am getting the following exception and once this exception is encountered, same exception is thrown for all subsequesnt transactions.
    I am using weblogic 8.1 SP3, jdbc tx datasource for ms sql server.
    Can anyone help?
    Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAER_PROTO : Routine was invoked in an inproper context start() failed on resource 'TXConnectionPoll': XAER_PROTO : Routine was invoked in an inproper context
    javax.transaction.xa.XAException: [BEA][SQLServer JDBC Driver]Transaction has to commit/rollback before another transaction starts.
    Regds.
    DJ

    Hi,
    The application consists of struts1.1 in the web layer.
    All user entered data are wrapped in a map and using
    dispatcher controller (session bean) the respective
    business objectss (session beans - Tx attribute is
    'Required') are called by passing the map data which
    in turn, executes the business logic based on the user
    provided data.
    The session beans calling the entity beans to do
    create/update/delete jobs in database.
    To retrieve data from database, we are using iBatis
    framework and queries are being fired from session
    beans.
    In some of the functionality, we are using stored
    procedure (SQL server 2000), which are being called
    from within session bean.
    I think, wherever, we are calling SP from session bean.
    some local transactions are being created, which I
    could not identify so far.We did not create any nested
    transaction within stored procedure.
    Please ignore the same posting I did in another topic.
    Regds.
    DJ

  • Problems with AM and WebLogic 8.1 sp3

    Hello,
    The following are my environment. (both on Solaris 10)
    - Sun AM
    - WebLogic 8.1 sp3
    I want to try an easy integration between AM and WebLogic. After I installed policy agent for WebLogic and properly configured. It seem to work at some basic level.
    When I try to access protected resource on WebLogic. The agent can intercept and redirect to AM's login page where I enter username and password. After I enter correct username and password, it will be redirected back to my protected resource. However, this time I got error 403 forbidden.
    I think this is because WebLogic doesn't know that I just already sign-in. There must be something needed to do to map AM's userid to WebLogic id.
    But I don't know how.
    Could someone give me some suggestion or point me to some documents? Thanks in advance.

    I meant creating a policy in the SAM web interface, where you can add the required rule (specifying resource) and the subjects to whom the policy is applicable.
    Of course, if you are using J2EE_POLICY, the URL policy is of no consequence. The best practice is to use amFilter.mode = ALL, where the J2EE policies are enforced and verified by the application / app server, and the URL's are protected by SAM as well. In that case, the user has to be authorized by both SAM as well as J2EE to access the application.
    This, of course, is subject to the "best of my knowledge" clause!

  • Need help in upgrading weblogic portal 8.1.4 to 8.1.6

    Hi,
    I have recently upgraded weblogic portal domain for an application. I have used bsu.sh present at app/wlp814/utils/bsu.
    I have one concern, if i run bsu.sh, its going to just update my weblogic portal 8.1.4 binaries and its not going to do any changes to my weblogic domain right. Because, i recently upgraded my weblogic portal domain from 814 to 816 and want to move it to production.
    Location to binaries: /app/wlp814
    Domain location: /app/user_projects/<domain>
    I have successfully upgraded my staging server, but I want to move it to production, so its just ok to copy the binaries i.e wlp814 (which is upgraded to 8.1.6) from stage to my production server and i don't have to make any changes in production domains right.
    Thanks in advance.

    Can some one help me regarding this............................

  • Issue while upgrading weblogic portal 8.1 to 9.2

    Hi All,
    I am upgrading my weblogic portal 8.1 application to 9.2. While following the process give at following link.
    http://download.oracle.com/docs/cd/E13214_01/wli/docs92/upgradetutorial/chap2.html
    I am getting following error in the update tab. Any suggestion would be greatful.
    weblogic.DDConverter failed to convert the EAR, weblogic-application.xml will not be
    upgraded :
    [DDConverter] START Converting EAR BEA[DDConverter] START Converting EJB-JAR
    .workshop/<App_name>/EJB/GenericStateless[DDConverter] END Converting EJB-JAR
    .workshop/<App_name>/EJB/GenericStateless[DDConverter] START Converting EJB-JAR
    content.jar[DDConverter] END Converting EJB-JAR content.jar[DDConverter] START Converting
    EJB-JAR content_repo.jar[DDConverter] END Converting EJB-JAR content_repo.jar[DDConverter]
    START Converting EJB-JAR netuix.jar[DDConverter] END Converting EJB-JAR
    netuix.jar[DDConverter] START Converting EJB-JAR p13n_ejb.jar[DDConverter] END Converting
    EJB-JAR p13n_ejb.jar[DDConverter] START Converting EJB-JAR prefs.jar[DDConverter] END
    Converting EJB-JAR prefs.jar[DDConverter] START Converting EJB-JAR wps.jar[DDConverter] END
    Converting EJB-JAR wps.jar[DDConverter] START Converting EJB-JAR
    .workshop/<App_name>/EJB/ProjectBeans[DDConverter] END Converting EJB-JAR
    .workshop/<App_name>/EJB/ProjectBeans[DDConverter] START Converting WAR
    adminPortal.war[DDConverter] END Converting WAR adminPortal.war[DDConverter] START
    Converting WAR datasync.war<May 4, 2010 5:16:20 PM PDT> <Info> <J2EE> <BEA-160192> <While
    upgrading weblogic.xml, encountered "debug" param "jsp-param". This param is unknown and
    will be removed> [DDConverter] END Converting WAR datasync.war[DDConverter] START Converting
    WAR wps-toolSupport.war[DDConverter] END Converting WAR wps-toolSupport.war[DDConverter]
    START Converting WAR <App_name><May 4, 2010 5:16:20 PM PDT> <Error> <J2EE> <BEA-160197>
    <Unable to load descriptor
    weblogic.application.ddconvert.ConvertCtx$VJarResourceLoader@b16f5f finder:
    weblogic.utils.classloaders.CodeGenClassFinder@106def2 annotation: /WEB-INF/web.xml of
    module null. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:147
    )     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(Abstra
    ctDescriptorLoader2.java:749)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescr
    iptorLoader2.java:376)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(Abst
    ractDescriptorLoader2.java:720)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescrip
    torLoader2.java:729)     at
    weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)     at
    weblogic.application.ddconvert.WarConverter.convertDDs(WarConverter.java:60)     at
    weblogic.application.ddconvert.EarConverter.convertModules(EarConverter.java:125)     at
    weblogic.application.ddconvert.EarConverter.convertDDs(EarConverter.java:84)     at
    weblogic.application.ddconvert.DDConverter.runBody(DDConverter.java:157)     at
    weblogic.utils.compiler.Tool.run(Tool.java:158)     at
    weblogic.utils.compiler.Tool.run(Tool.java:115)     at
    weblogic.application.ddconvert.DDConverter.main(DDConverter.java:177)     at
    weblogic.DDConverter.main(DDConverter.java:10)Caused by: com.bea.xml.XmlException:
    weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)     
    at
    com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindin
    gType.java:483)     at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRuntimeProperty.fillCollecti
    on(AttributeRuntimeBindingType.java:385)     at
    com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)     
    at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(At
    tributeRuntimeBindingType.java:145)     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:185
    )     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:154)     
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:136
    )     ... 15 moreCaused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already
    exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:207)     at
    weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.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:585)     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)     
    ... 23 more.> weblogic.application.ddconvert.DDConvertException:
    weblogic.descriptor.DescriptorException: Unmarshaller failed     at
    weblogic.application.ddconvert.WarConverter.convertDDs(WarConverter.java:79)     at
    weblogic.application.ddconvert.EarConverter.convertModules(EarConverter.java:125)     at
    weblogic.application.ddconvert.EarConverter.convertDDs(EarConverter.java:84)     at
    weblogic.application.ddconvert.DDConverter.runBody(DDConverter.java:157)     at
    weblogic.utils.compiler.Tool.run(Tool.java:158)     at
    weblogic.utils.compiler.Tool.run(Tool.java:115)     at
    weblogic.application.ddconvert.DDConverter.main(DDConverter.java:177)     at
    weblogic.DDConverter.main(DDConverter.java:10)Caused by:
    weblogic.descriptor.DescriptorException: Unmarshaller failed     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:147
    )     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(Abstra
    ctDescriptorLoader2.java:749)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescr
    iptorLoader2.java:376)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(Abst
    ractDescriptorLoader2.java:720)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescrip
    torLoader2.java:729)     at
    weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)     at
    weblogic.application.ddconvert.WarConverter.convertDDs(WarConverter.java:60)     ... 7
    moreCaused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException:
    Bean already exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)     
    at
    com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindin
    gType.java:483)     at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRuntimeProperty.fillCollecti
    on(AttributeRuntimeBindingType.java:385)     at
    com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)     
    at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(At
    tributeRuntimeBindingType.java:145)     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:185
    )     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:154)     
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:136
    )     ... 15 moreCaused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already
    exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:207)     at
    weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.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:585)     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)     
    ... 23 moreweblogic.descriptor.DescriptorException: Unmarshaller failed
    Thanks in advance.
    Regards,
    Sandeep K

    Hi,
    Upgrade report is giving me following warning. Is my above problem is due to this warning?
    The project <Application Name> references netui-pageflow.jar, which contains an 8.1 WLS XMLBean, com.bea.wlw.netui.pageflow.schema.webapp23.EjbLinkDocument. Regenerate the JAR to use Apache XMLBeans.
    If yes then how to resolve this issue. Any suggestion guys.
    Thanks in advance.
    Regards,
    SandeepK

Maybe you are looking for

  • How to create a formula based on group level

    Hi, If there are three group level ins a report: How can I creat a formula to put on page header depended on current group level? Thanks!

  • Error while deploying webservice

    Hi !!! I am trying to develop a web service with the help of following example.... http://www.ericsson.com/mobilityworld/sub/open/technologies/open_development_tips/docs/jwsdp everything runs fine except %JWSDP_HOME%\jaxrpc\bin\wsdeploy.bat -verbose

  • Incomplete Export w/Compressor

    I'm new to Compressor. Everything makes sense except the export is acting odd: I am exporting several separate projects (under 15:00 minutes) directly from FCP to Compressor 2.0.1, for DVDSP. The shortest project (5:00) exported fine but only a porti

  • How to size JTable Column width?? Need help

    Using the following logic to size column width, but only the 1st column is sized. How can I get the other columns sized?? int widthsSummary[] = {340,60,150,60,60}; for (int i=0; i<1; i++) column = getScrollPaneTableSummary).getColumnModel ().getColum

  • TS3697 The iPhone cannot be synched..You do not have enough access privileges for this operation.

    While trying to sync photos between my iTunes on windows with a new iPhone I get this err message: The iPhone "Your iPhone" cannot be synced. You do not enough access privileges for this operation. How can I correct this?