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 135750 - Unable to deploy CA to Glassfish
Summary: Unable to deploy CA to Glassfish
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Other Windows Vista
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-24 15:38 UTC by roryos
Modified: 2008-05-24 21:36 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 roryos 2008-05-24 15:38:36 UTC
Hi,

Apologies if this is the wrong place to post. Not sure whether issue relates to Netbeans, Glassfish or Open-ESB.

I'm trying to use open-esb through Netbeans on Glassfish. When I try deploy the completed sample application from the
open-esb site, I get the following error:
run-jbi-deploy:
Override ignored for property "j2ee.server.instance"
Override ignored for property "netbeans.user"
Override ignored for property "ide.module.install.dir"
Override ignored for property "enterprise.module.install.dir"
Override ignored for property "xml.module.install.dir"
Override ignored for property "module.install.dir"
Override ignored for property "j2ee.server.instance"
Override ignored for property "soa.module.install.dir"
Override ignored for property "java.module.install.dir"
C:\Java\JBI-OpenESB\DemoPresentations\OpenESBtute\OpenESBtute\DemoProject\LoanApplicationCA\nbproject\build-impl.xml:250:
null
        at org.netbeans.modules.compapp.projects.jbi.anttasks.DeployServiceAssembly.execute(DeployServiceAssembly.java:368)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor171.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
BUILD FAILED (total time: 4 seconds)

(note the line
C:\Java\JBI-OpenESB\DemoPresentations\OpenESBtute\OpenESBtute\DemoProject\LoanApplicationCA\nbproject\build-impl.xml:250:
null)

I first tried on 6.0 (netbeans site), then downloaded 6.1 (netbeans site) and finally 6.1 build 200805200103 (open-esb
site).

If I log on to the localhost:4848, the JBI components listed are:
sun-file-binding 	Started 	Binding 	File binding
sun-jms-binding 	Started 	Binding 	JMS binding
sun-bpel-engine 	Started 	Engine 	This is a bpel service engine.
sun-javaee-engine 	Started 	Engine 	Java Enterprise Edition Service Engine
sun-sql-engine 	        Started 	Engine 	SQL Service Engine
sun-xslt-engine 	Started 	Engine 	Xslt Service Engine allows XSL stylesheets to be deployed as web services.

In Netbeans though, when I expand the JBI node in Glassfish, nothing appears under the different nodes.

From other posts I've seen, it looks as though I should be able to see the above components displayed which would lead
me to think there was an issue with the netbeans install/config on my machine.

If it makes any odds, I'm running JDK 6u6-x64 on AMD64

Many thanks in advance for any help.
Rory
Comment 1 roryos 2008-05-24 21:36:12 UTC
OK, I did a full spring clean, stopping all webservers running, then uninstalling all of my Netbeans, Glassfish and SDK
installs. Started from scratch and chose not to import settings from previous installs.

I opened Netbeans and Glassfish and everything is rosy.

Problem solved.