[ 
https://issues.apache.org/jira/browse/AXIOM-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057402#comment-18057402
 ] 

Gnanadev commented on AXIOM-527:
--------------------------------

I tried to print in Java Note Main clas,


 
import lotus.domino.*;
import java.util.Vector;
import java.io.IOException;
import org.xml.sax.SAXException;
 
public class JavaAgent extends AgentBase {
 
public void NotesMain() {

System.out.println(
                      org.apache.axiom.om.OMAbstractFactory.class
                      .getProtectionDomain()
                      .getCodeSource()
                      .getLocation()
                    ); 
but,  got Exception in thread "AgentThread: JavaAgent" 
java.security.AccessControlException: Access denied 
("java.lang.RuntimePermission" "getProtectionDomain")
at java.base/java.security.AccessController.throwACE(AccessController.java:177)
at 
java.base/java.security.AccessController.checkPermissionHelper(AccessController.java:239)
at 
java.base/java.security.AccessController.checkPermission(AccessController.java:386)
at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:416)
at 
COM.ibm.JEmpower.applet.AppletSecurity.superDotCheckPermission(AppletSecurity.java:1479)
at 
COM.ibm.JEmpower.applet.AppletSecurity.checkRuntimePermission(AppletSecurity.java:1341)
at 
COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1649)
at 
COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1494)
at java.base/java.lang.Class.getProtectionDomain(Class.java:2007)

> Axiom “No meta factory found for feature 'default'” in Domino Java Agent 
> (Domino 14 FP5 / Java 17)
> --------------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-527
>                 URL: https://issues.apache.org/jira/browse/AXIOM-527
>             Project: Axiom
>          Issue Type: Bug
>    Affects Versions: 1.2.21
>            Reporter: Gnanadev
>            Priority: Major
>
> Hi Team, Domino Java agent fails with Axiom meta factory error: “No meta 
> factory found for feature 'default'”, indicating axiom-impl.jar not found in 
> classpath or META-INF/axiom.xml not readable. We are running a Java agent 
> (Notes/Domino web service agent using Axis2/Axiom) on: * Domino version: 
> Domino 14 FP5 * Domino Java: Java 17 (Domino Java 17) * Classpath base: 
> C:\Domino\ndext * Axiom jar present/version: axiom-impl-1.2.21 (in 
> Dev/Pre-Prod) The agent fails at runtime with the following error: No meta 
> factory found for feature 'default'; this usually means that axiom-impl.jar 
> is not in the classpath or that the META-INF/axiom.xml resource can't be read 
> at WebServiceClient.buildRequest(Unknown Source) at 
> JavaAgent.NotesMain(Unknown Source) at 
> lotus.domino.AgentBase.runNotes(Unknown Source) at 
> lotus.domino.NotesThread.run(Unknown Source) Troubleshooting Done * Verified 
> axiom-impl-1.2.21.jar exists under C:\Domino\ndext. * Confirmed agent fails 
> consistently. * Suspect classpath/classloader issue or jar conflict under 
> Domino Java agent runtime. Note :- This agent worked perfectly till 11th 
> December 2025.No changes made to code , but Windows server was patched and 
> rebooted on December 11, 2025 (KB5071544) . Could you please help us in 
> resolving this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to