Problem: Deployment of type javaload in 11g

Hi,
I want to add a deployment profile of type for Loadjava and Java stored procedures to my projec, but I'm not able to find it in the list of deployment profiles.
I have a working database connection and I had this deployment in JDeveloper 10. But after migration of the project 11g I can't found my existing deployment profile anymore and wanted to create a new one.
Can anyone help me and explain how to get this deployment profile in the list shown?
Thanks
chrissy

Hi,
Which browser are you using? If the destype is cache & desformat is PDF, Reports Servlet writes the PDF output back to the browser and its upto the browser to handle it. With Acrobat Reader plugin installed, IE displays the output PDF inline. Other browsers, if the Acrobat plugin is not installed for those, will just throw the save dialog box. Why not consider desformat=html? That will work in the standard fashion on all browsers if your aim is to see the output in the browser.
Regards,
Anil.

Similar Messages

  • Deploying WAR file with jdev 11g in weblogic 10.0

    Hello,
    I´m Facing a problem deploying a simple aplication in Weblogic with jdev 11g
    here´s the Error Message :
    2009-05-06 13:52:41.781: Writing WAR file to C:\JDeveloper\mywork\Application3\Project1\deploy\webapp1.war
    2009-05-06 13:52:41.781: Wrote WAR file to C:\JDeveloper\mywork\Application3\Project1\deploy\webapp1.war
    Deploying Application...
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application webapp1 on AdminServer.: [HTTP:101064][WebAppModule(webapp1:webapp1.war)] Error parsing descriptor in Web appplication "/opt/oracle/bea/user_projects/domains/alui/./servers/AdminServer/upload/webapp1/app/webapp1.war"
    weblogic.application.ModuleException: Unmarshaller failed
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:858)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:285)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:719)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1186)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:464)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Caused by: com.bea.xml.XmlException: failed to load java type corresponding to e=weblogic-web-app@http://www.bea.com/ns/weblogic/weblogic-web-app
         at com.bea.staxb.runtime.internal.UnmarshalResult.getPojoBindingType(UnmarshalResult.java:329)
         at com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:296)
         at com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:306)
         at com.bea.staxb.runtime.internal.UnmarshalResult.determineRootType(UnmarshalResult.java:287)
         at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:153)
         at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:141)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:292)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:260)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:774)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:395)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:745)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:754)
         at weblogic.servlet.internal.WebAppDescriptor.getWeblogicWebAppBean(WebAppDescriptor.java:164)
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:853)
         ... 25 more
    weblogic.application.ModuleException: Unmarshaller failed.
    weblogic.application.ModuleException: [HTTP:101064][WebAppModule(webapp1:webapp1.war)] Error parsing descriptor in Web appplication "/opt/oracle/bea/user_projects/domains/alui/./servers/AdminServer/upload/webapp1/app/webapp1.war"
    weblogic.application.ModuleException: Unmarshaller failed
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:858)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:285)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:719)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1186)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:464)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Caused by: com.bea.xml.XmlException: failed to load java type corresponding to e=weblogic-web-app@http://www.bea.com/ns/weblogic/weblogic-web-app
         at com.bea.staxb.runtime.internal.UnmarshalResult.getPojoBindingType(UnmarshalResult.java:329)
         at com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:296)
         at com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:306)
         at com.bea.staxb.runtime.internal.UnmarshalResult.determineRootType(UnmarshalResult.java:287)
         at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:153)
         at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:141)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:292)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:260)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:774)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:395)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:745)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:754)
         at weblogic.servlet.internal.WebAppDescriptor.getWeblogicWebAppBean(WebAppDescriptor.java:164)
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:853)
         ... 25 more
    weblogic.application.ModuleException: Unmarshaller failed
    #### Deployment incomplete. #### May 6, 2009 1:52:43 PM
    Deployment Failed
    does anyone had this problem , please help, i´m trying to solve this problem and still couldn´t make it.
    Best Regard,
    Vitor

    Applications that you build with JDeveloper 11g are normally aimed at WebLogic 10.3 servers.
    They require Java EE 1.5 and JDK 6.

  • Problems deploying par file via Netweaver Developer Studio

    Hello,
    I have problems deploying a par file using the SAP Netweaver Developer Studio.
    In the SNWDS i configure the following:
    Window -> Preferences -> SAP Enterprise Portal
    Alias: IEP
    Host: khz059
    Port: 52900
    Login: Administrator
    Description: Testportal
    The logon Url of the portal is http://khz059:5290052900/irj/portal
    If i try to upload a par file via "Quick PAR Upload" i get the error messages:
    "Unable to connect to the portal
    Operation failed: Please make sure the server 'IEP' (khz059:52900) is running or check the log (sap-plugin.log) for more detail."
    Am I using the proper settings? Am I using the wrong port?
    I don't know whats wrong.
    Can anyone help me?
    The logfile shows:
    [12.09.05 / 14:53] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Error writing to server
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:302)
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:314)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:634)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:361)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:433)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:220)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:404)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:338)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:519)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.portal.developmentTools.general.uploader.QuickPARUploader.run(QuickPARUploader.java:146)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Best regards,
    Nils Kloth

    Hi Nils,
    I think you must have selected the defualt checkbox (Try and uncheck that). Also uncheck the checkbox for "<i>Yes, I want to remeber the password for deployment</i>" if it is also selected. When you deploy the par file now enter the password and try to deploy. I think this will solve your problem.
    Apart from this, try this methos of deploying the Par file.
    1) Save you project. Right click it and "Quick par Upload".
    2) On your browser type
    "http://<your_server_name>:50000/irj/servlet/prt/portal/"
    Your case:
    <i>http://khz059:52900/irj/servlet/prt/portal/</i>
    or same page you can get by navigating:
    System Administration-> Support-> Portal Runtime-> Administration Console.
    3) At the option "Please specify a Portal Archive file (PAR) and press "upload" to store it into the PCD." Deploy your par file by giving the path.
    Now you file is deployed on the server. If you want to create an Iview from this deployed .par file then :
    1) On your portal. Follow the path: Content Administrator-> Portal Content -> Portal Content(sub-option). Right click -> New from par ->iView.
    2) Here in the list you will find the par file which you have uploaded. Proceed as said.
    3) You will finally have an iView. Right click it and preview it.
    I hope this solves your problem.
    Regards
    Pravesh
    PS: Please consider rewarding points if helpful.

  • Problem deploying an ADF Application - SOLVED

    I am having a problem deploying an ADF Faces + BC4J application to my 10.1.3.1 App server. When I deploy to the Jdev embedded oc4j or to a standalone oc4j from Jdeveloper, everything works fine, but when I deploy to the app server, the first page submit gives me an error "Error setting property 'actionEvent' in bean of type null"
    I can deploy and run a simple ADF Faces BC4J test page, but my real app fails.
    Does anyone have any ideas what might be wrong?
    I'm using Jdev 10.1.3.2, oc4j 10.1.3.1 and app server 10.1.3.1, all with the latest adf runtime.
    Message was edited by:
    mattysmith

    Frank,
    some further information. My app has a login page, which is what gave me the error about an actionEvent. If I bypass the login page and go straight to the app I can open a jspx with adf components in it, but as soon as a submit the page (button clicks etc) I get the 'bean of type null' error. This time I can capture the stack though:
    Server error: javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null
    stack javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274) at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124) at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:236) at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:209) at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:266) at oracle.adfinternal.view.faces.renderkit.core.xhtml.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:211) at oracle.adfinternal.view.faces.renderkit.core.xhtml.FormElementRenderer.renderAsElement(FormElementRenderer.java:155) at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.getLabelFor(InputLabelAndMessageRenderer.java:53) at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer$Label.getForId(LabelAndMessageRenderer.java:500) at oracle.adfinternal.view.faces.renderkit.core.xhtml.OutputLabelRenderer.encodeAll(OutputLabelRenderer.java:69) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.delegateRenderer(CoreRenderer.java:281) at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer._renderLabelCell(LabelAndMessageRenderer.java:222) at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer.encodeAll(LabelAndMessageRenderer.java:159) at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.encodeAll(InputLabelAndMessageRenderer.java:94) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169) at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:246) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.encodeColumnChild(PanelFormRenderer.java:275) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.renderColumn(PanelFormRenderer.java:251) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer._renderColumns(PanelFormRenderer.java:545) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer._encodeChildren(PanelFormRenderer.java:153) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.encodeAll(PanelFormRenderer.java:69) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169) at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624) at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54) at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:50) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:242) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:265) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65) at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147) at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169) at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624) at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:645) at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:568) at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100) at broSessListjspx._jspService(_broSessList_jspx.java:1407) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:287) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346) at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152) at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at com.cgi.security.AuthenticationFilter.doFilter(AuthenticationFilter.java:595) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228) at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197) at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123) at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)

  • Problem deploying certain mappings using OMBPlus

    We've got a problem deploying certain mapings using OMBPLus. This applies to all mappings that use a function to lookup the effective date of a SCD (type 2) from a lookup table. We use that function in the dimension operator properties as the "Default Effective Time of Open Record". Though the validation of those mappings fails they can nevertheless be deployed using the Control Center Manager. And, best of all, they work fine.
    Now we have to deploy those mappings using OMBPlus because we're not allowed to work with tools on the preproduction and production systems. Deploying those mappings with OMBPlus doesn't seem to work. It works fine for all other mappings but not for those mentioned above. Has anybody a solution?
    Regards,
    Jörg

    Hi Dave,
    this is the error message I get whe I run my OMBPLus script:
    OMB05602: An unknown Deployment error has occured for Object Type PUB03205 : Validation Error: MAP_DIM_FAHRZEUGKLASSE : VLD-5010: The Default Effective Date of open records for dimension DIM_FAHRZEUGKLASSE should be an expression of type DATE. Value "FCT_GET_AKT_LL_vmon()" is not a valid date: PLS-00201: identifier 'FCT_GET_AKT_LL_VMON' must be declared
    I'm not quite sure about what you mean with creating a stub function. As you can see from the error message above I use a function called FCT_GET_AKT_LL_vmon that returns the actual date od the load from a lookup table. This function is of course present in the target schema.
    Regards,
    Jörg

  • Using ant to build and deploy plsql packages to a 11g wls.

    Hi all,
    Not sure is this is the right place, but I found a few other threads in this forum regarding plsql and ant, so I'll try this one.
    My firm is moving from 10g ADF applcations to 11g SOA applications. When I'm not busy being lost in the whole new SOA world, I also have the pleasure of building our ant scripts. :-)
    It has been years since I looked at the deploy scripts I made for 10g, so I'm a bit rusty.
    I used wsassemble in our old scripts and I used http://download.oracle.com/docs/cd/B25221_05/web.1013/b14434/wsassemble.htm as a reference. But I can't seem to find the same documentation for 11g? I tried http://download.oracle.com/docs/cd/E12839_01/index.htm but it doesn't seem to have anything about plsqlAssemble, genInterface, genproxy etc. for 11g wls servers? I also tried google a while to no avail.
    For example, I'm having problems setting the values for the ant-oracle.properties.
    So can someone please throw some links my way, so I can read how to build and deploy plsql packages to a 11g wls server using ant? Thanks!
    Cheers,
    William

    Hi,
    Did you ever find an answer to this question ?
    I am currently creating the webservice using webservices assembler from 10g/OC4j, then using the SmartUpgrade tool to re-engineer the webservice for deployment to 11g
    ( SmartUpgrade info here http://docs.oracle.com/cd/E16764_01/doc.1111/e15878/intro.htm)
    G
    Edited by: user999097 on Mar 5, 2012 1:16 PM

  • How to delete the deployed composite in weblogic server 11g

    Can someone tell me how to delete the deployed composite in weblogic server 11g ?I'm facing an issue where the weblogic server is getting started and immediately after sometime the server changes to "Force shutdown"..When i checked the logs,there is an error in one of the composite i deployed..So now i wanted to delete the deployed composite?Please help ....
    Thanks

    Hi
    1. Deleting a domain will not hold any references. But make sure that under your user_projects/applications also remove the folder that matches with your domain. Basically under user_projects folder you will see 2 folders named applications and domains. When you create a domain say mySoaDomain, it will crate a folder with the same name under applications folder also with few files like em.ear. If you do this, then you can crate a new soa domain and use the same old name.
    2. NOW comes the most important thing. If you create a new SOADomain, at one point, you had to give details for soainfra and mds schemas. If you give your current existing db details (that was used for your old deleted domain), then you may still have the issues. Because the soainfra db may still have the instances for your old process.
    3. If you really want to have a full clean soa domain, here is what you do:
    a) Run rcu and drop the existing schemas for soainfra and mds.
    b) Run rcu again and create above schemas again.
    c) Now create SOADomain using config wizard and refer above clean rcu db and you are all set.
    3. Under your domain root folder, just searh for files named with your workflow and you should see the .jar location.
    Thanks
    Ravi Jegga

  • Problem deploying a web application (war)

    Hello,
    I am having a problem deploying a web application in Tomcat.
    Here is what happens:
    -I copied the war file into the webapps directory.
    -I started Tomcat.
    -Tomcat automatically expanded the war file into a directory of the same name.
    The problem is that I get the following error: "The requested resource (/jadmin) is not available." when I try to access my web application
    Can anyone please help?
    Thanks in advance,
    Balteo.

    Hi,
    check the Tomcat log file <tomcat_dir>/logs/localhost_log.yyyy-mm-dd.txt and see if there is an error corresponding to the deployement of the (/jadmin) context.

  • How to change a label of User Type in OIM 11g

    How to change a label of User Type in OIM 11g. If we have to change label of First Name or Last name then we can change in User.xml and some in resource properties file but what is the procedure to change for User Type.

    Follow this: http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14309/uicust.htm#BABDEGFE
    i .Copy the $OIM_ORACLE_HOME/server/apps/oim.ear/admin.war/WEB-INF/lib/IdentityTaskFlow.jar to a local work directory, unzip it and locate UserAttributes.properties at /oracle/iam/resources/IdentityTaskFlow.
    ii. Update the userAttributes.properties file in the IdentityTaskFlow.jar/oracle/iam/resources/IdentityTaskFlow and create a new IdentityTaskFlow.jar
    iii. Copy the updated IdentityTaskFlow.jar to $OIM_ORACLE_HOME/ server/apps/oim.ear/admin.war/WEB-INF/lib/
    For "User Type", try putting the property name as "user_type" or try "role". One should work.
    HTH,
    BB

  • Problem deploying parts of CS4

    I have some problems deploying parts of CS4 Design Std
    I ran setup --record=1 and built XML files for each Acrobat, Illustrator, InDesign and Photoshop and each time I deselected every component which could be deselected (like Acrobat.com, Air, Flashplayer,...)
    (Some people don't need Acrobat, others don't need InDesign and so on and noone needs air and Flashplayer, as they are maintained already)
    If I run Setup.exe --mode=silent --deploymentFile="$application.xml" each setup works fine.
    But as soon as I installed Acrobat the InDesign setup fails with code 7 and also the other way round.
    Acrobat, Illustrator and Photoshop together work flawlessly.
    acrobat.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <Deployment>
    <Properties>
    <Property name="EULA_LANGUAGE">de_DE</Property>
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
    <Property name="OS64Bit">1</Property>
    <Property name="StartMenuSubFolder">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Standard CS4</Property>
    <Property name="defaultLanguage">de_DE</Property>
    <Property name="driverAdobeCode">{AA1AFF46xxx}</Property>
    <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
    <Property name="eula_EPIC_EULA_SELECTED">2</Property>
    <Property name="installLanguage">de_DE</Property>
    <Property name="installSourcePath">C:\Program Files (x86)\Common Files\Adobe\Installers\1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="mediaName">Adobe CS4 Design Standard Disc 1</Property>
    <Property name="mediaPath">payloads\AdobeDesignSuiteStandard4-mul\AdobeDesignSuiteStandard4-mul.msi </Property>
    <Property name="mediaType">0</Property>
    <Property name="mediaVolumeIndex">1</Property>
    <Property name="overrideFile">0</Property>
    <Property name="pers_EPIC_SERIAL">1327xxx</Property>
    <Property name="serialNumber">1327xxx</Property>
    <Property name="sessionID">1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="setupVersion">2.0.138.0</Property>
    </Properties>
    <Payloads>
    <Payload adobeCode="{AA1AFF46-803D-4446-BDF3-CDB5F9E33D6D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AC76BA86-1033-F400-7760-000000000004}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5746C6E3-DC6E-4762-9445-F89C50B5E1D2}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5D195AB1-30AC-44F6-93FE-225CE5BBAB74}">
    <Action>donotinstall</Action>
    </Payload>
    </Payloads>
    </Deployment>
    InDesign.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <Deployment>
    <Properties>
    <Property name="EULA_LANGUAGE">de_DE</Property>
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
    <Property name="OS64Bit">1</Property>
    <Property name="StartMenuSubFolder">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Standard CS4</Property>
    <Property name="defaultLanguage">de_DE</Property>
    <Property name="driverAdobeCode">{AA1AFF46xxx}</Property>
    <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
    <Property name="eula_EPIC_EULA_SELECTED">2</Property>
    <Property name="installLanguage">de_DE</Property>
    <Property name="installSourcePath">C:\Program Files (x86)\Common Files\Adobe\Installers\1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="mediaName">Adobe CS4 Design Standard Disc 1</Property>
    <Property name="mediaPath">extensions\AdobeInDesign6AppLang-de_DE\AdobeInDesign6AppLang-de_DE.msi</ Property>
    <Property name="mediaType">0</Property>
    <Property name="mediaVolumeIndex">1</Property>
    <Property name="overrideFile">0</Property>
    <Property name="pers_EPIC_SERIAL">1327xxx</Property>
    <Property name="serialNumber">1327xxx</Property>
    <Property name="sessionID">1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="setupVersion">2.0.138.0</Property>
    </Properties>
    <Payloads>
    <Payload adobeCode="{043A67CA-08C4-4669-A2A1-B03F6D8D509C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{064F0D64-1F54-4F4B-953E-BAED5D7E69B2}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0967604F-33E6-4C6B-934B-157C3AB4ED4C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{14A5A29B-D252-4575-B40C-695B8D8B34D5}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2965A5F0-0326-4479-B140-F5799BD025B7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3095E614-711B-48D2-BAAF-0CA9D9968F68}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{31FC14DD-7641-4BEB-B5D1-9976F99AF956}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{35304775-CB5F-101B-A142-83B5468C225C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{395FC443-B34B-4E77-9928-23C147FC83F1}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{490F274E-689A-4ECF-AC3E-322347ED7613}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{53560287-20EA-4EB6-9B5C-5B1EC080350A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{563275A9-CC66-101B-8B71-81B8A321A480}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5A2D6654-8164-4810-A76F-FD160223558E}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5C99A447-812B-4531-816B-38F0C8B19F02}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{603DA164-1FA4-43F4-AD82-0A56206E5BD7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{73656117-7621-4603-9830-786F7F46F966}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{8167335C-8FEA-4576-8EC2-8AC77EC58F19}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87C4EC3E-47F0-4287-A436-9ADA103E05E9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9907B3BB-23CD-424E-B18F-A2E158D4B6D0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9DFDAC02-972C-4A6A-9419-AD702DC40EC6}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{A9A71A55-3C8A-4DCD-8291-1F4B749627C9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AA1AFF46-803D-4446-BDF3-CDB5F9E33D6D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AB8E4534-C573-4CC9-BA6A-76DD14055510}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{B2A01A26-BCD8-4BFB-ADC2-164416D42A38}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{D95B5192-2606-4176-893B-7B6704D2605B}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E769C759-5B9B-487B-AAC3-FAB7015D7B9A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E9124DCC-945E-4450-B8CD-689A6FE15F8D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5746C6E3-DC6E-4762-9445-F89C50B5E1D2}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5D195AB1-30AC-44F6-93FE-225CE5BBAB74}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{6743AE49-4594-4CAE-807C-27682446F498}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{CBC8AB3C-85F0-4D16-8E01-95E0343EE383}">
    <Action>donotinstall</Action>
    </Payload>
    </Payloads>
    </Deployment>
    Also the complete Suite-setup created by wizard returns code 7
    complete.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <Deployment>
    <Properties>
    <Property name="EULA_LANGUAGE">de_DE</Property>
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
    <Property name="OS64Bit">1</Property>
    <Property name="StartMenuSubFolder">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Standard CS4</Property>
    <Property name="defaultLanguage">de_DE</Property>
    <Property name="driverAdobeCode">{AA1AFF46xxx}</Property>
    <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
    <Property name="eula_EPIC_EULA_SELECTED">2</Property>
    <Property name="installLanguage">de_DE</Property>
    <Property name="installSourcePath">C:\Program Files (x86)\Common Files\Adobe\Installers\1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="mediaName">Adobe CS4 Design Standard Disc 1</Property>
    <Property name="mediaPath">extensions\AdobeInDesign6CommonLang-de_DE\AdobeInDesign6CommonLang-de_DE .msi</Property>
    <Property name="mediaType">0</Property>
    <Property name="mediaVolumeIndex">1</Property>
    <Property name="overrideFile">0</Property>
    <Property name="pers_EPIC_SERIAL">1327xxx</Property>
    <Property name="serialNumber">1327xxx</Property>
    <Property name="sessionID">1e3bxxx</Property>
    <Property name="setupVersion">2.0.138.0</Property>
    </Properties>
    <Payloads>
    <Payload adobeCode="{043A67CA-08C4-4669-A2A1-B03F6D8D509C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{064F0D64-1F54-4F4B-953E-BAED5D7E69B2}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0967604F-33E6-4C6B-934B-157C3AB4ED4C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0D47D055-102E-443D-9FE7-FFF0BBAB6A98}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{14A5A29B-D252-4575-B40C-695B8D8B34D5}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{176894A3-E35F-45C0-98E3-3FB4CD46C0E0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2965A5F0-0326-4479-B140-F5799BD025B7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3095E614-711B-48D2-BAAF-0CA9D9968F68}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{31FC14DD-7641-4BEB-B5D1-9976F99AF956}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{35304775-CB5F-101B-A142-83B5468C225C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{395FC443-B34B-4E77-9928-23C147FC83F1}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{490F274E-689A-4ECF-AC3E-322347ED7613}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{4F3CE025-D60B-4E6B-8D39-B04CD3769008}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{53560287-20EA-4EB6-9B5C-5B1EC080350A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{563275A9-CC66-101B-8B71-81B8A321A480}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5A2D6654-8164-4810-A76F-FD160223558E}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5C99A447-812B-4531-816B-38F0C8B19F02}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{603DA164-1FA4-43F4-AD82-0A56206E5BD7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{6A7D180B-9A75-4C62-BE94-FE44BE3732C2}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{71C506FA-C006-4822-A371-059856E706CA}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{73656117-7621-4603-9830-786F7F46F966}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{79E0F594-E8F3-4930-8EBD-0C7178302EFB}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{7F60FD0C-F2FF-433A-A91C-EC76152DEF05}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{8167335C-8FEA-4576-8EC2-8AC77EC58F19}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87C4EC3E-47F0-4287-A436-9ADA103E05E9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{98D81F21-D408-4431-B1CD-FD5F34F70DA0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9907B3BB-23CD-424E-B18F-A2E158D4B6D0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9DFDAC02-972C-4A6A-9419-AD702DC40EC6}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9F299EC3-0FBB-4C64-80C8-66849A26CFBD}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{A6148177-E733-4F44-8123-C7565DFA7819}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{A9A71A55-3C8A-4DCD-8291-1F4B749627C9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AA1AFF46-803D-4446-BDF3-CDB5F9E33D6D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AB8E4534-C573-4CC9-BA6A-76DD14055510}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AC76BA86-1033-F400-7760-000000000004}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{B2A01A26-BCD8-4BFB-ADC2-164416D42A38}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{CFCD7AD2-150A-4194-BA98-4C59850A0F98}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{D7AF82DE-06CD-493D-8866-58BD4A7C54EB}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{D95B5192-2606-4176-893B-7B6704D2605B}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{DBB1B2E9-0DF9-495C-B58D-C23A3599EDA7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E769C759-5B9B-487B-AAC3-FAB7015D7B9A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E9124DCC-945E-4450-B8CD-689A6FE15F8D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{40E33B80-0C73-41A0-82A5-9AF7D1D68C98}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5746C6E3-DC6E-4762-9445-F89C50B5E1D2}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5D195AB1-30AC-44F6-93FE-225CE5BBAB74}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{6743AE49-4594-4CAE-807C-27682446F498}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{CBC8AB3C-85F0-4D16-8E01-95E0343EE383}">
    <Action>donotinstall</Action>
    </Payload>
    </Payloads>
    </Deployment>
    Where is the problem?
    Unfortunately, Adobe refuses support, as this is a custom installation... (I have several tickets and they didn't solve a single one finding some pretext every single time or simply withdraw it *mad*)

    J2EE only allows for deploying a complete web application. You cannot redeploy (new) parts of a web application.
    So, if you want to deploy the wiuzards separately, then you need to create separate ViewController projects, and deploy them as separate web applications. But then they do not share session state, and users need to log on again for each wizard (unless you are using Single Sign On).
    Steven Davelaar,
    JHeadstart team.

  • Problems with letter type

    Problems with letter type homepage www.JO-qigong.nl When I want to make another type it changes the whole page? Why?

    Thank you for responding. I am sure that I selected the text. I don't do anything different than I did many times before. But if I change a text know, for exemple in the color Red, than other text, that I didn't selected, get a different text: bigger text or other color. In iWeb everything is OK, but when I publish it, than there are those grazy changes. I use iWeb for 3 years now and had no problems till now.
    Is it because the software is not supported anymore by Apple, because you can not update the software anymore. It is a pitty, because I like iWeb. It is easy to work with.

  • Urgent!!! problems deploying BC4J to Oracle 8i

    I have the following problem deploying BC4J to Oracle 8i as EJB :
    When I tried to deploy as an EJB following the guidelines in the following help page:
    Contents help--> Developing Business Components-->Deploying Business Components-->Creating Deployment Profiles and Deploying
    I get the following error :
    An exception occurred during code generation: Class not found: bc4jEjbtrial.common.ejb.DeptAppModHome.class
    *** Errors occurred while deploying the EJB to JServer ***
    Could someone please tell me where I am possibly going wrong?

    What version of jdev are you running? The Bc4jtrial package sounds suspicious.
    Thanks
    Blaise

  • Problem deploying Duke's Bookstore JavaEE5 example

    Hello everyone,
    I am having problems deploying the Duke's Bookstore example. I am trying to follow the tutorial.
    I have already updated the information concerning AS_ADMIN_PASSWORD on the file "build.properties". It took me some times... by the way i am new in J2EE tecnology and i am trying to get the example working so i can see the example running.
    Right now i am able to run ant to build the example so i get the .war file and the other files in the "build" and "dist" directory.
    I am stock in the operation concerning the database. I get to the same error weather i try "ant deploy" or "ant create-tables"... this is the message that i get:
    C:\javaeetutorial5\examples\web\bookstore1>ant deploy
    Buildfile: build.xml
    check:
    tools:
    -pre-deploy:
    -pre-init:
    init:
    check:
    tools:
    start-db:
    [exec] Database already started on host localhost, port 1527.
    [exec] Command start-database executed successfully.
    delete-tables:
    [sql] Executing file: C:\javaeetutorial5\examples\web\bookstore1\${db.delete.src}
    BUILD FAILED
    C:\javaeetutorial5\examples\web\bookstore1\build.xml:25: The following error occurred while executing this line:
    C:\javaeetutorial5\examples\bp-project\database-ant.xml:48: java.io.FileNotFoundException: C:\javaeetutorial5\examples\web\boo
    kstore1\${db.delete.src} (El sistema no puede hallar el archivo especificado)
    Total time: 7 seconds
    By the way, i am spanish thats why the error message its in spanish! :)
    Its saids something about a missing file, a file that it can not be found. I dont know which one is the missing file... so i dont know what to do.
    I have looked both "build.xml" and "database-ant.xml" to see if i see something, but as i told you i am need in J2EE and this is getting very difficult.
    It seems very easy in the tutorial, but in practice you have to do other things to make it works. I dont know why this information it is not in the tutorial.
    I really hope that somebody can help me...
    Thx in advances

    Hello everyone,
    I am having problems deploying the Duke's Bookstore
    example. I am trying to follow the tutorial.
    I have already updated the information concerning
    AS_ADMIN_PASSWORD on the file "build.properties". It
    took me some times... by the way i am new in J2EE
    tecnology and i am trying to get the example working
    so i can see the example running....
    C:\javaeetutorial5\examples\web\bookstore1>ant
    deploy
    Buildfile: build.xml
    check:
    tools:
    -pre-deploy:
    -pre-init:
    init:
    check:
    tools:
    start-db:
    [exec] Database already started on host
    localhost, port 1527.
    [exec] Command start-database executed
    successfully.
    delete-tables:
    [sql] Executing file:
    C:\javaeetutorial5\examples\web\bookstore1\${db.delete
    .src}
    BUILD FAILED
    C:\javaeetutorial5\examples\web\bookstore1\build.xml:2
    5: The following error occurred while executing this
    line:
    C:\javaeetutorial5\examples\bp-project\database-ant.xm
    l:48: java.io.FileNotFoundException:
    C:\javaeetutorial5\examples\web\boo
    kstore1\${db.delete.src} (El sistema no puede hallar
    el archivo especificado)
    Total time: 7 seconds
    By the way, i am spanish thats why the error message
    its in spanish! :)
    Its saids something about a missing file, a file that
    it can not be found. I dont know which one is the
    missing file... so i dont know what to do.
    I have looked both "build.xml" and "database-ant.xml"
    to see if i see something, but as i told you i am
    need in J2EE and this is getting very difficult.The property db.delete.src is set in:
    .../javaeetutorial5/examples/bp-project/javadb.properties
    Check to make sure that this file exists. It should. You don't have to create it or edit it, as it is shipped with the correct properties for the tutorial.
    Also, have you followed the instructions on setting javaee.home in your build.properties, as described here:
    http://java.sun.com/javaee/5/docs/tutorial/doc/About.html#wp87965
    -ian

  • Problem in Idoc type

    Hi Experts,
    I am facing one strange issue in idocs.
    I am having a scenario where for particular LS i have assigned HRMD_A06 basic type and ZHRMD_A06 extension in partner profile.
    and i am trying to implement badi HRALE00OUTBOUND_IDOC.
    in this badi at runtime wrong message type is getting picked up at the runtime(checked in debugging). But at the end it displays proper basic type.
    so for me it is getting difficult to write logic in this badi.
    Please guide is there any particular setting apart from partner profile where we assign message type to LS.

    Hi,
    In problem in idoc type , that below link will helpful to you.
    Try this link,
    http://www.riyaz.net/blog/beginners-guide-to-ale-and-idocs-a-step-by-step-approach/technology/sap/18/
    Regards,
    Sekhar

  • Problem deploying tc/SL/CMS/PCS

    hi,
    I have the problem deploying the JDI. The WEB AS 7.0 has SP09 the JDI files also.
    I have got this error messge.
    Starting Deployment of tc/SL/CMS/PCS
    Aborted: development component 'tc/SL/CMS/PCS'/'sap.com'/'SAP AG'/'6.4009.00.0000.20040923175519.0000'/'1', grouped by software component 'SAP_DEVINF'/'sap.com'/'SAP AG'/'1000.6.40.9.0.20041022114750''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/tcSLCMSPCS.. Reason: Incorrect application sap.com/tcSLCMSPCS:Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeRequest.Error in bean CmsOrganizerProxy: The business method restartExportByChangelists in the local interface throws java.rmi.RemoteException or a subclass of it. The throws clause of any method in the local interface must not include the java.rmi.RemoteException.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method restartExportByChangelists.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getRequestMaskForWorkspace.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeListsOfChangeRequest.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getComponentLocation.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method readSystemMessages.; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/tcSLCMS~PCS:Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeRequest.Error in bean CmsOrganizerProxy: The business method restartExportByChangelists in the local interface throws java.rmi.RemoteException or a subclass of it. The throws clause of any method in the local interface must not include the java.rmi.RemoteException.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method restartExportByChangelists.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getRequestMaskForWorkspace.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeListsOfChangeRequest.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getComponentLocation.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method readSystemMessages.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2144)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:553)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/tcSLCMS~PCS:Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeRequest.Error in bean CmsOrganizerProxy: The business method restartExportByChangelists in the local interface throws java.rmi.RemoteException or a subclass of it. The throws clause of any method in the local interface must not include the java.rmi.RemoteException.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method restartExportByChangelists.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getRequestMaskForWorkspace.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeListsOfChangeRequest.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getComponentLocation.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method readSystemMessages.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2144)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:553)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of tc/SL/CMS/PCS finished with Error (Duration 10375 ms)
    thanks in advance
    regards
    Milen

    Hi Pete,
    the version of your SAPDEVINF is SP9 Patch Level 0 build at 2nd November 2004.
    Do you want to install SP9? If not get a newer version from service marketplace.
    You can see the version and time here:
    SAPDEVINF<b>09_0</b>.SCA
    and here
    sap.com'/'SAP AG'/'6.40<b>09.00</b>.0000.<b>20041102</b>104825.0000
    Regards
    Helmut

Maybe you are looking for

  • Performance degradation when using foreign keys

    Hi, I face drastic performance degradation when I add foreign keys to a table and perform insert / update on that table. I have a row store table to  which I need to insert around 1,50,000 records. If the table has no foreign key reference it takes m

  • Mail attachment (.csv) to File (.csv)

    Hi mates, I have a requirement where I have to pick the attachment(.csv format) of an incoming mail and store this file ( in .csv format)onto a file server using  a reciever file adapter. Please suggest how can i go about it ?

  • Networked Vista computers not appearing automatically in Finder

    Hello, I am having a hard time getting any of my networked Vista machines to show up in the left column of the finder menu. I can access the Leopard's public folder from any of the Vista machines, and I can access any of the Vista machines through sm

  • Want to refresh Image Capture without disconnecting device

    I'm using Image Capture to import iPad Screen captures to my iMac.  The problem is that it "sees" only those images that were on the iPad when Image Capture started up.  In order to see subsequent images, I have to physically disconnect ("pull the pl

  • Special characters in search help

    Hello Everybody I am having a problem with an SAP standard search help in polish language. As an example in transaction XD03 I use the F4 button to start a search and then use the register "Customers (general)". Of course I am logged in with PL (poli