Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8396053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:26:48+00:00 2026-06-09T20:26:48+00:00

I am using websphere 7. to deploy my application. While deployment it needs to

  • 0

I am using websphere 7. to deploy my application. While deployment it needs to parse *.ddm file to read properties. We are using DOMParser to parse the file. following is the code.
same this is working fine is Tomcat.

InputStream iStream = new BufferedInputStream(new FileInputStream(file));
InputSource iSource = new InputSource(iStream );
DOMParser.parse(iSource);

getting following exception.

[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R Caused by: java.lang.LinkageError:     loading constraint violation: loader "com/ibm/ws/classloader /CompoundClassLoader@2de92de9" previously initiated loading for a different type with name  "org/apache/xml/resolver/helpers/Debug" defined by loader "org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@602c602c"
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at java.lang.ClassLoader.defineClassImpl(Native Method)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at java.lang.ClassLoader.defineClass(ClassLoader.java:274)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:69)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLoader.java:768)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at com.ibm.ws.classloader.CompoundClassLoader.localFindClass(CompoundClassLoader.java:687)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:510)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at java.lang.ClassLoader.loadClass(ClassLoader.java:618)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xml.resolver.tools.CatalogResolver.getResolvedEntity(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xml.resolver.tools.CatalogResolver.resolveEntity(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.util.EntityResolverWrapper.resolveEntity(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
[7/19/12 12:42:00:218 IST] 00000022 SystemErr     R     at 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T20:26:49+00:00Added an answer on June 9, 2026 at 8:26 pm

    Issue is being resolved by creating shared reference library in WAS.

    Create a shared library for Content Management

    1. Start the WebSphere integrated solutions console.

      For more information about the console, see the WebSphere documentation.

    2. Expand Applications->Application Types, and click WebSphere enterprise applications.

    3. On the Enterprise Applications window, select the Content Management application name.

    4. On the Configuration page, click Shared library references.

    5. On the Shared library references pane, select the Content Management application, and click Reference shared libraries.

    6 Click New.

    1. On the Configuration page, change the name in the Name box to jars

    2. On the Classpath box, add these three lines, changing the paths to the location where you extracted the WAR file.

    Note:
    Each of these files must be entered on separate lines.

    D:\Temp\org.eclipse.osgi_3.3.2.R33x_v20080105.jar
    D:\Temp\org.apache.xml.resolver_1.1.jar
    D:\Temp\resource

    1. Select the Class Loading check box.

    2. Click Apply.

    3. Click the Save link to update the master configuration.

    4. In the Shared library references page, select the deployed application, and click Reference shared libraries.

    5. In the Shared Library Mapping page, the shared library you created appears in the Available list. Use the arrow button to move it to Selected list, and click OK.

    6. In the Shared library references page, select the DocCenterServer module, and click Reference shared libraries.

    7. In the Shared Library Mapping page, the shared library you created appears in the Available list. Use the arrow button to move it to the Selected list, and click OK.

    8. Click the Save link to update the master configuration.

    9. Restart the deployed application to apply the change:

    10. In the Enterprise Application window, select the WAR file and click Start.

    11. When the application is started, a green arrow appears in the Application Status column.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using WebSphere Application Developer Tools for Eclipse. How to deploy ear that contains
How to deploy rar/ear/war file to IBM Web Sphere Application Server 7.0 using maven
I'm using IBM RAD as the IDE and Websphere Application Server v6.0 to deploy
I'm trying to deploy a web service onto WebSphere using a WAR file, which
I'm using Rational Application Developer to develop JSR168 portlets and deploy them to Websphere
I am trying to remotely deploy a war file to a websphere application server.
I am using RSA as IDE and deploy the application in Websphere application server
I am using IBM Websphere Application Server v6 and Java 1.4 and am trying
I'm using IBM WebSphere as my servlet container. My application has several servlets and
I am using WebSphere Application Server v7.0 with Eclipse helious 3.6.2, it was working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.