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.

Similar Messages

  • Deployment Failed in Upgraded Weblogic Server

    Hi,
    We have recently upgraded our weblogic server from *10.3.3* to *10.3.5* . And deployed ADF application which was running fine in *10.3.3*. And we too installed the necessary libraries in the upgraded weblogic server and deployed our application.
    This all went well and when we restarting the server ... server failed to restart with the following exception. Please help me with your suggestions what exactly would be the issue.
    Dec 2, 2011 10:59:46 AM CST> <Error> <HTTP> <BEA-101020> <[ServletContext@177488297[app:soe module:soe path:/soe spec-version:2.5]] Servlet failed with Exception
    java.lang.ClassCastException: oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext
    at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListener.java:66)
    at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:550)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$200(ADFPhaseListener.java:23)
    Truncated. see log file for complete stacktrace
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
            at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.j                 ava:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:                 3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Dec 2, 2011 9:55:27 AM CST> <Error> <HTTP> <BEA-101020> <[ServletContext@168485290[app:soe module:soe path:/soe                  spec-version:2.5]] Servlet failed with Exception
    java.lang.ClassCastException: oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext
            at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListen                 er.java:66)
            at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLife                 cycleImpl.java:550)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:                 100)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$200(ADFPhaseListener.java:23)
            Truncated. see log file for complete stacktrace
    >
    <Dec 2, 2011 9:56:00 AM CST> <Warning> <oracle.adfinternal.controller.metadata.MetadataServiceImpl> <BEA-000000>                  <ADFc: /META-INF/adfc-config.xml: >
    <Dec 2, 2011 9:56:00 AM CST> <Warning> <oracle.adfinternal.controller.metadata.MetadataServiceImpl> <ADFC-52024>                  <ADFc: Duplicate managed bean definition for 'tabContext' detected.>
    <Dec 2, 2011 9:56:00 AM CST> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF                 _FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    java.lang.ClassCastException: oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext
            at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListen                 er.java:66)
            at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLife                 cycleImpl.java:550)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:                 100)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$200(ADFPhaseListener.java:23)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(AD                 FPhaseListener.java:232)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:274)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:75)
            at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseL                 istener.java:53)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
            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.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilter                 Impl.java:468)
            at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilter                 Impl.java:468)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:2                 93)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
            at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.j                 ava:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:                 3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Dec 2, 2011 9:56:00 AM CST> <Error> <HTTP> <BEA-101020> <[ServletContext@168485290[app:soe module:soe path:/soe                  spec-version:2.5]] Servlet failed with Exception
    java.lang.ClassCastException: oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext
            at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListen                 er.java:66)
            at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLife                 cycleImpl.java:550)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:                 100)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$200(ADFPhaseListener.java:23)
            Truncated. see log file for complete stacktrace
    >
    <Dec 2, 2011 9:56:08 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 143.91.7                 0.180:1,187 during the configured idle timeout of 5 secs>
    <Dec 2, 2011 9:56:08 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 143.91.7                 0.180:1,190 during the configured idle timeout of 5 secs>
    <Dec 2, 2011 9:56:08 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 143.91.7                 0.180:1,189 during the configured idle timeout of 5 secs>
    <Dec 2, 2011 9:56:08 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 143.91.7                 0.180:1,188 during the configured idle timeout of 5 secs>
    <Dec 2, 2011 9:59:59 AM CST> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    java.lang.ClassCastException: oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext
            at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListener.java:66)
            at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:550)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$200(ADFPhaseListener.java:23)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:232)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:274)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:75)
            at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
            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.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
            at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
            at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Dec 2, 2011 9:59:59 AM CST> <Error> <HTTP> <BEA-101020> <[ServletContext@168485290[app:soe module:soe path:/soe spec-version:2.5]] Servlet failed with Exception
    java.lang.ClassCastException: oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext
            at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListener.java:66)
            at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:550)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$200(ADFPhaseListener.java:23)
            Truncated. see log file for complete stacktrace
    >
    <Dec 2, 2011 10:00:08 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 143.91.70.180:1,203 during the configured idle timeout of 5 secs>
    <Dec 2, 2011 10:00:08 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 143.91.70.180:1,202 during the configured idle timeout of 5 secs>
    <Dec 2, 2011 10:00:08 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 143.91.70.180:1,204 during the configured idle timeout of 5 secs>
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(AD                 FPhaseListener.java:232)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:274)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:75)
            at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseL                 istener.java:53)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
            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.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilter                 Impl.java:468)
            at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilter                 Impl.java:468)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:2                 93)Thanks & Regards,
    Kiran

    Hi,
    I can deploy this same file in oracle application server ith bpel without any error. If i deploy in weblogic it gives error and i am using the same namespace which i used it for oracle application server with bpel.
    and i am having another doubt. do we need to install any http server for this weblogic server.
    If not how weblogic server will communicate to orabpel?
    Regards,
    Latha

  • Upgrading weblogic server 7.0 sp4 JDK issue

    I have amended the C:\bea\weblogic700\server\bin\startWLS.cmd and C:\bea\weblogic700\server\bin\setWLSEnv.cmd to point to a jdk.1.4.1_07 install and I get the following error when I try starting the server. I have done the same on another machine some time ago and I am sure it was relatively straight forward. I may have well forgot another step that needs to be done.
    Starting WebLogic Server...
    <20-Aug-2004 08:42:54 BST> <Notice> <Management> <140005> <Loading configuration
    C:\bea\user_projects\fastRepair\.\config.xml>
    <20-Aug-2004 08:43:01 BST> <Critical> <WebLogicServer> <000364> <Server failed d
    uring initialization. Exception:java.net.UnknownHostException: 10.234.213.236
    java.net.UnknownHostException: 10.234.213.236
    at java.net.InetAddress.getAllByName0(InetAddress.java:1004)
    at java.net.InetAddress.getAllByName0(InetAddress.java:969)
    at java.net.InetAddress.getAllByName(InetAddress.java:963)
    at java.net.InetAddress.getByName(InetAddress.java:883)
    at weblogic.rjvm.JVMID.setLocalID(JVMID.java:144)
    at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:525)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:684)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Any help welcomed.
    Justin

    If you are running SSL, you may be encountering the same problem as in http://forums.bea.com/bea/thread.jspa?threadID=200006577&tstart=15

  • Upgrading Weblogic server to move from jdeveloper 11.1.1.1.0 to 11.1.1.4.0

    Hello, I would need clear direction to what I should do to upgrade my target weblogic server when I move my development environment from jdeveloper 11.1.1.1.0 to 11.1.1.4.0
    Initial ADF project was developed with jdeveloper 11.1.1.1.0 and deployed on a WLS 10.3.0
    Now we are upgrating the application and we decided to move the project to jdeveloper 11.1.1.1.4
    I need help on what I should upgrade on the target WLS server.
    How do we move from WLS 10.3.0 to WLS 10.3.4?
    Is it a reinstall or a upgrade? How do we upgrade?
    And what about just upgrating the ADF run time? Is it the way to go?
    At following link we see
    http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html there is a Application development runtime is it the runtime that we install on the server or not?
    I am confused if the ADF run time is tied with the WLS version or not, can someone give me a clear description of what is the ADF Runtime and how we upgrade it on the servers? Any Oracle documentation describing this process that I can provide to my server administrators?
    At the end what is the best practice to upgrade the WLS servers when you would lilke to move like me from an older version of jdeveloper to a newer version. is there an Oracle document describing the steps to be done?
    Thanks

    I'll echo Timo's question - why upgrade to 11.1.1.4 and not to the latest and greatest 11.1.1.6 (released yesterday)?
    Upgrading to an older version basically means that you are setting yourself for another upgrade later on - so why not enjoy all the bug fixes and new features of the newer versions?
    In terms of the upgrade process - if you look in the documentation tab of JDeveloper you'll see the book "Upgrade Guide for Oracle SOA Suite, WebCenter, and ADF" which gives the steps you can follow.
    For 11.1.1.6 the book is here:
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10127/toc.htm
    In the same documentation tab you'll find the certification matrix that explains which ADF version works with which WLS version:
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html

  • PI 7.11 JMS adapter using JNDI weblogic server issue

    Hi SAP experts,
    I have a scenario to integrate to a application using JMS adapters. we use SAP PI 7.11 version.
    We have deployed JMS drivers successfully and We face issue here to connect to weblogic server
    We are using JMS adapter using JNDI to connect to weblogic server version 10.3.
    Can anyone help with the exact format to be used in JMS properties table and additional parameters table in JMS communication channel. Your quick help will be appreciated.
    A channel error occurred. The detailed error (if any) : com.sap.aii.adapter.jms.api.connector.ConnectorException: Error looking up destination: AccrualDetailsQueue for profile:  ConnectionProfile of channel: CC_SND_JMS on node: 3010950 having object id: 673696a9fe8c39fdab32213f0930afb3: javax.naming.NameNotFoundException: Unable to resolve 'AccrualDetailsQueue'. Resolved ''<br> at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createDestination(JndiConnectorImpl.java:168)<br

    Hi Padmini,
    Refer to the following link:
    http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm
    It was very helpful to me, for configuring the additional parameters in the communication Channel JMS.
    I leave you some screenshots of the settings that I did.
    I seize the opportunity to ask you, where do I can get the drivers (.Jar) for Weblogic?
    Regards.
    Rodrigo.

  • Integrated weblogic server Issue with Host name mapped to multiple IPs

    I am running very simple ADF application from Jdev 11g (11.1.1.3.0).
    Compilation was successful but weblogic server facing problem while starting.
    It is showing HostAName is mapped with Multiple IP Addresses.
    Please provide solution to fix the issue....
    log is,
    * 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 *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\Raja\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\Raja\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\Raja\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\Raja\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Users\Raja\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\Raja\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\Raja\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Dec 23, 2010 11:49:42 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <Dec 23, 2010 11:49:44 AM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Dec 23, 2010 11:49:46 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 23, 2010 11:49:46 AM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Dec 23, 2010 11:49:46 AM EST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Raja\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Dec 23, 2010 11:49:46 AM EST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Raja\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00001. Log messages will continue to be logged in C:\Users\Raja\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Dec 23, 2010 11:49:46 AM EST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\Raja\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Dec 23, 2010 11:49:57 AM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Dec 23, 2010 11:50:14 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Dec 23, 2010 11:50:14 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 23, 2010 11:50:28 AM EST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Raja\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Dec 23, 2010 11:50:28 AM EST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Raja\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00001. Log messages will continue to be logged in C:\Users\Raja\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Dec 23, 2010 11:50:28 AM EST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Dec 23, 2010 11:50:31 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:114b:ab6a:23b1:b44c:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.10.103:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:c48:60a:9d0d:7cda:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:c0a8:a67:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:95ca:d058:6a51:53e8:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Warning> <Server> <BEA-002611> <Hostname "Raja-PC", maps to multiple IP addresses: 192.168.10.103, fe80:0:0:0:114b:ab6a:23b1:b44c%12, fe80:0:0:0:c48:60a:9d0d:7cda%13, 2001:0:4137:9e76:c48:60a:9d0d:7cda>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 2001:0:4137:9e76:c48:60a:9d0d:7cda:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 23, 2010 11:50:32 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Logger><error> ServletContainerAdapter manager not initialized correctly.
    Edited by: user1158476 on Dec 23, 2010 3:05 PM

    Thanks for reply...
    If you look at the last line of log there is some error message:
    <Logger><error> ServletContainerAdapter manager not initialized correctly.
    after this no further logs and web page not open in Browser.

  • Weblogic server issue

    Hi
    I got an error in Weblogic server, when i try to upload the file it is failed at 10% and the error is "Object referrence is not set to the Object" . can anyone help to resolve this issue.
    with regards
    Fahid

    Hi,
      First thing u can try is use debugging, so that u can know where the error has occured.
      next thing is use exception handling for creating connection, command etc... u have to check at each level whether object is created or not.

  • Upgrade Weblogic Server from 10.3.5 to 12.1.3

    Hi,
    I have an installation of the Oracle Enterprise Manager (Cloud Control) 12.1.0.2.0 with Weblogic Server 10.3.5
    Is it possible to upgrade only the Weblogic server to 12.1.3 version?

    Hi,
    if you are using the Enterprise Manager you could migrate this to 12.1.0.4 (with WebLogic Server 10.3.6). You cannot upgrade this WebLogic Server.
    If you need the features of WebLogic Server 12, just make the separate installation of the WebLogic 12c.
    Regards
    Borys

  • Error in upgrading weblogic server 10.3.2 to 10.3.6

    Hi, I have installed weblogic 10.3.2 in my host, and now i want to upgrade it to 10.3.6. I downloaded the patch(p14142550_1036_Generic)in mos, unzip it to the directory /scratch/dadaliu/weblogic1032/utils/bsu/cache_dir,the file in cache_dir are JSES.jar,patch-catalog.xml ,README.txt. but when i use the command
    ./bsu.sh -install -patch_download_dir=/scratch/dadaliu/weblogic1032/utils/bsu/cache_dir -patchlist=JSES -prod_dir=/scratch/dadaliu/weblogic1032/wlserver_10.3
    there is a error,"Patch id JSES is not associated with the given product dir".what does this mean?

    Hi,
    How come it will work in wls 10.3.2 as this patch to update from WLS 10.3.6 to wls 10.3.6.1.
    This patch will only work for wls 10.3.6 but not for 10.3.2.
    Please check BUG again.
    Regards,
    Kal

  • Question Regarding upgrading weblogic server from 10.3.5 to 10.3.6 in OBIEE

    Here is what was done.
    1) Create a 11.2.0.3 database and create the repositories required from Enterprise BI Install
    2) Install OBIEE 11.1.1.6.0. The option chosen was 'Enterprise Install' which installed and configured the domain and the instance
    3) Shutdown all services and apply Patches to bring the install to 11.1.1.6.8
    The application is working fine. But In production, I plan to the use install method of
    1) Install Weblogic 10.3.6 and Use JRockIt
    2) Install OBIEE 11.1.1.6.0 and plan to choose 'Software Only Install)
    3) Apply the 11.1.1.6.8 patchset.
    4) Configure the doamin.
    Here is what I plan to do in the Development Environment
    1) Just to keep the Version of Weblogic Version, the same in development also, I plan to upgrade the Weblogic in Devlopment install to 10.3.6 as the Weblogic Version that comes with OBIEE install is 10.3.5.
    2) Aslo use the latest version of 64-bit install of JRockit
    Please point me to the documentation that would help me achive this.
    Thanks a ton. This forum is awesome.

    Okay. This might help you then. Refer to :
    1.Upgrade the Weblogic in Devlopment install to 10.3.6 - http://gerardnico.com/wiki/weblogic/patch
    2. Also use the latest version of 64-bit install of JRockit [https://blogs.oracle.com/pa/entry/obiee_11_1_1_steps]
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10539/c4_installing.htm#autoId6
    3. Software only 64 bit install guidelines : http://docs.oracle.com/cd/E23943_01/doc.1111/e14770/biee.htm#CACGIBAE
    Hope this helps.
    Thanks,
    SVS

  • Weblogic Server issue in ADF11g

    Hi All,
    Im working in ADF11g . My .jspx used to work but suddenly it is giving the followng error inspite of correct url in the browser.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Can anyone help me in solving this issue.
    Thanks,
    User

    Hi,
    if this is with the integrated server in JDeveloper then check if you have hanging Java processes in the Windows Task Manager. If you are accessing bounded taskflows and this happens, make sure that the taskflow is accessible, or if you use some state token with it that the state token is valid
    Frank

  • Error after upgrading to Weblogic Server 4.5.1

    Hi,
    We upgraded Weblogic server version 4.0.3 to version 4.5.1 service pack
    18. Since after the upgrade, when I try to check the version installed,
    I get the error message that T3 admin. is not found. I can't even use
    java utils to check my version. I have tried redoing the class path and
    shared library path, but nothing works. Can please somebody help me? We
    are using Solaris 2.7 operating system and JDK version 1.1.8_12.
    Thanks.

    Hi Robert,
    Thanks for the suggestion. I reinstalled 4.5.1 from the CD and everything works. I haven't installed the
    service patch 13 yet. My next question from you is: Do I need to make changes to the application to use it
    on WLS 4.5.1. This application was written around 4.0.3 and JDK 1.1.6. I have also upgraded the JDK to
    version "Solaris_JDK_1.1.7_08a".
    Following is the error I receive in the log file:
    com.leretanet.common.hi.LoginServlet init parameters:
    Loading com/leretanet/common/leretanet.properties
    Unable to load properties file 'com/leretanet/common/leretanet.properties'.
    File 'com/leretanet/common/leretanet.properties' not found on classpath.
    Mon Jan 08 20:48:36 PST 2001:<E> <ServletContext-Servlets> Servlet failed with RuntimeException
    Mon Jan 08 20:48:36 PST 2001:<E> <ServletContext-Servlets> java.lang.NullPointerException
    Attached is the startup batch script that we are using to start weblogic services.Application classes are
    under the /work/weblogic/classes directory. Logically, it should find everything. Application does display
    the Login page. It dies after I enter userId and password.
    Any input? Since you were so helpful last time, I thought I'll try my luck.
    Thanks.
    Zahida
    Robert Patrick wrote:
    It sounds like your installation has been corrupted. I just sent you email with the classes from this
    directory -- if this doesn't work, you should probably re-download and re-install...
    Hope this helps,
    Robert
    Zahid aSharief wrote:
    Hi Robert,
    Thanks for being so helpful. You have helped me more than the BEA tech support. I've been going in
    circle with them and not being able to find any answers. Well, the InitialReferenceConstants.class
    is part of NT install. I do have an NT development server, when I did the search on that class I
    found it in rmi/entention directory. I don't see it in Unix classes. Although, I downloaded the
    upgrade from BEA's website, may be I used the wrong download?
    Just for testing purpose, I copied that class file from my NT server to the Unix server and when I
    did the version check I got the ClassDef error on another Class. I kept copying the class files
    that it was not finding on my Unix server from my NT server. I'm down to a file that does not
    exist in NT. Here's the error:
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/BasicRemoteObjectReference
    at weblogic.rjvm.Kernel.declareProperties(Compiled Code)
    at weblogic.rjvm.Kernel.ensureInitialized(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.Admin.connect(Compiled Code)
    at weblogic.Admin.main(Compiled Code)
    Now what do I do?
    Thanks again.
    Zahida.
    Robert Patrick wrote:
    Make sure that your classpath is set properly...
    D:\>dir weblogic451\classes\weblogic\rmi\extensions\InitialReferenceConstants.class
    Volume in drive D has no label.
    Volume Serial Number is 501A-BD5F
    Directory of D:\weblogic451\classes\weblogic\rmi\extensions
    09/30/99 05:48p 553 InitialReferenceConstants.class
    1 File(s) 553 bytes
    1,465,065,472 bytes free
    D:\>
    Zahid aSharief wrote:
    Hi Robert,
    Thanks for your help. I tried changing the classpath. Now I get the following error message:
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/InitialReferenceConstants
    at weblogic.Admin.connect(Compiled Code)
    at weblogic.Admin.main(Compiled Code)
    What else am I missing?
    Thanks again.
    Robert Patrick wrote:
    WL_HOME=/opt/weblogic; export WL_HOME
    CLASSPATH=$WL_HOME/lib/weblogic451sp13.jar:$WL_HOME/classes:$WL_HOME/lib/weblogicaux.jar;
    export CLASSPATH
    java weblogic.Admin t3://localhost:7001 VERSION
    Hope this helps,
    Robert
    Zahid aSharief wrote:
    Hi,
    We upgraded Weblogic server version 4.0.3 to version 4.5.1 service pack
    18. Since after the upgrade, when I try to check the version installed,
    I get the error message that T3 admin. is not found. I can't even use
    java utils to check my version. I have tried redoing the class path and
    shared library path, but nothing works. Can please somebody help me? We
    are using Solaris 2.7 operating system and JDK version 1.1.8_12.
    Thanks.

  • Upgrade of SOA Suite 10.1.3.4 weblogic server

    We have Oracle SOA Suite 10.1.3.4 with weblogic 9.2 as application server. Can we safely upgrade weblogic server to 10.3.2 without disturbing SOA Suite deployments. e.g. BPEL processes.
    thanks

    Hello Derek !
    Let me clarify:
    1. FP for SOA Suite on OC4J requires advance install of SOA Suite.
    2. FP for SOA suite on WLS requires basic version of SOA Suite.
    Though the SOA Install guide for WLS talks about explicitly http://download.oracle.com/docs/cd/E10291_01/doc.1013/e11848/weblogic.htm#BHCBEIBE
    I agree that this information is not explicit enough in AIA Install guide, I will see if this can be included in existing 2.4 guide and a new version be uploaded to metalink. if not I will have this corrected for 2.5 guide.
    and you are correct , MLR 7 is not certified on WLS, after MLR3, only MLR 8 is certified on WLS.
    Thanks
    -Teja

  • Installing Weblogic Server 10.3.3.0

    Hi
    Currenty I have SOA Suite 11g R1 (11.1.1.2.0) and Weblogic Server 10.3.2.0 installed. I want to apply patchset 11.1.1.3.0 on top of 11.1.1.2.0. But there is a prerequisite of having Weblogic 10.3.3.0 first before we can apply patchset 11.1.1.3.0
    My question is how do I install/upgrade Weblogic Server 10.3.3.0
    I have downloaded the Weblogic Server 10.3.3.0 zip file wls1033_dev.zip. But I couldn't find any Installer file or Setup.exe file. All it has is configure.cmd file.
    Do we need to apply patch to upgrade it ? I had read somewhere that it could be done using Smart Update utility. For that we need to have Metalink account.
    Your help/inputs will be much appreciated.
    Cheers
    Mayur

    Hi blueocean,
    While looking for a setup.exe you may have stumbled over a README.txt in the root directory. It clearly explains the steps to install the app server. But that's old news because you managed to do this another way, so that's great.
    However I ran into another issue when I tried to apply the SOA suite patchset 11.1.1.3.0 on top of 11.1.1.2.0. It did not recognize my Weblogic installation (from the ZIP distribution) as a 10.3.3 version, and therefore the setup wizard refused to continue. I'm now trying the full install and see if that resolves my issues.
    Regarding the warning that comes with the ZIP distribution: I maybe just a simple guy, but in my opinion I was just installing this locally for development purposes. Unfortunately this warning is not very informative of the limitations...
    Regards,
    Bastiaan
    Update: I finally managed to get Oracle DB XE, WLS 10.3.3, SOA suite 11g and JDev 11g working together, by using the full installation of WLS as mentioned above.
    Edited by: Bastiaan on 7-sep-2010 1:54

  • Weblogic Server Advantage version

    Hi All,
    I am planning to upgrade weblogic server (Base) Advantage version 6.1 SP4 to Weblogic Server Advantage 8.1 non production.
    I tried logging the upgrade through the support site.
    The site provided us upgrade option as
    Lic, WLS Base v8.1
    I would like to know if there is a difference between
    WLS Base v8.1
    and
    Weblogic Server Advantage 8.1 non production.
    Thanks for your support.

    Hi Deena
    1. Always go with the latest version of Weblogic Portal which is currently 10.3.2.
    2. There may be many internal bug fixes from older versions that got fixed in 10.3.2. If you download or user older versions, you may need to apply all Patches for exsiting bugs. So go with latest.
    3. One major difference is, latest WLP 10.3.2 uses full fledged 100% Eclipse IDE. So you are now using more standard/universal IDE. Earlier versions had BEA Customized eclipse kind of IDE we usually call Workshop. But latest uses full Eclipse IDE. Since it is Eclipse, you can add any 3rd party reusable plugins for this IDE like db explorer etc.
    4. One other thing is older version of WLP used default Embedded LDAP for all security roles, policies stuff. But latest WLP 10.3.2, used RDBMS database to store all this stuff.
    Bottom line, go with the latest version of WLP and you can avoid any upgrades also for some time.
    Thanks
    Ravi Jegga

Maybe you are looking for

  • Poor reflective memory read performanc​e

    I'm having some trouble with the GE 5565 PIORC reflective memory set of VIs for use with our reflective memory setup. I need to copy a pretty sizable chunk of memory out of reflective memory and into a DLL I've written, but the performance on the "GE

  • HT201343 Airplay Mirroring from my Mac to Apple TV.

    My Mac is not finding the Apple TV device even though they are on the same wireless network. What can I do?

  • F110 Auto payment with Check in foreign currency and Doc currency is LC

    Hi Guru, When I try to use auto payment for document currency in local currency, while check is foreign currency, it always in the expception list, could you advice how to handle this scenario. thanks.

  • Changing selection version for a Query in PNP LDB

    Hello Folks, I have defined a selection screen version as 000(Selection screen on infotypes) in a Infoset but for some queries for same infoset i want to change the selection screen version to 900(Selection screen on payroll results) how can this be

  • Aperture 3.1.3 Crashes after Opening

    I purchased Aperture 3.1.3 as a download from the AppleStore recently.  It ran fine for a while but recently it hangs after starting (you get the little rotating colered ball of death).  The only solution is to Force Quit the application.  I finally