zoukankan      html  css  js  c++  java
  • org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException

    1、错误描述

    22:09:21,005 INFO  [main] Main  - javax.xml.transform.TransformerFactory=null
    22:09:21,007 INFO  [main] Main  - java.endorsed.dirs=D:Javajdk1.7.0_67jrelibendorsed
    22:09:21,012 INFO  [main] Main  - launchFile: D:MyEclipse10workspace.metadata.pluginsorg.eclipse.wst.xsl.jaxp.launchinglaunchlaunch.xml
    22:09:21,083 FATAL [main] Main  - No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/MSSH/src/main/resources/generatorConfig.xml
    org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/MSSH/src/main/resources/generatorConfig.xml
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:225)
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:186)
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.Main.main(Main.java:73)
    Caused by: org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/MSSH/src/main/resources/generatorConfig.xml
    	at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:214)
    	... 2 more
    

    2、错误原因

           由于MyEclipse中没有命令直接运行generatorConfig.xml,导致报错


    3、解决办法

  • 相关阅读:
    Python之推导式笔记
    利用ShardingSphere-JDBC实现分库分表--配置中心的实现
    利用ShardingSphere-JDBC实现分库分表
    MGR安装记录
    学习RadonDB源码(三)
    学习RadonDB源码(二)
    学习RadonDB源码(一)
    Spring Cloud学习笔记--Spring Boot初次搭建
    一次单核CPU占用过高问题的处理
    MySQL AutoCommit带来的问题
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314226.html
Copyright © 2011-2022 走看看