OSB projects deployment issue

Hi All,
i am getting following error when i try to deploy the osb config.jar . the same jar i am able to deploy in another environment. As for my understanding some server configuration was corrupted thats why deployment was failed with validation failure error. can you somebody explain me to how to change routing configurations in osb.
The import failed with exception: com.bea.wli.config.component.ValidationException: Validation of ProxyService GetCabinetAreaInformationIVS/proxy/GetCabinetAndExchangeInformationIVS : Diagnostics for ProxyService GetCabinetAreaInformationIVS/proxy/GetCabinetAndExchangeInformationIVS
ERROR: <0> [RouteNode1] Unrecognized element in stage configuration: {http://www.bea.com/wli/sb/stages/routing/config}route. Location: RouterDiagnosticLocation[ROUTE_NODE_ACTIONS]
DiagnosticLocation:<xml-fragment name="RouteNode1" error-handler="_onErrorHandler-9128461636565811749--53571a16.1430f758fce.-7fc9" xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con="http://www.bea.com/wli/sb/pipeline/config" xmlns:con1="http://www.bea.com/wli/sb/stages/config" xmlns:con2="http://www.bea.com/wli/sb/stages/routing/config" xmlns:con3="http://www.bea.com/wli/sb/stages/transform/config">
  <con:context>
  <con1:varNsDecl namespace="http://www.elitecore.com/mtnice/CiWfmWebService.xsd" prefix="ciw"/>
  </con:context>
  <con:actions>
  <con2:route>
  <con1:id>_ActionId-2024927064365898712--3e4a462e.142e1f7662b.-76a3</con1:id>
<con2:service ref="GetCabinetAreaInformationIVS/business/CIWebServiceBS" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
  <con2:operation>getObjectAttributes</con2:operation>
  <con2:outboundTransform>
  <con3:assign varName="header">
  <con1:id>_ActionId-7440931577990143305-31dd5976.14304048610.-7f76</con1:id>
  <con3:expr>
<con1:xqueryText><![CDATA[<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://nims.incatel.com/webservice/generatedtypes/commonTypes">
<com:password>netis</com:password>
<com:username>netis</com:username>
<com:requestId>getObjectAttributes</com:requestId>
</soap:Header>]]></con1:xqueryText>
  </con3:expr>
  </con3:assign>
  <con3:replace varName="body" contents-only="true">
  <con1:id>_ActionId-2024927064365898712--3e4a462e.142e1f7662b.-766b</con1:id>
  <con3:expr>
  <con1:xqueryTransform>
  <con1:resource ref="GetCabinetAreaInformationIVS/xsl/GetCIInformationRequest"/>
  <con1:param name="getObjectAttributesRequest1">
  <con1:path>$body/*</con1:path>
  </con1:param>
  </con1:xqueryTransform>
  </con3:expr>
  </con3:replace>
  </con2:outboundTransform>
  <con2:responseTransform>
  <con3:replace varName="body" contents-only="true">
  <con1:id>_ActionId-2024927064365898712--3e4a462e.142e1f7662b.-7633</con1:id>
  <con3:expr>
  <con1:xqueryTransform>
  <con1:resource ref="GetCabinetAreaInformationIVS/xsl/GetCIInformationResponse"/>
  <con1:param name="getObjectAttributesResponse1">
  <con1:path>$body/*</con1:path>
  </con1:param>
  </con1:xqueryTransform>
  </con3:expr>
  </con3:replace>
  </con2:responseTransform>
  </con2:route>
  </con:actions>
</xml-fragment>
/detail:{http://www.bea.com/wli/sb/stages/routing/config}route failed

I was getting similar messages in two instances:
1. Trying to deploy a JAR extracted from a newer sub-version of OSB to an older domain. Elements such as StickySession etc were not recognized.
2. Trying to deploy to a domain with damaged OSB configuration; had to cleanup the whole domain (remove all projects) and redeploy everything from scratch.
Somehow I feel it may be the second case... though compare the domain versions and deployed artifacts first.
Also, review the whole error log; often the top error is masked by a list of caused ones. Look at the very first error message, this is usually the culprit (that is, if you deploy from a script).

Similar Messages

  • OSB project deployment problem with MFL file

    Hi,
    I have created a OSB project to transform a xml message into a text file. For this I have created a mfl and the necessary proxy/business service. I can generate the sbconfig.jar from OEPE tool. But while trying to deploy the sbconfig.jar (generated from OEPE toll) in the OSB server the following error is coming:
    <Sep 30, 2013 3:19:06 PM CEST> <Error> <ALSB Console> <BEA-494002> <Internal error occured in OSBConsole : com/bea/nonxml/util/NonXMLSchemaGenerator.genXsdFromMfl(Ljava/lang/String;Ljava/io/Reader;)Ljava/lang/String;
    java.lang.Exception: com/bea/nonxml/util/NonXMLSchemaGenerator.genXsdFromMfl(Ljava/lang/String;Ljava/io/Reader;)Ljava/lang/String;
            at jsp_servlet._jsp._main.__errorpage._jspService(__errorpage.java:134)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodError: com/bea/nonxml/util/NonXMLSchemaGenerator.genXsdFromMfl(Ljava/lang/String;Ljava/io/Reader;)Ljava/lang/String;
            at com.bea.wli.common.mfl.MflExecutor.create(MflExecutor.java:76)
            at com.bea.wli.sb.resources.mfl.MflExecutor.create(MflExecutor.java:72)
            at com.bea.wli.sb.resources.mfl.MflEntryHelper.validate(MflEntryHelper.java:90)
            at com.bea.wli.sb.resources.mfl.MflTypeDef.validate(MflTypeDef.java:54)
            at com.bea.wli.config.validation.ResourceValidator.validateContents(ResourceValidator.java:118)
            Truncated. see log file for complete stacktrace
    >
    [INFO ][alloc  ][Mon Sep 30 15:19:11 2013][00464] [YC#33320] Pending requests
    Can someone please help me out regarding this problem and let me know the reason.
    I am using 11.1.1.5.0 version of OSB.
    Please let me know if you need any further details.
    Thanks.
    Rahul

    Hi Ahul,
         It may cause because of the following problem,
    1) Make Sure that your MFL is working perfectly
    2) Make sure that your OSB Server is Running with out any error..
    Let me know still your facing the problem
    Regards,
    Kiran

  • SSIS Project Deploy issues

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

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

  • OSB Projects deployment

    Hi,
    I have the proxy service and business service files with extensions .proxy and .biz respectively which I got from eclipse IDE, I want to deploy them on OSB server, without using any IDE help, i.e. I want to use a build script to deploy it on OSB server, so that when I open my OSB console, I can use those projects from there.Can any body help me with this, its urgent.
    Rgds.
    Rahul.

    I also found this website useful - http://www.insemble.com/oracleservicebus-deployment.html along with the one Eric suggested.
    Thanks,
    Patrick

  • Project deployment issue (please help if you can)

    Post Author: craibuc
    CA Forum: .NET
    I've developed an application that is intended to simply the InfoView interface for our user community.  I need to be able to deploy this application and its dependencies (i.e. assemblies) in a single IIS virtual folder--the group that manges our shared IIS environment doesn't support installations to the GAC.  While this application (details below) works well on my workstation, I'm encountering a number of issues when I try to deploy it in our shared environment.  Is this possible?  Is so, what assembilies are required?  Is there any documentation on this?
    Thanks in advance for your assistance,
    Craig Buchanan
    Application specifics:
    "ASP.NET Web Application" using Visual Studio 2005 (SP1)
    uses the 'Visual Studio Development Server', not IIS
    BusinessObjects XI .Net SDK (11.5.3300.0)
    the BO assemblies' Copy Local setting is set to true
    assembilies include: CrystalDecisions.Enterprise.Desktop.Report,CrystalDecisions.Enterprise.Framework,CrystalDecisions.Enterprise.InfoStore,CrystalDecisions.Enterprise.PluginManager,CrystalDecisions.Enterprise.Viewing.ReportSource,CrystalDecisions.ReportAppServer.Controllers,CrystalDecisions.Web
    the Crystal Reports Viewer components have been added to a subdirectory of the project (aspnet_client\system_web\2_0_50727\crystalreportviewers115)

    Post Author: craibuc
    CA Forum: .NET
    Ted-
    I'm getting errors with the code before the viewer comes into play.  Specifically, I'm getting an error that indicates that the BusinessObjects.Enterprise.SDK.dll can not be found.  Is this related?
    Stupid question: will merge module deployment will require the IIS server administrator to run and installation package?  I suspect that this won't be supported in our shared environment.  Is there another way?
    Thanks,
    Craig

  • How to deploy osb projects into managed server in weblogic

    i am new to osb
    i have a doubt
    i created a managed server in weblogic admin console, it was running fine ,but i need to know how to deploy my osb projects in that new manged server.As of now it is deployed in http://localhost:7001/sbconsole

    I think you need to extend the domain instead of creating the managed instance manually through Admin console. By default when you create a domain using OSB domain template, it deploys all of the applications needed automatically to all the instances. If you are trying to do it manually, then you need to follow the documentation to see which applications need to be deployed to use OSB services.
    http://docs.oracle.com/cd/E23943_01/doc.1111/e15017/configure_osb.htm#BGBFGBFF
    To deploy a project, Login to SB console http://<admin>:<port>/sbconsole > System Administration > Export/Import Resources.

  • Deployment process for Large ALSB/OSB project

    Hi,
    I am searching for some details or article about deployment of alsb/osb projects (number of projects) as part of build process.
    How projects manages when number of different alsb projects need to be build, customized and imported into different environments.
    We are starting new release where developers would be working on different projects. i have a some ANT scripts which use WLST script to export single project, created jar file and place them into a specific location.
    For import, the script looks at a specific location, reads config.jar from that location, and imports that config into target environment. Now with multiple projects and each developer will deliver their own config.jar. How to handle that in WLST. I am not sure if the current approach i am using that any good to handle multiple projects deployment.
    Anyone could give some pointers or helpful hints?
    we are on version 10.0 and wont be moving to 10gR3 where we could use ANt to build config.jar from .metadata so not sure.
    I want to know what other projects are doing etc!
    many thanks in advance!
    sal

    It seems you already have certain level of insight into deployment process, but maybe you will find this document interesting:
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/pdf/deploybestprac.pdf

  • Restrict deployment of OSB project

    Hi,
    Is it possible to allow deployment of a specific OSB project only for specific developpers?
    In my project there are several teams developping OSB.
    Each team has its own OSB project.
    There is also a shared project that contains shared resources.
    The all projects are deployed in a single domain.
    Members of each team should not edit other team's projects nor the shared project.
    Regards,
    Kenji

    Similar requests have been raised earlier but I think still there is no provision to restrict access at project level. You may consider logging a SR with support.
    Regards,
    Anuj

  • WLST scripts for deploying and migrating OSB project required

    Hi,
    I need sample/reusable WLST scripts for the following requirements:
    1. deploying OSB project developed on workbench to the remote server.
    2. migrating OSB project from Remote Server A to Remote Server B.
    I know other mechanisms to register an OSB project with the server but appreciate if some one can share the above scripts and associated documentation with me.
    Regards,
    CC

    http://download.oracle.com/docs/cd/E13171_01/alsb/docs21/deploy/config_appx.html
    http://www.oracle.com/technology/sample_code/products/osb/samples/PARAMETERIZE.zip (other samples here : http://www.oracle.com/technology/sample_code/products/osb/index.html )

  • How to access/use DVM deployed in EM in MDS from Eclipse for  a OSB project

    Hello all,
    I have already deployed some DVM lookup files in MDS(Meta Data Repository) and used in BPEL projects by providing a link in composite.XML in the Property tags according to this link "http://www.orafmwschool.com/soa-11g-mds/#comment-2373".
    Now i want to apply same concept for OSB projects by accessing those files from Ecclipse.The files will be there in EM MDS schema database.
    Please give me Ideas..Is it feasible??

    Hi,
    Make use of the below post.
    http://guidoschmutz.wordpress.com/2009/12/25/implement-domain-value-maps-dvm-with-oracle-service-bus-osb-10r3/
    Thanks,
    Vijay

  • Deploy new artifacts under same OSB project through a Script

    Hi,
    I have an ant script which calls a java programe to deploy a OSB configuration project automatically.
    I can succesfully deploy a configuration jar with this.However, when i try to add a new folder to the existing OSB project and then deploy the new jar, the contents of the existing folder no longer remain.Only the folder structure of the earliar folder remains on the sbconsole.Both folders (old and new) are different.
    Can anybody help me on this please.

    Hi Anuj,
    Yes indeed i am importing the project with the same name as a pre deployed one.I could not find any way by which i could only import the resources and not teh complete project.I have written a program to upload the configuration jar by using this API http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/javadoc/com/bea/wli/sb/management/configuration/ALSBConfigurationMBean.html.
    Is there any way to to import only the new resources and update the ones that are pre deployed?
    Thanks in advance

  • OSB Project Import Problem

    Hello All,
    I want to import an OSB project into one OSB domain.
    There are some other projects already there.
    But after importing, it requires me to restart the server, which it is the OSB configuration project problem.
    The new project is in another configuration project, which is different from the one for those deployed projects in the server. I don't know the name of the configuration project in the server. What I should do to avoid to restart the server?
    Thanks and regards,
    Kerr

    Hi,
    OSB Resources can be imported and exported with eclipse IDE or sbconsole.
    Until the project names are unique user should be able to import without any issues.
    Not sure of your use case ... but user dont need a re-start at all with new resources it will workwell
    thanks

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

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

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

  • OSB Project redeployment, Proxy endpoint uri not changed

    Hi,
    We have a problem when redeploying a OSB project with a new proxy Endpoint URI. When we deploy the changed project, through the OSB console Administration->Import, the OSB deployes successfully but still works with the old EndPoint URI ?
    On the disk at <domain_home>/osb/config/core/<project>/PollXYZ.proxy.xml we can see that the old EndPoint URI is still present even though all files have a new modified date. When we try change another property, like "all-headers" the changes are reflected sucessfully when redeployed. So it is only the EndPoint URI that is somehow not changeable?
    Any ideas?
    TIA

    No. url is changeable and it works perfectly fine for us. Are you sure the jar which you are deploying has the latest url for sure.
    P.S: Post OSB related queries in SOA Suite forum:
    SOA Suite

  • [OSB] Project classpath ¿where?

    Hello,
    In OEPE, is there any way to indicate external jar in OSB projects?
    For example to indicate the jar will place on $ DOMAIN_HOME/lib. And to avoid JavaCallouts errors caused by not having visibility OEPE.
    Thanks.

    Sorry, I not explained well.
    The problem I have is in development time, ie in the OEPE (Eclipse). When I included a jar using a utility or any other type of jar that is included in the DOMAIN_HOME / lib, is when I get errors.
    When I deploy the previous jar on OSB (sbconsole) I get no errors, because the libs on DOMAIN_HOME/lib are already on the classpath.

Maybe you are looking for

  • How to restore back up files?

    hello, I backed up the files from my cell and after the update I want to put them back but the pc suite doesnt has the option of restore back up files or content copier.  I used Nokia ovi suite, don't know which version but i downloaded it with the c

  • Runtime dump error getting while goods posting

    Hi,gurus   When in MB1C i am trying to post goods.While saving i got message 49 number ranges should be defined.I done it clear in FBN1.So when i am saving posting goods i am getting runtime dump error.So how can i solve this problem Regards, Suresh

  • Goop Wizard problems

    I am having trouble with the Goop Wizard (v1.0) on an office/client machine. I attempted to create a class MyClass. I jumped through all the hoops in the wizard but it does not generate the MyClass New.vi. When I try to open MyClass Create.vi I get a

  • Excel automation refnum

    Hi all sorry for this stupid answer, but i'm just beginner in LabVIEW... I need to open and then to use  data from excel file in my calculus I read that it possible with automation refnum, but I can't do it Anybody could show me example how I can con

  • IMovie '09 on an eMac!

    Almost two weeks ago I got my 1.42 GHz eMac to replace my dead 1.0 GHz model, and one of the things I did with this new one was take advantage of the graphics card being able to support Core Image by following this iMovie '09 hack: http://broadcast.o