I got a same problem. I'm using jboss-5.0.1.GA, my war file includes spring 
framework 2.0.7. but I can deploy this war file to tomcat 5/6 or 
jboss-4.2.3.GA. here is the error message:
  | 14:53:03,450 WARN  [JBossEntityResolver] Trying to resolve systemId as a 
non-file URL: http://www.springframework.org/dtd/spring-beans.dtd               
                                                               
  | 14:53:04,731 WARN  [JBossEntityResolver] Trying to resolve systemId as a 
non-file URL: http://www.springframework.org/dtd/spring-beans.dtd               
                                                               
  | 14:53:05,246 ERROR [AbstractKernelController] Error installing to Parse: 
name=vfszip:/opt/jboss-5.0.1.GA/server/default/deploy/test.war/ state=Not 
Installed mode=Manual requiredState=Parse                            
  | org.jboss.deployers.spi.DeploymentException: Error creating managed object 
for vfszip:/opt/jboss-5.0.1.GA/server/default/deploy/test.war/                  
                                                             
  |         at 
org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
                                                                                
                        
  |         at 
org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:337)
                                                                        
  |         at 
org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:297)
                                                                        
  |         at 
org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:269)
                                                                        
  |         at 
org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:230)
                                                                                
  |         at 
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                                                                                
                                       
  |         at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                                                                                
                                        
  |         at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                                                                                
                            
  |         at 
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
                                                                                
                                         
  |         at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                                                                                
                           
  |         at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
                                                                                
                                        
  |         at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                                                                                
                                  
  |         at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
                                                                                
                                
  |         at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                                                                                
                                 
  |         at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                                                                                
                                          
  |         at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                                                                                
                                          
  |         at 
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
                                                                                
                                          
  |         at 
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
                                                                                
                                         
  |         at 
org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
                                                                                
                 
  |         at 
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
                                                                                
                       
  |         at 
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)       
                                                                                
                                             
  |         at org.jboss.Main.boot(Main.java:209)                               
                                                                                
                                                            
  |         at org.jboss.Main$1.run(Main.java:547)                              
                                                                                
                                                            
  |         at java.lang.Thread.run(Thread.java:619)                            
                                                                                
                                                            
  | Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: 
Failed to parse schema for nsURI=, baseURI=null, 
schemaLocation=http://www.springframework.org/dtd/spring-beans.dtd              
             
  |         at 
org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
                                                                                
                                            
  |         at 
org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168)      
                                                                                
                                             
  |         at 
org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:199)
                                                                                
                             
  |         at 
org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:170)
                                                                                
                             
  |         at 
org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:132)
                                                                                
                           
  |         at 
org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:118)
                                                                                
                           
  |         at 
org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)
                                                                                
            
  |         at 
org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:239)
                                                                                
                   
  |         at 
org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:330)
                                                                        
  |         ... 22 more                                                         
                                                                                
                                                            
  | Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to parse 
schema for nsURI=, baseURI=null, 
schemaLocation=http://www.springframework.org/dtd/spring-beans.dtd              
                              
  |         at 
org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.resolve(DefaultSchemaResolver.java:340)
                                                                                
                      
  |         at 
org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:306)
                                                                                
                   
  |         at 
org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:401)
                                                                                
            
  |         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)                                                                         
                                                            
  |         at 
org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)       
                                                                                
                                             
  |         at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown 
Source)                                                                         
                                                             
  |         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown 
Source)                                                                         
                                                             
  |         at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)                                                                         
                                                    
  |         at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
 Source)                                                                        
                              
  |         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)                                                                        
                             
  |         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)                                                                         
                                                  
  |         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)                                                                         
                                                                  
  |         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)                                                                         
                                                                  
  |         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)        
                                                                                
                                                            
  |         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)                                                                         
                                                                   
  |         at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
Source)                                                                         
                                                            
  |         at 
org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:199)
                                                                                
                                            
  |         ... 30 more                                                         
                                                                                
                                                            
  | Caused by: org.jboss.xb.binding.JBossXBRuntimeException: -1:-1 45:3 The 
markup in the document preceding the root element must be well-formed.          
                                                                
  |         at 
org.jboss.xb.binding.sunday.unmarshalling.XsdBinderTerminatingErrorHandler.handleError(XsdBinderTerminatingErrorHandler.java:40)
                                                                             
  |         at 
org.apache.xerces.impl.xs.XMLSchemaLoader.reportDOMFatalError(Unknown Source)   
                                                                                
                                             
  |         at org.apache.xerces.impl.xs.XSLoaderImpl.load(Unknown Source)      
                                                                                
                                                            
  |         at org.jboss.xb.binding.Util.loadSchema(Util.java:395)              
                                                                                
                                                            
  |         at 
org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:175)    
                                                                                
                                             
  |         at 
org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:146)    
                                                                                
                                             
  |         at 
org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.resolve(DefaultSchemaResolver.java:332)
                                                                                
                      
  |         ... 46 more                                      
  | 
please fix this, thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217265#4217265

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217265
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to