Problem with an old schema at deploy time BPEL 10.1.3.3.1

I recently upgraded a schema DLReportCommon-1.1-SNAPSHOT.xsd. I cleared all my references to the old schema 1.0. I have no compilation errors. Once I tried to deploy however I got the response bellow.
I have tried to:
* Undeploy the instance first.
* Clear the WSDL cache
* Undeploy every instance that could have referenced the old schema
* bounce the BPEL console
* turn up deploying debug
* change to a different domain and get the same problem consistently
* tried to deploy similar BPEL flows that reference all the new schema and they succeed ok.
Thank you,
-Marsel
BUILD FAILED
/nfsmounts/devexp/home/tadgerm/BPEL/BPEL_DLTimelineReporting/deploy/bpel-build.xml:185: A problem occured while connecting to server "oracbpel01.dev.oclc.org" using port "7777": bpel_DLTimelineReporting_daily_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
Error while loading process.
The process domain encountered the following errors while loading the process "DLTimelineReporting" (revision "daily_1.0"): Global Type declaration/definition of name '{http://schemas.oclc.org/dlreportcommon}projectDataType' are duplicated at the following locations:
http://mvnrepository.prod.oclc.org/archiva/repository/internal/org/oclc/schemas/DLReportCommon/1.0/DLReportCommon-1.0.xsd [line#: 51]
http://mvnrepository-dev.dev.oclc.org/artifactory/repo/org/oclc/schemas/DLReportCommon/1.1-SNAPSHOT/DLReportCommon-1.1-SNAPSHOT.xsd [line#: 49]
There are at least two of them looking different:
http://mvnrepository.prod.oclc.org/archiva/repository/internal/org/oclc/schemas/DLReportCommon/1.0/DLReportCommon-1.0.xsd [difference starting at line#:54]
http://mvnrepository-dev.dev.oclc.org/artifactory/repo/org/oclc/schemas/DLReportCommon/1.1-SNAPSHOT/DLReportCommon-1.1-SNAPSHOT.xsd [difference starting at line#:52]
Global Type declaration/definition of name '{http://schemas.oclc.org/dlreportcommon}dlReportDataType' are duplicated at the following locations:
http://mvnrepository.prod.oclc.org/archiva/repository/internal/org/oclc/schemas/DLReportCommon/1.0/DLReportCommon-1.0.xsd [line#: 15]
http://mvnrepository-dev.dev.oclc.org/artifactory/repo/org/oclc/schemas/DLReportCommon/1.1-SNAPSHOT/DLReportCommon-1.1-SNAPSHOT.xsd [line#: 15]
There are at least two of them looking different:
http://mvnrepository.prod.oclc.org/archiva/repository/internal/org/oclc/schemas/DLReportCommon/1.0/DLReportCommon-1.0.xsd [difference starting at line#:26]
http://mvnrepository-dev.dev.oclc.org/artifactory/repo/org/oclc/schemas/DLReportCommon/1.1-SNAPSHOT/DLReportCommon-1.1-SNAPSHOT.xsd [difference starting at line#:26]
If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:286)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:925)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:791)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:448)
at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
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)
Total time: 12 seconds
Error running '/usr/apache/apache-ant-1.7.0/bin/ant -buildfile bpel-build.xml -Denv=daily -lib lib/maven-ant-tasks*.jar deploy'.
Exiting...

I finally got around this problem
1. I set up a fake bpel project that is empty with the same name as the old project.
2. I deploy the new project
3. Without undeploying I deploy the old project on top. Works...
Really not proud of the solution. If anyone has a better suggestion please let me know.
Again I have tried clearing up the wsdl cache and bouncing the server; is there anywhere else where this information could be stored on the server?

Similar Messages

  • I get error (-15006) when I try to connect air play true Apple TV. No problem with my old PC.mit with my Mac i get that error.

    Hi, I get error (-15006) when I try to connect air play true Apple TV. No problem with my old PC. with my Mac i get that error.
    It is true the Ithunes I get the problem.
    What can I do to fix this.
    I also have problem some times to conect to my Ipad to Apple tv. Some time I have to restart my Ipad to get conection to Apple t. whay is that ?
    can some one help me ?

    Hi whitwick,
    If you are having issues with your network connection when attempting to use AirPlay, you may want to use the steps in this article to troubleshoot -
    iTunes: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS5209
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • I have problem with adobe bridge cs6. Every time I open it Bridge tells me to Purge Cache. I have CS

    I have problem with adobe bridge cs6. Every time I open it Bridge tells me to Purge Cache. I have CS6 on two computers and it works fine on one of them. I have tried to reinstall it without succeeding to fix the problem. Does anyone have the same problem and a solution to it?
    "Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation."

    You must have a Mac.  Try this.
    Quit Bridge, from user library (NOT system and root library) preferences folder find and delete the com.adobe.bridge5.plist file manual. Do this also in same user library caches folder (Caches/Adobe/Bridge CS6) and inhere find and the folder called 'cache' and drag it to the trash.
    restart Bridge holding down option key and choose reset preferences, then try again.

  • I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look

    I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look normal when I first open them in photoshop. I will edit, save, and then realize once i've sent it to myself to test the color is WAY off. This only happens in photoshop. I've read some forums and have tried different things, but it seems to be making it worse. PLEASE HELP! Even viewing the saved image on the mac's pic viewer is way off once i've edited in photoshop. I am having to adjust all my colors by emailing myself to test. Its just getting ridiculous.

    Check the color space in camera raw, the options are in the link at the bottom of the dialog box. Then when saving make sure you save it to the srgb color space when sending to others. Not all programs understand color space and or will default to srgb. That won't necessarily mean it will be accurate, but it will put it in the ballpark. Using save for web will use the srgb color space.

  • Can anyone tell me why I can not connect my Blackberry or my iPhone to my new Macbook pro? I had no problem with my old Macbook.

    Can anyone tell me why I can not connect my Blackberry or my iPhone to my new Macbook pro? I had no problem with my old Macbook.

    What type of headphones were you using? I have a set of Microssft headsets, with the built-in mic and connected via USB, and have no problems.
    Clinton

  • I recently upgraded from an 80 to 160GB Classic but only some of the artwork in iTunes is synching. There was no problem with the old 80Gb classic. any suggestions?

    I recently upgraded from an 80 to 160GB Classic but only some of the artwork in iTunes is synching. There was no problem with the old 80Gb classic. any suggestions?

    here is an interesting thing: take the iphone and set lock screen to never. Now make an email with siri--be sure to activate her with call button. get to the body and get some text in there. then just stop talking. LOCK SCREEN APPEARS!!!!!! and of course you draft is gone.
    There does seem to be a work around for some--maybe all these issues. Don't use the call button--use the buttons on the phone.
    Siri seems to behave properly with scenerio above---sans call button. She does not go to lock.

  • Problems with 11g Global Schema / Java API Test Programs

    Hi,
    In the process of trying to get the 11g sample java api programs up and running, I've encountered a problem. Having installed without error the sample schemas for documentation and set up the 11g version of the test code, I get this error when I try to run BuildAW11g.java
    Created the AW GLOBAL_AWJ
    Identifier "GLOBAL.CHANNEL_DIM.TOTAL_ID" is invalid.
         at
    oracle.olapi.syntax.parser.IdentifierResolver.error(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.validate(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.examples.metadata.BuildAW11g.createDimension(BuildAW11g.java:470)
         at oracle.olapi.examples.metadata.BuildAW11g.run(BuildAW11g.java:120)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:54)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:74)
         at oracle.olapi.examples.metadata.BuildAW11g.main(BuildAW11g.java:989)
    This seems to indicate that there is a problem with the sample schema - that GLOBAL.CHANNEL_DIM.TOTAL_ID doesn't exist. Is that right?
    On the topic of the sample schemas, a quick question. The install script runs without error so presumably the tables described in the readme had been installed, but I'm not sure. How can I verify this? When I connect as global using Oracle SQL Developer and expand 'Tables' in the right hand pane, I don't see any tables at all. I would have (perhaps naively) expected to see the tables listed in the samples schemas readme, eg, CHANNEL_DIM. Should I have? If not, how can I view these tables? Thanks in advance for any input anyone may have.
    -exits

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • After ugrading to Firefox 4, I can not go to my job e-mail website. I get the message: ssl_error_renegotiation_not_allowed. No problem with the old version of Firefox. Can I have the old version of Firefox back?

    After ugrading to Firefox 4, I can't go to my job e-mail website. I get the message: ssl_error_renegotiation_not_allowed. No problem with the old version of Firefox. Can I have the old version of Firefox back?

    See:
    *https://wiki.mozilla.org/Security:Renegotiation

  • Was there a problem with the last update? Every time I try to watch a video on the net it goes back to the home screen

    Was there a problem with the last update? Every time I try to watch videos it goes back to the home screen

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • I have a new IPhone5c and do not receive texts or calls from my daughter's phone. We did not have this problem with my old Envy Touch. Verizon is our provider. Can you troubleshoot?

    I have a new IPhone5c and do not receive texts or calls sent from my daughter's phone; I'll call this phone 2. We did not have this problem with my old Envy Touch. Verizon is our provider. Can you troubleshoot? My other daughter has a new IPhone5c too. She receives calls and texts from sent from phone 2. Any tips for remedying this problem?
    Thank you.

    Turn off iMessage in your phones settings.   Apple devices can only use iMessage to other Apple devices.
    Turning off iMessage will allow the messages to go as regular text messages.

  • I am having problems with my old computer so syncyed my ipod to my new computer. all the appliance/games synched but not my music. I have somehow manged to wipe all my music from my ipod and it will not synch with my music libary from my old computer

    Hi
    I am having problems with my old computer so syncyed my ipod to my new computer. all the appliance/games synched but not my music. I have somehow manged to wipe all my music from my ipod and it will not synch with my music libary from my old computer. Any suggestions.

    ? Anyone have any suggestions?

  • Using a Huawei datacard. Didnt have problems with my old Macbook.  My new MacBook Pro sometimes does not recognise it

    Using a Huawei datacard. Didnt have problems with my old Macbook.  My new MacBook Pro sometimes does not recognise it and Message flashes "Device disconnected or not available

    Hi
    Hope you found a solution by now.
    I reply because others might encounter the same problem.
    Mine was the one described here:
    https://discussions.apple.com/thread/2656776?start=0&tstart=0
    I also installed the latest version ov Mobile Partner (16.x)
    Cheers,
    Nick

  • HT1338 I have a problem with the calendar and notifications, every time I dismiss or snooze locks up and hangs, just reboot goes.

    I have a problem with the calendar and notifications, every time I dismiss or snooze locks up and hangs, just reboot goes.

    Have you run Disk Utility/Repair Permissions and/or deleted the .plist from your user library To see the user library, hold down the option key while using the Finder Go to Folder command.

  • Problems with AirPort - WRT54GL (for a short time)

    Hi!
    If have an old MacBook with Core Duo (OS X 10.4.10, all updates installed). The last days I have more and more problems with my WLAN. I use a WLAN DSL-Router (Linksys WRT54GL with original firmware v4.30.7). The problem is, that after some time while everything works perfectly, AirPort is still connected to the WRT54GL, but I cannot reach the Router anymore (no ping, no tcp connection to the router or to any computer in my network or the internet). At the same time router works fine for other computers. When I disable AirPort and enable it again, it connects again and everything works fine again. Any idea what the problem could be? Before the problem occured for the first time some weeks ago, it worked perfectly for more than one year with the router (no firmware update). The WLAN signal strengh is between medium and strong.
    The only problem I had with the router was, that I had to use WPA2, because WPA did not work for my MacBook. And it's not very fast, but that's not so important. The latest problems are really annoying, e.g. when I wrote a long email using webmail, the connection was lost and after I reenabled AirPort, the text was gone.
    Does anybody know how I could find and solve the problem?
    best regards
    Andreas

    You can't power it down from the AirPort Utility, but you could use the Timed Access feature to control when certain network devices can access the base station itself. Timed Access relies on the device's MAC hardware address and will control access to the router on a time basis.
    You would find this feature on the AirPort > Access Control tab within the AirPort Utility.

  • Problem with ejecution work book (determining run time)

    Hello, I have a problem with the Discoverer Desktop (v. 10.1.2.1) db. Oracle 10G.
    Whenever I execute a work book with my user in any equipment of the network
    when determining the run time of the report is delayed , only with my user and
    the privileges of the reports and tables is ok.
    excuse my english...
    thanks

    It sounds like the problem with the query estimator. Basically, the query estimator IMO should be turned off for Discoverer as it's not Disco's best feature. As to why only you see it, are you sure it's not only when run on your PC?
    If you click over to a 'very old' link I have at:
    http://proudman.homestead.com/files/optimizing_discoverer_on_client.htm
    or at the bottom of this message I've copied it, you'll see #1 is the first thing you want to change.
    You may not want to change #2 or #3 but take a look. Also, where the instructions refer to: Disco 3.1 just change to your version (ie: 10). Gotta' update that someday.
    Russ
    =================================================
    3 REGISTRY SETTINGS TO CHANGE
    ============================
    Note that for each of the three suggestions below, if the entry does not exist in your registry, then create it and set the value suggested.
    1. Database\QPPEnable
    type - DWORD, default 1
    To Do: Turn off query prediction.
    This can be done by specifying the following registry key:
    HKEY_CURRENT_USER\Software\Oracle\Discoverer 3.1\Database\QPPEnable
    It should be set to a DWORD value of 0 (zero). To re-enable query prediction at some later point in time, either remove the registry key or set it to 1.
    2. Database\QPPCBOEnforced
    type - DWORD, default 1
    To Do: Stop query prediction forcing the use of the cost-based optimizer.
    This can be done by specifying the following registry key:
    HKEY_CURRENT_USER\Software\Oracle\Discoverer 3.1\Database\QPPCBOEnforced
    It should be set to a DWORD value of 0 (zero) which means use of the Cost-based Optimizer (CBO) is not enforced. The CBO will follow the normal rules of the database server.
    3. Database\ObjectsAlwaysAccessible
    type - DWORD, default 0
    To Do: Stop validating that the tables/views folders refer to exist and that the user has access to them.
    This can be done by specifying the following registry key:
    HKEY_CURRENT_USER\Software\Oracle\Discoverer3.1\Database\ObjectsAlwaysAccessible
    It should be set to a DWORD value > 0 (ie: 1) which means validation will not take place.
    ------------------------------------------------------------------------------------------------------------------------------------------------

Maybe you are looking for