Redeployment errors

hi all,
we were trying to redeploy the app while the wls is running..
there were some application classes which were put into the server's classpath..so
we ran a build script to clean up the app from /applications directory and then
ran another build to deploy the app back into /applications directory
and the following errors are reported
pls help me get an insight into this
thanks
sai
<Nov 7, 2001 11:33:52 AM EST> <Error> <HTTP Session> <Could not deserialize session
data
java.io.NotSerializableException: weblogic.servlet.internal.ServletRequestImpl
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
at java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
at java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:70)
at weblogic.servlet.internal.session.SessionData.removeAttribute(SessionData.java:288)
at weblogic.servlet.internal.session.SessionData.removeValue(SessionData.java:156)
at weblogic.servlet.internal.session.SessionData.remove(SessionData.java:324)
at weblogic.servlet.internal.session.MemorySessionContext.invalidateSession(MemorySessionContext.java:93)
at weblogic.servlet.internal.session.MemorySessionContext.shutdown(MemorySessionContext.java:103)
at weblogic.servlet.internal.WebAppServletContext.destroyServlets(WebAppServletContext.java:2424)
at weblogic.servlet.internal.WebAppServletContext.shutdown(WebAppServletContext.java:2410)
at weblogic.servlet.internal.ServletContextManager.removeContext(ServletContextManager.java:157)
at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:479)
at weblogic.j2ee.WebAppComponent.undeploy(WebAppComponent.java:86)
at weblogic.j2ee.Application.undeploy(Application.java:200)
at weblogic.j2ee.J2EEService.undeployApplication(J2EEService.java:215)
at weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:221)
at weblogic.management.mbeans.custom.Application.setDeployed(Application.java:187)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1149)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:773)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:750)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:256)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:318)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:259)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:293)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:175)
at $Proxy13.setDeployed(Unknown Source)
at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:386)
at weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:152)
at weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(ApplicationManager.java:643)
>
<Nov 7, 2001 11:33:52 AM EST> <Info> <HTTP> <[WebAppServletContext(6864758,ppp)]
action: Finalizing this controller servlet>
<Nov 7, 2001 11:33:52 AM EST> <Info> <HTTP> <[WebAppServletContext(6864758,ppp)]
globalProps: destroy>
<Nov 7, 2001 11:33:52 AM EST> <Info> <HTTP> <[WebAppServletContext(6864758,ppp)]
*.jsp: destroy>
<Nov 7, 2001 11:33:52 AM EST> <Info> <HTTP> <[WebAppServletContext(6864758,ppp)]
*.html: destroy>
Undeploying EJB Component platform-ejb
<Nov 7, 2001 11:33:53 AM EST> <Info> <Adapter> <Exception thrown by rmi server(class
weblogic.jndi.internal.RootNamingNode) [-4557802104
javax.naming.NameNotFoundException: Unable to resolve com.bea.wlpi.EventProcessor.
Resolved: 'com.bea.wlpi' Unresolved:'EventProcessor'
at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:803)

Hi Anuj,
Thanks for the reply....there is no ojdbcX.jar in $JAVA_HOME/jre/lib/ext folder....
this composite has dbadapter(mysql) named OP1 as reference component...
while deploying from jdeveloper,it is showing authorization request dialogue asking username and password..I gave weblogic username and password but deployment was unsuccessful.....
Following are jdeveloper deployment log
[09:09:12 AM] Deploying sca_LoadMinMax3_rev1.0.jar to partition "custom" on server WLS_SOA1 [http://XXXX:8001]
[09:09:12 AM] Processing sar=/C:/JDeveloper/11.1.1.5/mywork/LoadMinMax3/LoadMinMax3/deploy/sca_LoadMinMax3_rev1.0.jar
[09:09:12 AM] Adding sar file - C:\JDeveloper\11.1.1.5\mywork\LoadMinMax3\LoadMinMax3\deploy\sca_LoadMinMax3_rev1.0.jar
[09:09:12 AM] Preparing to send HTTP request for deployment
[09:09:12 AM] Creating HTTP connection to host:XXXX, port:8001
[09:09:12 AM] Sending internal deployment descriptor
[09:09:12 AM] Sending archive - sca_LoadMinMax3_rev1.0.jar
[09:12:12 AM] Received HTTP response from the server, response code=401
[09:12:12 AM] Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 401
[09:12:12 AM] Error deploying archive sca_LoadMinMax3_rev1.0.jar to partition "custom" on server WLS_SOA1 [http://XXXX:8001]
[09:12:12 AM] HTTP error code returned [401]
[09:12:12 AM] No error message is returned from the server.
[09:12:12 AM] Error deploying archive sca_LoadMinMax3_rev1.0.jar to partition "custom" on server WLS_SOA1 [http://XXXX:8001]
[09:12:12 AM] #### Deployment incomplete. ####
[09:12:12 AM] Error deploying archive file:/C:/JDeveloper/11.1.1.5/mywork/LoadMinMax3/LoadMinMax3/deploy/sca_LoadMinMax3_rev1.0.jar
(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
Regards,
jdev

Similar Messages

  • Edit of Foreign JMS module in admin console causes redeployment error

    A JMS module (-jms.xml) for a foreign JMSServer specifies the url of the real JMS server. I am trying to use a deployment plan to make this url a deployment property.
    Following the instructions in "Configuring and Managing Weblogic JMS" and "Deploying Applications to Weblogic Server", I have deployed the module with a fixed URL, and then attempt to edit the url in the admin console. The admin console correctly creates a deployment plan to hold modified value, but then can't redeploy the module due to errors during deployment.
    I experience these errors with the module deployed stand-alone, or when bundled with my enterprise application. I also get the same error if I produce the deployment plan using the PlanGenerator.
    The error seems to be a bug in the deployment plan machinery, since the xpath it produces for the variable-application does not match the xml schema for <weblogic-jms>. The plan.xml refers to "/weblogic-jms/foreign-server[name="IQN_OLTP_FOREIGN_JMS_Server"]/connectionurl" while the schema defines "/weblogic-jms/foreign-server/connection-url".
    Any advice would be welcome.
    We are running 9.2 SP3.
    The messages in the admin console logs are:
    ####<Jan 22, 2009 12:07:02 PM MST> <Info> <J2EE> <truman> <IQN_ADMIN_SERVER> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (
    self-tuning)'> <system> <> <> <1232651222010> <BEA-160166> <References were found in deployment plan for module 'IQN_JMS_OLTP_FOREIGN-jms.xml'
    with uri, '.'. The plan was merged.>
    ####<Jan 22, 2009 12:07:02 PM MST> <Error> <J2EE> <truman> <IQN_ADMIN_SERVER> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default
    (self-tuning)'> <system> <> <> <1232651222024> <BEA-160197> <Unable to load descriptor weblogic.deploy.api.spi.config.DescriptorParser$1@1c7654
    8 finder: weblogic.utils.classloaders.CodeGenClassFinder@1ca6109 annotation: /. of module IQN_JMS_OLTP_FOREIGN-jms.xml. The error is weblogic.d
    escriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'jndi-properties-credential-encrypted@http://www.bea.com/ns/weblogic/90 jndi-property@http:
    //www.bea.com/ns/weblogic/90' instead of 'default-targeting-enabled@http://www.bea.com/ns/weblogic/90' here in element foreign-server@http://ww
    w.bea.com/ns/weblogic/90:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'jndi-properties-credential-encrypted@http://www.bea.com/ns/weblogic/90 jndi-property@http:
    //www.bea.com/ns/weblogic/90' instead of 'foreign-destination@http://www.bea.com/ns/weblogic/90' here in element foreign-server@http://www.bea.
    com/ns/weblogic/90:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'jndi-properties-credential-encrypted@http://www.bea.com/ns/weblogic/90 jndi-property@http:
    //www.bea.com/ns/weblogic/90' instead of 'foreign-destination@http://www.bea.com/ns/weblogic/90' here in element foreign-server@http://www.bea.
    com/ns/weblogic/90:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'jndi-properties-credential-encrypted@http://www.bea.com/ns/weblogic/90 jndi-property@http:
    //www.bea.com/ns/weblogic/90' instead of 'foreign-connection-factory@http://www.bea.com/ns/weblogic/90' here in element foreign-server@http://w
    ww.bea.com/ns/weblogic/90:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'jndi-properties-credential-encrypted@http://www.bea.com/ns/weblogic/90 jndi-property@http:
    //www.bea.com/ns/weblogic/90' instead of 'foreign-connection-factory@http://www.bea.com/ns/weblogic/90' here in element foreign-server@http://w
    ww.bea.com/ns/weblogic/90:<null>
    /home/jbullock/development/patch841/domains/IQN/nullplan.xml:0: problem: cvc-complex-type.2.4a: Expected elements 'jndi-properties-credential
    -encrypted@http://www.bea.com/ns/weblogic/90 jndi-property@http://www.bea.com/ns/weblogic/90' instead of 'connectionurl@http://www.bea.com/ns/w
    eblogic/90' here in element foreign-server@http://www.bea.com/ns/weblogic/90:<nullplan.xml>

    I also tried this, without success. Changing the deployment plan to use the element name "connection-url" leads to a different error during deployment:
    <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, IQN_JMS_OLTP_FOREIGN [archive: ../../package/jms/IQN_JMS_OLTP_FOREIGN-jms.xml], to IQN_BATCH IQN_OLTP1 .>
    plan xpath defines an element [connection-url] that is not valid!(There is also a subtle variation in the xpath used in the deployment plan: It isn't clear whether the deployer expects /weblogic-jms/foreign-server/[name="IQN_OLTP_FOREIGN_JMS_Server"]/connection-url or /weblogic-jms/foreign-server[name="IQN_OLTP_FOREIGN_JMS_Server"]/connectionurl. The former, although not really correct XPath syntax, seems to be required for other elements, but in this case, the PlanGenerator emits latter, which is correct XPath, but has the wrong element name.)
    Edited by: John Bullock on Jan 26, 2009 11:59 AM

  • EPMA Redeployment Error: Server.TaskOutOfMemoryException

    Hi everyone,
    we are working with with EPMA, Fusion Edition - 11.1.2.1.00.1204 and are facing the following problem:
    When we redeploy one of our Essbase BSO applications we get the following error:
    "Server.TaskOutOfMemoryException"
    Who can help us?
    Thanks in advance!

    It might be worth having a look at the following doc on Oracle Support - Error: "server.TaskOutOfMemoryException" When Deploying an Enterprise Performance Management Architect (EPMA) Application [ID 1324301.1]
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Struts redeploy error

    Hi,
    I'm getting an error when I redeploy my ear. It's a web application struts based. After redeploy, I obtain a 500 error, and that's the application log:
    06/03/13 15:11:11 myapp: Error preloading servlet
    javax.servlet.UnavailableException: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
         at com.evermind.server.Application.getHttpApplication(Application.java:890)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:438)
         at com.evermind.server.http.AJPRequestHandler.initAJP(AJPRequestHandler.java:733)
         at com.evermind.server.http.AJPRequestHandler.initRequest(AJPRequestHandler.java:469)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:194)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    If I restart the OC4J instance, the application works fine.
    Thans in advance

    Just an idea.....
    Have you bundled the Xerces XML parser .jar file in your project somewhere. I had similar errors once (cannot remember those stacktraces 100% :-) ), and I just removed the XML parser from my project and it worked fine.
    (There's already some XML stuff in OC4J, and I believe it's conflicting if you add another version of the same .jar files.)
    Cheers,
    ~Morten :-)

  • Unable to deploy pre-compiled archive

    Hi All. I am trying to precompile my application ear file. It seems to compile fine. albeit with a few jsp errors, but it doesnt not deploy to OAS. I am using 10.1.3
    I get
    Redeploy error: Redeploy failed: null
    when trying to redeploy through the command line
    OR
    Archive Location - Failed in uploading archive. Invalid archive file: Unsupported archive type. unknown
    when trying to deploy using the web console.
    I'll try a few more things and let you know.
    Andrew
    C:\product\10.1.3\OracleAS_1\j2ee\home\jsp>bin\ojspc.bat -ignoreErrors c:\devl\r
    mt_publish_dir\fp442\dist\FP442-WLS.EAR
    Detected archive, now processing contents of c:\devl\rmt_publish_dir\fp442\dist\
    FP442-WLS.EAR...
    Setting up temp area...
    Expanding archive in temp area...
    Detected archive, now processing contents of C:\Documents and Settings\andrewg.R
    MTP\Local Settings\Temp\tmp39285\FP442-WLS.war...
    Setting up temp area...
    Expanding archive in temp area...
    C:\DOCUME~1\ANDREW~1.RMT\LOCALS~1\Temp\tmp39286\_exportSearchResults.java:55: ca
    nnot access javax.ejb.EJBObject
    file javax\ejb\EJBObject.class not found
    request.setAttribute("fileAttachment", PersistenceHelper.getSearchBean(
    ).retrieveExportResults((SearchToken)((HashMap)session.getAttribute(FPConstants.
    SESSION_MAP_KEY)).get(SearchConstants.SEARCH_TOKEN_KEY)) );
    ^
    Note: C:\DOCUME~1\ANDREW~1.RMT\LOCALS~1\Temp\tmp39286\_auditTemplateProperties.j
    ava uses or overrides a deprecated API.
    Note: Recompile with -deprecation for details.
    1 error
    com.evermind.compiler.CompilationException: compilation error occurred
    Removing temp area...
    Creating c:\devl\rmt_publish_dir\fp442\dist\FP442-WLS.EAR ...
    Removing temp area...
    C:\product\10.1.3\OracleAS_1\j2ee\home\jsp>cd ..
    C:\product\10.1.3\OracleAS_1\j2ee\home>java -jar admin_client.jar deployer:oc4j:
    opmn://sunsvr1/home oc4jadmin R1skmgmt -redeploy -file c:\devl\rmt_publish_dir\F
    P442\dist\FP442-WLS.ear -deploymentName FPe442 -keepSettings
    Redeploy error: Redeploy failed: null
    C:\product\10.1.3\OracleAS_1\j2ee\home>

    Andrew, thanks for sharing your experience.
    I am under the impression that it should be ok to compiling on XP and then deploying on Solaris if the same jdk version is used, although it does sound better to do compile and deploy on the same server.

  • Error 1002097 while redeploying the application

    Please, SOS! :(
    I need to redeploy my Planning 11.1.1.3 application in EPMA after having added some some new members to Version dimension in the Dimension Library. Validation of the application goes ok but the redeployment is aborted with the following error:
    +Detail : An Exception occurred during Application deployment.: The Hyperion Essbase operation failed with an error code: % ERROR_CODE%.com.hyperion.planning.olap.EssbaseException: Unable to load database [%s] (1002097)+
    I will highly appreciate any ideas! Thanks!

    John, thank you so much for your guidance! I guess I am approaching the roots of this problem. So, I deploy the application with no problems if I leave "Create Outline" box unchecked. I cleared the application log and then launched the redeploy again with "Create Outline" box checked and for sure I got this error again, but then in EAS I have been able to see only the outline of the 1st of the 3 plan types to be created. Then I viewed the log for my application in EAS and it read the following:
    +[Fri Jul 30 15:51:35 2010]Local/AppName///Error(1120006)+
    +Unable to lock file [HyperionHome\products\Essbase\EssbaseServer\APP\AppName\Plan1\Plan1.esm]. Essbase will try again after a short delay.+
    +[Fri Jul 30 15:51:36 2010]Local/AppName///Error(1120005)+
    +Unable to lock file [HyperionHome\products\Essbase\EssbaseServer\APP\AppName\Plan1\Plan1.esm]. Please make sure other processes do not access Essbase files while Essbase server is running.+
    +[Fri Jul 30 15:51:36 2010]Local/AppName///Warning(1007089)+
    +Unable to open [HyperionHome\products\Essbase\EssbaseServer\APP\AppName\Plan1\Plan1.esm] for database [Plan1]+
    +[Fri Jul 30 15:51:36 2010]Local/AppName///Error(1002097)+
    +Unable to load database [Plan1]+
    +[Fri Jul 30 15:51:36 2010]Local/AppName///Error(1002097)+
    Unable to load database []
    +[Fri Jul 30 15:51:36 2010]Local/AppName///Error(1002097)+
    Unable to load database []
    John, I would very highly appreciate your comment on the above! Thanks so much!

  • HOT Redeployment of EAR fails with Classloader error

    App Server: WLS 10.3
    OS: Solaris 9
    I have installed WLS installed with a domain, admin and a managed server. Everything is working fine.
    I have WAR and EAR deployed successfully on the Managed Server.
    HOT deployment of WAR files works perfectly fine.
    There is this EAR "IIA.ear" with @ 8 WAR files and 1 jar "Manager.jar". The EAR has been deployed in the "nostage" mode.
    I do not have any separate "Deployment" plan.
    In order to "redeploy" the EAR I go to the Admin console >> Deployments >> Select the EAR >> update >> Source Path remains the same >> Finish
    I get the following error :
    +#####################+
    weblogic.application.CannotRedeployException: Module 'Manager.jar' has the same ClassLoader as the Application 'IIA'. Consider redeploying the entire application.
    Update operation failed - no deployments changed.
    +#####################+
    The log files shows below error
    +#####################+
    +<Sep 15, 2009 9:18:52 AM MEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with+
    ID '1252999132033' for task '8'. Error is: 'weblogic.application.CannotRedeployException: Module 'Manager.jar' has the
    same ClassLoader as the Application 'IIA'. Consider redeploying the entire application.'
    weblogic.application.CannotRedeployException: Module 'Manager.jar' has the same ClassLoader as the Application 'IIA'. Consider redeploying the entire application.
    at weblogic.application.internal.AppClassLoaderManagerImpl.updatePartialDeploySet(AppClassLoaderManagerImpl.java:299)
    at weblogic.application.internal.flow.TailModuleRedeployFlow.validateClassLoaderStructure(TailModuleRedeployFlow.java
    +:135)+
    at weblogic.application.internal.flow.TailModuleRedeployFlow.validateRedeploy(TailModuleRedeployFlow.java:97)
    at weblogic.application.internal.BaseDeployment$ValidateRedeployStateChange.next(BaseDeployment.java:801)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    Truncated. see log file for complete stacktrace
    +>+
    +#####################+
    does WLS 10 supports HOT deployment of EAR files? Is it any issue with "Class Loading"? Anything to be changed to make this HOT redeployment successful?

    App Server: WLS 10.3
    OS: Solaris 9
    I have installed WLS installed with a domain, admin and a managed server. Everything is working fine.
    I have WAR and EAR deployed successfully on the Managed Server.
    HOT deployment of WAR files works perfectly fine.
    There is this EAR "IIA.ear" with @ 8 WAR files and 1 jar "Manager.jar". The EAR has been deployed in the "nostage" mode.
    I do not have any separate "Deployment" plan.
    In order to "redeploy" the EAR I go to the Admin console >> Deployments >> Select the EAR >> update >> Source Path remains the same >> Finish
    I get the following error :
    +#####################+
    weblogic.application.CannotRedeployException: Module 'Manager.jar' has the same ClassLoader as the Application 'IIA'. Consider redeploying the entire application.
    Update operation failed - no deployments changed.
    +#####################+
    The log files shows below error
    +#####################+
    +<Sep 15, 2009 9:18:52 AM MEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with+
    ID '1252999132033' for task '8'. Error is: 'weblogic.application.CannotRedeployException: Module 'Manager.jar' has the
    same ClassLoader as the Application 'IIA'. Consider redeploying the entire application.'
    weblogic.application.CannotRedeployException: Module 'Manager.jar' has the same ClassLoader as the Application 'IIA'. Consider redeploying the entire application.
    at weblogic.application.internal.AppClassLoaderManagerImpl.updatePartialDeploySet(AppClassLoaderManagerImpl.java:299)
    at weblogic.application.internal.flow.TailModuleRedeployFlow.validateClassLoaderStructure(TailModuleRedeployFlow.java
    +:135)+
    at weblogic.application.internal.flow.TailModuleRedeployFlow.validateRedeploy(TailModuleRedeployFlow.java:97)
    at weblogic.application.internal.BaseDeployment$ValidateRedeployStateChange.next(BaseDeployment.java:801)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    Truncated. see log file for complete stacktrace
    +>+
    +#####################+
    does WLS 10 supports HOT deployment of EAR files? Is it any issue with "Class Loading"? Anything to be changed to make this HOT redeployment successful?

  • ERROR while redeploying war file

    Hi ,
    I am redeploying a war file for jsp application after doing modification in code on Wblogic server. But when i am clicking on Activate changes button i am getting below error in logs:
    java.io.IOException: [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "1,343,372,309,744". Underlying error is: "[DeploymentService:290015]Domain wide secret mismatch"
         at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:86)
         at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
         at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
         at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
         at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
         at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepareDataUpdate(AbstractOperation.java:898)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.stageFilesFromAdminServer(AbstractOperation.java:264)
         at weblogic.deploy.internal.targetserver.DeploymentManager.createOperations(DeploymentManager.java:1409)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleUpdateDeploymentContext(DeploymentManager.java:162)
    I have to take restart my managed server to activate the changes .Though i was able to redeploy the war file without restarting server some days back.Please help what is wrong and why i have to take restart .
    Thanks

    Any idea ??? I am still struggling.I have bounce back my server again to activate changes .If anyone can help it would be great .

  • Error in redeploy to 9iAS 9.0.2 from jDev 9.0.3.1

    I've been trying to follow the howto on using jDev to deploy portal applications. ( http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/BUILD.JAVA.PORTLETS.USING.JDEVELOPER.V2.HTML )
    I made it through the first part OK and deployed (through remote DCM) a sample servlet that I can browse to and it functions.
    Now I want to re-deploy the app with an updated servlet, adding more functionality. The deployment fails with little information. The deployment log reads:
    ---- Deployment started. ---- Jun 4, 2003 11:20:25 AM
    Wrote WAR file to C:\jdev9031\jdev\mywork\portal_tests\test_proj\deploy\test_proj.war
    Wrote EAR file to C:\jdev9031\jdev\mywork\portal_tests\test_proj\deploy\test_proj.ear
    Invoking DCM servlet client...
    C:\jdev9031\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdev9031\jdev\lib\oc4j_remote_deploy.jar http://*****.*****.*****.mtu.edu:1810/Oc4jDcmServletAPI/ ias_admin **** redeploy /extra/oracle/9ias_app C:\jdev9031\jdev\mywork\portal_tests\test_proj\deploy\test_proj.ear HelloServlet
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /extra/oracle/9ias_app C:\jdev9031\jdev\mywork\portal_tests\test_proj\deploy\test_proj.ear HelloServlet UNDEFINED
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = 2476224db2c74191a5edf6b1013da37c
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=2476224db2c74191a5edf6b1013da37c
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-1)
    #### HTTP return code was -1
    Exit status of DCM servlet client: -1
    Elapsed time for deployment: 14 seconds
    #### Deployment incomplete. #### Jun 4, 2003 11:20:39 AM
    If I can see the .ear file through the Enterprise Manager. If I try to make any changes to the application or attempt to undeploy it I get the following error messege:
    "An error occured while undeploying the application. This Oracle9iAS instance is not in sync with the repository, cannot do further configuration and deployment changes."
    I can still deploy new applications but it seems that once they are out on the 9iAS server I cannot delete or modify them!!!
    In summary I need to figure out the problem redeploying/deleting applications before I take the next step and make the application a portlet.

    If it's failing trying to undeploy with Enterprise Manager, you should repost this in the iAS forum to see if someone more familiar with the internals can help with this.
    Rob

  • Redeploying application errors out.

    We have a clustered application servers (2), and have deployed the application using OEM Application Server Control.
    Sometimes, when we redeploy an application (EAR) we get the following error and the ASC removes the application from the OC4J container.
    [date][time][servername.oc4jcontainername] application: XYZ is in failed state
    [date][time][servername.oc4jcontainername] Operation failed with error: ClassLoader "application.root" (from in filepath): A loader with this name and version already exists, from in filepath.
    We have a workaround for this: undeploy application, opmnctl stopall and opmnctl startall and deploy application. This restores the application.
    What would cause this error and removal of the application?

    Is this an ADF application?
    Check you log files. More than likely you will see a java.lang.UnsupportedOperationException.
    A bug causes this to happen.
    >
    Bug 9077465: ERROR JAVA.LANG.UNSUPPORTEDOPERATIONEXCEPTION UPON SESSION TIMEOUT
    Problem Description
    After upgrading a ADF-application from JDeveloper 10.1.3.3.0 to 10.1.3.5.0 following error occurs when running the page:
    java.lang.UnsupportedOperationExceptionat oracle.adf.share.DefaultContext.loadEnvironment(ADFContext.java:574)
    at oracle.adf.share.ADFContext.getEnvironment(ADFContext.java:365)
    at oracle.adf.share.http.HttpSessionScopeAdapter.getSession(HttpSessionScopeAdapter.java:318)
    at oracle.adf.share.http.HttpSessionScopeAdapter.invalidate(HttpSessionScopeAdapter.java:524)
    at oracle.adf.share.http.HttpSessionScopeAdapter.valueUnbound(HttpSessionScopeAdapter.java:584)
    at com.evermind.server.http.EvermindHttpSession.destroy(EvermindHttpSession.java:472)
    at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:1007)
    at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:978)
    at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:411)
    at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:378)
    at com.evermind.server.http.SessionAsyncInvalidateHandler.invalidateSession(SessionAsyncInvalidateHandler.java:159)
    at com.evermind.server.http.SessionAsyncInvalidateHandler.run(SessionAsyncInvalidateHandler.java:119)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    This error occurs when the timeout specified in the "web.xml" expires. Once this error occurs the OC4J instance is unusable. No more deployments can be done and so on. The only solution is to restart the application server.
    EXPECTED BEHAVIOR
    No error to be reported.
    Available Workarounds
    None
    Related Bugs
    Bug 7643044 - JAVA.LANG.UNSUPPORTEDOPERATIONEXCEPTION IN DEFAULTCONTEXT. LOADENVIRONMENT
    Bug 6365500 - SESSION.INVALIDATE() @ LOGOUT GIVES NULLPOINTEREXCEPTION W/ MULTIPLE ROOT AMS
    Bug 6803187 - ADF EXCEPTION CAUGHT: JAVA.LANG.UNSUPPORTEDOPERATIONEXCEPTION, MSG=NULL
    Generic/Port-specific findings
    Reproduces JDeveloper 10.1.3.5.0
    Works fine in JDeveloper 10.1.3.3.0 and 10.1.3.4.0
    >
    According to Oracle Support, this was fixed in version 11.1.2.0.0. There is a back for version 11.1.1.3.0 that is available by request, but there appears to be no fix for 10g.

  • Error While Redeploying 11.1.2.2 EPMA essbase cube

    Hi ,
    I have a EPMA esssbase application (11.1.2.2) and having problems while redeployment.
    The suppose the Hierarchy of a dimension is like this during 1st deployment :
    Dimension+
    MemberA
    MemberA_1(Store)
    MemberA_2(Store)
    MemberB
    MemberB_1(Store)
    MemberB_2(Store)
    MemberB_3(Store)
    ( Dimension has two child MemberA and MemberB
    MemberA is Parent of MemberA_1 and MemberA_2
    MemberB is Parent of MemberB_1 and MemberB_2 and MemberB_3
    This gets deployed fine . Now suppose the MemberB_3 gets is regrouped from MemberB to MemberA . In EPMA I do a "Cut" and "Paste As a Child" on MemberA and it is fine.
    Now while validating it does not give me an error. The deployment completes successfully . When I see the outline , I see the following hierarchy -
    Dimension+
    MemberA
    MemberA_1(Store)
    MemberA_2(Store)
    MemberB_3(Shared)
    MemberB
    MemberB_1(Store)
    MemberB_2(Store)
    MemberB_3(Store)
    ( Dimension has two child MemberA and MemberB
    MemberA is Parent of MemberA_1 and MemberA_2 and MemberB_3 as a shared member
    MemberB is Parent of MemberB_1 and MemberB_2 and MemberB_3 )
    How do I avoid such a happening??
    Am I doing anything wrong ??? Any process needs to be followed??? Kindly let me know your thoughts on this.
    Currently I have advised the following workaround.
    1) Edit from EAS Console - The steps that need to be followed are as follows:
    a) Take a data backup of the whole application
    b) Regroup the Dimension members as per the new requirement.
    c) Deploy the essbase applications.
    d) Log into EAS console , and change the Property of the Dimension Members which are shared to Stored and the same dimension members where the property is Stored , change it to shared and save the outline.
    e) After the restructuring is complete , again open the outline in the EASconsole and delete the Dimension members which are tagged as shared and then save the outline.
    Is this the only way to handle this issue or there is something else. ???
    I also tried the following :
    a)I deleted a member from EPMA and deployed the application. The deployment was successful . But when I opened the outline , the member(that I deleted from EPMA) was still there.
    b) I added a new member to the EPMA and deployed the application. The deployment was successful. When I opened the outline , the member(That I added in EPMA ) was added properly in the outline.
    When am adding a new member it gets added properly , but after that when I try changing the properties of that member or a move the member to a new parent or delete the member , EPMA is unable to update the Essbase Application.
    Kindly help .
    Regards ,
    SS

    This gets deployed fine . Now suppose the MemberB_3 gets is regrouped from MemberB to MemberA .
    Im not sure what you mean by this. Are you purposely trying to make a shared memeber? If so create a another memeber_c and add the shared in there.
    Can you clarify?

  • EJB error after redeployment

    Dear experts,
    I have to make an adapter module for an FTP sender channel that converts .xls files to XML.
    I took the coding from: http://wiki.sdn.sap.com/wiki/display/ABAP/AdapterModuleToReadExcelFilewithMultipleRowsandMultiple+Columns
    It works fine.
    But now I do not want to read the first sheet in the EXCEL file but the third one. So I only changed the
    wb.getSheet(0)
    to
    wb.getSheet(2)
    . I tried the code locally and it worked.
    And then I recreated the Enterprice Application Project and the .ear file.
    But when I redeployed the .ear using Visual Admin, I got the following messages in the Deploy Dialog:
    Methods from Remote Interface
    com.sap.aii.af.mp.module.ModuleRemote are not added in the visual methods tree.
    Reason: java.lang.NullPointerException
    Methods from Local Interface
    com.sap.aii.af.mp.module.ModuleLocal are not added in the visual methods tree.
    Reason: java.lang.NullPointerException
    Also after Deployment & Start in the Visual Admin it does not say "-ejb" after the module name.
    With all the other modules in that list it says "-ejb" after the module name.
    And once I run it on PI it gives me an error in RWB:
    com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
    I get this error in debugging mode in NWDS:
    Error during processing local bean: localejbs/ConvertExcel
    Can someone help me please?
    Thank you and best regards,
    Peter

    I am debugging again and now I also get this error
    com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0 could not be shown as the type was not found

  • Error during Batch Planning Redeploy

    Hello, everyone
    I'm trying to import planning metadata and redeploy an application by batch script:
    set bpmaserverurl=http://0.0.0.0/hyperion-bpma-server;
    set workspaceurl=http://0.0.0.0:19000/workspace;
    Login;
    Execute Import Parameters(importtype, profilename, filename, waitforcompletion)Values('InterfaceTables', 'CAPEX_TE_LOAD', '', 'true');
    Execute Redeploy Parameters(ApplicationName, InstanceName, HubProject, ClearAll, CheckIntegrity, waitforcompletion, purgeTransactions, deployOption, escapeValidateRules, Notes) Values ('CAPEX_TE', 'Default', 'Planning', 'false', 'false', 'true', 'true', 'AppView', 'true', 'CAPEX_TE redeployment');
    Logout;
    Quit;
    Metadata import does well. But during redeploy I get an error:
    <h4>Invalid data source ''. Either the data source does not exist or the application has not been deployed to the data source...</h4>
    Manual deploy/redeploy (through Planning) works fine.
    Please, help.
    Best regards

    If anyone interested, we have manually validated and deployed the application. From then on the batch was working fine again. It looks like validation has been failing during the batch, but once we did it manually, it seems to have cleared itself.

  • RPE Error on redeploy of Process Flow

    I receive the following error when I try to redeploy a
    Process Flow in OWB. The default behavior is "replace"
    I don't have Workflow Monitor installed. How do I stop
    the previous running process.
    "RPE-02062: ItemType PROCESS1 cannot be dropped as it has running Processes. You must first abort all the running processes using the Oracle Workflow Monitor."

    Hi Marion,
    afaik, your have two options:
    1.
    We installed Oracle Workflow 2.6.3 recently, and it comes with a HTTP-Interface (if Oracle HTTP-Server is installted of course). A modplsql-entry was created automatically during install. Try http://<your-db-server>[:7777]/pls/wf/wfa_html.home (or check your mod-pl/sql config file). If this works, try "list processes", filter "active" processes, click "find". Then for each running process, click it, then choose "view diagramm". Java-Applet opens. On the bottom of this page you find a button "abort process".
    2.
    You can use the Oracle Workflow API to stop the active processes:
    * to find out which processes are not COMPLETE:
    SELECT * FROM <Oracle Workflow Schema>.wf_item_activity_statuses_v WHERE
    ACTIVITY_TYPE_CODE = 'PROCESS' AND ACTIVITY_STATUS_CODE != 'COMPLETE'
    * to stop those processes, execute the following Oracle Workflow API-FUnction:
    <Oracle Workflow Schema>.wf_engine.abortProcess(item_type, item_key);
    Hope this helps. Best Regards
    Andreas

  • Failed to redeploy cardcath.war with error 256.

    The last time there was a code promotion for an application I was working on, an
    email with the following error message was sent:
    Failed to redeploy cardcath.war with error 256.
    Can anyone give me some information on 'error 256'? I need to find out why the
    application 'failed to redeploy'.

    How did you create your datasource, can you post the content, without passwords of course.
    Greetings.

Maybe you are looking for

  • Report Output in a web browser. URGENT!!!

    Email: [email protected] I would appreciate if someone can solve my problem.... When I run a report from the report builder, the output is displayed in the web browser as when in live previwer, In view menu, web preview, Generate to Web browser in ch

  • Cannot print to Epson Artisan 725

    Okay, the first time I set this thing up I was able to print wirelessly no problem. After restart, though, it refused to print at all--not via USB, Ethernet or wireless. It does, however, scan and save to my computer just fine. Epson of course feels

  • Have problem with update AsyncOS

    We have proxy ISA 2006 and we have Ironport C150 ISA proxy authenticated users but when i fill field parametrs user and password our proxy logs showed not authorize /// user:anonymouse connect to update server. Im reading about password policy not su

  • Autosplit into 8 hour intervals - how do I apply it to my curent events

    I installed iphoto 08 - it created events for 24 hour periods. Now in prefs I see I can select do have it in 8 hour periods - when I did this it did not apply it to my current events - how do I do this?

  • TRYING TO PRINT ROLODEX CARDS FROM ADDRESS BOOK

    HELP PLEASE, I AM TRYING TO PRINT A LIST FORM ON AVERY 5386 ROLODEX CARDS AND I SIMPLY CAN NOT CONFIGURE THE SETTING TO WORK. I CAN GE THE MAILING LABELS PRINTED BUT NOT ALL THE LIST INFO I NEED. ANY IDEAS.