You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nikhil Bhatt (JIRA)" <ji...@apache.org> on 2009/01/12 05:48:59 UTC

[jira] Created: (AXIS2-4204) Axis2server.bat error

Axis2server.bat error
---------------------

                 Key: AXIS2-4204
                 URL: https://issues.apache.org/jira/browse/AXIS2-4204
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.4.1
         Environment: IBM R52 Laptop,  MS Win XP Prof v2002 SP2, Intel Pentium 1.73GHz, 1 GB RAM
            Reporter: Nikhil Bhatt


Installed axis2 - 1.4.1. I tried to run Axis 2 server using command
axis2server.bat from %AXIS2_HOME%\bin\
I get following error
==
C:\axis\axis2-1.4.1\bin>axis2server.bat
Using JAVA_HOME    C:\jdk1.6.0_06
Using AXIS2_HOME   C:\axis\axis2-1.4.1
[SimpleAxisServer] Using the Axis2 RepositoryC:\axis\axis2-1.4.1\repository
[SimpleAxisServer] Using the Axis2 Configuration FileC:\axis\axis2-1.4.1\conf\axis2.xml
[11 Jan 2009 23:21:57,347][none][usgsbhattnl1] FATAL [SimpleHTTPServer] [SimpleA
xisServer] Shutting down. Error starting SimpleAxisServer
java.lang.IncompatibleClassChangeError: Expected static method org.apache.axis2.
deployment.DeploymentEngine.getWebLocationString()Ljava/lang/String;
        at org.apache.axis2.jaxws.framework.JAXWSDeployer.deployServicesInWARCla
ssPath(JAXWSDeployer.java:84)
        at org.apache.axis2.jaxws.framework.JAXWSDeployer.init(JAXWSDeployer.jav
a:80)
        at org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(Depl
oymentEngine.java:902)
        at org.apache.axis2.deployment.DeploymentEngine.setConfigContext(Deploym
entEngine.java:893)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
ionContext(ConfigurationContextFactory.java:72)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
ionContextFromFileSystem(ConfigurationContextFactory.java:180)
        at org.apache.axis2.transport.SimpleAxis2Server.<init>(SimpleAxis2Server
.java:50)
        at org.apache.axis2.transport.SimpleAxis2Server.main(SimpleAxis2Server.j
ava:101)
[11 Jan 2009 23:21:57,347] [main] FATAL [SimpleHTTPServer] [SimpleAxisServer] Sh
utting down. Error starting SimpleAxisServer
java.lang.IncompatibleClassChangeError: Expected static method org.apache.axis2.
deployment.DeploymentEngine.getWebLocationString()Ljava/lang/String;
        at org.apache.axis2.jaxws.framework.JAXWSDeployer.deployServicesInWARCla
ssPath(JAXWSDeployer.java:84)
        at org.apache.axis2.jaxws.framework.JAXWSDeployer.init(JAXWSDeployer.jav
a:80)
        at org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(Depl
oymentEngine.java:902)
        at org.apache.axis2.deployment.DeploymentEngine.setConfigContext(Deploym
entEngine.java:893)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
ionContext(ConfigurationContextFactory.java:72)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
ionContextFromFileSystem(ConfigurationContextFactory.java:180)
        at org.apache.axis2.transport.SimpleAxis2Server.<init>(SimpleAxis2Server
.java:50)
        at org.apache.axis2.transport.SimpleAxis2Server.main(SimpleAxis2Server.j
ava:101)
[SimpleAxisServer] Shutting down. Error starting SimpleAxisServer
C:\axis\axis2-1.4.1\bin>
==

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4204) Axis2server.bat error

Posted by "Nikhil Bhatt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Bhatt updated AXIS2-4204:
--------------------------------

    Remaining Estimate:     (was: 504h)
     Original Estimate:     (was: 504h)

> Axis2server.bat error
> ---------------------
>
>                 Key: AXIS2-4204
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4204
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: IBM R52 Laptop,  MS Win XP Prof v2002 SP2, Intel Pentium 1.73GHz, 1 GB RAM
>            Reporter: Nikhil Bhatt
>
> Installed axis2 - 1.4.1. I tried to run Axis 2 server using command
> axis2server.bat from %AXIS2_HOME%\bin\
> I get following error
> ==
> C:\axis\axis2-1.4.1\bin>axis2server.bat
> Using JAVA_HOME    C:\jdk1.6.0_06
> Using AXIS2_HOME   C:\axis\axis2-1.4.1
> [SimpleAxisServer] Using the Axis2 RepositoryC:\axis\axis2-1.4.1\repository
> [SimpleAxisServer] Using the Axis2 Configuration FileC:\axis\axis2-1.4.1\conf\axis2.xml
> [11 Jan 2009 23:21:57,347][none][usgsbhattnl1] FATAL [SimpleHTTPServer] [SimpleA
> xisServer] Shutting down. Error starting SimpleAxisServer
> java.lang.IncompatibleClassChangeError: Expected static method org.apache.axis2.
> deployment.DeploymentEngine.getWebLocationString()Ljava/lang/String;
>         at org.apache.axis2.jaxws.framework.JAXWSDeployer.deployServicesInWARCla
> ssPath(JAXWSDeployer.java:84)
>         at org.apache.axis2.jaxws.framework.JAXWSDeployer.init(JAXWSDeployer.jav
> a:80)
>         at org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(Depl
> oymentEngine.java:902)
>         at org.apache.axis2.deployment.DeploymentEngine.setConfigContext(Deploym
> entEngine.java:893)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
> ionContext(ConfigurationContextFactory.java:72)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
> ionContextFromFileSystem(ConfigurationContextFactory.java:180)
>         at org.apache.axis2.transport.SimpleAxis2Server.<init>(SimpleAxis2Server
> .java:50)
>         at org.apache.axis2.transport.SimpleAxis2Server.main(SimpleAxis2Server.j
> ava:101)
> [11 Jan 2009 23:21:57,347] [main] FATAL [SimpleHTTPServer] [SimpleAxisServer] Sh
> utting down. Error starting SimpleAxisServer
> java.lang.IncompatibleClassChangeError: Expected static method org.apache.axis2.
> deployment.DeploymentEngine.getWebLocationString()Ljava/lang/String;
>         at org.apache.axis2.jaxws.framework.JAXWSDeployer.deployServicesInWARCla
> ssPath(JAXWSDeployer.java:84)
>         at org.apache.axis2.jaxws.framework.JAXWSDeployer.init(JAXWSDeployer.jav
> a:80)
>         at org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(Depl
> oymentEngine.java:902)
>         at org.apache.axis2.deployment.DeploymentEngine.setConfigContext(Deploym
> entEngine.java:893)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
> ionContext(ConfigurationContextFactory.java:72)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurat
> ionContextFromFileSystem(ConfigurationContextFactory.java:180)
>         at org.apache.axis2.transport.SimpleAxis2Server.<init>(SimpleAxis2Server
> .java:50)
>         at org.apache.axis2.transport.SimpleAxis2Server.main(SimpleAxis2Server.j
> ava:101)
> [SimpleAxisServer] Shutting down. Error starting SimpleAxisServer
> C:\axis\axis2-1.4.1\bin>
> ==

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.