Project Deployment in OAS 4.0.8.1

Hi folks, i4ve tried to deploy a project containing three applets to OAS and it gave me this message :
Downloading client stubs for "IpirangaAppletsOAS1" to "C:\Program Files\Oracle\JDeveloper 3.1\myprojects\IpirangaAppletsOAS1Cl.jar"...
OASDeploy: java.net.SocketException: socket was closed
OASDeploy: Error occured in downloading client stubs
OASDeploy: Application Deployment Failed
*** OAS EJB Application deployment completed ***
*** Deployment completed ***
What4s up ?

I am looking for the same answer. If you find it, please send it to me at [email protected]
Thanx
--Michael                                                                                                                                                                                                                                   

Similar Messages

  • EJB Deployment on OAS

    when I run the snippet generated client for the EJB deployed on OAS, I have this error:
    java.lang.NoClassDefFoundError: EJBPack.AppEJBHomeHelper
    at oracle.oas.container.corba.RemoteObject.narrow(Compiled Code)
    at oracle.oas.container.corba.RemoteObject.narrow(Compiled Code)
    at javax.rmi.PortableRemoteObject.narrow(Compiled Code)
    at EJBPack.AppEJBClient.main(Compiled Code)
    Any help well be appreciated???
    Many thanks.
    Xtophe
    null

    Hi Mak_GK,
    Sorry for the late answer.
    Make sure that your client project has the following libraries:
    JDeveloper runtime
    Oracle 8.1.5 JDBC
    Connection Manager
    <your generated jar file from the EJB>
    JBO Runtime
    OAS Runtime
    JBO OAS Runtime
    Also, sometimes it helps to stop and re-start OAS after deploying your EJB.
    Xtophe

  • Critical ADF application error after deploy to OAS

    <p>
    Hi,
    </p>
    <p>
    I have a problem with ADF application (10.1.3). It works in JDev but after deploy to OAS 10.1.3 when I try to go to page contains a lot of input texts and 2 tables , I get server error  - see it on this image .  It is very strange because this application worked earlier - where OAS uses JDK 1.5.0_08. Now JDK was changed for 1.6.0_01 version. J2EE container has allocate 512 RAM memory Is JDK version may be reason of this error ?
    </p>
    <p>
    Kuba
    </p>

    Hi Kuba,
    Do you mean that you changed OAS to use JDK 1.6? I'm pretty sure this wouldn't be supported. If you mean that you used JDK 1.6 to compile the project and then deploy to OAS, I'm pretty sure this wouldn't be supported, either. If you just changed JDeveloper to use JDK 1.6 to run JDev (although for sure this isn't supported), and the project still is targetted to JDK 1.5, this should work. I've had a few sporadic problems in this configuration, though, so I cannot recommend it.
    John

  • SSIS 2012 Project Deployment with included EXE application not deployed in Catalog

    Hi,
    I have converted a SSIS solution consisting of 20 packages, two exe applications, and a web service to the project deployment model. My question is: where are the exe applications deployed to? I don't see them in the catalog on the server.  If I exclude
    these from the solution and disable the steps in the packages using them, everything works fine.  In BIDS, I can include the exe applications  and run the solution locally and it works fine. I have parameters for the path to the EXEs, but when configuring
    the path in the catalog, I am unsure what to set it to. Do I need to manually move these EXE applications to the database server separately from the deployment?
    THanks much,
    Pat 

    You can even put exes as files in file system in a shared folder and access them from packages in catalog. Just pass the paths (UNC) using parameters in package
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • SSIS Project Deploy issues

    Dear experts,
    I have a weird issue with project deployment on SSIS catalog. (2012)
    Everything was fine until yesterday, i could deploy using SSDT or the wizard as well using the SSISDB procedure. (nothing happen meanwhile)
    Now none of them are working. I get this error: (i did a lot of google before but without any luck - i saw you can get this error if you dont have install integration service on the machine which is not my case - Everything was running perfect until yesterday)
    Msg 27108, Level 16, State 1, Line 1
    The path for 'ISServerExec.exe' cannot be found. The operation will now exit.
    Msg 6522, Level 16, State 1, Procedure deploy_project_internal, Line 0
    A .NET Framework error occurred during execution of user-defined routine or aggregate "deploy_project_internal": 
    System.Data.SqlClient.SqlException: The path for 'ISServerExec.exe' cannot be found. The operation will now exit.
    System.Data.SqlClient.SqlException: 
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.SqlCommand.RunExecuteNonQuerySmi(Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.ExecuteToPipe(SmiContext pipeContext)
       at Microsoft.SqlServer.Server.SqlPipe.ExecuteAndSend(SqlCommand command)
       at Microsoft.SqlServer.IntegrationServices.Server.ServerConnectionControl.RaiseError(SysMessageId messageId, SysMessageSeverity severity, Object[] args)
       at Microsoft.SqlServer.IntegrationServices.Server.ServerApi.DeployProjectInternal(SqlInt64 deployId, SqlInt64 versionId, SqlInt64 projectId, SqlString projectName)
    Thanks,
    Marius

    I have deployed the projects (ispac files) to IS Catalog. 
    I have deployed using 3 different methods before:
    - using SSDT right click deploy
    - using Deployment Wizard
    - using a procedure which calls SSISDB.catalog.deploy_project
    Everything is on DEV for the moment.
    Now I want to deploy another project on DEV but none of the 3 methods (which basically use deployment wizard) works. I got that path error.
    How can I check if the path is correct?

  • Package Configuration Wizard or Project Deployment Model

    I am using SQL Server 2012 and I have multiple SSIS packages working in DEV.
    My aim is to deploy these to File System for execution by a Windows Service application. Should I therefore using the Package Configuration Wizard for storing DEV and PROD server details?
    Is the Project Deployment Model only required when deploying to SQL Server?

    Hi DarrenOD,
    The project deployment model enables you to deploy your projects to the Integration Services server. And there are some features like Parameters, Environment, Environment variables, SSISDB catalog and Catalog stored procedures and views that are available
    to projects developed only for the project deployment model.
    After converting project deployment model to package deployment model, there are four steps in the package deployment process:
    The first optional step is optional and involves creating package configurations that update properties of package elements at run time. The configurations are automatically included when you deploy the packages.
    The second step is to build the Integration Services project to create a package deployment utility. The deployment utility for the project contains the packages that you want to deploy.
    The third step is to copy the deployment folder that was created when you built the Integration Services project to the target computer.
    The fourth step is to run, on the target computer, the Package Installation Wizard to install the packages to the file system.
    Reference:
    Deployment of Projects and Packages
    How to: Deploy a Package
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Location of Project deployed in Enterprise server

    Hi,
    Where can I find the details of project deployed in OBPM EnterpriseJ2EE server?? (For Standalone, I was able to locate the details of project under weblogic domains folder)
    Kindly let me know the details.
    Thanks and Regards,
    Charan
    Edited by: charan27 on Aug 17, 2010 7:28 AM

    In this situation what you can do is have a control table that manages this.
    in this table there is a row that has a status of ready, or processing. When the status is processing then don't process, when ready start processing.
    The first job of the BPEL process is to set the status to processing, when complete set to ready. It aslo means that you have to set some timeout periods so if the process is taking too long it will fail and reset the status, this can be done with pick activities. Also have error handlers in the process fails it will reset.
    cheers
    James

  • Error Deploying to OAS 10.1.3... pls help

    HI All,
    I am using JDev 10.1.3.1 with ADF Faces + BC, I try to deploy to OAS 10.1.3 from the AS Console :
    I get this error :
    [Nov 23, 2006 10:16:30 PM] Exception: NoClassDefFoundError: Missing class: org.apache.commons.collections.ArrayStack Dependent class: org.apache.commons.digester.Digester Loader: ITTSalesApp.web.ITTSalesViewArchive:0.0.0 Code-Source: /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib/commons-digester.jar Configuration: WEB-INF/lib/ directory in /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib The missing class is not available from any code-source or loader in the system.
    [Nov 23, 2006 10:16:30 PM] Operation failed with error: Missing class: org.apache.commons.collections.ArrayStack Dependent class: org.apache.commons.digester.Digester Loader: ITTSalesApp.web.ITTSalesViewArchive:0.0.0 Code-Source: /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib/commons-digester.jar Configuration: WEB-INF/lib/ directory in /opt/oracle/OraHome_oc4j/j2ee/home/applications/ITTSalesApp/ITTSalesViewArchive/WEB-INF/lib The missing class is not available from any code-source or loader in the system.
    How to solve this problem ?
    Pls help...help..
    Thank you,
    xtanto

    "For ADF applications developed in JDeveloper 10.1.3.1 and deployed to Oracle Application Server 10.1.3.0, you need to install the ADF runtime libraries in your application server, using the ADF Installer."
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html

  • SSIS Project Deployment : Getting error "query the operation_messages view for the operation identifier"

    Hello,
    I have developed SSIS package and using Project Deployment Model.
    I have created a Folder under the SSISDB in Integration Services Catalog.
    Then, Right click on the Project folder and Deploy Project, Selected the .ispac file and clicked Deploy.
    It gives me below error.
    Can anyone please help me on this?
    I tried deploying it several times but getting the same error message. I searched for forums and tried below things:
    http://capstonebi.blogspot.in/2012/09/ssis-2012-deployment-frustrations.html
    http://thinknook.com/ssis-2012-deployment-error-the-project-or-operation-records-do-not-exist-2012-08-03/
    Thank you,
    Mittal.

    Hi Mittal,
    If we want to find more information about this error, we should execute the query below under SSISDB catalog in SQL Server Management Studio, then expand the message column to see the detail error message:
    select * from catalog.operation_messages
    where operation_id=100155
    Generally, the issue always be caused by a timeout for big projects, this is a known issue. The workaround for this issue is create two indexes in the SSISDB catalog to improve the performance. For more details, please see:
    https://connect.microsoft.com/SQLServer/feedback/details/804901/ssis-2012-deploying-new-versions-of-large-projects-runs-into-a-timeout-during-deployment-into-ssis-catalog
    Besides, it can also be caused by other issues. For example, if the package includes an Attunity Oracle connection, but the deployed environment doesn’t install the Attunity connectors. For more details, please see:
    http://www.sqlservercentral.com/Forums/Topic1587793-2799-1.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Unable to export to Project Deployment XML

    Hi,
    I get this error in the toplink workbench when I try to export to Project Deployment XML. Can anyone help me to solve it ?
    Throwable Class Name:
    java.lang.NullPointerException
    Message:
    Stack trace:
    java.lang.NullPointerException
         at oracle.toplink.workbench.persistence.MWProjectToRuntimeProjectConverter.convertAggregatePathToFieldIntoTranslationDictionaries(MWProjectToRuntimeProjectConverter.java:189)
         at oracle.toplink.workbench.persistence.MWProjectToRuntimeProjectConverter.convertMappings(MWProjectToRuntimeProjectConverter.java:715)
         at oracle.toplink.workbench.persistence.MWProjectToRuntimeProjectConverter.convert(MWProjectToRuntimeProjectConverter.java:74)
         at oracle.toplink.workbench.model.MWProject.exportDeploymentXml(MWProject.java:956)
         at oracle.toplink.workbench.model.MWProject.exportDeploymentXml(MWProject.java:910)
         at oracle.toplink.workbench.ui.ProjectDeploymentXmlGenerationCoordinator.exportProjectDeploymentXml(ProjectDeploymentXmlGenerationCoordinator.java:162)
         at oracle.toplink.workbench.ui.MainView.exportDeploymentXMLForSelectedProjects(MainView.java:627)
         at oracle.toplink.workbench.ui.ActionManager$52.actionPerformed(ActionManager.java:1425)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Thanks in advance
    Ruchik

    Ruchik,
    The workbench should never throw this type of exception. This is rare and we would like to determine exactly what lead to this situation so we can quickly address it. If possible can you please open a service request with support to get issues like this reproduced.
    Cheers,
    Doug

  • Is periodic maintenance required for app deployed on OAS on Windows?

    Hi,
    We have an application that uses 7 BPEL processes and one web service deployed on OAS. Application is into production from the last 4 months.
    We are bringing down the App server once in a while due to applying break fixes, etc.
    But, now, considering the App is quite stable, we won't be planning to bring down the app server for few months. My question is, do we need to schedule planned downtime and restart the application server once in a while in view of memory leaks etc as the App is deployed on Windows Operating System?
    It would be a great if I get some info/links that will give me the exact information.
    Thanks,
    Sasi Bhushan.

    Hi Chris,
    Thanks for the reply.
    Yes. Infact we have taken care of log files. But wondering if memory leaks etc could cause total memory consumption and making the app server hung etc.
    So, I am looking for some suggestion on whether we need the app server restart periodically or it's not required at all.
    Thanks,
    Sasi Bhushan.

  • J2EE App Deployment on OAS (JDeveloper 10.1.2 used)

    I have a JSP deployed that needs to use JavaScript and include tags to HTML but I can only get this to work if they are in the project/public_html folder of the deployed project.
    I want to reuse the JavaScript and HTML in multiple projects within the same container without having to include them in the deployed .ear. Is this possible? How? I have read everyting I can find. The common Java classes work without being deployed as part of the project deployment. At least that works. This is my first attempt at J2EE altogether. Any help would be greatly appreciated. Thanks.

    Does anyone know how to make .gif, .html, JavaScript available for multiple Java projects without including the files in each project deployment? All are in the same OC4J container. As I gain knowledge I will help others. For now, I'm a newbie. Help?

  • How can I use UC4 instead of SSIS Master Package deployed using project deployment model?

    Hi Folks,
    My team is planning to opt UC4 for scheduling the SQL Jobs and I have to come up with a plan to integrate it. 
    As of now, I do not have software licence in place to do some research. 
    If you have worked on it, can you tell me that how can I schedule SSIS packages using UC4. 
    Also, we are using SSIS project parameters (Project deployment Model). What kind of changes I have to make in SSIS packages to support UC4. Is it possible to pass parameters to SSIS package through UC4? If not, is there any alternativ?
    Appreciate your help!
    Gaurav Gupta

    If you have access to Automic Community, there are details there on how to execute SSIS 2012 packages deployed in SSISDB catalog (project deployment model). Here is the link:
    https://community.automic.com/discussion/4878/how-to-execute-sql-server-data-tools-ssdt-2012-package-synchronously-using-sql-job
    Leonard

  • Very Urgent - About Deploying the project on to OAS 10g

    Hi,
    We are in a serious problem.We are done with our project which is done using oracle portal development kit (PDK). We are using oracle portal 10g release2. Our Application server is also 10g.
    At the time of development we use to work on standalone OC4J server and deploy the files on to the server and then by running the index.jsp file the provider use to get running..
    The we use to find our .jsp files in portlet staging area..
    No we dont have any idea how to deploy this project at the server end OC4j.. as there are several modules in our project we need to integrate them and then deploy..
    In Simple words i need steps to deploy a oracle portal web application developed using oracle PDK on to oracle 10g AS.. We need to go live ASAP.. please help me..
    Regards,
    Thulasinath

    You can use Oracle Software Packager. It can be found on this site.

  • BPEL deployed in OAS ?

    Hi,
    I've downloaded the BPEL for testing purpose, and it seems to be very interesting, especially for us in the TaskManager.
    Questions :
    I suppose that this product will be bundled in OAS and Jdeveloper for designers?
    Can I deploy the BPEL in OAS using some ear file shipped whith BPEL process manager?
    Thanks
    Jean-Yves

    Could you please clarify a few points:
    1.
    What do you mean by "events received from customers"? How does a customer fire an event? what is the data structure associated with an event?
    2.
    How do you currently define the assignment logic, priority?
    Looking at tutorials 110.UserTasks and 116.SendEmails, you should get a good sense of how easy/difficult it is to model a BPEL process that when invoked, creates a user task, assigns it to a user and send a notification to that user. In the next month or so we are going to delivery a set of xpath LDAP functions ldap:lookupUser, ldap:listUsers, ldap:lookupManager which will further simplify assignment.
    One you have model the process, the last step is to configure it so that it reacts to the customer events. This part should be rather straight forward given that BPEL processes can be initiated through both SOAP and Java APIs. So what ever piece of code within your application detects the customer event can simply invoke your BPEL process and let that process handle the task creation, notification and other steps/activities you have defined in your BPEL process.
    Here again, I would recommend trying to download and install the BPEL PM and try to implement a small prototype so that you get a sense of how easy/difficult it is. If you decide to go down that path, let us know and we will be happy to try to support you by sending you BPEL code samples and help troubleshoot any problem you might run into.
    Also my recommendation is you view each task within each department as services. This will make their reuse and integration into other BPEL processes much simpler.
    Good luck. Sounds like an interesting project.
    -Edwin

Maybe you are looking for