Oracle 9I -Export Error

In one of our client getting below error
In Oracle 9i - while executing EXP command getting ORA-01033
Error: ORA-01033 ORACLE initialization or shutdown in progress
My Manager is recomending to do COLD backup and Restore it after fresh installtion of Windows,
Is any help to fix witout going for new installtion - will give boost to my effort
--svmg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

SVMG wrote:
Error: ORA-01033 ORACLE initialization or shutdown in progress Did you look up what ORA-01033 is (although it is obvious from the message itself)? Database is either in the process of being brought up and you have to wait till startup process completes or database is being brought down and you have to wait till it will be started up next time. In both cases contact your DBA to coordinate SQL*Loader job with scheduled database startups/shutdowns.
SY.

Similar Messages

  • Oracle 9i export error after running catexp.sql file

    After running catexp.sql file in oracle 9i 9.2.0.7.0 as system user,it gives the following error while logging
    ORA-04020: deadlock detected while trying to lock object SYS.DBMS_STANDARD
    please help me..............

    "catexp.sql" is to be run by SYS AS SYSDBA.
    You'd have to cleanup any extra objects that you created in the SYSTEM account.
    Why did you think that you needed to run "catexp.sql" ? Are you exporting using 9i exp against a 10g database or against a 9i database ?

  • Urgent : Oracle 8 Export Error

    Dear Sir,
    I have Oracle 8.0.4.0.0 server edition running on Windows NT Server Platform.
    From one week before i can't export the database.When i write the following
    command
    'EXP80 username/password File=<filename.dmp> buffer=80000 log=<a.log>
    then following messages come.
    'Message 206 not found. no message file for product = RDBMS80 facility = EXP
    Release 8.0.4.0.0
    Invalid format of Export utility name.
    verify that ORACLE_HOMEis properly set'.
    Now I want to create dmp file of the database / user. Is this possible ? If yes then please tell me how it can be done.
    Thanking You.

    Thanks for ur suggestion. could u please explain in details which environvent variables i've to regarding this matter.
    here is my initorcl.ora :
    # $Header: init.ora 05-jun-97.14:56:46 hpiao Exp $
    # Copyright (c) 1991, 1997 by Oracle Corporation
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # replace "oracle" with your database name
    db_name=ORCL
    open_cursors = 1000
    rollback_segments = (rbs_prima_01, rbs_prima_02, rbs_prima_03, rbs_prima_04)
    db_files = 1024 # INITIAL
    # db_files = 80 # SMALL
    # db_files = 400 # MEDIUM
    # db_files = 1000 # LARGE
    control_files = d:\orant\DATABASE\ctl1ORCL.ora
    # db_file_multiblock_read_count = 8 # INITIAL
    # db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    db_file_multiblock_read_count = 64 # LARGE
    # db_block_buffers = 200 # INITIAL
    # db_block_buffers = 100 # SMALL
    # db_block_buffers = 550 # MEDIUM
    db_block_buffers = 6400 # LARGE
    shared_pool_size = 20000000 # INITIAL
    # shared_pool_size = 3500000 # SMALL
    # shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    # processes = 59 # INITIAL
    # processes = 50 # SMALL
    # processes = 100 # MEDIUM
    processes = 200 # LARGE
    parallel_max_servers = 5 # SMALL
    # parallel_max_servers = 4 x (number of CPUs) # MEDIUM
    # parallel_max_servers = 4 x (number of CPUs) # LARGE
    # log_buffer = 8192 # INITIAL
    # log_buffer = 8192 # SMALL
    # log_buffer = 32768 # MEDIUM
    log_buffer = 327680 # LARGE
    # sequence_cache_entries = 10 # INITIAL
    # sequence_cache_entries = 10 # SMALL
    # sequence_cache_entries = 30 # MEDIUM
    sequence_cache_entries = 100 # LARGE
    # sequence_cache_hash_buckets = 10 # INITIAL
    # sequence_cache_hash_buckets = 10 # SMALL
    # sequence_cache_hash_buckets = 23 # MEDIUM
    sequence_cache_hash_buckets = 89 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = %ORACLE_HOME%\database\archive
    # log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    # rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    # transactions = 40
    # transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # define directories to store trace and alert files
    background_dump_dest=%RDBMS80%\trace
    user_dump_dest=%RDBMS80%\trace
    db_block_size = 2048
    remote_login_passwordfile = shared
    text_enable = TRUE
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    job_queue_interval = 10
    job_queue_keep_connections = false
    distributed_lock_timeout = 300
    distributed_transactions = 5
    open_links = 4

  • Export errors after patch Database9i 9.2.0.1 to 9.2.0.5

    Dear OTN,
    I have problems with exports after appliying the patch 9.2.0.5 to 9.2.0.1. The database was created new under the new release.
    Solaris 8
    For example:
    $ exp seguridad/seguridad@silim owner=seguridad file=prueba2.dmp
    Export: Release 9.2.0.5.0 - Production on Wed Aug 11 14:17:16 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.5.0 - Production
    Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SEGURIDAD
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user SEGURIDAD
    About to export SEGURIDAD's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    If I execute a full the error terminate with:
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00008: ORACLE error 1041 encountered
    ORA-01041: internal error. hostdef extension doesn't exist
    EXP-00000: Export terminated unsuccessfully
    But if I execute table by table the export work fine!!!
    Please any help with this are welcome!!
    Best regards,
    Alfredo.

    Normally the export error on EMIT_SCHEMA can happen if the catpatch.sql script was not run successfully after a patchset install.
    See Note:232120.1 on MetaLink
    Login as SYSDBA and run catpatch.sql (without other users logged in).

  • Is it possible to import an Oracle 10 (export .dmp file) into Oracle 9 db ?

    hi Oracle Guru's
    Is it possible to import a oracle 10 (export .dmp file) into an oracle 9 database ?
    I tried & got the following error ...
    IMP-00010 not a valid export file, header failed verificationperhaps their is a work-around ?
    thanks

    Hi
    You can take export from a previous version and import to a later version. Having said that, there is still a workaround to do what you want.
    On 9i server add a connect string for your 10g instance. Then use 9i export utility to export 10g data. That way your export will be compatible with 9i. You can then import the data in your 9i instance.
    To create connect string you can either use Net Configuration Assistant or manually edit TNSNAMES.ORA file in your 9i server.
    Hope it helps.
    Rgds
    Adnan

  • Access Exporter Error

    Hi,
    when I try to do a Export for Application Express using Oracle Access Exporter 10.2.0.1.0 I get the following error:
    Error #29074 - XMLExporter - Method of 'Run' object '_Application' failed
    C:\Documents and Settings\Oracle.XP_ONE\Desktop\teste.mdb Database Schema Export did not complete successfully.
    Thanks

    Joao,
    I have posted an announcement message to this forum with a list of recommended steps you should follow to narrow down your problem
    http://forums.oracle.com/forums/ann.jspa?annID=376
    Donal

  • Export-Error Message EXP-00003

    Dear List
    I'm using Oracle 9.2.0.5 on Windows.
    Seventeen Tables in the schema have Spatial-Columns (MDSYS.SDO_GEOMETRY).
    I try to export the schema.
    For 2 tables the Exp-program gives the error message EXP-00003.
    When I set all spatial-values in these tables to null by an UPDATE-Statement the Export-Error still occures.
    When I drop the spatial-column and then reintroduce it the Export-error disappears.
    The error comes back, after filling the spatial-column with data again.
    Documentation says:
    EXP-00003 no storage definition found for segment(number, number)
    Cause: Export could not find the storage definitions for a cluster, index, or table.
    Action: Record the accompanying messages and report this as an Export internal error to Oracle Customer Support.
    Any suggestions?

    You could be using a older version (9.2.0.4) of the export utility.
    Check note 274076.1 on metalink for details.

  • Adobe media encoder export error  "writer not found"

    When trying to export to wmv using adobe media encoder I get an export error of "writer not found". I did a search and found others having the same issue with no fix as far as I can see. Just wondering if anyone has any more iformation on this. I'm using Vista Ultimate and Premiere CS3.
    Thanks

    I registered the WMEncoderHelper.exe file with regserv, but I still get
    the "writer not found error". I wish I knew what codec it is trying to find and use.

  • Quicktime Export Error: "An output module stopped responding."

    I'm experiencing an odd export error whenever I use any Quicktime codecs:
    "After Effects error: An output module stopped responding. The file may be damaged or corrupted. You may need to restart After Effects."
    Similarly, Adobe Media Encoder hangs when outputting to Quicktime codecs. Neither program makes any progress at all before the hang occurs. At that point, I have to manually "end task" to exit. Also, it doesn't seem to matter what I try to export. In AME, for example, I can simply try to convert one video format to another and have it hang, so I don't think the problem is due to a problem with the source settings or effects. Also, I'm not attempting any multiprocessing since I don't really have enough RAM for that. Other output modules work, so I'm just exporting image sequences for the time being.
    System specs:
    Windows 7 64-bit
    Intel i7-2600k processor
    8 GB RAM
    GTX 580 GPU
    Software:
    Adobe CS6
    AE Plugins include Tracode Suite 12 and Optical Flares
    Quicktime 7.7.3
    Any thoughts on this? I've seen very few references to this error in other places, and not really found a solution that seems to apply to my situation. Thanks in advance for your help.
    Josh

    Thanks for setting me in the right direction. Clicking through to the 25 :: 101 error page (http://myleniumerrors.com/2013/01/06/25-101-4/) led me to a reference about other software, such as remote access software, using the same ports that AE needs for communication with its various processes. In my case, LogMeIn was the culprit. I had no idea that AE even used TCP for these types of operations, so that's very helpful to know.
    *EDIT*
    That worked temporarily, and now it doesn't work. I ran into a similar effect when I first disabled the Windows Firewall. But of course, as I type this and piddle around, it works again. It SEEMS like if I open AME and click into the output settings and scrub through the video preview, it makes everything work when I go to actually export. That's exactly the type of thing I would say is completely unrelated under normal circumstances, but at the moment all I know is that it is currently working and I don't want to test anything else until I finish the rendering I need to accomplish today. I'll work on it more later and post an update at that time.
    Thanks,
    Josh

  • PE 7 memory and export errors

    In Premiere Elements ver 7, I have put together a 4 1/2 minute video made up of mpeg4 HD 720p mixed with regular avi digital footage. I am having memory errors and export errors when trying to render into a wmv or mpeg file.  When working on previous videos with non-HD footage, I didn't have these issues. I also recently put together a 1 minute mpeg4 HD 720p video rendered into HD 720p wmv file without any issues.
    1) memory errors - I got these when I was putting the video together and when rendering. After a lot of restarting the PC and reworking the video, I was able to finally complete in pre-render format.  It includes music soundtrack and transitions/effects.
    Here are my PC's specs:
    Dell Inspiron 530 with Intel Quad Core CPU 2.66Ghz processor
    4 GB RAM
    32 bit OS
    Windows Vista SP1
    When rendering, I get the "caution - low memory, save your work" message. I have since set the virtual memory paging file size per Technote kb404939.  This seems to have helped a little bit but still getting the message even though it continues to render....but then I get the export error message....
    2) Export errors - I first tried to render into a wmv HD 720p 30fps file. In the first 1 of 2 rendering phase, I got the "Export Error - failed to return a frame - cancelling operation" message. I checked for gaps in the timeline and there are none. Even though I do have some black space/dip to black sequences, I can "page down" through the entire movie without any pauses or hiccups with the CTI (Current Time Indicator).
    I then tried to render into a smaller wmv LAN speed file, and it went through the first 1 of 2 phases rendering (with the low memory message but it kept on going). Just after it started into the 2 of 2 rendering phase, I got an error message saying "Export Error - Unknown Error".
    What to do? I'm very frustrated at this point after a great deal of time invested in this video and troubleshooting the issues. Please help. Thanks.

    What are the sources of your video? What types of camcorders did this video come from?
    Premiere Elements supports AVCHD video, but does not work well with video from Flip and webbie camcorders, which use proprietary codecs. They can also use non-standard frame rates. Conversion is usually necessary before the files can be edited in Premiere Elements.
    And does your DV footage come from a miniDV camcorder captured over FireWire? And what project settings are you using in Premiere Elements.
    I would also not recommend mixing HD and DV footage in the same project. This could also be contributing to your problems.
    I also recommend you visit Windows Update and manually download any (even non-critical) updates. Vista should be at least on SP2. You may also want to download the latest version of Quicktime.

  • FIM MA Export errors. There is an error executing a web service object creation.

    While checking for the permission, we have figured that the Built-In Synchronization account is being deleted by an Expiration Workflow.
    FIM MA Export errors. There is an error executing a web service object creation.
    While checking for the permission, we have figured that the Built-in Synchronization account was deleted by an Expiration Workflow
    Is there a way to restore. Thanks.

    I would re-run FIM setup - I think it can re-create this account
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • Oracle.jms.AQjmsException: Error creating the db_connection( OSB PS2.)

    hi All,
    I am beginner in OSB 11g. Please excuse me if I am asking any dumb question.
    I am trying to post messages to Oracle AQ by configuring JMS Destination in OSB Alert destination
    I have configured AQ JMS in weblogic 10.3.3 ( OSB PS2) following the blog (http://jianmingli.com/wp/?p=2950)
    When i invoked my proxy OSB proxy service i am getting following exception. Can you please help if i am missing any kind of setup while configuring the JMS Module.
    Caused By: oracle.jms.AQjmsException: Error creating the db_connection
         at oracle.jms.AQjmsDBConnMgr.getConnection(AQjmsDBConnMgr.java:625)
         at oracle.jms.AQjmsDBConnMgr.<init>(AQjmsDBConnMgr.java:399)
         at oracle.jms.AQjmsXAConnection.<init>(AQjmsXAConnection.java:112)
         at oracle.jms.AQjmsXAQueueConnectionFactory.createAllXAConnection(AQjmsXAQueueConnectionFactory.java:320)
         at oracle.jms.AQjmsXAQueueConnectionFactory.createXAQueueConnection(AQjmsXAQueueConnectionFactory.java:198)
         at weblogic.deployment.jms.JMSConnectionHelper.openConnection(JMSConnectionHelper.java:282)
         at weblogic.deployment.jms.JMSConnectionHelper.<init>(JMSConnectionHelper.java:144)
         at weblogic.deployment.jms.JMSSessionPool.getConnectionHelper(JMSSessionPool.java:517)
         at weblogic.deployment.jms.PooledConnectionFactory.createConnectionInternal(PooledConnectionFactory.java:355)
         at weblogic.deployment.jms.PooledConnectionFactory.createQueueConnection(PooledConnectionFactory.java:188)
         at com.bea.wli.sb.transports.jms.JmsOutboundMessageContext.getSession(JmsOutboundMessageContext.java:399)
         at com.bea.wli.sb.transports.jms.JmsOutboundMessageContext.newMessage(JmsOutboundMessageContext.java:621)
         at com.bea.wli.sb.transports.jms.JmsOutboundMessageContext.setRequestMetaData(JmsOutboundMessageContext.java:229)
         at com.bea.wli.sb.transports.jms.JmsOutboundMessageContext.access$100(JmsOutboundMessageContext.java:72)
         at com.bea.wli.sb.transports.jms.JmsOutboundMessageContext$SendAction.run(JmsOutboundMessageContext.java:788)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.Security.runAs(Security.java:61)
         at com.bea.wli.sb.transports.jms.JmsOutboundMessageContext.send(JmsOutboundMessageContext.java:551)
         at com.bea.wli.sb.transports.jms.JmsTransportProvider.sendMessageAsync(JmsTransportProvider.java:680)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
         at $Proxy111.sendMessageAsync(Unknown Source)
         at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageWithoutService(TransportManagerImpl.java:489)
         at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:417)
         at com.bea.wli.sb.init.FrameworkStarter$TransportServiceImpl.sendMessageAsync(FrameworkStarter.java:391)
         at com.bea.alsb.alert.action.jms.JmsActionProvider.executeAction(JmsActionProvider.java:345)
         at com.bea.alsb.alert.AlertDestinationHandlerImpl.sendAlertToDestination(AlertDestinationHandlerImpl.java:105)
         at com.bea.alsb.alert.pipeline.PipelineAlertManager.processAlert(PipelineAlertManager.java:59)
         at stages.logging.runtime.AlertRuntimeStep.processMessage(AlertRuntimeStep.java:125)
         at com.bea.wli.sb.pipeline.debug.DebuggerRuntimeStep.processMessage(DebuggerRuntimeStep.java:74)
         at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
         at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)
         at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeStep.java:102)
         at com.bea.wli.sb.pipeline.debug.DebuggerRuntimeStep.processMessage(DebuggerRuntimeStep.java:74)
         at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
         at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:106)
         at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
         at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
         at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:593)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
         at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:329)
         at com.bea.wli.sb.test.service.ServiceMessageSender.access$000(ServiceMessageSender.java:76)
         at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:134)
         at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:132)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageSender.java:137)
         at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.java:454)
         at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:172)
         at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceEJBBean.java:167)
         at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke(TestService_sqr59p_EOImpl.java:353)
         at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.lang.ClassCastException: weblogic.jdbc.rmi.SerialConnection_weblogic_jdbc_rmi_internal_ConnectionImpl_weblogic_jdbc_wrapper_JTAConnection_weblogic_jdbc_wrapper_XAConnection_oracle_jdbc_driver_LogicalConnection_1033_WLStub cannot be cast to oracle.jdbc.internal.OracleConnection
         at oracle.jms.AQjmsGeneralDBConnection.getProviderKey(AQjmsGeneralDBConnection.java:96)
         at oracle.jms.AQjmsGeneralDBConnection.<init>(AQjmsGeneralDBConnection.java:65)
         at oracle.jms.AQjmsDBConnMgr.getConnection(AQjmsDBConnMgr.java:566)
         at oracle.jms.AQjmsDBConnMgr.<init>(AQjmsDBConnMgr.java:399)
         at oracle.jms.AQjmsXAConnection.<init>(AQjmsXAConnection.java:112)
         at oracle.jms.AQjmsXAQueueConnectionFactory.createAllXAConnection(AQjmsXAQueueConnectionFactory.java:320)
         at oracle.jms.AQjmsXAQueueConnectionFactory.createXAQueueConnection(AQjmsXAQueueConnectionFactory.java:198)
         at weblogic.deployment.jms.JMSConnectionHelper.openConnection(JMSConnectionHelper.java:282)
         at weblogic.deployment.jms.JMSConnectionHelper.<init>(JMSConnectionHelper.java:144)
         at weblogic.deployment.jms.JMSSessionPool.getConnectionHelper(JMSSessionPool.java:517)
         at weblogic.deployment.jms.PooledConnectionFactory.createConnectionInternal(PooledConnectionFactory.java:355)
         at weblogic.deployment.jms.PooledConnectionFactory.createQueueConnection(PooledConnectionFactory.java:188)

    hi All,
    Here is the actual exception while posting message into AQ ( AQ JMS) from OSB.
    Caused By: java.lang.ClassCastException: weblogic.jdbc.rmi.SerialConnection_weblogic_jdbc_rmi_internal_ConnectionImpl_weblogic_jdbc_wrapper_JTAConnection_weblogic_jdbc_wrapper_XAConnection_oracle_jdbc_driver_LogicalConnection_1033_WLStub cannot be cast to oracle.jdbc.internal.OracleConnection
    at oracle.jms.AQjmsGeneralDBConnection.getProviderKey(AQjmsGeneralDBConnection.java:96)
    at oracle.jms.AQjmsGeneralDBConnection.<init>(AQjmsGeneralDBConnection.java:65)
    Not sure what is missing in my AQ JMS configuration. Please help.
    Regards,
    Nagi

  • Export error adobe premiere elements 12

    im trying to save a video as AVCHD with the YouTube HD presetting. ive done it before but this past time ive tried it, it gave me a message saying export error an unknown error has occured.
    Please help
    Thanks,
    Noah Ogan

    Noah Ogan
    Thanks for the reply. It is late where I am so I will just give a few comments now and more in the morning.
    1. If you have not already, open a new project and try the export
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 - H.264 1920 x 1080p30 (assuming a NTSC setup)
    2. What is the video compression for your file with the .avi file extension? The file property appears to include
    a. file size 101 GB and file extension .avi.
    b. duration 25 minutes and 7 seconds
    But, when you get to export as cited above, what is the estimated file size and duration? The duration should
    remain 25 minutes and 7 seconds, but what does it show for estimated file size.
    3. Is your computer optimized - no pile ups of preview files, conformed audio, or conformed video files? Where are
    the Scratch Disks pointed to and how much free hard drive space is there?
    4. Do you have any older source files that worked before for export that you could try in the present situation to compare with this current source?
    More later.
    ATR

  • AME 2014 Export Error. Sequences not updating from Premiere.

    It seems that queuing sequences from Premiere Pro to AME via Ctrl+M is forever broken as that causes Premiere to hang and crash on the "Export Media" dialog box. This has been broken for several months. I have talked to developers with no resolution to this. Because of this, I now can only export projects by dragging sequences over to AME from Premiere. This has worked fine until a few days ago.
    What happens now is that AME gets part way through encoding a video and then hangs and fails encoding. I get the super helpful
    12/19/2014 03:25:14 PM : Encoding Failed
    Export Error
    Error compiling movie.
    Unknown error.
    I have created new sequences with the same media, removed 3rd party audio plugins, moved all the footage over to a different drive, tried to encoded to a different format like AVI, and I have tried setting the encode to save on several drives. It always fails at the same point. It seems hang and fail on clips that I created in AE, which are rendered using PhotoJPEG .MOV. I tried rendering the clip where AME fails using a different AVI container, but it ended up failing in the same spot.
    The strangest thing is that when I disable the clips in Premiere and dragged tried rendering, it hangs on the same clip as if it wasn't disabled! I have also deleted the clips from the timeline and they still show up in the preview window in AME and it hangs on them and then fails!
    Here are my system specs:
    Premiere Pro CC (up to date)
    Win 7 64bit (up to date)
    i7 970
    24GB Ram
    NVIDIA 470GTX (driver up to date)
    3 x 1.5TB internal
    4TB internal
    3TB internal
    12TB RAID 5 via USB 3.0
    USB 2.0 and 3.0 drives
    FireWire audio device (M-AUDIO FireWire1814)... although, I am not using it for playback. It is connected.
    Footage is from C100 H.264 .MTS, PhotoJPEG .MOV from AE, JPG Stills, simple titles made in Premiere Pro, color mattes, and .WAV audio clips
    All stock video effects and transitions.
    Thanks for your help.
    Mark Mapes
    Adobe Media Encoder (AME)

    I tried a re-install of PP and AME, moving all assets to another machine and encoding, enabling and disabling "Import sees natively" in AME, enabling and disabling Mercury in PP and AME, and I got the same result. AME fails encoding with a "error compiling movie" error. Same result when I tried to export from PP.
    The only thing that worked was re-rendering all the clips that I created in AE using a different codec (was MOV PhotoJPEG and I re-rendered to Lagarith AVI). This seemed to work. When it would fail in AME it would hang on a frame for several minutes before giving me the sheep sound. The original MOV PhotoJPEG clips from PP played fine in the sequences and in media players. No drama, no glitches.
    Not sure why AME wan't updating the sequences from PP. The fix for that was launching AME with Shift held down to clear preferences. Also I made sure I saved in PP before I dragged over to AME for encoding.
    Hopefully this will help someone else along their journey. Thanks for looking!

  • Export Error. Error compiling movie. Disk Full.

    I have the following error since CS6 when exporting some videos: Export Error. Error compiling movie. Disk Full.
    All my drives have plenty of space, NTFS 7200rpm, everything was fine with CS5.5. Same problem with Encoder or Premiere Pro.
    Much of the stuff I export is going fine but I have this error with some sequences and formats.
    It always crash to this error when exporting sequences with "Match Sequence Settings".
    For one of my projects, when exporting to wmv, out of 6 sequences one always crash to Export Error. Error compiling movie. Disk Full.
    If I encode those sequences to mpeg2, everything is fine.
    I installed the new update this morning but it doesn't help.

    Hi, since my last post there has been no activity on this thread, so...
    Has anyone found a workaround?  I find it incredibly inconvenient and unforgivable that I get this error when trying to export a movie in PPCS6 using "Match Sequence Settings".  Some facts:
    1. I always get this error when trying to export from PPCS6 using match sequence settings.  It happens with all movies.  Starting a new sequence doesn't change it
    2. I never get this error if I use another encoding option
    3. My disk is not full
    4. It happens whether I use software engine or GPU acceleration (and also if I delete the previews)
    5. It happens on both the PC and MAC versions of PPCS6.  With sequences created natively on each machine and imported one to the other.
    6. If I import the sequence into CS5, then hey presto, it works without error.  At the moment that is my workaround, but it is not at all acceptable that I have to do this.
    7. The sequences were all created in CS6.  None of them were imported from another version
    8. My source video is 1080p AVCHD footage
    Any further thoughts on how to deal with this really frustrating and crippling new bug in CS6 would be incredibly welcome.

Maybe you are looking for

  • How to work with url in receiver mail adapter

    hi, iam trying to implement simple file to mail scenario. I've got stuck with mail adapter configuration.The transport protocol iam using on receiver end is the SMTP protocol. i have mentioned the url as smtp://abc.xyz.com:25.Then iam getting an erro

  • Syncing & Streaming from the same Library? - Noob question

    Good Evening - I have a silly noob question that I can't believe I can't find the answer to on my own: I have been trying to determine if it is possible to sync and stream from the same library simultaneously. I purchased the 40GB aTV and it has been

  • My free Acrobat trial expired and now I can't open PDFs with Adobe Reader

    I recently downloaded a free trial of Adobe Acrobat Pro before purchasing the software.  I already have Adobe reader installed on my computer (Dell PC -- Windows 7).  I attempted to purchase Adobe Acrobat as the parent of a student and I was told I h

  • Pressing the space-bar on a JTree results in TreeSelectionEvent.

    Hello, Have a JTree and a TreeSelectionListener that listens. If the focus is on the tree and most of keys are pressed nothing happens. However, if the focus is on the tree and the space-bar is pressed then the TreeSelectionListener.valueChanged(Tree

  • JScrollpane problems in w98

    Hi i created a jpanel, painted some 2D-Graphics on it (within the paintComponent-method) but it don't fit on the screen because its too large. So i put the panel in a JScrollPane. But when i drag the Scrollbutton up or down my graphics are fractured