Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 37046 invoked from network); 10 Sep 2007 09:01:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 09:01:56 -0000 Received: (qmail 15536 invoked by uid 500); 10 Sep 2007 09:01:47 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 15490 invoked by uid 500); 10 Sep 2007 09:01:47 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 15479 invoked by uid 99); 10 Sep 2007 09:01:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 02:01:47 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 09:03:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F181D71420C for ; Mon, 10 Sep 2007 02:01:29 -0700 (PDT) Message-ID: <201359.1189414889985.JavaMail.jira@brutus> Date: Mon, 10 Sep 2007 02:01:29 -0700 (PDT) From: "Radha Ranjan Madhav (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-3187) Axis2Server.bat fails to start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Axis2Server.bat fails to start ------------------------------ Key: AXIS2-3187 URL: https://issues.apache.org/jira/browse/AXIS2-3187 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.3 Environment: Windows XP SP2, JDK6.0, CLASSPATH=.;F:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar;C:\Program Files\Java\jre1.6.0_01\lib\ext\QTJava.zip Reporter: Radha Ranjan Madhav Fix For: 1.3 I'm facing following error when I try to start axis2server.bat from command prompt. It was working fine till sometime back, don't know what went wrong. Tried googling, but couldn't get exact cause and solution. ------------------------------------------------------------------ Using JAVA_HOME C:\jdk6 Using AXIS2_HOME C:\axis2-1.3 [INFO] [SimpleAxisServer] Starting [INFO] [SimpleAxisServer] Using the Axis2 RepositoryC:\axis2-1.3\repository [SimpleAxisServer] Using the Axis2 RepositoryC:\axis2-1.3\repository [SimpleAxisServer] Using the Axis2 Configuration FileC:\axis2-1.3\conf\axis2.xml [FATAL] [SimpleAxisServer] Shutting down. Error starting SimpleAxisServer java.lang.ExceptionInInitializerError at org.apache.axis2.util.XMLUtils.toOM(XMLUtils.java:564) at org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBuilder.java:96) at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:79) at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:615) at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:115) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:180) at org.apache.axis2.transport.SimpleAxis2Server.(SimpleAxis2Server.java:50) at org.apache.axis2.transport.SimpleAxis2Server.main(SimpleAxis2Server.java:101) Caused by: java.lang.IllegalStateException: No valid ObjectCreator found. at org.apache.axiom.om.util.StAXUtils$Pool.(StAXUtils.java:64) at org.apache.axiom.om.util.StAXUtils.(StAXUtils.java:88) ... 9 more [SimpleAxisServer] Shutting down. Error starting SimpleAxisServer I tried unpacking the distribution again fresh, but it didn't work. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org