You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <tu...@ws.apache.org> on 2008/03/27 12:49:24 UTC

[jira] Created: (TUSCANY-2155) demos/bigbank assembly warnings on start up

demos/bigbank assembly warnings on start up
-------------------------------------------

                 Key: TUSCANY-2155
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2155
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Demos
    Affects Versions: Java-SCA-1.2
         Environment: WinXP SP2, IBM JDK 5
            Reporter: Simon Laws
            Priority: Minor
             Fix For: Java-SCA-1.2


demos/bigbank runs successfully but reports assembly warnings on startup as follows, which is a little disconcerting

run:
     [java] Starting the Sample SCA BigBank server...
     [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
mpositeBuilderImpl$1 problem
     [java] WARNING: Service not found for component service: SavingsAccountServ
iceComponent/$promoted$.SavingsAccountService
     [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
mpositeBuilderImpl$1 problem
     [java] WARNING: Service not found for component service: CheckingAccountSer
viceComponent/$promoted$.CheckingsAccountService
     [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
mpositeBuilderImpl$1 problem
     [java] WARNING: Service not found for component service: StockAccountServic
eComponent/$promoted$.StockAccountService
     [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
mpositeBuilderImpl$1 problem
     [java] WARNING: Service not found for component service: SavingsAccountServ
iceComponent/$promoted$.SavingsAccountService
     [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
mpositeBuilderImpl$1 problem
     [java] WARNING: Service not found for component service: CheckingAccountSer
viceComponent/$promoted$.CheckingsAccountService
     [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
mpositeBuilderImpl$1 problem
     [java] WARNING: Service not found for component service: StockAccountServic
eComponent/$promoted$.StockAccountService

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: Error in WebSphere for Component Service(Urgent for me)

Posted by Luciano Resende <lu...@gmail.com>.
Could you tell us what port you have used for the webservices endpoint
? One of the things I had to do in the past, is to configure WAS and
the webservices endpoints to all use the port 8080. I did it manually
by updating the following files :

1.update port to 8080



D:\IBM\WebSphere\AppServer\profiles\AppSrv01\config\cells\IBM-5883ABA45B7Node01Cell\virtualhosts.xml(344):
<aliases xmi:id="HostAlias_1" hostname="*" port="9080"/>

D:\IBM\WebSphere\AppServer\profiles\AppSrv01\config\cells\IBM-5883ABA45B7Node01Cell\nodes\IBM-5883ABA45B7Node01\serverindex.xml(29):
<endPoint xmi:id="EndPoint_1200337090865" host="*" port="9080"/>



On Thu, Mar 27, 2008 at 6:03 AM, Simon Laws <si...@googlemail.com> wrote:
> On Thu, Mar 27, 2008 at 12:25 PM, Sandeep Raman <sa...@tcs.com>
>  wrote:
>
>
>
>  > Hi,
>  >
>  > I get this error:
>  >
>  > </Exception>Error 404: SRVE0190E: File not found: /ComposerService
>  > on touching my URL:
>  > http://172.19.103.18:9080/LOSComposite/ComposerService
>  > in websphere while calling up my composite application with a binding.ws
>  > specified.
>  > The end points are established and i get the information in the log. No
>  > errors appear.
>  >
>  >
>  > When i go to the address
>  > http://172.19.103.18:9080/LOSComposite/ComposerService?wsdl
>  >
>  > i get
>  > Invalid at the top level of the document. Error processing resource
>  > 'http://172.19.103.18:9080/LOSComposite/ComposerService...
>  > </wsdl:definitions>
>  > I am using websphere 6.1.0.3 with a patch 6.1.0.9 as specified in
>  > sebastain's blog.
>  > Can someone give me a solution on how can i resolve this, this is a bit
>  > urgent for me a i have a demo for this tommorow.
>  > Regards
>  > Sandeep.
>  >
>  >
>  > =====-----=====-----=====
>  > Notice: The information contained in this e-mail
>  > message and/or attachments to it may contain
>  > confidential or privileged information. If you are
>  > not the intended recipient, any dissemination, use,
>  > review, distribution, printing or copying of the
>  > information contained in this e-mail message
>  > and/or attachments to it are strictly prohibited. If
>  > you have received this communication in error,
>  > please notify us by reply e-mail or telephone and
>  > immediately and permanently delete the message
>  > and any attachments. Thank you
>  >
>  >
>  >
>  Hi Sandeep
>
>  Is this error being reported from the application you have attached to
>  TUSCANY-2144? If so I'll try and run it up here. If not can you attach the
>  application you are having problems with.
>
>  Can you tell me if you have successfully started  and accessed
>  samples/calculator-webapp on the WebSphere configuration you have. If not I
>  would like us to work together to get that working first.
>
>  Regards
>
>  Simon
>



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

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


Re: Error in WebSphere for Component Service(Urgent for me)

Posted by Simon Laws <si...@googlemail.com>.
On Thu, Mar 27, 2008 at 12:25 PM, Sandeep Raman <sa...@tcs.com>
wrote:

> Hi,
>
> I get this error:
>
> </Exception>Error 404: SRVE0190E: File not found: /ComposerService
> on touching my URL:
> http://172.19.103.18:9080/LOSComposite/ComposerService
> in websphere while calling up my composite application with a binding.ws
> specified.
> The end points are established and i get the information in the log. No
> errors appear.
>
>
> When i go to the address
> http://172.19.103.18:9080/LOSComposite/ComposerService?wsdl
>
> i get
> Invalid at the top level of the document. Error processing resource
> 'http://172.19.103.18:9080/LOSComposite/ComposerService...
> </wsdl:definitions>
> I am using websphere 6.1.0.3 with a patch 6.1.0.9 as specified in
> sebastain's blog.
> Can someone give me a solution on how can i resolve this, this is a bit
> urgent for me a i have a demo for this tommorow.
> Regards
> Sandeep.
>
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
>
Hi Sandeep

Is this error being reported from the application you have attached to
TUSCANY-2144? If so I'll try and run it up here. If not can you attach the
application you are having problems with.

Can you tell me if you have successfully started  and accessed
samples/calculator-webapp on the WebSphere configuration you have. If not I
would like us to work together to get that working first.

Regards

Simon

Error in WebSphere for Component Service(Urgent for me)

Posted by Sandeep Raman <sa...@tcs.com>.
Hi,

I get this error:

</Exception>Error 404: SRVE0190E: File not found: /ComposerService
on touching my URL:
http://172.19.103.18:9080/LOSComposite/ComposerService
in websphere while calling up my composite application with a binding.ws 
specified.
The end points are established and i get the information in the log. No 
errors appear.


When i go to the address
http://172.19.103.18:9080/LOSComposite/ComposerService?wsdl

i get 
Invalid at the top level of the document. Error processing resource 
'http://172.19.103.18:9080/LOSComposite/ComposerService...
</wsdl:definitions>
I am using websphere 6.1.0.3 with a patch 6.1.0.9 as specified in 
sebastain's blog.
Can someone give me a solution on how can i resolve this, this is a bit 
urgent for me a i have a demo for this tommorow.
Regards
Sandeep.


=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



[jira] Resolved: (TUSCANY-2155) demos/bigbank assembly warnings on start up

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-2155.
-----------------------------------

    Resolution: Fixed

Fixed under r641961

> demos/bigbank assembly warnings on start up
> -------------------------------------------
>
>                 Key: TUSCANY-2155
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2155
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Demos
>    Affects Versions: Java-SCA-1.2
>         Environment: WinXP SP2, IBM JDK 5
>            Reporter: Simon Laws
>            Assignee: Raymond Feng
>            Priority: Minor
>             Fix For: Java-SCA-1.2
>
>
> demos/bigbank runs successfully but reports assembly warnings on startup as follows, which is a little disconcerting
> run:
>      [java] Starting the Sample SCA BigBank server...
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: SavingsAccountServ
> iceComponent/$promoted$.SavingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: CheckingAccountSer
> viceComponent/$promoted$.CheckingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: StockAccountServic
> eComponent/$promoted$.StockAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: SavingsAccountServ
> iceComponent/$promoted$.SavingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: CheckingAccountSer
> viceComponent/$promoted$.CheckingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: StockAccountServic
> eComponent/$promoted$.StockAccountService

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Assigned: (TUSCANY-2155) demos/bigbank assembly warnings on start up

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng reassigned TUSCANY-2155:
-------------------------------------

    Assignee: Raymond Feng

> demos/bigbank assembly warnings on start up
> -------------------------------------------
>
>                 Key: TUSCANY-2155
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2155
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Demos
>    Affects Versions: Java-SCA-1.2
>         Environment: WinXP SP2, IBM JDK 5
>            Reporter: Simon Laws
>            Assignee: Raymond Feng
>            Priority: Minor
>             Fix For: Java-SCA-1.2
>
>
> demos/bigbank runs successfully but reports assembly warnings on startup as follows, which is a little disconcerting
> run:
>      [java] Starting the Sample SCA BigBank server...
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: SavingsAccountServ
> iceComponent/$promoted$.SavingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: CheckingAccountSer
> viceComponent/$promoted$.CheckingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: StockAccountServic
> eComponent/$promoted$.StockAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: SavingsAccountServ
> iceComponent/$promoted$.SavingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: CheckingAccountSer
> viceComponent/$promoted$.CheckingsAccountService
>      [java] 27-Mar-2008 11:46:31 org.apache.tuscany.sca.assembly.builder.impl.Co
> mpositeBuilderImpl$1 problem
>      [java] WARNING: Service not found for component service: StockAccountServic
> eComponent/$promoted$.StockAccountService

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org