Strange error: not from Eclipse, yes from calling exported jar --------------------------------------------------------------
Key: XFIRE-1122 URL: http://jira.codehaus.org/browse/XFIRE-1122 Project: XFire Issue Type: Bug Reporter: stivazzi Assignee: Dan Diephouse Hello, i have this problem: i have to call a web service, and i'm using xfire with MyEclipse. everything works fine Now, after exporting my project and calling via bat file with java -jar , it gives me this error: Exception in thread "main" java.lang.ExceptionInInitializerError at org.codehaus.xfire.DefaultXFire.<init>(DefaultXFire.java:37) at org.codehaus.xfire.XFireFactory.<init>(XFireFactory.java:34) at org.codehaus.xfire.XFireFactory.newInstance(XFireFactory.java:59) at org.codehaus.xfire.client.XFireProxyFactory.<init>(XFireProxyFactory.java:35) at it.test.ws.WebServiceServiceClient.<clinit>(WebServiceServiceClient.java:22) at it.test.ws.WebServiceStarter.callWs(WebServiceStarter.java:12) at it.test.xml.XMLStarter.main(XMLStarter.java:40) Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) (Caused by org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException)) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351) at org.codehaus.xfire.transport.DefaultTransportManager.<clinit>(DefaultTransportManager.java:26) ... 7 more Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529) ... 11 more Caused by: java.lang.NullPointerException at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:374) ... 12 more end. Press any key to continue . . . Anyone can help me? i searched for it in google but i did not find anything helpful -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email