Apparently my hypotheses were correct, more or less. The new error occurred
because the newer version of Axis apparently deserializes xsd:anyURI into
org.apache.axis.types.URI, instead of into String as the old one did. Since
URI is not compatible with String, the method mismatched the deployment
Thanks got it fixed, the was a typo in the
pathname to log4j
Thanks for help
-Original Message-
From: Sunkara, Jayachandra S
[mailto:[EMAIL PROTECTED]
Sent: 29 September 2004 10:47
To: [EMAIL PROTECTED]
Subject: RE: Deployment Error
Do this.
On the
command prompt type
command line after editing the .bashrc file appropriately.
This should solve your problem
jayachandra
From: Suzy Fynes
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 29,
2004 3:08 PM
To: [EMAIL PROTECTED]
Subject: RE: Deployment Error
Thought that was the problem but its
Thought that was the problem but its not,
am getting quite stumped
-Original Message-
From: Sunkara, Jayachandra S
[mailto:[EMAIL PROTECTED]
Sent: 29 September 2004 10:15
To: [EMAIL PROTECTED]
Subject: RE: Deployment Error
Means
log4j jar is missing in classpath
Means log4j jar is missing in classpath
From: Suzy Fynes
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 29,
2004 2:43 PM
To: [EMAIL PROTECTED]
Subject: Deployment Error
Hi,
I set all classpaths on my server and I’m getting the
following error now when I try run
-Original Message-
From: Suzy Fynes
[mailto:[EMAIL PROTECTED]
Sent: 29 September 2004 10:13
To: [EMAIL PROTECTED]
Subject: Deployment Error
Hi,
I set all classpaths on my server
and I’m getting the following error now when I try run the AdminClient
Exception in th
-
From: rory galvin
[mailto:[EMAIL PROTECTED]
Sent: Friday, July 30, 2004 12:43
PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problems
Thomas,
Thanks again for ur reply. In the mean
time I've added the service element from my deploy.wsdd file to the
server-config.wsdd under WE
s the admin client do more than update
server-config.wsdd?
Rory..
>From: "THOMAS, JAI [AG-Contractor/1000]"
<[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: RE: de
erver-config.wsdd?
Rory..
>From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: RE: deployment problems
>Date: Fri, 30 Jul 2004 12:34:50 -0500
>
java org.apache.axis.client.AdminClient
-lhttp:///service/AdminService deploy.wsdd
Jai
-Original Message-From:
rory galvin [mailto:[EMAIL PROTECTED]Sent: Friday, July 30, 2004
12:22 PMTo: [EMAIL PROTECTED]Subject: RE: deployment
problems
Thomas,
I did as you said and checked s
processing but the web service is nowhere to be seen.
Rory..
>From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: RE: deployment problems
>Date
As
step 1, I would open up server-config.wsdd under web-app and see your services
are listed.
Jai
-Original Message-From: rory galvin
[mailto:[EMAIL PROTECTED]Sent: Thursday, July 29, 2004 11:54
AMTo: [EMAIL PROTECTED]Subject: deployment
problems
Hey guys,
I'm h
of course, Axis just makes it easy if you don't
want to mess with xml parsing
just use a standard servlet and code it yourself if
you need to be tool agnostic
- Original Message -
From:
Suzanne Fynes
To: [EMAIL PROTECTED]
Sent: Thursday, July 29, 2004 5:02
AM
Subj
ssage-
From: Keith Hatton [mailto:[EMAIL PROTECTED]
Sent: Friday, July 09, 2004 5:00 AM
To: [EMAIL PROTECTED]
Subject: RE: Deployment Question
Hi,
Axis should only require the classes that an RMI client for your EJBs
would also require, i.e. the home and remote interfaces of your EJBs and
any
on servers (what
server are you using?)
Hope this helps,
Keith
-Original Message-
From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED]
Sent: 08 July 2004 16:28
To: [EMAIL PROTECTED]
Subject: RE: Deployment Question
Hi,
I am not sure if the answer below solves the problem. Correct me if I
am
PROTECTED]
Sent: Wednesday, July 07, 2004 6:57 PM
To: [EMAIL PROTECTED]
Subject: RE: Deployment Question
You can include the axis jar files in your application and add the
sections
from the axis web.xml file to enable the bindings for the AxisServlet.
Then axis will have access to the classes
You can include the axis jar files in your application and add the sections
from the axis web.xml file to enable the bindings for the AxisServlet.
Then axis will have access to the classes deployed in your webapp.
Steve
> -Original Message-
> From: Keith Tingle [mailto:[EMAIL PROTECTED]
Jason Etherton wrote:
When I added an Axis Ant task (war) to my build file it told me I needed
the "webxml" atttribute. Upon looking this up I found that it is the
URL of the deployment descriptor, so I added the URL for the
WSDL2Java-generated 'deploy.wsdd'.
I know this is wrong, but what I d
It is my understanding that all deploy.wsdd does is add a service section to the web.xml for Axis. It is my undersatnding that the AdminClient simply performs a pseudo "copy and paste" for the developer to allow him to quickly deploy and undeploy the service. You can manually do it by working in
org/apache/axis/server/server-config.wsdd (in axis.jar) deploys it
Read the docs about wsdd options to find out about lifetime, etc.
Read the architecture and user guides to find out about handlers.
Jeff
- Original Message -
From: Senthil_KM
To: [EMAIL PROTECTED]
Sent: Thursday, March
Title: RE: Deployment problems
It turns out that it was indeed a missing class. I spent ages looking through the Axis logs looking for a problem. Eventually I switch from Tomcat to Jetty, which displayed the exception immediately. I went back and looked in the Tomcat logs, and there it was
Title: Message
From: Alexander
Berry,Jr.
See below that your class is in a package. So there should be a package
statement in the java code. which would mean that under the /lib directory that
package structure must exist.
The deploy.wsdd is
as generated by WSDL2Java. A "jar tf" shows th
See below that your class is in a package. So there should be a package
statement in the java code. which would mean that under the /lib
directory that package structure must exist.
so Either:
remove the package statement and recompile and redeploy without a
package or create the package corr
another thought check the wsdd and make sure that the package names
match and are in the same case.
Alexander Berry, Jr.
Confluent Software
The Webservices Management Company.
Mayne, Peter wrote:
RE: Deployment problems
> From: Alexander Berry,Jr.
> Check to see if y
wrote:
RE: Deployment problems
> From: Alexander Berry,Jr.
> Check to see if you are getting a classnotfound
error. I have had the same problem when I get a
> classnotfound because of a typo or something.
Good point.
I've put the necessary jars in
/webapp
Title: RE: Deployment problems
> From: Alexander Berry,Jr.
> Check to see if you are getting a classnotfound error. I have had the same problem when I get a
> classnotfound because of a typo or something.
Good point.
I've put the necessary jars in /webapps/axis/WEB-IN
Check to see if you are getting a classnotfound error. I have had the
same problem when I get a classnotfound because of a typo or something.
Alexander Berry, Jr.
Confluent Software
The Webservices Management Company
Mayne, Peter wrote:
Deployment problems
I'm attempting to deploy
>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 27, 2003 9:53 PM
Subject: Re: deployment woes
> Your type mapping has languageSpecificType as
> java:java:. It should be java:
>
>Sanjay
>
> --- Anil Dindigal <[EMAIL PROTECTED]> wrote:
> > Hello Axis Guru
Your type mapping has languageSpecificType as
java:java:. It should be java:
Sanjay
--- Anil Dindigal <[EMAIL PROTECTED]> wrote:
> Hello Axis Gurus,
>
> Here is a problem that is bugging me. Its something
> very straight forward
> that Im not able to put my finger on. I basically
> have added
28, 2003 6:11 AM
To: [EMAIL PROTECTED]
Subject: Re: Deployment fails- Help
Hi !
I'm sorry I missed out a point with regards to my earlier mail. I'm using Axis v1.0
on weblogic v7.0
Regards
Kumar Raj
Kumar Raj wrote:
> Hi
>
> Couple of queries.
>
> 1. I'm worki
Hi !
I'm sorry I missed out a point with regards to my earlier mail. I'm using Axis v1.0
on weblogic v7.0
Regards
Kumar Raj
Kumar Raj wrote:
> Hi
>
> Couple of queries.
>
> 1. I'm working on Axis 1.0 release. When I deploy a service which maintains the
> state with the client,it gets deploye
:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 1:34 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
think it should be parameter and not option under service.
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:42
think it should be parameter and not option under service.
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:42 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Here is the deployment result in server-config.xml
Can u try changing the servlet mapping entry to
AxisServlet
/services/*
This shld hopefully fix the 404
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:39 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without
]
Subject: RE: deployment problem without .jws
Hi
can u look up the servlet mapping for Axis Servlet in your web.xml ?
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 11:21 AM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Servlet with
http://localhost:8080/axis/services/Product - right?
Should I need to map each deployed service?
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:38 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Any other ideas?
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:02 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws
Could you try using http://localhost:8080/axis/services/Product as the
URL
> -Ori
Could you try using http://localhost:8080/axis/services/Product as the
URL
> -Original Message-
> From: David Gilbert [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 24, 2003 11:12 AM
> To: [EMAIL PROTECTED]
> Subject: deployment problem without .jws
>
> I am runnin
- Original Message -
From: "Robert Herold" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 27, 2002 20:31
Subject: RE: deployment without running tomcat
> Deploying w/Ant: I just run the admin client by invoking the following
> target:
- Original Message -
From: "Robert Herold" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 27, 2002 00:19
Subject: deployment without running tomcat
> In my build process, I first use Ant to build/install webapps to
> tomcat/webapps, then start up tomcat, then use An
PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Ulrich Winter
Sent: Friday, September 27, 2002 12:44 AM
To: [EMAIL PROTECTED]
Subject: Re: deployment without running tomcat
Robert,
> Is there a known way to use the AdminClient without first starting Tomcat
> (or whatever servlet contai
Deploying w/Ant: I just run the admin client by invoking the following
target:
http://localhost:8080/bobh/servlet/AxisServlet/AdminService"/>
where ${tst.webservices.dir} and build.classpath are appropriately defined
elsewhere. This target requires that Tomc
Robert,
> Is there a known way to use the AdminClient without first starting Tomcat
> (or whatever servlet container is hosting the Axis webservice)?
deployment of web services in axis needs two parts:
- make the classes available in the servers class path
(which is done in your first step)
-
include the server-config.wsdd file in the WEB-INF directory of your war
file.
- Original Message -
From: "Oliver Rettig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 18, 2002 7:06 PM
Subject: Deployment of my service as war-file inclusive Axis
> Hallo,
>
> I want to
Thanks all for your help.
> Hallo,
>
> I want to pack a war file which includes the Axis stuff and all files of my
> webservice. This is easy to do with Netbeans. But now I want to put the
> war-file to my provider and I do not want to execute some code to deploy my
> service. I want to make some
At 11:06 AM 7/18/2002 +0200, you wrote:
>Hallo,
>
>I want to pack a war file which includes the Axis stuff and all files of my
>webservice. This is easy to do with Netbeans. But now I want to put the
>war-file to my provider and I do not want to execute some code to deploy my
>service. I want to m
Answers inline,
>
> 1. Is there a comprehensive "usage" of AdminClient? i.e.
> where can i find a list of various options (and what they do)
> for AdminClient? The current usage output doesn't give any good info.
The documentation of the class AdminClient in the API-docs lists all
command
1. Is there a comprehensive "usage" of AdminClient? i.e. where can i find a list of
various options (and what they do) for AdminClient? The current usage output doesn't
give any good info.
2. I have pre-generated wsdd files, each of which possibly contain more than 1
service. Is there a way
- Original Message -
From: "Arne M. Degenring" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 28, 2002 1:19 PM
Subject: Deployment with WSDD without SOAP request
> Hi,
>
> has anybody managed to do the deployment with a WSDD file without using
> AdminClient? AdminClient
Title: RE: Deployment with WSDD without SOAP request
Have a look to org/apache/axis/utils/Admin.java.
This is the implementation of the Admin service (which is taking care of the deploy).
There is even a main program that might do exactly what you are asking for.
Thomas
-Original
You have getOperation() method in MessageContext. I don't
know if that is what you want. Regards.
Ramón.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 22, 2002 4:40 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Deplo
> When you deploy a service axis configuration is modified, which means
> that if you are using the default configuration, server-config.wsdd
> changes. I don't think that web.xml is modified at all.
Ok, ok, stupid me. I meant server-config.wsdd. Right. So only that
file changes, and nothing el
When you deploy a service axis configuration is modified, which means
that if you are using the default configuration, server-config.wsdd
changes. I don't think that web.xml is modified at all. What I don't
understand is what you mean by client deployment. Why should
you need that.
Regards.
Title: RE: deployment descriptor
There's some syntax in the DTD that I don't
understand.
For
example,
It seems that a lot of those parens aren't
necessary.
Also,
I've never seen a solitary * in a DTD.
I
don't think that's a valid way of saying that any
Title: RE: deployment descriptor
Both
of which are, alas, way out of date. Sigh. This is on my list, but
keeps getting bumped due to higher-priority stuff.
--G
-Original Message-From: Volkmann, Mark
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 02, 2002
10:36 AMTo
Title: RE: deployment descriptor
Download the source for Axis and look in the java/wsdd directory.
You'll find both a DTD and an XML Schema there.
> -Original Message-
> From: Ramzy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 02, 2002 9:20 AM
> To: [EMAIL PRO
ROTECTED]>
cc:
21/03/02 09:27 Subject: RE: deployment
> Sent: Wednesday, March 20, 2002 3:19 PM
> To: [EMAIL PROTECTED]
> Subject: RE: deployment
>
>
>
> Actually when you deploy a new service using the Admin service, Axis
> updates server-config *and* makes the changes ef
cc:
20/03/02 12:31 Subject: RE: deployment
Please resp
My understanding is that the Axis server loads services defined in
server-config.wsdd
at boot time. You only need to invoke the AdminClient when you
want to deploy a new service. When you deploy a new service
the Admin service updates server-config but these changes
aren't effective until nex
60 matches
Mail list logo