I have deployed a war containing a jsp/struts application in Weblogic. The Action class tries to connect to webMethods server using com.wm.app.b2b.client.Context.
The code is
Context context = new Context();
context.connect(“”, “”, “”);
I get the following error when the context is initialised.
Caused by: java.lang.SecurityException: Self-Integrity Check FAILED: java.lang.SecurityException: ja
va.net.MalformedURLException: invalid url: D:/applns/bea/user_projects/domains/exercisesdomain/myser
ver/.wlnotdelete/extract/myserver_acdui_acdui/jarfiles/WEB-INF/lib/entbase.jar!/ (java.net.Malformed
URLException: unknown protocol: d)
Any help with this will be appreciated.
Thanks in Advance,
Ann
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services