WebLogic 9.2 - Replacing  apache_xbean.jar with the file xmlbeans-2.4.0.jar

Hello All,
I am a newbie in the forum.
I have been using WebLogic9.2 for a while, but in my new company there was a unique request to replace the following files in WebLogic 9.2 installation.
The development team wants to replace the:
Original Jar:  bea\weblogic92\common\lib\apache_xbean.jar [This file comes along with the WebLogic 9.2 installation]
with this file.
Replaced Jar: bea\weblogic92\common\lib\xmlbeans-2.4.0.jar [This file has to be downloaded from apache.org website]
The reason the developers want these file to be replaced is they are trying to generate xlsx reports from database and the new file works ok for them after replacing it with the old file.
CAN WE REPLACE THE ORIGINAL FILE WITH THE NEW ONE.
I am not sure of the consequences this would have on WebLogic performance and security.
Can some one throw light on this.
Regards,
Kumar

Hello Jaysen,
As per your suggestions, I asked the developers to try the procedure....
THEY SENT ME THIS HUGE ERROR LOG....DONT KNOW IF THIS IS ANY OF YOUR PAIN TO UNDERSTAND...CAN YOU HELP!
==================================================
The following is the error trace:
ERROR ContextLoader - Context initialization failed
java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:259)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:40)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:338)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:375)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:83)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1591)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2734)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:892)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:336)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:128)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
[Loaded weblogic.logging.ThrowableInfo from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
<Aug 4, 2010 10:51:46 AM GMT+05:30> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints.
java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
Truncated. see log file for complete stacktrace
>
[Loaded javax.management.RuntimeErrorException from C:\bea\JDK150~1\jre\lib\rt.jar]
[Loaded javax.management.RuntimeMBeanException from C:\bea\JDK150~1\jre\lib\rt.jar]
[Loaded java.lang.reflect.InvocationTargetException from C:\bea\JDK150~1\jre\lib\rt.jar]
[Loaded java.lang.reflect.UndeclaredThrowableException from C:\bea\JDK150~1\jre\lib\rt.jar]
[Loaded weblogic.application.ModuleException from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.application.utils.StateChangeException from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.utils.NestedThrowable$Util from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.application.utils.ExceptionUtils from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.servlet.internal.session.MemorySessionContext$SessionCleanupAction from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor136 from __JVM_DefineClass__]
[Loaded javax.naming.ContextNotEmptyException from C:\bea\JDK150~1\jre\lib\rt.jar]
[Loaded weblogic.application.internal.flow.ModuleStateDriver$DestroyStateChange from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
<Aug 4, 2010 10:51:46 AM GMT+05:30> <Error> <Deployer> <BEA-149265> <Failure occured in the execution of deployment request with ID '1280899305658' for task '1'. Error is: 'weblogic.application.ModuleException: '
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:894)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:336)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
Truncated. see log file for complete stacktrace
java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
Truncated. see log file for complete stacktrace
>
[Loaded weblogic.deploy.container.NonFatalDeploymentException from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
<Aug 4, 2010 10:51:46 AM GMT+05:30> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 7 task for the application '_auto_generated_ear_'.>
[Loaded weblogic.deploy.service.internal.DeploymentService$6 from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.deploy.service.internal.DeploymentServiceLogger from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.deploy.service.RequiresRestartFailureDescription from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.management.ApplicationException from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
<Aug 4, 2010 10:51:46 AM GMT+05:30> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating start task for application '_auto_generated_ear_'.>
<Aug 4, 2010 10:51:46 AM GMT+05:30> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:894)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:336)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
Truncated. see log file for complete stacktrace
java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
Truncated. see log file for complete stacktrace
>
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor137 from __JVM_DefineClass__]
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor138 from __JVM_DefineClass__]
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor139 from __JVM_DefineClass__]
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor140 from __JVM_DefineClass__]
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor141 from __JVM_DefineClass__]
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor142 from __JVM_DefineClass__]
[Loaded javax.management.openmbean.CompositeDataSupport from C:\bea\JDK150~1\jre\lib\rt.jar]
[Loaded sun.reflect.GeneratedSerializationConstructorAccessor143 from __JVM_DefineClass__]
[Loaded weblogic.store.internal.UpdateRequest from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.transaction.internal.ServerTransactionManagerImpl$MigratedTLog from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
[Loaded weblogic.health.HealthLogger from file:/C:/bea/weblogic92/server/lib/weblogic.jar]
===============================
Thanks for your time in advance!
Kumar

Similar Messages

  • How do i get my apps from m phone into my itunes?when i sync my phone it wants to replace my phone with the ones in itunes already.

    how do i get my apps from m phone into my itunes?
    when i sync my phone it wants to replace my phone with the ones in itunes already.

    PaulaMS wrote:
    My iPhone software crashed ... I am unable to recover my songs that were on my phone. How am I able to get those songs back?
    Download Past Purchases  >  http://support.apple.com/kb/HT2519
    OR Re-Sync your Content from your Computer.
    See here  >  http://support.apple.com/kb/HT1386
    From Here  >  http://www.apple.com/support/iphone/syncing/

  • I just order 8 calendars from iPhoto and they came to me fine. Now I need to order two more but when I go thru the process I get a message  saying:unable to assemble calendar. There is a probleme with the photo with the file name"(Null)"   more........ .

    Would someone be able to explain to me the following issue with Iphoto?
    I ordered 8 same calendars for my soccer team and received them fine. Although a couple of pictures on it are a little off (out of focus). I need to order two more of the same calendars but when I go thru the process ireceive an error message saying:
    "Unable to to assemble  calendar" There is a problem with the photo with the file name "(Null)" The full resolution version of this photo either cannot be located or is corrupt. Please replace this photo or delete it from your calendar.
    How can  I fine this "corrupt" photo? How did it go thru with the first batch of calendars but won't go thru now?
    Thank you for your help.   

    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start
    with Option #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • How do i print a photo with the file name

    This seem stupid simple but I cannot find an answer anywhere. I want to print out hardcopies of phots with the file name printed with the photo. In Windows there is a program called Picture Manager (which has been eliminated in Office 2013) where you can open a folder of images, rename them individually or in batches, resize, edit, etc, all in one lovely program. You can print out individual or contact sheets with specific information for each image. Easy, one program, easy results.
    Is there a comparable program for the Mac? I have searched the web and can only find suggestions that use multiple progams, downloads, plugins, and convoluted work arounds to do this. I have tried printing contact sheets in iPhoto but it crashed each time. Our IT guy suggested moving the images into an album and printing from there but it still crashes. And even if it worked I want large image per page but iPhoto leaves a large amount of white space.
    The quickest way I have figured out is this:
    Select the images in Finder, make a separate folder and copy the images there. (3steps)
    Locate the folder in Finder and drag it to the Bridge icon (4steps)
    Select the images in Bridge, adjust the output settings and Save as a pdf (6steps)
    Locate the pdf in Finder, open in Acrobat, select the images (again!) and print (9steps)

    GraphicConverter, from here:
    http://www.lemkesoft.com/

  • Itunes told me i needed to re-install itunes, so i have but every time i click on itunes it comes up with "the file itunes library.itl cannot be read because it was created by a newer version of itunes" what do i do now?

    itunes tod me i needed to re-install it, so i did but everytime i click on itunes on my desktop it comes up with "the file itunes litbrary.itl cannot be read because it was created by a newer version of itunes" what do i do now?

    If you've already installed the latest version then the message may be a sign of a corrupt library. See Empty/corrupt library after upgrade/crash.
    tt2

  • "Performance" problems with the File adapter on Plain J2SE Adapter Engine

    Hi,
    At the moment I'm on a customer side to solve some XI issues for a few days. One of the issues is the performance of the Plain J2SE Adapter Engine, using the file adapter to transfer XML messages(already XI message format) from the legacy system to the Integration Engine. The File adapter has to deal with "large" XML messages(max at the moment is 65 Mb) and the engine fails with the following error when transferring the big XML file: "ERROR: Finished sending to Integration Engine with error "java.lang.OutOfMemoryError". Skip confirmation and quit this loop".
    As far I got the information from the customer the memory use of the Plain adapter engine is set to 512Mb. This is maybe to low. But I don't know where to look for this, I only have the adapter web interface in front of me, no access to the OS it self via for example remote connection.
    On the Integration Engine I know there is the ability to split large message with the file adapter(File Content Conversion), but I don't know this for the Plain Adapter Engine. Is there a possibility to do this also on the Plain Adapter Engine?
    Thanks in advance for any input.
    Greetings,
    Patrick

    Hi Sameer,
    Thanks for your answers.
    On the first solution, yes that is possible, we first decided to see if the legacy system can do the splitting, before starting developing a Java program.
    On the second solution, as far as I know is this solution possible on the Integration Engine. But we are facing the problems on the Plain J2SE Adapter Engine. I went trough that documentation(link:
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/frameset.htm ), to look for I similiar solution in the Plain Adapter Engine. So my question is, is this possible with the Plain Adapter? And if so, what kind of parameters I need to use to achieve this.
    Regards,
    Patrick

  • The vendor account is not associated with the file you are trying to open.Please try again.

    Please help me to understand what is the problem with the set up of the program. I bought an ebook from an internet site to which my IP address was blocked (in country 1). My brother bought it on a computer in country 2  and wanted to download and send me the file so I can open it on my computer. He set up initial download without Adobe ID. Afterwards he downloaded the pdf and send it to me. I tried to upload it  with my ADE reader but it didn't work without ID. My brother then deleted afterwards his ADE and installed it again, downloaded the ebook again but this time setting up an ID. He transferred me the file ,I used the same ID  but then the following message appeared "The vendor account is not associated with the file you are trying to open. Please try again." . Can this be fixed somehow? I cannot open the URLLinks even as there is no connection from my IP , but I have the pdf file ( ebook) but I don't know how to set up the program.

    Sorry Everyone this error message appeared in Digital Editions 4 used on a windows 8 laptop.  Thanks Chris

  • I was having an issue opening a spreadsheet with the file extension .xlsm. This appears as an attachment from a client which means macros were utilized when creating the spreadsheet. The problem lies in. The iPads ability to open the attachment. I downloa

    I was having an issue opening a spreadsheet with the file extension .xlsm. This appears as an attachment from a client which means macros were utilized when creating the spreadsheet. The problem lies in. The iPads ability to open the attachment. I downloaded the numbers app thinking this would be a default software to open any and all spreadsheets.
    Please Help!
    Ipad 2- iOS5

    You may need a version without macros on it. Unfortunately, pretty much all apps are skinned down versions of their original program, often with less functionality. For example in a word document I can italicize,bold and underline, but I only have a handful of fonts to play with and I don't think I can insert tables or images.
    It is very possible that the app simply cannot run macros, which means that document may never work on an iPad.

  • Error: There is a problem with the file and it cannot be copied

    I've been trying to copy (and essentially move) the contents of an NTFS-formatted external HDD to my iMac's internal HDD so I can then format the external HDD to Mac OS Extended. However, when I simply try to drag and drop, I get an error during the transfer that states:
    There is a problem with the file and it cannot be copied.
    I tried a basic cp command in Terminal to copy all contents of the external HDD to a folder on my iMac's desktop, and found that while there were no errors, there were many individual files missing full chunks of data (ie. original file would be 4GB on my external HDD, but only 350MB on my desktop).
    Any ideas on how I can successfully copy a large amount of data (approx. 170GB) from my external HDD to my internal HDD while avoiding this error, so I can ultimately format my external HDD to Mac OS Extended? ANY help is greatly appreciated.

    That's not a good error to see. It indicates something is very wrong. Pulled out of an old programming header file:
    ioErr = -36, /*I/O error (bummers)*/
    If Apple labelled it "bummers," they had a good reason! Unfortunately, that doesn't bode well for you.
    Try running Disk Utility again. Keep repairing over and over until one of two things happens: 1) Disk Utility says no repair was needed, or 2) Disk Utility reports the same error in two sequential repair sessions and is unable to repair it both times.
    If you hit the second case, or if you hit the first but still can't copy files, then you've got two basic options:
    = Buy a third-party disk utility or two and try them. Try TechTool as a first choice.
    = Recover what files you can and write the rest off as gone.
    = Send your drive to a data recovery service and hope they can extract more than you can.
    Of course, none of this is necessary if you have a backup of the contents of that hard drive. (If you don't, this is your learning experience. Once bitten, twice shy, so they say.) Also, regardless of the outcome, once you've got your data or have decided it's gone, you're going to want to wipe that drive completely clean. Reformat the drive with Disk Utility, then when it's done, select the drive in Disk Utility and hit command-i. (Don't select the new volume you just created on that drive, select the drive itself. Mine looks like "232.9 GB Hitachi ..." with the volume name indented underneath.) Look for an item that says S.M.A.R.T. Status, and if it doesn't say Verified, you might as well throw out the drive. Don't trust any more data to it.
    If all appears safe, you can start moving data back onto it. But, as always, make sure you have a backup of everything!

  • OBIEE 11.1.1.7.0 unable to extract filegroup1.jar. The file is corrupt

    Hi ,
    OBIEE 11.1.1.7.0 Zip file unable to extract filegroup1.jar. The file is corrupt
    CRC failed in bishiphome\Disk1\stage\Components\oracle.bi.biadfcomps\11.1.1.7.0\1\DataFiles\filegroup1.jar. The file is corrupt
    Tried different zipping software's like Win zip,win RAR,7Zip,windows Extractor but no luck...
    and i have downloaded the software through the oracle site and e-delivery sites.. still facing same issue..
    Please help me on this,
    Thx,

    Just in case try from here
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    If helps mark as correct :)

  • There seems to be a problem with the file download. For troubleshooting tips, please visit our customer support page

    There seems to be a problem with the file download. For troubleshooting tips, please visit our customer support page.

    Thank you for the update Dlawrenceusa.  I would recommend reviewing the installation logs for the updates that are failing to apply to determine the exact cause of the failure.  You can find details on how to locate and interpret the installation log files at Creative Cloud Help / Troubleshoot install issues with log files | CC.  You are welcome to post any specific error messages you discover to this discussion.

  • Error on extracting process: 'SDMKIT.JAR. The file is corrupt'

    Hi,
    I have both files (NW04SneakPrevJavaSP11.part1.rar and NW04SneakPrevJavaSP11.part2.rar) in the same directory but when I start the extracting process I got those messages:
    D:\SAP_portal\NW04SneakPrevJavaSP11.part1.rar:
    Unexpected end of archive
    D:\SAP_portal\NW04SneakPrevJavaSP11.part1.rar:
    CRC failed in NW04SneakPrevJavaSP11\NWSneakPreviewSP11\SneakPreviewContent\SDM\SDMKIT.JAR. The file is corrupt
    D:\SAP_portal\NW04SneakPrevJavaSP11.part1.rar:
    Cannot create NW04SneakPrevJavaSP11\DeveloperStudioSP11\J2EE-
    RUNT-CD\IDE\eclipse\plugins\com.sap.tc.ap\comp\CAF\DCs\sap.com\caf\runtime\connectivity\impl\_comp\gen\default\public\com.sap.caf.mp.core.svc\90549cee3a85b8105ec24698da254123.HASH
    Total path and file name length must not exceed 260 characters
    I wonder to know what happend and how can I fix it.
    Appreciate your help,
    Luis.

    Hi Luis,
    I dont't know about a mirror. I downloaded the files and extract without problems.
    In the following thread is an instruction how to uncompress:
    How can I extract files of kind .rar?
    Do you use Winrar? Do you select both files if you extract? Try to rename the directory SAP_portal to NW4 (or an other very short name)
    Hope that helps!
    Best regards
    Renald

  • I am trying to get the free trial to cc but it said there seems to be a problem with the files (Error code: 205)

    I am trying to get the free trial to cc but it said there seems to be a problem with the files (Error code: 205) please help

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Hi  i am trying to open a pdf  but " preview " is saying that the file cannot be opened or that there is a problem with the file  - what do i do? :-)

    hi  i am trying to open a pdf  but " preview " is saying that the file cannot be opened or that there is a problem with the file  - what do i do? :-)

    Try opening the file using Adobe Reader.
    Clinton

  • We are trying to close caption our telecasts. We get the captioning files done out of house, pull them back into Premiere, and then embed them. The TV station requires .mxf files with the file embedded as a 708 stream, to play on their Grass Valley K2 vid

    We are trying to close caption our telecasts. We get the captioning files done out of house, pull them back into Premiere, and then embed them. The TV station requires .mxf files with the file embedded as a 708 stream, to play on their Grass Valley K2 video servers. We have tried multiple scenarios and cannot get the captions to display.
    Whenever I export, it becomes a 608 stream, and will not play on their servers.

    Hello there,
    I'm sorry to hear you are having a problem. Thank you for taking the time to post here.
    Here are some questions:
    1. What version of PPRO are you using? MAC or WIN?
    2. Is the caption data you are embedding a 708 caption stream?
    3. When you re-import the MXF with captioning embedded back into PPRO, does it show 708 closed captions in PPRO?
    PPRO will embed 708 caption streams to MXF -- I just did this, re-imported the embedded MXF to PPRO, and I see the captions in the MXF.
    If you could share one of your files with me, I could take a look.
    Take care and thanks again,
    CM

Maybe you are looking for