• Arvind
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

hi,

I am trying to execute a program and the following exception occurs. The compiling goes fine, but the exception occurs while running the program :

Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.lo
gging.LogFactory
        at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:8
4)
        at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:84
)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory
.java:80)
        at org.apache.axis.components.logger.LogFactory.(LogFactory.java72)
        at org.apache.axis.handlers.BasicHandler.(BasicHandler.java:81)
        at org.apache.axis.client.Service.getAxisClient(Service.java:143)
        at org.apache.axis.client.Service.(Service.java:152)
        at com.sforce.soap.enterprise.SforceServiceLocator.(SforceServiceL
ocator.java:10)
        at com.modelmetrics.aon.task.doLogin(task.java:502)
        at com.modelmetrics.aon.task.(task.java:63)
        at com.modelmetrics.aon.task.main(task.java:49)

Please help if you can read through something

Thanks,

Arvind

Message Edited by Arvind on 08-11-2004 05:29 AM

  • August 11, 2004
  • Like
  • 0
Hi,

I'm a new developer, so this might be a silly question. I have created a Web Integration Link which uses scontrol, which in turn call a Java Applet. The applet runs fine locally on my labtop, but it is not showing up on the site.
Here is my html code for my scontrol object:





where in place of xxx I have put my applet class file, and also tried {!Scontrol_URL}.

Can someone please help? Any suggestions would be greatly appreciated.

Han
  • January 19, 2004
  • Like
  • 0