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 115807 - Unable to deploy to (windows) remote server from linux.
Summary: Unable to deploy to (windows) remote server from linux.
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
: 126882 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-18 10:30 UTC by Ivan Sidorkin
Modified: 2008-02-29 14:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output (3.98 KB, text/plain)
2007-09-18 10:32 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2007-09-18 10:30:56 UTC
Product Version: NetBeans IDE Dev (Build 200709150000) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)

full installer
the same build installed on WinXP

- start app server on WinXP
- add remote server on linux (it marked as started)
- create TRS sample
- deploy ReservationPartnerServices to remote server
- it deployed
- try to deploy TravelReservationServiceApplication
deploy failed
Comment 1 Ivan Sidorkin 2007-09-18 10:32:21 UTC
Created attachment 48967 [details]
output
Comment 2 Jun Qian 2007-09-19 03:33:23 UTC
Unable to reproduce with 6.0 Beta 1 and JDK 1.5.0_11. I was able to deploy TRS sample from SUSE Linux to WinXP without
problem.

    Product Version: NetBeans IDE 6.0 Beta 1 (Build 200709141330) 
    Java: 1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03 
    System: Linux version 2.6.16.21-0.25-smp running on i386; UTF-8; en_US (nb) 

There is a known problem about using IP address instead of host name for remote server registration (See #115945).
However, using IP address, I was still able to do the remote deployment from the Project Tree.

I will try the reported NB/JDK combination later. Meanwhile, if it's possible, could you try using host name instead of
IP address and see if you can reproduce the problem? Also, could you attach your .nbattrs file under
$userdir/config/J2EE/InstalledServers/?
Comment 3 Ivan Sidorkin 2007-09-19 07:45:25 UTC
yes, I use IP address to add remote server
at the same time I can deploy from Windows to Linux using IP
Comment 4 Jun Qian 2007-09-19 08:45:56 UTC
Are you saying using IP address, you can deploy from Windows to Linux, but not from Linux to Windows?
Comment 5 Ivan Sidorkin 2007-09-19 13:17:31 UTC
yes, Win -> Linux works fine (using IP )
Linux -> WinXP doesn't work even I use name for remote server
Comment 6 Jun Qian 2007-10-13 00:25:12 UTC
I couldn't reproduce the exact same problem, but a related problem (Linux->WinXP due to the wireless IP address on the
WinXP) is fixed now.
Comment 7 Ivan Sidorkin 2008-02-04 09:05:35 UTC
reproduced in NetBeans IDE Dev (Build 200802040003)
Linux->WinXP

[deploy-service-assembly]
    Deploying a service assembly...
        host=129.159.127.157
        port=4848
       
file=/home/is153249/NetBeansProjects/AsynchronousSample/AsynchronousSampleApplication/dist/AsynchronousSampleApplication.zip
/home/is153249/NetBeansProjects/AsynchronousSample/AsynchronousSampleApplication/nbproject/build-impl.xml:211: Failed
execution of Deploy:
/home/is153249/NetBeansProjects/AsynchronousSample/AsynchronousSampleApplication/dist/AsynchronousSampleApplication.zip
ERROR: (JBIMA1810) Archive file
C:\home\is153249\NetBeansProjects\AsynchronousSample\AsynchronousSampleApplication\dist\AsynchronousSampleApplication.zip
does not exist.
BUILD FAILED (total time: 0 seconds)
Comment 8 Ivan Sidorkin 2008-02-04 09:07:52 UTC
WinXP->Linux

run-jbi-deploy:
[deploy-service-assembly]
    Deploying a service assembly...
        host=129.159.127.82
        port=4848
        file=C:\Documents and Settings\Ivan Sidorkin\My
Documents\NetBeansProjects\AsynchronousSample\AsynchronousSampleApplication/dist/AsynchronousSampleApplication.zip
C:\Documents and Settings\Ivan Sidorkin\My
Documents\NetBeansProjects\AsynchronousSample\AsynchronousSampleApplication\nbproject\build-impl.xml:211: Failed
execution of Deploy: C:\Documents and Settings\Ivan Sidorkin\My
Documents\NetBeansProjects\AsynchronousSample\AsynchronousSampleApplication/dist/AsynchronousSampleApplication.zip
ERROR: (JBIMA1810) Archive file /home/is153249/glassfish-v2ur1/domains/domain1/config/C:\Documents and Settings\Ivan
Sidorkin\My
Documents\NetBeansProjects\AsynchronousSample\AsynchronousSampleApplication/dist/AsynchronousSampleApplication.zip does
not exist.
BUILD FAILED (total time: 1 second)
Comment 9 Ivan Sidorkin 2008-02-07 06:28:56 UTC
*** Issue 126882 has been marked as a duplicate of this issue. ***
Comment 10 Jun Qian 2008-02-08 09:00:49 UTC
ffdfac2778e0
Comment 11 Ivan Sidorkin 2008-02-29 14:11:12 UTC
verified with Build 200802290610