Hi, I have setup Axis on the Domino server as indicated in the LDD Today article by Ken Yee. I am not doing the Amazon sample, but I am using my own WSDL. Everything works if I run it in an IDE, but on the Domino Server it doesn’t. I have copied over the Axis files to \jvm\lib\ext and placed crimson.jar in the JavaUserClasses line. Here is the error I am receiving:
01/23/2004 03:33:37 PM HTTP JVM: com.spx.provisioning.domino.agents.ProvisionException: The following error occurred: client-config.wsdd
java.lang.SecurityException: client-config.wsdd
at lotus.notes.AgentSecurityManager.checkRead(Unknown Source)
at java.io.File.canRead(File.java:519)
at org.apache.axis.configuration.FileProvider.check(FileProvider.java:147)
at org.apache.axis.configuration.FileProvider.<init>(FileProvider.java:115)
at org.apache.axis.configuration.EngineConfigurationFactoryDefaN=Notes3/O=SPXLocalDev
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProxy.sendResponse(ProvisionResponseProxy.java:123)
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProcessor.sendResponseToService(ProvisionResponseProcessor.java:42)
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProcessor.sendResponses(ProvisionResponseProcessor.java:25)
01/23/2004 03:33:37 PM HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:30)
01/23/2004 03:33:37 PM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
01/23/2004 03:33:37 PM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)