[JBoss Seam] - problem with character-encoding-filter in components.xml
by hasc
Hi,
i added the following entry to components.xml
<web:character-encoding-filter encoding="UTF-8"
| override-client="true"
| url-pattern="*.seam"/>
and when i deploy the ear i get the following error
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
| Caused by: org.dom4j.DocumentException: Error on line 58 of document : The prefix "web" for element "web:character-encoding-filter" is not bound. Nested exception: The prefix "web" for element "web:character-encoding-filter" is not bound.
| at org.dom4j.io.SAXReader.read(SAXReader.java:482)
| at org.dom4j.io.SAXReader.read(SAXReader.java:343)
| at org.jboss.seam.util.XML.getRootElement(XML.java:16)
| at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:133)
| ... 92 more
can anyone help?
i use seam 1.21GA
thanks and regards,
hasc
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048219#4048219
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048219
18 years, 11 months
[Installation, Configuration & Deployment] - Error message when starting my jboss server.
by Linuso
I have just installed jboss 4.0.3SP1 (I tested whit .4.0.5 same problem there)
I getting those messegeas when I start it whit "./run.sh -c all" if I run the default server It's starts perfectly..
12:25:08,400 INFO [SnmpAgentService] SNMP agent going active
12:25:08,428 ERROR [TrapEmitter] SNMP send error for localhost/127.0.0.1:1162: <java.lang.NullPointerException>
12:25:09,438 INFO [DefaultPartition] Initializing
12:25:09,476 ERROR [JChannel] exception: java.lang.Exception: exception caused by UDP.start(): java.lang.Exception: UDP.createSockets(): cannot list on any port in range 0-1
12:25:09,479 WARN [ServiceController] Problem starting service jboss:service=DefaultPartition
ChannelException: java.lang.Exception: exception caused by UDP.start(): java.lang.Exception: UDP.createSockets(): cannot list on any port in range 0-1
-- the logs roll on -->
12:25:10,326 INFO [orb] ORB run
12:25:10,449 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3000000000000200000000000000D8000102000000000D3139342E31342E38392E363000000DC8000000114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005000000000000000010000000000000024000000200000007E00000000000000010000000D3139342E31342E38392E363000000DC9000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
And there it hangs..
Anyone have a idea of what's wrong ??
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048201#4048201
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048201
18 years, 11 months