This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 149578 - Travel reservation sample failed to deploy
Summary: Travel reservation sample failed to deploy
Status: RESOLVED DUPLICATE of bug 149423
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL: http:/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 01:00 UTC by ggenipudi
Modified: 2008-10-09 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ggenipudi 2008-10-09 01:00:08 UTC
using Build 200810080102 create new sample travelreservation and build and deploy the application. The application fails
to deploy with following error.

Binding name:`java:comp/env/jms/ReservationCallbackProviderDestination`
LDR5010: All ejb(s) of [ReservationPartnerServices] loaded successfully!
Deploying service assembly TravelReservationServiceApplication to target server.
Cannot find CatalogManager.properties
JBIMA0402: Service Assembly
file:/C:/GlassFishESB/glassfish/domains/domain1/jbi/tmp/upload/309eb51711cdeb7404d7fb8/TravelReservationServiceApplication.zip
has been deployed.
Starting service assembly TravelReservationServiceApplication on target server.
BPELSEDeployer.starting_BPELSE_deploy_process
BPJBI-4010:Loaded BPEL, WSDL and XSD documents for TravelReservationServiceApplication-TravelReservationService.
BPJBI-5008:Activated an endpoint. Service name {tres}Travel, endpoint name TravelReservationServiceRole_myRole
BPJBI-5008:Activated an endpoint. Service name {tres}Airline, endpoint name AirlineReservationCallbackServiceRole_myRole
BPJBI-5008:Activated an endpoint. Service name {tres}Vehicle, endpoint name VehicleReservationCallbackServiceRole_myRole
BPJBI-5008:Activated an endpoint. Service name {tres}Hotel, endpoint name HotelReservationCallbackServiceRole_myRole
BPELSEDeployer.BPELSE_deploy_process_finished
Cannot find CatalogManager.properties
Cannot find CatalogManager.properties
HTTPBC-E00301: Failed to activate endpoint
http://www.sun.com/javaone/05/HotelReservationService,HotelReservationSoapService,HotelReservationSoapHttpPort,Provider.
Connection refused: connect
java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.enterprise.server.ss.provider.ASPlainSocketImpl$2.run(ASPlainSocketImpl.java:419)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ss.provider.ASPlainSocketImpl._invoke(ASPlainSocketImpl.java:416)
        at com.sun.enterprise.server.ss.provider.ASPlainSocketImpl.connect(ASPlainSocketImpl.java:288)
        at com.sun.enterprise.server.ss.provider.ASClientSocketImpl.connect(ASClientSocketImpl.java:267)
        at java.net.Socket.connect(Socket.java:518)
        at java.net.Socket.connect(Socket.java:468)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:389)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:516)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
        at sun.net.www.http.HttpClient.New(HttpClient.java:306)
        at sun.net.www.http.HttpClient.New(HttpClient.java:318)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:788)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:729)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:654)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:977)
        at java.net.URL.openStream(URL.java:1009)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle.readURL(HttpSoapBindingLifeCycle.java:1254)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle.populateEndpointWSDLInfo(HttpSoapBindingLifeCycle.java:1241)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle.endpointActivated(HttpSoapBindingLifeCycle.java:731)
        at com.sun.jbi.httpsoapbc.ServiceUnitImpl.start(ServiceUnitImpl.java:333)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingDeployer.start(HttpSoapBindingDeployer.java:276)
        at com.sun.jbi.framework.ServiceUnitOperation.process(ServiceUnitOperation.java:185)
        at com.sun.jbi.framework.Operation.run(Operation.java:104)
        at java.lang.Thread.run(Thread.java:619)
HTTPBC-E00205: Start failed. java.net.ConnectException: Connection refused: connect
javax.jbi.JBIException: java.net.ConnectException: Connection refused: connect
        at com.sun.jbi.httpsoapbc.ServiceUnitImpl.start(ServiceUnitImpl.java:351)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingDeployer.start(HttpSoapBindingDeployer.java:276)
        at com.sun.jbi.framework.ServiceUnitOperation.process(ServiceUnitOperation.java:185)
        at com.sun.jbi.framework.Operation.run(Operation.java:104)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.enterprise.server.ss.provider.ASPlainSocketImpl$2.run(ASPlainSocketImpl.java:419)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ss.provider.ASPlainSocketImpl._invoke(ASPlainSocketImpl.java:416)
        at com.sun.enterprise.server.ss.provider.ASPlainSocketImpl.connect(ASPlainSocketImpl.java:288)
        at com.sun.enterprise.server.ss.provider.ASClientSocketImpl.connect(ASClientSocketImpl.java:267)
        at java.net.Socket.connect(Socket.java:518)
        at java.net.Socket.connect(Socket.java:468)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:389)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:516)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
        at sun.net.www.http.HttpClient.New(HttpClient.java:306)
        at sun.net.www.http.HttpClient.New(HttpClient.java:318)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:788)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:729)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:654)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:977)
        at java.net.URL.openStream(URL.java:1009)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle.readURL(HttpSoapBindingLifeCycle.java:1254)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle.populateEndpointWSDLInfo(HttpSoapBindingLifeCycle.java:1241)
        at com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle.endpointActivated(HttpSoapBindingLifeCycle.java:731)
        at com.sun.jbi.httpsoapbc.ServiceUnitImpl.start(ServiceUnitImpl.java:333)
        ... 4 more
Stopping service assembly TravelReservationServiceApplication on target server.
Shutting down service assembly TravelReservationServiceApplication on target server.
Undeploying service assembly TravelReservationServiceApplication from target server.
Comment 1 Sergey Lunegov 2008-10-09 08:47:05 UTC
Vladimir, please take a look.
Comment 2 Vladimir Yaroslavskiy 2008-10-09 10:14:01 UTC

*** This issue has been marked as a duplicate of 149423 ***