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 127846 - can't deploy compapp
Summary: can't deploy compapp
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
: 127306 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-20 11:21 UTC by Ivan Sidorkin
Modified: 2008-02-29 11:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
server log (164.50 KB, text/plain)
2008-02-20 11:25 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2008-02-20 11:21:02 UTC
Product Version: NetBeans IDE Dev (Build 200802191203)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

- create any SOA sample
- try to deploy it

run-jbi-deploy:
[deploy-service-assembly]
    Deploying a service assembly...
        host=localhost
        port=4848
        file=C:\...\SynchronousSampleApplication/dist/SynchronousSampleApplication.zip
C:\...\SynchronousSample\SynchronousSampleApplication\nbproject\build-impl.xml:211: Failed execution of Deploy:
C:\...\SynchronousSample\SynchronousSampleApplication/dist/SynchronousSampleApplication.zip
ERROR: (JBIMA1408) Required component sun-bpel-engine is not started on instance server.
BUILD FAILED (total time: 0 seconds)
Comment 1 Ivan Sidorkin 2008-02-20 11:25:12 UTC
Created attachment 56919 [details]
server log
Comment 2 Venkat Chellasamy 2008-02-20 15:06:12 UTC
murali,

can you check why bpel engine is not started in this case?
Comment 3 Murali Pottlapelli 2008-02-20 20:09:45 UTC
I tried to reproduce the error with today's build. I am not able to.

Based on the server log it is failing due to non availability of engine configuration (config.properties), name of this
file changed beginning of this week. User would encounter this issue if they are using upgrade. Workaround is uninstall
and install the latest component.

Caused by: javax.jbi.JBIException: QOS-6016:Failed to load configuration C:\Program
Files\glassfish-v2ur1\domains\domain1\jbi\components\sun-bpel-engine\install_root\workspace\config.properties:
C:\Program Files\glassfish-v2ur1\domains\domain1\jbi\components\sun-bpel-engine\install_root\workspace\config.properties
(The system cannot find the file specified)
	at com.sun.jbi.common.qos.config.ConfigPersistence.loadConfig(ConfigPersistence.java:80)
	at com.sun.jbi.common.qos.config.ConfigPersistence.loadConfig(ConfigPersistence.java:61)
	at com.sun.jbi.engine.bpel.BPELSERuntimeConfiguration.restore(BPELSERuntimeConfiguration.java:327)
	at com.sun.jbi.engine.bpel.BPELSERuntimeConfiguration.<init>(BPELSERuntimeConfiguration.java:103)
	at com.sun.jbi.engine.bpel.BPELSELifeCycle.init(BPELSELifeCycle.java:132)
	... 103 more
Caused by: java.io.FileNotFoundException: C:\Program
Files\glassfish-v2ur1\domains\domain1\jbi\components\sun-bpel-engine\install_root\workspace\config.properties (The
system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at com.sun.jbi.common.qos.config.ConfigPersistence.loadConfig(ConfigPersistence.java:71)
	... 107 more

Comment 4 Ivan Sidorkin 2008-02-20 23:53:29 UTC
 mpottlapelli, which build you use?
Comment 5 Ivan Sidorkin 2008-02-20 23:55:48 UTC
200802191203 is a latest available build for this moment
Comment 6 Ivan Sidorkin 2008-02-21 00:42:41 UTC
reopen issue since no answer from developer for long time and it was reproduced on two different computers 
Comment 7 Ivan Sidorkin 2008-02-25 11:27:52 UTC
still reproducible with NetBeans IDE Dev (Build 200802250003)
Comment 8 Venkat Chellasamy 2008-02-25 23:06:48 UTC
Jeff,

please verify addon installer is fixed and inform dmitry.
Comment 9 Jeff Lin 2008-02-25 23:22:24 UTC
I have just fixed the JBI components Addon installer to rename the bpelse's config property file.
I verified and tested that the bpelse can be installed and started in AS.
I integrated around 13:30 PST. If you get the Addon installer build after that you should have a good installer.
Comment 10 _ hong_lin 2008-02-26 00:39:53 UTC
Dima,

In the latest NB 6.1 M2 build (200802251204), the JBI runtime is not the latest version. 
SOA-BI team fixed their issue today. Please rebuild the installer with the latest JBI runtime. 

Comment 11 dlipin 2008-02-26 08:20:09 UTC
6.1 M2 build? Hong, are you joking ;) There is no M2 build yet. It is not yet the time to speak about M2. The first M2 
build could happen no earlier than March, 3.

As for the JBI runtime, we always bundle the latest JBI in the NetBeans installer (both JBI core and JBI components).
It is automatically picked up and we do no manual steps to get or to update.
Comment 12 Ivan Sidorkin 2008-02-26 17:22:30 UTC
*** Issue 127306 has been marked as a duplicate of this issue. ***
Comment 13 _ hong_lin 2008-02-27 07:25:51 UTC
The issue is fixed in build 200802270005. Deployed Sync sample, TRS sample and BluePrint1 sample app with out error.
But Sync sample and TRS sample test failed with "junit.framework.AssertionFailedError". 

Need SOA-BI team to give it a check tomorrow to see if this issue is really fixed.
Comment 14 Jun Qian 2008-02-27 18:35:28 UTC
Tried nightly build 200802270005 and I was able to deploy and test Sync|Async|TRS sample projects without any problem.
Comment 15 Ivan Sidorkin 2008-02-29 11:54:29 UTC
verified with Build 200802290610