Re: Applets--Could not get it working

2006-08-15 Thread KALYAN
OK GOT IT. I BIG TIME GOT IT WORKING.People you got two options. You don't have to take the pain of second option..but I am just telling.1.) Copy latest axis and commons-discovery  snapshot jar files fromhttp://people.apache.org/repository/axis/jars/axis-1.4-SNAPSHOT.jarhttp://people.apache.org/repository/commons-discovery/jars/commons-discovery-SNAPSHOT.jarrename them to remove SNAPSHOT text if you want to.2.) a.)Checkout latest build using svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/java axisb.)Build it using ant.c.) Copy the built commons-discovery and axis jars to wherever you need it.Place them where your applets suck them in... thats it.Thats it...no signing of jars, no changing java.policy file ...I am relieved. Thanks very much dims.May be if a new release of axis is done people would not come accross this issue anymore.KalyanDavanum
 Srinivas <[EMAIL PROTECTED]> wrote: Please see the following threads:http://marc.theaimsgroup.com/?l=axis-user&w=2&r=1&s=applet+discovery&q=bOn 8/15/06, KALYAN <[EMAIL PROTECTED]> wrote:>> Its not a secure site. I had accepted the certificate that I created. But> the applet works only if I modify the java.policy file.>> Let me know if I should give more info.>> Here is the error message I get.>> Exception in thread "Thread-7" java.lang.NoClassDefFoundError: Could not> initialize class org.apache.axis.client.AxisClient> at> org.apache.axis.client.Service.getAxisClient(Service.java:110)> at org.apache.axis.client.Service.(Service.java:119)> at>
 unitconverter.webserviceclient.UnitConverterServiceClient.getCategoryList(UnitConverterServiceClient.java:32)> at> unitconverter.panels.UnitConvertorPanel$2.run(UnitConvertorPanel.java:164)> Exception in thread "Thread-8"> java.lang.ExceptionInInitializerError> at> org.apache.commons.discovery.jdk.JDKHooks.(JDKHooks.java:75)> at> org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:412)> at> org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:378)> at> org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)> at java.security.AccessController.doPrivileged(Native> Method)> at> org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)> at> org.apache.axis.components.logger.LogFactory.(LogFactory.java:33)>  
   at> org.apache.axis.handlers.BasicHandler.(BasicHandler.java:43)> at> org.apache.axis.client.Service.getAxisClient(Service.java:110)> at org.apache.axis.client.Service.(Service.java:119)> at> unitconverter.webserviceclient.UnitConverterServiceClient.getUnitList(UnitConverterServiceClient.java:52)> at> unitconverter.panels.UnitConvertorPanel.updateUnit1and2Lists(UnitConvertorPanel.java:211)> at> unitconverter.panels.UnitConvertorPanel$3.run(UnitConvertorPanel.java:166)> Caused by: java.security.AccessControlException: access> denied (java.lang.RuntimePermission createClassLoader)> at> java.security.AccessControlContext.checkPermission(Unknown> Source)> at> java.security.AccessController.checkPermission(Unknown> Source)> at java.lang.SecurityManager.checkPermission(Unknown> Source)> 
at> java.lang.SecurityManager.checkCreateClassLoader(Unknown> Source)> at java.lang.ClassLoader.(Unknown Source)> at> org.apache.commons.discovery.jdk.PsuedoSystemClassLoader.(PsuedoSystemClassLoader.java:73)> at> org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215)> at> org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)> ... 13 more>> Kalyan>> Larry Lemons <[EMAIL PROTECTED]> wrote:>> What error message are you getting?  Is the site at which the web service is> hosted a secure site?  If the certificate for which the applet was signed is> a trusted certificate or is allowed to run by the client, i.e. the client> clicks on the run or allow, or OK button that would enable the applet to> run, then it should run, unless there are other certificates
 involved in the> process, i.e. one installed on the web services server.>> Thank you,> Larry M. Lemons> (304) 726-4809 Ext. 4505>>>>  >  From: KALYAN [mailto:[EMAIL PROTECTED]> Sent: Tuesday, August 15, 2006 4:31 PM>> To: axis-user@ws.apache.org> Subject: Applets--Could not get it working>>> Hi all,> Has anyone found the solution to using java applets as the client.>> I could do it only this way.> 1.) Sign the required jars> 2.) Modify the java.policy file to> grant {> permission java.security.AllPermission;> };> So the users would

RE: Applets--Could not get it working

2006-08-15 Thread KALYAN
Its not a secure site. I had accepted the certificate that I created. But the applet works only if I modify the java.policy file. Let me know if I should give more info.Here is the error message I get.Exception in thread "Thread-7" java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.client.AxisClient    at org.apache.axis.client.Service.getAxisClient(Service.java:110)    at org.apache.axis.client.Service.(Service.java:119)    at unitconverter.webserviceclient.UnitConverterServiceClient.getCategoryList(UnitConverterServiceClient.java:32)    at unitconverter.panels.UnitConvertorPanel$2.run(UnitConvertorPanel.java:164)Exception in thread "Thread-8" java.lang.ExceptionInInitializerError    at org.apache.commons.discovery.jdk.JDKHooks.(JDKHooks.java:75)    at org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:412)    at org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:378)    at
 org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)    at java.security.AccessController.doPrivileged(Native Method)    at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)    at org.apache.axis.components.logger.LogFactory.(LogFactory.java:33)    at org.apache.axis.handlers.BasicHandler.(BasicHandler.java:43)    at org.apache.axis.client.Service.getAxisClient(Service.java:110)    at org.apache.axis.client.Service.(Service.java:119)    at unitconverter.webserviceclient.UnitConverterServiceClient.getUnitList(UnitConverterServiceClient.java:52)    at unitconverter.panels.UnitConvertorPanel.updateUnit1and2Lists(UnitConvertorPanel.java:211)    at unitconverter.panels.UnitConvertorPanel$3.run(UnitConvertorPanel.java:166)Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader)    at
 java.security.AccessControlContext.checkPermission(Unknown Source)    at java.security.AccessController.checkPermission(Unknown Source)    at java.lang.SecurityManager.checkPermission(Unknown Source)    at java.lang.SecurityManager.checkCreateClassLoader(Unknown Source)    at java.lang.ClassLoader.(Unknown Source)    at org.apache.commons.discovery.jdk.PsuedoSystemClassLoader.(PsuedoSystemClassLoader.java:73)    at org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215)    at org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)    ... 13 moreKalyanLarry Lemons <[EMAIL PROTECTED]> wrote: What error message are you getting?  Is the  site at which the web service is hosted a secure site?  If
 the  certificate for which the applet was signed is a trusted certificate or is  allowed to run by the client, i.e. the client clicks on the run or allow, or OK  button that would enable the applet to run, then it should run, unless there are  other certificates involved in the process, i.e. one installed on the web  services server.   Thank you, Larry M. Lemons (304) 726-4809 Ext. 4505       From: KALYAN [mailto:[EMAIL PROTECTED]  Sent: Tuesday, August 15, 2006 4:31 PMTo:  axis-user@ws.apache.orgSubject: Applets--Could not get it  working Hi all,Has anyone
 found the solution to using java applets as the  client.I could do it only this way.1.) Sign the required jars2.)  Modify the java.policy file to        grant {                   permission java.security.AllPermission;         };So the users would not want to modify the java.policy file. Is  there any solution for this problem. I would love to hear a solution.I  am using Axis 1.4ThanksKalyan   Do you Yahoo!?Next-gen email? Have it all with the all-new  Yahoo! Mail Beta. 
	
		Do you Yahoo!? Everyone is raving about the  all-new Yahoo! Mail Beta.

Applets--Could not get it working

2006-08-15 Thread KALYAN
Hi all,Has anyone found the solution to using java applets as the client.I could do it only this way.1.) Sign the required jars2.) Modify the java.policy file to        grant {                 permission java.security.AllPermission;        };So the users would not want to modify the java.policy file. Is there any solution for this problem. I would love to hear a solution.I am using Axis 1.4ThanksKalyan 
		Do you Yahoo!? Next-gen email? Have it all with the  all-new Yahoo! Mail Beta.