Warning while deploying using Visual Administrator

Hi,
I am using SAP MDM 5.5 and XI 7.0 and deploying MDM components using Visual Administrator.
I have deployed the file MDMMatrixServer_1.0.ear successfully.
Now when i am trying to deploy other 2 files i.e. MDMMatrixApp_1.0.ear and Attrib_Import_1.0.ear i get the warning:
"<i>This application hasn't J2EE modules, so it cannot be loaded. Proceeding with deploy</i>."
I tried deploying the files by using both the Server and Application options, but facing the same warning.
Someone plz help me on how should i go with this warning.
Regards,
Chintan Sheth

Continued with the warning and successfully deployed.

Similar Messages

  • Warning while deploying a map

    Hi,
    While deploying a map, it is giving following error:
    ORA-06550: line 22, column 3:
    PL/SQL: ORA-00942: table or view does not exist.
    But the map deploys successfully and working fine.
    Can anybody please tell me how to fix the warning.
    Thanks,
    Swaroop

    Hi,
    Thanks for the reply.
    I have synchronised all the tables in the map. But still it is giving the same warning, while deploying.
    --Swaroop                                                                                                                                                                                                                                                                                                       

  • How to use Visual Administrator !!!!

    Can some one tell me how to use visual administrator to view console out(System.out.println), I am trying to debug my application so if anyone can suggest some good debugging techniques

    Hi Emmanuel,
    Here some links - hope it will help you:
    http://help.sap.com/saphelp_webas630/helpdata/en/b9/545e902c894a0cadf2ef3f888fcd59/content.htm
    http://help.sap.com/saphelp_webas630/helpdata/en/d8/533251e56b584cbcf4a873c3bc8b39/content.htm
    Could you be more specify and write your WAS version?
    I suggest you use System.err.println instead System.out.println
    Regards,
    Roman.

  • Error while deploying using ant in 11g

    Hi all,
    I am trying to deploy order demo application using ant from command line in SOA 11g. I just ran the ant script to package the composite and it is giving me below mentioned error.It is referring to 1 file in all the wsdls and creating problem. Actualy, JMS_FedEx.wsdl is partner link to JMS Adapter that writes to a queue. I am confused because I have 2 more adapter created on similiar lines like this but while compiling no error references are made to those wsdls. I am not sure What's wrong with this wsdl. However, Composite gets complied and deployed using Jdeveloper. Please provide your Inputs.
    Nov 29, 2011 3:10:38 PM oracle.adf.share.ADFContext getCurrent
    WARNING: Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    Load of wsdl "oramds:/soa/shared/workflow/TaskServiceInterface.wsdl" failed
    oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/soa/shared/workflow/TaskServiceInterface.wsdl: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/TaskServiceInterface.wsdl does not exist.
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:280)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:557)
         at oracle.fabric.common.metadata.MetadataManagerImpl.getDocumentAsInputStream(MetadataManagerImpl.java:159)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:419)
         at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:244)
         at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:308)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:934)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Caused by: java.io.IOException: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/TaskServiceInterface.wsdl does not exist.
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:429)
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStreamWithRetry(AbstractOraMDSURLConnection.java:262)
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:183)
         at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:67)
         at java.net.URL.openStream(URL.java:1010)
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:276)
         ... 9 more
    Caused by: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/TaskServiceInterface.wsdl does not exist.
         ... 15 more
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/receivePO.wsdl] part name = part1     type = {http://xmlns.oracle.com/ns/order}PurchaseOrder" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/receivePO.wsdl] part name = part1     type = {http://xmlns.oracle.com/ns/order}PurchaseOrder
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/JMS_USPS.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/JMS_USPS.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/OracleRulesFulfillment.wsdl] part name = payload     type = {http://xmlns.oracle.com/FullfillmentRules/OracleRulesFulfillment}callFunctionStateful" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/OracleRulesFulfillment.wsdl] part name = payload     type = {http://xmlns.oracle.com/FullfillmentRules/OracleRulesFulfillment}callFunctionStateful
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/OracleRulesFulfillment.wsdl] part name = payload     type = {http://xmlns.oracle.com/FullfillmentRules/OracleRulesFulfillment}callFunctionStateful" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/OracleRulesFulfillment.wsdl] part name = payload     type = {http://xmlns.oracle.com/FullfillmentRules/OracleRulesFulfillment}callFunctionStateful
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:58)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/OracleRulesFulfillment.wsdl] part name = payload     type = {http://xmlns.oracle.com/FullfillmentRules/OracleRulesFulfillment}callFunctionStateful" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/OracleRulesFulfillment.wsdl] part name = payload     type = {http://xmlns.oracle.com/FullfillmentRules/OracleRulesFulfillment}callFunctionStateful
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/JMS_UPS.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/JMS_UPS.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/approveLargeOrder.wsdl] part name = payload     type = {http://xmlns.oracle.com/ns/order}Order" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/approveLargeOrder.wsdl] part name = payload     type = {http://xmlns.oracle.com/ns/order}Order
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/ManualApproval_DecisionService_1.wsdl] part name = payload     type = {http://xmlns.oracle.com/ManualApproval/ManualApproval_DecisionService_1}errorInfo" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/ManualApproval_DecisionService_1.wsdl] part name = payload     type = {http://xmlns.oracle.com/ManualApproval/ManualApproval_DecisionService_1}errorInfo
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [http://gdiora001.in.ibm.com:8015/soa-infra/services/default/validationForCC!1.0/getStatusbyCC.wsdl] part name = part1     type = {http://www.globalcompany.com/ns/CCAuthorizationService}creditcardStatusRequest" failed
    java.lang.Exception: Message part element undefined in wsdl [http://gdiora001.in.ibm.com:8015/soa-infra/services/default/validationForCC!1.0/getStatusbyCC.wsdl] part name = part1     type = {http://www.globalcompany.com/ns/CCAuthorizationService}creditcardStatusRequest
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:58)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [http://gdiora001.in.ibm.com:8015/soa-infra/services/default/validationForCC!1.0/getStatusbyCC.wsdl] part name = part1     type = {http://www.globalcompany.com/ns/CCAuthorizationService}creditcardStatusRequest" failed
    java.lang.Exception: Message part element undefined in wsdl [http://gdiora001.in.ibm.com:8015/soa-infra/services/default/validationForCC!1.0/getStatusbyCC.wsdl] part name = part1     type = {http://www.globalcompany.com/ns/CCAuthorizationService}creditcardStatusRequest
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [http://gdiora001.in.ibm.com:8015/soa-infra/services/default/validationForCC!1.0/getStatusbyCC.wsdl] part name = part1     type = {http://www.globalcompany.com/ns/CCAuthorizationService}creditcardStatusRequest" failed
    java.lang.Exception: Message part element undefined in wsdl [http://gdiora001.in.ibm.com:8015/soa-infra/services/default/validationForCC!1.0/getStatusbyCC.wsdl] part name = part1     type = {http://www.globalcompany.com/ns/CCAuthorizationService}creditcardStatusRequest
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/FulfillmentProcess.wsdl] part name = payload     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/FulfillmentProcess.wsdl] part name = payload     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/JMS_FedEx.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/JMS_FedEx.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/fulfillment}Fulfillment
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/WriteApprovalResults.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/order}Order" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/WriteApprovalResults.wsdl] part name = body     type = {http://xmlns.oracle.com/ns/order}Order
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Load of wsdl "JMS_FedEx.wsdl with Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/WriteApprovalResults_Remote.wsdl] part name = body     type = {http://xmlns.oracle.com/pcbpel/adapter/ftp/}OutboundFTPHeaderType" failed
    java.lang.Exception: Message part element undefined in wsdl [file:/C:/po/POProcessing/POProcessing/WriteApprovalResults_Remote.wsdl] part name = body     type = {http://xmlns.oracle.com/pcbpel/adapter/ftp/}OutboundFTPHeaderType
         at oracle.soa.scac.WSDLValidator.validateMessageParts(WSDLValidator.java:121)
         at oracle.soa.scac.WSDLValidator.validateMessages(WSDLValidator.java:88)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:47)
         at oracle.soa.scac.WSDLValidator.validate(WSDLValidator.java:40)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:964)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Thanks,
    Vikas Manchanda

    Read the last post please -
    Unable to Compile-All in Weblogic Fusion Demo
    Regards,
    Anuj

  • Azure websites continues deployment using visual studio online doesn't work

    Hello!
    I have an issue with continues deployment in Azure. I have two subscriptions for my project. I created the team project in Subscription 1 & done the automatic deployment using GITContinuesDeployment. Everything is fine but while I changed the subscription
    I can't do the automatic deployment since the Team project can't be find. The question is how can I do the deployment? I get the following error:
    An attempted http request against URI https://management.core.windows.net/....../publishxml returned an error: (404) Not Found.
     Exception Message: One or more errors occurred. (type AggregateException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Deployment.Workflow.Activities.RestApiAsyncCodeActivity`1.ProcessAggregateException(AsyncCodeActivityContext context, AggregateException ag)
       at Microsoft.TeamFoundation.Deployment.Workflow.Activities.RestApiAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
       at System.Activities.AsyncCodeActivity`1.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
       at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: One or more errors occurred. (type AggregateException)
    Exception Stack Trace:    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    Inner Exception Details:
    Exception Message: An attempted http request against URI https://management.core.windows.net/.../publishxm
    If I check Azure website also in Subscription 2, I can't find the Team project also from Subscription 1 even If I can see the subscription 1& 2 under services in Visual studio online 
    returned an error: (404) Not Found. (type HttpRequestWithUriException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Deployment.Workflow.Activities.GetAzureWebsitePublishProfile.<>c__DisplayClass2.<GetApiTask>b__0(Task`1 returnTask)
       at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    Does anyone have the solution for that?
    Regards,
    Maryam

    Note that the better forum to directly reach the Visual Studio Online experts is
    here. A forum admin may be able to move the post to the right place.

  • Issues while Deploying using AID

    Hi All,
    We are getting the following errors while deploying a xxxposite using the AID,
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAInstallDriver.xml:72: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:79: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/aia_instances/AIA_DEV/tmp/AIDExecuteDP_temp_760097272.xml:6: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:379: Not provided valid values for jdbc-url, username, password for datasource tag in participatingapplications.Ebiz.db.EBIZ01
    This is the xxxmand that I am running
    ant -f AIAInstallDriver.xml -DDeploymentPlan=/oracle/product/Middleware/AIA/util/DeploymentPlanGenerator/POProviderDP.xml -DPropertiesFile=/oracle/product/Middleware/AIA/aia_instances/AIA_DEV/config/AIAInstallProperties.xml
    I am not sure if the generated BOM and DP has the correct values, and whether AIAInstallProperties have been edited correctly.
    They are pasted below,
    BOM.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <svcdoc:BOM xmlns="http://xmlns.oracle.xxx/sca/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:orawsp="http://schemas.oracle.xxx/ws/2006/01/policy" xmlns:ui="http://xmlns.oracle.xxx/soa/designer/" xmlns:svcdoc="http://xmlns.oracle.xxx/Services/Documentation/V1" xsi:noNameSpaceSchemaLocation="AIAPIP.xsd" projectCode="BAERPSOA" xmlns:xsi="http://xmlns.oracle.xxx/Services/Documentation/V1">
    <svcdoc:xxxposite revision="1.0" name="PurchaseOrderListEbizProvider">
    <svcdoc:ServiceSolutionxxxponentAssociation>
    <svcdoc:GUID>def61380-d651-4fd7-87de-054e45eea195</svcdoc:GUID>
    </svcdoc:ServiceSolutionxxxponentAssociation>
    <svcdoc:service name="createpurchaseorderlistebizproviderservice_ep">
    <svcdoc:ImplementationDetails>
    <svcdoc:ApplicationName>Ebiz</svcdoc:ApplicationName>
    <svcdoc:BaseVersion>1.0</svcdoc:BaseVersion>
    <svcdoc:DevelopedBy>BAEIS</svcdoc:DevelopedBy>
    <svcdoc:OracleCertified>Yes</svcdoc:OracleCertified>
    <svcdoc:ArtifactType>TransportAdapter</svcdoc:ArtifactType>
    <svcdoc:ServiceOperation>
    <svcdoc:Name>process</svcdoc:Name>
    </svcdoc:ServiceOperation>
    </svcdoc:ImplementationDetails>
    </svcdoc:service>
    <svcdoc:reference name="InsertPurchaseOrderListEbizProviderDBAdapterService">
    <svcdoc:ArtifactType>TransportAdapter</svcdoc:ArtifactType>
    <svcdoc:ServiceOperation>
    <svcdoc:Name>insert</svcdoc:Name>
    </svcdoc:ServiceOperation>
    <svcdoc:TransportDetails>
    <svcdoc:DBAdapter>
    <svcdoc:ResourceProvider>OracleDB</svcdoc:ResourceProvider>
    <svcdoc:ConnectionFactory>eis/DB/APPS</svcdoc:ConnectionFactory>
    <svcdoc:ApplicationName>Ebiz</svcdoc:ApplicationName>
    <svcdoc:XAEnabled>True</svcdoc:XAEnabled>
    <svcdoc:ResourceTargetIdentifier>EBIZ01</svcdoc:ResourceTargetIdentifier>
    <svcdoc:ResourceName>BAPO_SOA_PO_HEADERS_STAGE</svcdoc:ResourceName>
    <svcdoc:ResourceName>BAPO_SOA_PO_LINES_STAGE</svcdoc:ResourceName>
    <svcdoc:ResourceName>BAPO_SOA_PO_DIST_STAGE</svcdoc:ResourceName>
    </svcdoc:DBAdapter>
    </svcdoc:TransportDetails>
    </svcdoc:reference>
    <svcdoc:reference name="PurchaseOrderAPICall">
    <svcdoc:ArtifactType>TransportAdapter</svcdoc:ArtifactType>
    <svcdoc:ServiceOperation>
    <svcdoc:Name>Procedure</svcdoc:Name>
    </svcdoc:ServiceOperation>
    <svcdoc:TransportDetails>
    <svcdoc:DBAdapter>
    <svcdoc:ResourceProvider>OracleDB</svcdoc:ResourceProvider>
    <svcdoc:ConnectionFactory>eis/DB/APPS</svcdoc:ConnectionFactory>
    <svcdoc:ApplicationName>Ebiz</svcdoc:ApplicationName>
    <svcdoc:XAEnabled>True</svcdoc:XAEnabled>
    <svcdoc:ResourceTargetIdentifier>EBIZ01</svcdoc:ResourceTargetIdentifier>
    <svcdoc:ResourceName>BAPO_SOA_STD_IMPORT_K.BAPO_SOA_VALIDATE_HEADERS_P</svcdoc:ResourceName>
    </svcdoc:DBAdapter>
    </svcdoc:TransportDetails>
    </svcdoc:reference>
    </svcdoc:xxxposite>
    </svcdoc:BOM>
    DP
    <DeploymentPlan xxxponent="BAERPSOA" version="3.0">
    <PreInstallScript>
    <if>
    <equals arg1="${oer.server.publishtooer}" arg2="true"/>
    <then>
    <copy todir="${AIA_INSTANCE}/Infrastructure/LifeCycle/Install/PIPHarvest">
    <fileset file="${AIA_HOME}/Infrastructure/LifeCycle/AIAHarvester/HarvesterSettings.xml" />
    <filterchain>
    <expandproperties/>
    </filterchain>
    </copy>
    <for param="file">
    <path>
    <fileset dir="${AIA_INSTANCE}/Infrastructure/LifeCycle/Install/PIPHarvest">
    <include name="*.xml"/>
    </fileset>
    </path>
    <sequential>
    <OEREncrypt sourceFile="@{file}" destinationFile="@{file}" />
    </sequential>
    </for>
    </then>
    </if>
    </PreInstallScript>
    <Configurations>
    <EndpointConfigurator target-server="pips.BAERPSOA" dir="${AIA_HOME}">
    </EndpointConfigurator>
    <Datasource name="APPS" jndiLocation="jdbc/APPS" action="create" database="participatingapplications.Ebiz.db.EBIZ01" xa-enabled="true" wlserver="pips.BAERPSOA"/>
    <UpdateMetadata wlserver="pips.BAERPSOA" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAxxxponents/ApplicationObjectLibrary/Ebiz/**" />
    <include name="AIAxxxponents/ApplicationConnectorServiceLibrary/Ebiz/**" />
    </fileset>
    </UpdateMetadata>
    <ManagedServer wlserver="pips.BAERPSOA" action="shutdown" failonerror="true"/>
    <DbAdapter connection-instance-jndi="eis/DB/APPS" datasource-jndi="jdbc/APPS" xa-enabled="true" action="create" wlserver="pips.BAERPSOA"/>
    <ManagedServer wlserver="pips.BAERPSOA" action="start" failonerror="true"/>
    </Configurations>
    <Deployments>
    <xxxposite xxxpositeName="PurchaseOrderListEbizProvider" xxxpositedir="${AIA_HOME}/xxxposites/PurchaseOrderListEbizProvider" revision="1.0" wlserver="pips.BAERPSOA" action="deploy" />
    </Deployments>
    <PostInstallScript>
    </PostInstallScript>
    </DeploymentPlan>
    AIAInstallProperties
    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
    <aiainstance>
    <aiaHome>/oracle/product/Middleware/AIA</aiaHome>
    <name>AIA_DEV</name>
    <javahome>/oracle/product/jdk16</javahome>
    <remote_install>false</remote_install>
    <domain_root>/oracle/product/Middleware/user_projects/domains/base_domain</domain_root>
    <mwHome>/oracle/product/Middleware</mwHome>
    <soaHome>/oracle/product/Middleware/Oracle_SOA1</soaHome>
    <aiainstalltype>standard</aiainstalltype>
    <isencrypted>false</isencrypted>
    </aiainstance>
    <fp>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.xxx.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>*****</username>
    <password>*****</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.xxx.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aia>
    <jdbc-url*</jdbc-url>
    <username>******</username>
    <password>******</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>********</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aia>
    <mds>
    <jdbc-url>*</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    </mds>
    <sr>
    <jdbc-url>*</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </sr>
    <jms>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_JMSUSER</username>
    <password>******</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </jms>
    <xref>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </xref>
    <aialifecycle>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aialifecycle>
    </db>
    </fp>
    <oer>
    <server>
    <publishtooer>false</publishtooer>
    <oerurl/>
    <username/>
    <password>*****</password>
    </server>
    </oer>
    <participatingapplications>
    <BAERPSOA>
    <server>
    <adminhostname>xxx.xxx.xxx.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>*****</username>
    <password>*****</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.xxx.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aiademoparticipatingapp>
    <jdbc-url>jdbc:oracle:thin:@sbuxtdb4.xxx.xxx.xxx:1571/FINDL</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>apps_ts_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aiademoparticipatingapp>
    </db>
    </BAERPSOA>
    </participatingapplications>
    <pips>
    <BAERPSOA>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.xxx.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>*****</username>
    <password>*****</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.xxx.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    </BAERPSOA>
    </pips>
    </properties>
    Edited by: Anish Raj on Dec 12, 2011 1:52 PM

    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
    <aiainstance>
    <aiaHome>/oracle/product/Middleware/AIA</aiaHome>
    <name>AIA_DEV</name>
    <javahome>/oracle/product/jdk16</javahome>
    <remote_install>false</remote_install>
    <domain_root>/oracle/product/Middleware/user_projects/domains/base_domain</domain_root>
    <mwHome>/oracle/product/Middleware</mwHome>
    <soaHome>/oracle/product/Middleware/Oracle_SOA1</soaHome>
    <aiainstalltype>standard</aiainstalltype>
    <isencrypted>false</isencrypted>
    </aiainstance>
    <fp>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aia>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_AIA</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>******</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aia>
    <mds>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>DEV_MDS</username>
    <password>xxx</password>
    </mds>
    <sr>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_AIAEBOD</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </sr>
    <jms>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_JMSUSER</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </jms>
    <xref>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_XREF</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </xref>
    <aialifecycle>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_AIALIFECYCLE</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aialifecycle>
    </db>
    </fp>
    <oer>
    <server>
    <publishtooer>false</publishtooer>
    <oerurl/>
    <username/>
    <password>*****</password>
    </server>
    </oer>
    <participatingapplications>
    <BAERPSOA>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aiademoparticipatingapp>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:9999/FINDL</jdbc-url>
    <username>apps</username>
    <password>******</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>apps_ts_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aiademoparticipatingapp>
    </db>
    </BAERPSOA>
    <Ebiz>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <EBIZ01>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:9999/FINDL</jdbc-url>
    <username>apps</username>
    <password>********</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>apps_ts_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </EBIZ01>
    </db>
    </Ebiz>
    </participatingapplications>
    <pips>
    <BAERPSOA>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    </BAERPSOA>
    </pips>
    </properties>
    I am still getting this error,
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAInstallDriver.xml:72: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:79: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/aia_instances/AIA_DEV/tmp/AIDExecuteDP_temp_687973863.xml:6: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:379: Not provided valid values for jdbc-url, username, password for datasource tag in null
    I think there is something wrong, and there are lot of unwanted sections in the file. Actually we took the defxxxlt file and modified it.
    BAERPSOA is the name of the Project from the AIA LCW, EBIZ01 is the SystemID and Ebiz is the short name. As of now, I am trying to deploy just one component, which is the db adapter composite connected to Oracle E Business Suite.
    Regards,
    ANish.
    Edited by: Anish Raj on Dec 12, 2011 2:05 PM

  • Error while deploying in Visual Admin

    Hi,
    Currently I'm having an error while I do my application deployment via Visual Admin. I realized afterI login to Visual Admin then I press Services>Deploy, it will printed a stack of error of java.lang.NullPointerException. I screenshot for better reference.
    [Click Here|http://img687.imageshack.us/img687/3205/errorq.gif]
    It showed error on com.sap.engine.services.rmi_p4/MarshalInputStream.setProfile. Any cause of this or solution as now I can't deploy my application.
    Thanks.

    Hi Blanca,
    I just checked the server and the version is SP13. But before I request for an upgrade I need to justify also.
    I checked out the note 1325234 and follow what it asked. Is correct as I unable to see any entries after I clicked All Application. But in my defaultTrace log didn't print out the error message.
    I only will see the message when I go to Visual Admin>Server>Services>Deploy and it will print as I showed in the screenshot. Just want to double confirm for the error.
    Thanks.

  • Error while connecting to Visual administrator - Server0 getting Restarted

    Hi Experts,
    Kindly help me to Tune the JVM Parameters For AS Java ( Enterprise Portal 7)
    We are Having our Development Portal on a 32-bit Machine and recently we have migrated the same to a 64-Bit with SAP OS/DB. We are Using IBM DB2 9.1 Fix pack 2.
    Now I have to Configure the Java Virtual machine (JVM) Parameters for the EP instance in the 64-bit Hardware. The Hardware details are as Follows :
    Ram - 10 GB
    Paging Memory - 25 GB
    OS - Win 2k3 - SP2
    HDD - 500 GB
    Current JVM Parameters : For (Server0)
    -XX:MaxPermSize=256M
    -XX:PermSize=256M
    -Xms2048M
    -Xmx2048M
    -XX:NewSize=171M
    -XX:MaxNewSize=171M
    Now when iam connecting to Visual Administrator (VA) with administrator it is connecting upto 20 % - 25 % and giving a error - (Ping Timeout - connection to server Lost) and the Server0 is Restarting.
    i have modified Xmx and Xmx to 3072 and restarted the J2ee Engine. And now for some time it is ok and again giving the same error.
    And modifying the Server0 JVM parameters is sufficient or we have to modify Instance --> Servers General JVM Parameters Too ?**
    i Believe this is the problem with JVM Parameters. Correct me if iam wrong
    Please Help me to solve this Issue
    Thank in Advance
    P.S.V Santosh Chaitanya
    SAP Basis Consultant
    Mobile - +91-9901121909

    Hi Santosh,
    The some Memory parameter you set is not correct
    -XX:MaxPermSize=256M
    -XX:PermSize=256M
    -Xms2048M
    -Xmx2048M
    -XX:NewSize=171M
    -XX:MaxNewSize=171M
    it should be as below
    -XX:MaxPermSize=512M
    -XX:PermSize=512M
    -Xms2048M
    -Xmx2048M
    -XX:NewSize=320M
    -XX:MaxNewSize=320M
    pls check the note suggest earlier.
    Thanks
    Anil

  • "Error occurred in deployment step 'Retract Solution': The solution does not have a WSP file associated with it." occurs while deploying from Visual studio

    HI,
    I get this error "Error occurred in deployment step 'Retract Solution': The solution does not have a WSP file associated with it. " when deploying my project from visual studio 2010 to
    SharePoint 2010 site. I tried restarting IIS, but it didn't help. This application used to work fine until the server crashed during the deployment process. All the other applications on the same server works fine also. Any ideas how to fix this issue? 
    Thanks in advance,
    AM

    Hi
    AM ,
    Thank you for your posting!
    According to your error message, it says your solution does not have a WSP file associated with it. Take a look at the file system.  After you Right Click -> Deploy Solution on the VS Solution, there
    should be a .wsp file at <Solution Directory>\bin\<debug|release>.
    Also the error can be occurring when the developer try to deploy solutions over pre-existing solutions  with material changed  in the solution.  Go to your Central Administration Site and then
    Operations and then Solution Management.  Make sure that there not already a solution with the same name deployed or installed there.  If there is, remove it and try deploying again.
    And you could look in logs and find if there is a below error in ULS log (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS).
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Error while connecting in Visual Administrator

    Hi all,
    when I connecting in the Visual Admin, the following message occurs:
    <i>"Error while connecting
    java.lang.ArrayIndexOutOfBoundsException: 40".</i>
    The percent bar is in 3%.
    Whats happening?
    Thanks,
    Yuri
    My environment:
    EP6.0 SP19
    j2sdk 1_4_2_12
    Ms Windows 2003

    Hi Yuri,
    chk out this link
    /message/2924638#2924638 [original link is broken]
    Reward points if useful
    Thanks
    Srinivas

  • Error While deploying Using JMS Listener- Environmenmt setup?  Help!

    I have a message driven bean (actually someone else wrote it and left no deployment procedures)
    I use a resource provider and adapter
    I listen to a jms queue and use a web service to send messages to a bpel process
    I compile fine. The code works on other instances. Some environment variables were set that are unknown.
    When I deploy to a new oc4j container, I get this error...it is baffling everyone. I really think it has some environment setup I am not thinking of. What could it be?
    Someone please help!
    What could this refer to? The error message is quite deceiving.
    BUILD FAILED
    /home/iasgcsdc/DS_028/Send/Send/build.xml:93: Deploy error: Operation
    failed with error:
    [GCEDC-DS-Send:ejb:SendServiceMDB] - The method init on the
    interceptor class mil.usmc.gcss.SendServiceMDB (or one of its superclasses) does not exist or it does not
    have the expected argument type: javax.interceptor.InvocationContext.
    There is no method init being used that i know of.
    The class I wrote SendServiceMDB implements MessageListener
    I will post code later.
    It uses a '@Resource' annotation at one point...could this be the cause.
    Any help or guesses would be so much appreciated. Thanks,
    Jason

    Hi Peter,
    Thanks for the reply.
    The issue was with the Memory heap space allocated by Ant.
    I have created an environment variable "ANT_OPTS" with the value -Xms512M -Xmx512M
    and it works great.
    I tried your approach as well and even that works out perfectly.
    Edited by: Jaydev Doshi on Oct 23, 2009 10:43 PM

  • RW-50004 Warning while installation using rapidwiz

    Hi all,
    I am installing the 11i 11.5.10.2 into a single box linux system
    I am getting the RW-50004 Warning
    and the following details:
    Error Code received while running the external process. Check log for details
    Running database driver for VIS database.
    The log file details is as follows:
    Error while running adlnkoh.sh. Please check logfile
    Errors while running adlnkoh.sh
    There was an error while running the command - /d01/oracle/visdb/9.2.0/temp/VIS_vision/adrun9i.sh APPS APPS
    /d01/oracle/visdb/9.2.0/appsutil/install/adlnkoh.sh: line 198: /d01/oracle/visdb/9.2.0/bin/sqlplus: No such file or directory
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    i can find the
    /d01/oracle/visdb/9.2.0/install/make.log
    collect2: ld returned 1 exit status
    Please update...
    Many thanks in advance...

    Need Help:Problem in Oracle 11i installation
    Hi all,
    I am installing the oracle 11i on solaris 10
    I am getting the RW-50004 Warning
    and the following details:
    Error Code received while running the external process. Check log for details
    Running database install drive for prod instance
    Error while running adlnkoh.sh.
    Errors while running adlnkoh.sh
    I did the staging again but same error is coming.Permission is correct, I am able to fing gcc,make,ar,cc.
    Pls suggest
    Pls suggest

  • Warning while deploying Process Flow

    Hi All,
    When I try to deploy my process flow it give me following warning:
    PRE-02212: Database link 'WB_LK_HD_PK' is a 'Fixed Name'. This could consider a security risk as it exposes username and password of the target user.
    PRE-02213: Database name 'WB_LK_HD_PK' is deployed with a name which is not a global name compatible bacause the source and target instances have identical global names. You should ask your DBA to rename the target database and redeply it.
    Did any body face similar problem before? What should I do to resolve this. It is working on my laptop and not on the development machine.
    Regards,
    Danish

    Hi Danish,
    It is an Oracle Database parameter your DBA can change in the spfile, or you can change yourself with Toad for example.
    Parameter : GLOBAL_NAMES = TRUE or FALSE
    If you choose TRUE, your DBLinks must have the same name as your database
    If you choose FALSE, you can name your DBlink as you like

  • J2ee visual administrator is stopping at 99% while connecting to server.

    Hi,
       I am trying to use visual administrator to change some settings but its stopping at 99% while connecting to XI server. Also because of this iam not getting required services.
    server->global configuration->services is empty. please help me out.
    peter

    Hello Praveen,
    thanks for your hint. I checked the note which is very old and only for release 6.20 (I'm on 6.40). I found a similar error in my logs but this error was produced by a failed login and was not releted to my problem. I checked again my logs after but could not find any helpful entry here.
    Some more ideas? Looks like a candidate for a OSS message to SAP again.
    Regards
    Alex

  • Error in Starting Visual Administration - SSO Configuration

    We have installed EP 7 SP 14 on Enterprise Linux 5.0
    Initially, i.e. after installation, only the following login module stack was used under sap j2ee engine
    BasicPasswordLoginModule - SUFFICIENT
    To check the SSO with other nw 7 java system in our landscape, I have changed it to the following using Visual Administration
    EvaluateTicketLoginModule - SUFFICIENT
    BasicPasswordLoginModule - OPTIONAL
    CreateTicketLoginModule - REQUISITE
    I have restarted ep
    Now, I am able to login to the system using Administrator login from the browser. 
    I checked the SSO.  It was not working.
    I tried to log in to Visual Administrator to make changes, its giving me the following error
    Error while connecting
    com.sap.engine.services.security.exceptions.BaseLoginException: Access Denied.
    How do I proceed ?
    Rgds,
    Santosh

    Given below is the output from the log file security.0.log available at
    /usr/sap/DEP/JC00/j2ee/cluster/server0/log/system
    #1.#00505696557D00650000002A0000779100045465B00B0CB5#1218695628786
    #/System/Security/Authentication
    #sap.com/irj
    #com.sap.engine.services.security.authentication.logincontext
    #P00101959#920##n/a##f3ef9d2069ca11ddcff800505696557d
    #SAPEngine_Application_Thread[impl:3]_37##0#0#Info#1
    #com.sap.engine.services.security.authentication.logincontext#Plain###LOGIN.OK
    User: P00101959
    Authentication Stack: ticket
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false      false
    2. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUISITE   ok          true       true
    3. com.sap.security.core.server.jaas.CreateTicketLoginModule               OPTIONAL    ok          true       true
    Central Checks                                                                                true                  #
    #1.#00505696557D00650000002B0000779100045465B00B1048#1218695628787
    #/System/Security/Audit#sap.com/irj
    #com.sap.security.core.util.SecurityAudit
    #P00101959#920##n/a##f3ef9d2069ca11ddcff800505696557d#SAPEngine_Application_Thread[impl:3]_37##0#0#Info#1
    #com.sap.security.core.util.SecurityAudit#Plain###P00101959    
    | LOGIN.OK     
    | USER.CORP_LDAP.p00101959    
    |     
    | IP Address=[172.18.40.68]#
    Rgds,
    Santosh

Maybe you are looking for

  • Ora 04052 and 06552 error in a procedure

    Hi i created a procedure CREATE OR REPLACE PROCEDURE sp_SyncStart AS BEGIN DELETE FROM adPerSyncLog where "date" between (trunc(sysdate-10) and (trunc(sysdate)-1); INSERT INTO care_admin.coventry_adPerSyncLog SELECT * FROM yyuniv.adPerSyncLog@UNIVERS

  • Infotype Additions did not upgrade to ERP2004

    Hi all, We have recently finished a test run of our upgrade from 4.6c to ERP 2004 in our DEV environment (we will be going to ERP 2005 instead in a few months). While I was looking around to see what has changed and what hasn't, I noticed that some i

  • Sld settings for idoc to idoc

    hi experts, for the idoc to idoc scenrio (not making use of BPM) I have 2 business systems in sld which will be referring to the two r/3 systems. suppose bus_system1 has logical system name as logsys1 for server1 suppose bus_system2 has logical syste

  • Acrobat Reader DC sidebar Seitenleiste

    Hallo, ich möchte die Seitenleiste (sindebar), die sich beim öffnenen jedes pdf's neu zeigt default schliessen und nicht jedes mal auf das kleine Dreicke clicken müssen. Wo kann ich das einstellen? Gruß Reinhold

  • Network (not desktop) sync of calendar - thru whatever?

    OK. I joined this forum to ask this one question, which Apple should just post at the top in a sticky. I've googled and read and searched and looked at KBs and read many of the threads posted here. The information that I've found is not encouraging.