Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Axis error
Axis error [message #87968] Tue, 29 March 2005 10:09 Go to next message
Eclipse UserFriend
Originally posted by: kthuno.gmail.com

When trying to make a web service from an existing class in a j2ee web
project I get this:

IWAB0489E Error when deploying Web service to Axis runtime
axis-admin failed with
{http://schemas.xmlsoap.org/soap/envelope/}Server.userExcept ion
java.lang.NullPointerException

Output in console (Tomcat):

2005-03-29 12:05:03 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.31
2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
returnNull=true
2005-03-29 12:05:09 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
2005-03-29 12:05:09 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
2005-03-29 12:05:09 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/32
config=C:\jakarta-tomcat-4.1.31\conf\jk2.properties
- Unable to find config file. Creating new servlet engine config file:
/WEB-INF/server-config.wsdd

What to do???

TIA,

Kasper
Re: Axis error [message #88611 is a reply to message #87968] Wed, 30 March 2005 04:20 Go to previous messageGo to next message
Seng Phung Lu is currently offline Seng Phung LuFriend
Messages: 62
Registered: July 2009
Member
Kasper,
This bug report appears to describe the problem you're experiencing.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=88349

Please have a look, and append any comments you think may help. Thanks!

-seng

Kasper wrote:
> When trying to make a web service from an existing class in a j2ee web
> project I get this:
>
> IWAB0489E Error when deploying Web service to Axis runtime
> axis-admin failed with
> {http://schemas.xmlsoap.org/soap/envelope/}Server.userExcept ion
> java.lang.NullPointerException
>
> Output in console (Tomcat):
>
> 2005-03-29 12:05:03 org.apache.coyote.http11.Http11Protocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> Starting service Tomcat-Standalone
> Apache Tomcat/4.1.31
> 2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
> INFO: Initializing, config='org.apache.struts.util.LocalStrings',
> returnNull=true
> 2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
> INFO: Initializing, config='org.apache.struts.action.ActionResources',
> returnNull=true
> 2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
> INFO: Initializing,
> config='org.apache.webapp.admin.ApplicationResources', returnNull=true
> 2005-03-29 12:05:09 org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> 2005-03-29 12:05:09 org.apache.jk.common.ChannelSocket init
> INFO: JK2: ajp13 listening on /0.0.0.0:8009
> 2005-03-29 12:05:09 org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/32
> config=C:\jakarta-tomcat-4.1.31\conf\jk2.properties
> - Unable to find config file. Creating new servlet engine config file:
> /WEB-INF/server-config.wsdd
>
> What to do???
>
> TIA,
>
> Kasper
>
Re: Axis error [message #88817 is a reply to message #88611] Wed, 30 March 2005 12:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kthuno.gmail.com

Seng Phung-Lu wrote:

> Kasper,
> This bug report appears to describe the problem you're experiencing.

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=88349

> Please have a look, and append any comments you think may help. Thanks!

> -seng

> Kasper wrote:
>> When trying to make a web service from an existing class in a j2ee web
>> project I get this:
>>
>> IWAB0489E Error when deploying Web service to Axis runtime
>> axis-admin failed with
>> {http://schemas.xmlsoap.org/soap/envelope/}Server.userExcept ion
>> java.lang.NullPointerException
>>
>> Output in console (Tomcat):
>>
>> 2005-03-29 12:05:03 org.apache.coyote.http11.Http11Protocol init
>> INFO: Initializing Coyote HTTP/1.1 on http-8080
>> Starting service Tomcat-Standalone
>> Apache Tomcat/4.1.31
>> 2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
>> INFO: Initializing, config='org.apache.struts.util.LocalStrings',
>> returnNull=true
>> 2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
>> INFO: Initializing, config='org.apache.struts.action.ActionResources',
>> returnNull=true
>> 2005-03-29 12:05:06 org.apache.struts.util.PropertyMessageResources <init>
>> INFO: Initializing,
>> config='org.apache.webapp.admin.ApplicationResources', returnNull=true
>> 2005-03-29 12:05:09 org.apache.coyote.http11.Http11Protocol start
>> INFO: Starting Coyote HTTP/1.1 on http-8080
>> 2005-03-29 12:05:09 org.apache.jk.common.ChannelSocket init
>> INFO: JK2: ajp13 listening on /0.0.0.0:8009
>> 2005-03-29 12:05:09 org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=0/32
>> config=C:jakarta-tomcat-4.1.31confjk2.properties
>> - Unable to find config file. Creating new servlet engine config file:
>> /WEB-INF/server-config.wsdd
>>
>> What to do???
>>
>> TIA,
>>
>> Kasper
>>
Thats the same problem as I have but unfortunately it has no solution, so
I guess all I can do is wait.

/Kasper
Re: Axis error [message #89687 is a reply to message #88817] Sat, 02 April 2005 11:54 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: July 2009
Junior Member
Hello all,

I'm having the same problem with the tutorial.
I installed the bundled eclipse-prereqs bundle (installed the required
jars manually) and a clean install of Tomcat 5.0.

If I can provide you with any more detail, please let me know how, and
I'll be glad to try and help,

thanks,
Ben
Re: Axis error [message #91186 is a reply to message #89687] Fri, 08 April 2005 23:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akuma16.email.com

I'm having the same problem too. Looks like this will be a hard one to
pinpoint considering I'm running the exact same setup (versions and all) as
the tutorial


"Ben Dayan" <ben.dayan@gmail.com> wrote in message
news:2950960e6a25f0cdb82a1d9012173625$1@www.eclipse.org...
> Hello all,
>
> I'm having the same problem with the tutorial.
> I installed the bundled eclipse-prereqs bundle (installed the required
> jars manually) and a clean install of Tomcat 5.0.
>
> If I can provide you with any more detail, please let me know how, and
> I'll be glad to try and help,
>
> thanks,
> Ben
>
Re: Axis error [message #91309 is a reply to message #91186] Sun, 10 April 2005 19:58 Go to previous message
Eclipse UserFriend
Originally posted by: lompafb.lompa.it

I had this problem too: i solved it downloading the RC3 release from the
axis web site
Previous Topic:IBM Web Tools for Eclipse - Licensing & support
Next Topic:Problems with the creation of EJB 2.1
Goto Forum:
  


Current Time: Tue Jan 28 15:10:49 GMT 2025

Powered by FUDForum. Page generated in 0.05492 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top