OGG-01389 File header failed to parse tokens.

http://blog.csdn.net/zbdba/article/details/44095105;

处理的思路:

  1.查看日志

  2.在目标端看最新的队列文件的日期,假如没有最新的队列文件就说明源端没有投递过来

  3.在源端查看日志

  4.在源端修改参数文件,使版本一致

  5.在源端重启进程使跳过报错的队列文件 alter extract  XX,extseqno XX ,extrba  0

  6.在目标端看是否有新的队列文件传过来

  7.在目标端执行  alter replicat repbamxh ,extseqno 58996(这是队列文件的编号) ,extrba 0

  8.start XX

时间: 2024-08-03 21:40:24

OGG-01389 File header failed to parse tokens.的相关文章

【Oracle】IMP-00010: not a valid export file, header failed verification

别人给了一个Oracle文件,结果在导入的时候发现有问题,报错如下: IMP-00010: not a valid export file, header failed verification 在网上查询后发现,是版本数据库问题造成,使用UE编辑器打开dmp文件,看到首行如下: 上图表明该数据库版本为:Oracle12c的版本 使用SQL:select * from v$version 查询当前数据库版本 我们将dmp文件的TEXPORT:V12.02修改为V11.02,再次导入,完美解决问题

ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn

错误产生的信息如下: Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet: file [E:\develop_tools\apache-tomcat-8.0.18\webapps\SpringMVCUpload

Spring MVC 单元测试异常 Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file

Sping 3.2.8.RELEASE + sping mvc + JDK 1.8运行异常. java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:99) at org.springfr

ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet

1. 问题描述 tomcat启动项目 报错如上,ide是eclipse,jdk安装的是jdk8. 2. 解决方案 可能原项目是用jdk7或其他版本开发的,错误提示也很清晰,更换jdk编译一下 项目右键-->build path-->Configure build path-->Project facets 再重新发布 启动好了 ASM ClassReader failed to parse class file - probably due to a new Java class fil

Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file

最近在琢磨maven,自己照着网上的例子塔了一个例子,在junit测试时报错了,详细错误信息: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\workspace\MAVEN\example_1\target\classes\cn\springmvc\service\impl\UserServiceImpl.clas

ASM ClassReader failed to parse class file- probably due to a new Java class file version that isn't supported yet问题

出错情况:由于接口的更改,在工程中更新了一个外部依赖的jar包,在编译启动后遇到了下述问题: Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a newJava class file version that isn't supported yet: URL [jar:file:/D:/project/extra-

SpringMVC 异常信息ASM ClassReader failed to parse class file的问题解决

1.  环境信息: Spring 3.2.0,  JDK 1.8.0 2.  运行简单的程序,出现以下错误信息: 2.  运行简单的程序,出现以下错误信息: Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\NewWorkSpace\ep-user\target\test-classes\org\

ORA-01122: database file 4 failed verification check

现象: 在做表空间恢复演练时,遇到如下错误提示: SQL> alter database datafile 4 online;alter database datafile 4 online      *                                     ERROR at line 1:                      ORA-01122: database file 4 failed verification checkORA-01110: data file

Oracle bbed 实用示例-----File Header Reset

一.查看当前环境 1.1 当前控制文件中的SCN号 [[email protected] ~]$ sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 17 10:11:34 2015 Copyright (c) 1982, 2005, Oracle. All rights reserved. SQL> conn /as sysdba Connected. SQL> col name format a65 SQL