Applications-automatically undeployed from Soa Server 10g Console.

Hello All,
Morning , need some help with this point as well.
We had deployed some custom applications to the OAS 10g via the Application Server Control by using the .ear ( Enterprise Archive file for J2EE applications) file. These get successfully deployed via the front end as well & we are able to invoke these as well.
But it seems when the App Server gets bounced and comes back up , we don't see these applications deployed and hence these couldn't be invoked.
This is happening all the time now as the services gets bounced.
Could someone please help how we could troubleshoot this issue & how this could be prevented ..how to know what is causing the automatic undeployment to happen from the Oracle Application Server 10g.
We are stuck & looking fwd to some inputs surely.
regards

Hi All,
Morning , just checking again in case anyone could provide some help here with this issue
with regards always..

Similar Messages

  • Getting error while trying to get pending approval list from SOA server

    Hi,
    I have followed the steps mentioned in the following post to get the pending approval list from SOA server using java api's :
    Using Java APIs for Oracle Human Workflows | Oracle Technologies Premier
    But when I am running the java program I am getting the following error :
    java.io.InvalidClassException: oracle.bpel.services.common.exception.ServicesException; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = -2263933888849127134
    Please let me know how to solve this issue.
    Thanks

    You would need to spcify the JNDI path in a properties file or the like.
    Suggestions here should help -
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial

  • Oracle SOA B2B 10g Console Issue

    Hi All,
    I'm trying to create a Business Action in Oracle SOA B2B 10g Console but getting below error, please suggest.
    Error
    An error occured when creating the business action
    Erroe -: AIP-11052: Writing following objects: Document Type failed due to following constraint violation:
    DOCUMENTTPE. CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION
    Using Custom Document over Generic exchange protocol to create a business action.
    Note: Tried by bouncing server once, even though getting same error.
    Regards,
    Jagadesh.

    Jagadesh,
    Oracle 10g version is very old release of Oracle B2B. In the 11g or 12c release, it has been enhanced with many features, optimised,  integrated with SOA and it is very easy to use.
    Hence it is highly advised to install the later version of 11g or 12c.
    This link might help you - https://blogs.oracle.com/oracleb2bgurus/entry/what_it_takes_to_migrate_an_ex
    Incase if there is any issue in production environment of 10g, you might not get the support if you file any SR.
    Regards,

  • SQL server Agent Jobs High Avaialability - Crash on server 1 , automatically resumes from Secondary server

    Hi All,
    1)We have 2 physical Servers, where SSIS is installed (not clustered) . If machine crashes where Jobs running on server 1, then i want to automatically resumes the job from secondary server sql server job agent ?
    2)Can i AUTOMATICALLY resume the job from secondary ssis server on crash of my primary ssis server ?
    3)Can it resumes from the same point or we have to restart from begining ?

    The functionality which you are looking for is not available in sql server as a standout feature.
    You need to do this programattically.
    You need to put savepoints in your ssis package/jobs where it logs the steps that it has completed and the steps that it has started. Any time the job is restarted it first has to check the logging table and see where it has reached and restart from the
    step where it left off. The packages/jobs should have the ability to do so.
    You can also set another job, which will always only run on the sql agent start, which particularly chceks for all jobs which would have stopped/cancelled and see if it has completed or has stopped in between. This will make sure that if sql fails over
    or there is a restart of the agent all the jobs which were cancelled would be restarted.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com
    This seems to be one of the solutions but as already mentioned by others you have to build this logic - you won't get this functionality out of the box.
    Sarabpreet Singh Anand
    SQL Server MVP Blog ,
    Personal website
    This posting is provided , "AS IS" with no warranties, and confers no rights.
    Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Missing tabs from WebLogic Server Admin console

    I am extremely new to WebLogic. It came with a vendor package we bought, and we do not have support. I have been using ASK to search for answers to my questions/problems. It has become obvious that either I don't know what I am doing :-) or that our installation is less robust than other peoples.
    On our Weblogic Server Admin console, there is no such thing as a "Change Center". If I go to Services -> JDBC -> Connection Pools, there is no tab for Testing. The only tabs I have are Configuration and Monitoring. Monitoring only has text on it - no button to push. Do I always have to "configure a new JDBC connection pool" in order to somehow find a TEST tab?
    Have we done something wrong during installation? Thank you, anyone, for help and advice.
    Bonnie

    Can you please share the error logs/standard output snippet here. It seems to be an issue with the classpath that the system classloader is reading.
    Cheers!!
    AJ

  • Is it possible to JSP Application get information from login server?

    Hi,
    Here, we gonna create a aplication using Portal for autentication and autorization.
    We gonna develop JSP pages to navigate into our application and we'll put them into portal.
    My question is, is it possible to the jsp's, created by us, to get information from the user loged on, so it can generate html's for each users?
    If so, how to do that?
    I know i can give access to the JSP's for each user, by creating portal objects for each of them, i'd like to know if the
    thanks everyone!

    No, if Firefox is set to delete browsing history when it closes, that data wouldn't be passed to the Sync server.

  • Cannot undeploy from Management Server

    Hi all,
    I am trying to undeploy a plugin from the Managent Server, but I get the following popup:
    Management Agent for Management Service <hostname>:4890_Management_Service is not UP. Can not undeploy EMC VMAX Array. pluginThe following have been tried but do not help:
    - restart OMS + Agent
    - restart WebLogic Admin Server
    This is now a showstopper and I don't know where to look for this.
    Any suggestions highly appreciated!
    Thanks,
    Ed
    Edited by: 977814 on May 8, 2013 4:37 PM

    Hi Leighton,
    Thanks for the feedback. I just checked status oms and it seems fine:
    [oracle@dwbi-durl-oel agent_inst]$ $OMS_HOME/bin/emctl status oms
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    WebTier is Up
    Oracle Management Server is UpYes, my plugin is still listed. I always use the following commands to undeploy:
    emcli delete_target -name="$TARGET_NAME"    -type="$TARGET_TYPE_NAME"
    emcli undeploy_plugin_from_agent  -plugin="$PLUGINID" -agent_names="$AGENT_NAME"
    emcli undeploy_plugin_from_server -plugin="$PLUGINID" -sys_password="$SYSPWD"I think the issue may be caused by another plugin. Will dig further.
    Thanks,
    Ed
    PS That hostname slipped through into the post. Just removed it :)

  • Sending Report via Email from app Serv 10g

    I am able to generate a report as an email using the following link
    http://server:7778/reports/rwservlet?userid=xx/xx@xx&module=ord_ack.rdf&destype=MAIL&DESNAME=[email protected]&desformat=pdf&subject="Order Placed"&from=[email protected]&A_SEQ_ORDER_NO=4104&a_user=NKW&a_by_user=NKW&A_PRINT_KIT=Y&A_RPT_NAME=P
    The issue is that the email is blank... I've tried using &body=" " or &message=" " to no affect.
    This is going to be user defined text, so I need to be variable. Anyone have any suggestions on how to achieve this?
    Thanks,
    Scott

    I believe with destype=mail, the whole report is going to be attached as a file, so there is no body message.
    Are you getting the report attached as a .pdf file ?
    If you want to customize the body with a message and send the report as a .pdf attachment then look at chapter 15 - Creating Advanced Distributions, basically, you would be doing XML distribution.
    http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048.pdf
    i.e.
    Sample XML file
    <mail id="grx90" to="[email protected]">
    <body srcType="text">
    Attached you will find the summary report and breakdown by department of weekly
    totals.
    </body>
    <attach format="rtf" name="myAttach.rtf" srcType="report">
    <include src="report"/>
    </attach>Sample URL
    http://your_server:port/reports/rwservlet?report=rep.jsp&userid=db_credentials&destination=$ORACLE_HOME/reports/distribution/distribution.xml&distribute=yes
    Edited by: Rodolfo Ferrari on Jun 23, 2009 3:38 AM

  • Receiving an automatic notification from Windows Server when disk space is low

    Hello,<o:p></o:p>
    Does Windows Server 2012 R2 have any such functionality built-in to enable monitoring of disk space?
    We have an old VB Script file that sends me an email when disk space gets low.
    Also, the following post discusses the topic regarding Windows Server 2008:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/c9878861-6ba5-4d3b-b6b0-6e4b33c41853/notification-when-low-disk-space?forum=windowsserver2008r2management
    I was wondering if there was any change regarding this in
    Windows Server 2012 R2 .
    Many thanks.<o:p></o:p>
    Keith<o:p></o:p>
    R K Howard

    Hi,
    Windows Server 2012 stays the same on that topic, you still need some kind of monitoring on your disk space.
    If you don't have a monitoring solution, like for example SCOM, you can for example with powershell do what you earlier did in VB script. Either you have a scheduled task that runs as often as you'd like, or you can utilize something called WMI eventing
    to trigger on an event 'disk low' but thats a bit more complicated.
    See below examples on some example scripts that you could use.
    https://www.simple-talk.com/sysadmin/powershell/disk-space-monitoring-and-early-warning-with-powershell/
    http://technet.microsoft.com/en-us/library/ff730927.aspx
    http://gallery.technet.microsoft.com/6e935887-6b30-4654-b977-6f5d289f3a63Hope
    this helps you!
    //Johan
    Microsoft Certified Trainer
    MCSE: Desktop, Server, Private Cloud, Messaging
    Blog: http://365lab.net

  • Starting SOA server using proxy fails with exception

    Hi,
    The problem is as mentioned in the subjet.
    In console-servers-soa server - server start - arguments , I have entered
    -Dhttp.proxyHost=XX.XX.140.2 -Dhttp.proxyPort=80
    When i try to start the server, I get this in the log:
    Listen Address server1:8001
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    <Jan 19, 2011 1:10:23 PM CST> <Info> <Server> <BEA-002609> <Channel Service initialized.>
    <Jan 19, 2011 1:10:24 PM CST> <Info> <Socket> <BEA-000436> <Allocating 2 reader threads.>
    <Jan 19, 2011 1:10:24 PM CST> <Info> <Socket> <BEA-000446> <Native IO Enabled.>
    <Jan 19, 2011 1:10:24 PM CST> <Info> <IIOP> <BEA-002014> <IIOP subsystem enabled.>
    <Jan 19, 2011 1:10:53 PM CST> <Error> <Net> <BEA-000903> <Failed to communicate with proxy: XX.XX.140.2/80. Will try connection admin/7001 now.
    java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 403 Forbidden'
    at weblogic.socket.utils.ProxyUtils.getProxySocket(ProxyUtils.java:206)
    at weblogic.socket.utils.ProxyUtils.getClientProxy(ProxyUtils.java:221)
    at weblogic.socket.SocketMuxer.newClientSocket(SocketMuxer.java:345)
    at weblogic.socket.ChannelSocketFactory.createSocket(ChannelSocketFactory.java:79)
    When i tried the below cmd from my soa server console,
    wget www.yahoo.com
    I get proper response.
    oracle@server:/data/oracle/domains/soau_domain/servers/soa_server01_01/logs> wget www.yahoo.com
    --2011-01-19 13:50:33-- http://www.yahoo.com/
    Resolving proxy.sample.local... XX.XX.140.2
    Connecting to proxy.sample.local|XX.XX.140.2|:80... connected.
    Proxy request sent, awaiting response... 302 Found
    Location: http://au.yahoo.com/?p=us [following]
    --2011-01-19 13:50:34-- http://au.yahoo.com/?p=us
    Connecting to proxy.sample.local|XX.XX.140.2|:80... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: unspecified [text/html]
    So looks like proxy server is reachable from soa server.
    Can anyone help me with where this could be getting wrong?
    Thanks
    Ganesh

    java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 403 ForbiddenThis looks like that the proxy is expecting an username from soa server for authentication and you have not configured soa server to send the username/password to authenticate at the proxy server. I am not sure if soa server has a way to specify username/password for proxy authentication, but a workaround we used to do in an earlier version of OSB ( ALSB 2.5, where there was no provision to specify proxy authentication crdentials) was to add the URL's you want to access via proxy, to the 'proxy-free-list' of the proxy server. A proxy wont prompt for username/password for accessing an URL which is in its 'proxy-free-list'.

  • Auto Installation of a Print Driver from the Server?

    Hi all,
    I hope this is the correct forum for this question. I am fairly new at setting up Mac Servers and was looking for some advice. I am trying to set up a Mac 10.6 Server as a print server. I am familiar with setting up printing services on W2k3 servers, but have some questions about this on a Mac server. On a Windows server, once I have installed the printer with the correct driver and shared it out, users just need to connect to the server's print queue and the correct driver is automatically downloaded from the server and installed on the workstation. On the Mac server, it seems that even after I have set up the print queue and installed the needed driver, when I connect a Mac workstation to the queue, it automatically tries to use the Generic Postscript Driver. I then have to manually download and install the needed driver for the printer. Is there any way to get the Mac workstations to automatically download and install the driver from the server, or do I have to pre-load the needed driver on each Mac that will be using the shared printer?

    tmcbride wrote:
    Hi all,
    I hope this is the correct forum for this question. I am fairly new at setting up Mac Servers and was looking for some advice. I am trying to set up a Mac 10.6 Server as a print server. I am familiar with setting up printing services on W2k3 servers, but have some questions about this on a Mac server. On a Windows server, once I have installed the printer with the correct driver and shared it out, users just need to connect to the server's print queue and the correct driver is automatically downloaded from the server and installed on the workstation. On the Mac server, it seems that even after I have set up the print queue and installed the needed driver, when I connect a Mac workstation to the queue, it automatically tries to use the Generic Postscript Driver. I then have to manually download and install the needed driver for the printer. Is there any way to get the Mac workstations to automatically download and install the driver from the server, or do I have to pre-load the needed driver on each Mac that will be using the shared printer?
    A Mac Server can distribute Windows print drivers (along with settings) to Windows clients. It does it exactly the same way as Linux Samba servers and (older) Windows servers. This is done by creating a special hidden share point (using SMB), it is special in that it uses the name print$ the drivers and settings are then loaded (from a Windows PC) in to this share, and subsequent PCs can then automatically download them.
    See http://www.techrepublic.com/article/techrepublic-tutorial-automate-desktop-print er-setup-with-samba/1053286 for some more information on how to do this.
    Note: My past experience has seen the associated .tdb databases for this function stored on this share often get corrupted meaning one had to re-upload (from a Windows PC) the drivers again. Also despite the automatic distribution of drivers and settings being something Windows has done for decades, Apple are still very poor at this in terms of the equivalent Mac (server) to Mac (client). Finally, I have not seen (yet) whether this approach is possible with Windows 7 clients.

  • SOA server Memory fault

    Hi ,
    we got the following error from SOA server
    <Oct 1, 2013 11:46:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-4D0912FE2D411AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 54,201 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:47:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-23D6FEB4AD3C1AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 57,467 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:47:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-4D0912FE2D411AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 54,141 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:48:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-23D6FEB4AD3C1AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 57,407 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:48:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-4D0912FE2D411AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 54,081 seconds unless all resources acknowledge the commit decision.>
    /appserv/MW/user_projects/domains/soadomain/bin/startWebLogic.sh: line 179: 10673: Memory fault(coredump)
    after this memory fault server shutdown
    any one can help to find the root cause of that error
    Thanks

    hello, are you using the correct JDK version?
    if you are using SOA 11.1.1.5 or  11.1.1.6, to use JDK 1.6
    Verify your version with:
    $java -version

  • How to undeploy BPM application from Weblogic server

    Hi everyone,
    I try to undeploy some bpm application on the weblogic, using the weblogic admin console, under the deployments section, check the bpm application and click the delete button, however, when the server restart, I still see the soa server loading the bpm application, what is the correct way to uninstall the bpm application?
    Please advise.

    Hi
    Its preferable and better to use em (enterprise manager console) to UnDeploy any SOA/BPEL applications. Infact this may be the only way you should undeploy. The reason is when you undeploy from EM console, first of all it removes all the instances from the SOA_INFRA database also and also from the deployed-composites under the soa domain root folder.
    Em Console URL: http://yourhost:yourport/em and use the same username/pwd that you use for normal admin console.
    If you still see the composites, check the deployed-composites folder under the domain root folder. And delete from there. Note that, all the SOA/BPEL composites are stored in the soa_infra database also.
    Thanks
    Ravi Jegga

  • Insatlling Oracle application server patchset 10.1.3.5.0 for Soa-bpel 10g

    I have downloaded Oracle SOA Suite 10g (10.1.3.x) Disk1 and 10.1.3.5.0
    Whenever Installing application server patchset 10.1.3.5.0 for soa-10g I am getting below error.
    'There are no patches need to be applied for patchset application server patchset 10.1.3.5.0'.
    Before installing application server patchset 10.1.3.5.0 any Prerequisites need to install .
    Can you please help me above issue.
    Thanks & Regards
    jyo
    Edited by: 878593 on Aug 11, 2011 4:51 AM

    Below are the possibilities of this error:
    1. Downloaded patch might be corrupted during transfer from one machine to another.
    2. Any of the prerequisites could have failed
    3. The right Oracle_home that needs to be patched is not selected.
    Thanks,
    Sharmela

  • Reports run in LAN but not in WAN from Oracle Application Server 10g R2

    Hi,
    I am using Microsoft(R) Windows(R) Server 2003, Standard Edition (Version 5.2.3790 Build 3790) & Oracle Application Server 10g Release 2 (10.1.2).
    I run my forms and reports in Oracle Application Server 10g Release 2 (10.1.2) successfully in client server environment. But when I run my application in WAN (our private network between different cities) then forms are run successfully but reports does not run.
    i am calling reports from Forms using following code.
    PROCEDURE PRINT_REP_WEB IS
    RO_Report_ID REPORT_OBJECT;
    Str_Report_Server_Job VARCHAR2(100);
    Str_Job_ID VARCHAR2(100);
    Str_URL VARCHAR2(100);
    PL_ID PARAMLIST ;
    BEGIN
    PL_ID := GET_PARAMETER_LIST('TEMPDATA');
    IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
    RO_Report_ID := FIND_REPORT_OBJECT('REPORT183');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'C:\cheema\qdir_store\reports\pmms\backlog_jobtype.RDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'PDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_pap_10gasmid');
    Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
    Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('rep_pap_10gasmid') + 2, LENGTH(Str_Report_Server_Job));
    Str_URL := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=rep_pap_10gasmid';
    WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
    DESTROY_PARAMETER_LIST(PL_ID);
    END;
    when clients in WAN press the reports button from Form there is a message "Page can not be displayed" appear.
    How can I run my reports in WAN, please suggest me solution.

    This sounds like a configuration issue. Are there different firewall rules that are enforced on WAN connections versus LAN connections?
    Hope this helps.
    Craig...

Maybe you are looking for

  • Gui toolkits

    I'm trying to decide which toolkit to stick to and become proficient in. Though I'm sure it would be good to learn multiple toolkits, I rather to stick to just one. I'm debating between gtk and tk. No qt because I've yet to get a qt application worki

  • CSS Liquid Layout Problem

    I'm trying to do a simple masthead that will span the width of the page. The masthead consists of a logo on the left, and a big graphic on the right (it is a long story...). The left side of the big graphic fades into the background, and the logo and

  • EOIO - Holding status

    Hi, I have an EOIO queue that is in status Holding. When I try cancel, it gives me error message "Unable to cancel 1 of 1 messages; update the status". I am in XI 7.0 Regards Unni

  • How do i display an ArrayLists data in GUI?

    Hey Im trying to make a calendar and it works as it is suppose to with System.print.ln(), but now i want to get it you the GUI. How do i this? My best quess is to pass the ArrayList to the GUI and then loop through the ArrayList in the GUI. After thi

  • SOLVED Fluxbox and Nitrogen problem

    Ok so I've tried many ways to set my background in Fluxbox. I try not to ask for help but this is really frustrating me. So I installed nitrogen, went to the directory my background is at, and hit apply, and it worked. So then I went to my  ~/.fluxbo