Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DeployerException: Unknown assembly root-tag attribute: xmlns:xsi

566709Nov 21 2007 — edited Nov 21 2007
Hi!

I've found a couple of topics about this error but I've done all the steps and suggestions in them but I am still getting the error. I'm trying to deploy application, build in JDev 10.1.3 to AS 10.1.2

What I did:
1st: I followed the Oracle Application Server Release 2 (10.1.2) Deployment Notes instructions. All my descriptor files have headers like this now and none of them have xmlns:xsi attribute in it:
<!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://xmlns.oracle.com/ias/dtds/orion-application.dtd">
2nd: I've created new deploy plans for all my projects and whole application.
3rd: tried deploying my application on AS through Application Server Control.

When deployment starts, I get next error:
Deployment failed: Nested exception
Resolution:

Base Exception:
java.rmi.RemoteException
deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns:xsi. deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns:xsi


If I create a global search in JDev for xmlns:xsi string I get just the files from standard.jar library:
...\ViewController\public_html\WEB-INF\lib\standard.jar!\META-INF\c.tld
(4,5): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...\ViewController\public_html\WEB-INF\lib\standard.jar!\META-INF\fmt.tld
(4,5): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...\ViewController\public_html\WEB-INF\lib\standard.jar!\META-INF\fn.tld
(4,3): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...\ViewController\public_html\WEB-INF\lib\standard.jar!\META-INF\permittedTaglibs.tld
(4,5): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...\ViewController\public_html\WEB-INF\lib\standard.jar!\META-INF\scriptfree.tld
(4,5): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...\ViewController\public_html\WEB-INF\lib\standard.jar!\META-INF\sql.tld
(4,5): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...\ViewController\public_html\WEB-INF\lib\standard.jar!\META-INF\x.tld
(4,5): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"


Are these the files causing the errors? I'm struggling to do this for two days now and can't get it going. I would much appreciate any help on this although I don't think one post can solve my problems.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2007
Added on Nov 21 2007
1 comment
608 views