You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-user@ws.apache.org by "Callner, David A." <dc...@mitre.org> on 2007/02/14 19:56:02 UTC

Example filesystem Doesn't work

ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=/pubscribe-1.1/examples/filesystem/requests/Subscribe_updateMount
PointProp.soap
Buildfile: soapclient.xml
 
BUILD FAILED
file:/pubscribe-1.1/examples/filesystem/soapclient.xml:43: The <concat>
task doesn't support the nested "path" element.
 
I have no idea what the problem could be.  The path I give above with
-Dxml is correct but for some reason it's bombing out.  Any ideas?
 
Thanks,
David Callner
Senior Software Systems Engineer
The MITRE Corporation
Center for Advanced Aviation System Development
7515 Colshire Dr.
McLean, VA. 22102
dcallner@mitre.org <ma...@mitre.org>  
703.983.6431 (work) 
 
"This American system of ours . . . call it capitalism, call it what
you like, gives to each and every one of us a great opportunity if we
only seize it with both hands and make the most of it."  Al Capone
 

RE: Example filesystem Doesn't work

Posted by "Callner, David A." <dc...@mitre.org>.
It has something to do with my proxy because I copied the dtd file it
was refering to and changed all the links and I got the examples to
work.  Thanks for you help. 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 8:46 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

If I recall it correct there's some xml validation going on during
deployment. You might be able to turn that off somewhere but I don't
know where. I added the proxy setting to get it to work. 


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:44 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Yes.  Do I need to have the proxy settings set in order for this to
work.  I would like to work within my own intranet, and not be
accessing out to the internet. 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 8:30 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

Is the build.properties file updated according to your environment?


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:12 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Your right I went back and tried to deploy it again and I get a timed
out error when its trying to update the wsrf-config.xml file.  Any
ideas? 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 2:18 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

It looks like there's something wrong in the configuration of your
deployed filesystem example. Look in the wsrf-config.xml file and there
should be a <bean> for your filesystem example where a number of
properties are defined. One of those properties is the
'portComponentName' which in this case should have the value
'filesystem'.

If you don't have this bean in your wsrf-config.xml the deployment is
not successful. Your filesystem <bean> should look similar to the
SubscriptionManager <bean> in wsrf-config.xml

/Mattias


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Wed 2/14/2007 8:17 PM
To: Callner, David A.; pubscribe-user@ws.apache.org
Subject:  Example filesystem Doesn't work
 
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org


RE: Example filesystem Doesn't work

Posted by "Callner, David A." <dc...@mitre.org>.
I added the correct proxy settings but I'm still getting a Connection
time out error.  Anyone have any ideas??? 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 8:46 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

If I recall it correct there's some xml validation going on during
deployment. You might be able to turn that off somewhere but I don't
know where. I added the proxy setting to get it to work. 


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:44 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Yes.  Do I need to have the proxy settings set in order for this to
work.  I would like to work within my own intranet, and not be
accessing out to the internet. 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 8:30 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

Is the build.properties file updated according to your environment?


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:12 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Your right I went back and tried to deploy it again and I get a timed
out error when its trying to update the wsrf-config.xml file.  Any
ideas? 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 2:18 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

It looks like there's something wrong in the configuration of your
deployed filesystem example. Look in the wsrf-config.xml file and there
should be a <bean> for your filesystem example where a number of
properties are defined. One of those properties is the
'portComponentName' which in this case should have the value
'filesystem'.

If you don't have this bean in your wsrf-config.xml the deployment is
not successful. Your filesystem <bean> should look similar to the
SubscriptionManager <bean> in wsrf-config.xml

/Mattias


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Wed 2/14/2007 8:17 PM
To: Callner, David A.; pubscribe-user@ws.apache.org
Subject:  Example filesystem Doesn't work
 
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org


RE: Example filesystem Doesn't work

Posted by Rosberg Mattias <Ma...@tetrapak.com>.
If I recall it correct there's some xml validation going on during deployment. You might be able to turn that off somewhere but I don't know where. I added the proxy setting to get it to work. 


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:44 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Yes.  Do I need to have the proxy settings set in order for this to
work.  I would like to work within my own intranet, and not be
accessing out to the internet. 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 8:30 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

Is the build.properties file updated according to your environment?


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:12 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Your right I went back and tried to deploy it again and I get a timed
out error when its trying to update the wsrf-config.xml file.  Any
ideas? 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 2:18 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

It looks like there's something wrong in the configuration of your
deployed filesystem example. Look in the wsrf-config.xml file and there
should be a <bean> for your filesystem example where a number of
properties are defined. One of those properties is the
'portComponentName' which in this case should have the value
'filesystem'.

If you don't have this bean in your wsrf-config.xml the deployment is
not successful. Your filesystem <bean> should look similar to the
SubscriptionManager <bean> in wsrf-config.xml

/Mattias


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Wed 2/14/2007 8:17 PM
To: Callner, David A.; pubscribe-user@ws.apache.org
Subject:  Example filesystem Doesn't work
 
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




RE: Example filesystem Doesn't work

Posted by "Callner, David A." <dc...@mitre.org>.
Yes.  Do I need to have the proxy settings set in order for this to
work.  I would like to work within my own intranet, and not be
accessing out to the internet. 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 8:30 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

Is the build.properties file updated according to your environment?


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:12 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Your right I went back and tried to deploy it again and I get a timed
out error when its trying to update the wsrf-config.xml file.  Any
ideas? 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 2:18 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

It looks like there's something wrong in the configuration of your
deployed filesystem example. Look in the wsrf-config.xml file and there
should be a <bean> for your filesystem example where a number of
properties are defined. One of those properties is the
'portComponentName' which in this case should have the value
'filesystem'.

If you don't have this bean in your wsrf-config.xml the deployment is
not successful. Your filesystem <bean> should look similar to the
SubscriptionManager <bean> in wsrf-config.xml

/Mattias


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Wed 2/14/2007 8:17 PM
To: Callner, David A.; pubscribe-user@ws.apache.org
Subject:  Example filesystem Doesn't work
 
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org


RE: Example filesystem Doesn't work

Posted by Rosberg Mattias <Ma...@tetrapak.com>.
Is the build.properties file updated according to your environment?


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Thu 2/15/2007 2:12 PM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work
 
Your right I went back and tried to deploy it again and I get a timed
out error when its trying to update the wsrf-config.xml file.  Any
ideas? 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 2:18 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

It looks like there's something wrong in the configuration of your
deployed filesystem example. Look in the wsrf-config.xml file and there
should be a <bean> for your filesystem example where a number of
properties are defined. One of those properties is the
'portComponentName' which in this case should have the value
'filesystem'.

If you don't have this bean in your wsrf-config.xml the deployment is
not successful. Your filesystem <bean> should look similar to the
SubscriptionManager <bean> in wsrf-config.xml

/Mattias


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Wed 2/14/2007 8:17 PM
To: Callner, David A.; pubscribe-user@ws.apache.org
Subject:  Example filesystem Doesn't work
 
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




RE: Example filesystem Doesn't work

Posted by "Callner, David A." <dc...@mitre.org>.
Your right I went back and tried to deploy it again and I get a timed
out error when its trying to update the wsrf-config.xml file.  Any
ideas? 

-----Original Message-----
From: Rosberg Mattias [mailto:Mattias.Rosberg@tetrapak.com] 
Sent: Thursday, February 15, 2007 2:18 AM
To: pubscribe-user@ws.apache.org
Subject: RE: Example filesystem Doesn't work

It looks like there's something wrong in the configuration of your
deployed filesystem example. Look in the wsrf-config.xml file and there
should be a <bean> for your filesystem example where a number of
properties are defined. One of those properties is the
'portComponentName' which in this case should have the value
'filesystem'.

If you don't have this bean in your wsrf-config.xml the deployment is
not successful. Your filesystem <bean> should look similar to the
SubscriptionManager <bean> in wsrf-config.xml

/Mattias


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Wed 2/14/2007 8:17 PM
To: Callner, David A.; pubscribe-user@ws.apache.org
Subject:  Example filesystem Doesn't work
 
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org


RE: Example filesystem Doesn't work

Posted by Rosberg Mattias <Ma...@tetrapak.com>.
It looks like there's something wrong in the configuration of your deployed filesystem example. Look in the wsrf-config.xml file and there should be a <bean> for your filesystem example where a number of properties are defined. One of those properties is the 'portComponentName' which in this case should have the value 'filesystem'.

If you don't have this bean in your wsrf-config.xml the deployment is not successful. Your filesystem <bean> should look similar to the SubscriptionManager <bean> in wsrf-config.xml

/Mattias


-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org]
Sent: Wed 2/14/2007 8:17 PM
To: Callner, David A.; pubscribe-user@ws.apache.org
Subject:  Example filesystem Doesn't work
 
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org




Example filesystem Doesn't work

Posted by "Callner, David A." <dc...@mitre.org>.
 ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=requests/Subscribe_updateMountPointProp.soap

Gives me the following error in my catilina.out file.  This seems to be
some configuration problem, but I've followed the directions exactly.
Anyone have any idea?


--> 02-14-07 13:59:40 ERROR [http-8080-Processor19] ResourceHandler: An
unexpected error occured during processing of a request.
org.apache.ws.resource.ResourceException: There is no resource home
configured
for a portComponent named filesystem.
    at
	
org.apache.ws.resource.WsrfRuntime.getResourceHome(WsrfRuntime.java:263
)

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org


RE: Example filesystem Doesn't work

Posted by "Callner, David A." <dc...@mitre.org>.
Nevermind 

-----Original Message-----
From: Callner, David A. [mailto:dcallner@mitre.org] 
Sent: Wednesday, February 14, 2007 1:56 PM
To: pubscribe-user@ws.apache.org
Subject: Example filesystem Doesn't work

ant -f soapclient.xml
-Durl=http://localhost:8080/pubscribe/services/filesystem
-Dxml=/pubscribe-1.1/examples/filesystem/requests/Subscribe_updateMount
PointProp.soap
Buildfile: soapclient.xml
 
BUILD FAILED
file:/pubscribe-1.1/examples/filesystem/soapclient.xml:43: The <concat>
task doesn't support the nested "path" element.
 
I have no idea what the problem could be.  The path I give above with
-Dxml is correct but for some reason it's bombing out.  Any ideas?
 
Thanks,
David Callner
Senior Software Systems Engineer
The MITRE Corporation
Center for Advanced Aviation System Development
7515 Colshire Dr.
McLean, VA. 22102
dcallner@mitre.org <ma...@mitre.org>  
703.983.6431 (work) 
 
"This American system of ours . . . call it capitalism, call it what
you like, gives to each and every one of us a great opportunity if we
only seize it with both hands and make the most of it."  Al Capone
 

---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-user-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-user-help@ws.apache.org