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 87816 - TravelReservationServiceApplication Fails To Deploy if JBoss Server is also Installed
Summary: TravelReservationServiceApplication Fails To Deploy if JBoss Server is also I...
Status: CLOSED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: William Leonard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-24 00:34 UTC by William Leonard
Modified: 2007-09-03 14: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 William Leonard 2006-10-24 00:34:39 UTC
If the JBoss Application Server is installed (note, the Running Project property
is set to SJSAS), deployment of the TravelReservationServiceApplication fails with:

run-jbi-deploy:
Retrieving settings from C:\Documents and
Settings\Brian\.netbeans\5.5beta2/config/J2EE/InstalledServers/.nbattrs
java.lang.NumberFormatException: For input string: "\Program Files\jboss-4.0.4.GA"
        at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:447)
        at java.lang.Integer.<init>(Integer.java:620)
        at
org.netbeans.modules.compapp.jbiserver.connectors.HTTPServerConnector.initialize(HTTPServerConnector.java:162)
        at
org.netbeans.modules.compapp.jbiserver.connectors.HTTPServerConnector.<init>(HTTPServerConnector.java:102)
        at
org.netbeans.modules.compapp.projects.jbi.anttasks.DeployServiceAssembly.execute(DeployServiceAssembly.java:317)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)

Workaround: Remove the JBoss Server from NetBeans.
Comment 1 Michael Frisino 2006-10-26 10:42:45 UTC
Brian,

TravelReservationServiceApplication should no longer be needed in the Ent Pack
for 5.5 we have eliminated TravelReservationServiceApplication. 

We you working with Beta perhaps? I think we eliminated the
TravelReservationServiceApplication after beta.

Now when you run the sample wizard you should only get 3 projects
TRS BPEL
TRS CA
TravelReservationServices EJB

You should be able to directly deploy TravelReservationServices EJB project. Now
I don't know if that will ALSO have problems with JBoss install, but you can let
us know perhaps and update bug accordingly.

Comment 2 Vladimir Yaroslavskiy 2007-04-27 10:03:49 UTC
Is it still reproducible?