473,545 Members | 1,977 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

i am getting following exception while deploying application on Jboss

7 New Member
java.net.BindEx ception: Address already in use: JVM_Bind
at java.net.PlainS ocketImpl.socke tBind(Native Method)
at java.net.PlainS ocketImpl.bind( PlainSocketImpl .java:359)
at java.net.Server Socket.bind(Ser verSocket.java: 319)
at java.net.Server Socket.<init>(S erverSocket.jav a:185)
at javax.net.Defau ltServerSocketF actory.createSe rverSocket(Serv erSocketFactory .java:169)
at org.jnp.server. Main.initBootst rapListener(Mai n.java:354)
at org.jnp.server. Main.start(Main .java:305)
at org.jboss.namin g.NamingService .startService(N amingService.ja va:243)
at org.jboss.syste m.ServiceMBeanS upport.jbossInt ernalStart(Serv iceMBeanSupport .java:289)
at org.jboss.syste m.ServiceMBeanS upport.jbossInt ernalLifecycle( ServiceMBeanSup port.java:245)
at sun.reflect.Gen eratedMethodAcc essor2.invoke(U nknown Source)
at sun.reflect.Del egatingMethodAc cessorImpl.invo ke(DelegatingMe thodAccessorImp l.java:25)
at java.lang.refle ct.Method.invok e(Method.java:5 85)
at org.jboss.mx.in terceptor.Refle ctedDispatcher. invoke(Reflecte dDispatcher.jav a:155)
at org.jboss.mx.se rver.Invocation .dispatch(Invoc ation.java:94)
at org.jboss.mx.in terceptor.Abstr actInterceptor. invoke(Abstract Interceptor.jav a:133)
at org.jboss.mx.se rver.Invocation .invoke(Invocat ion.java:88)
at org.jboss.mx.in terceptor.Model MBeanOperationI nterceptor.invo ke(ModelMBeanOp erationIntercep tor.java:142)
at org.jboss.mx.se rver.Invocation .invoke(Invocat ion.java:88)
at org.jboss.mx.se rver.AbstractMB eanInvoker.invo ke(AbstractMBea nInvoker.java:2 64)
at org.jboss.mx.se rver.MBeanServe rImpl.invoke(MB eanServerImpl.j ava:659)
at org.jboss.syste m.ServiceContro ller$ServicePro xy.invoke(Servi ceController.ja va:978)
at $Proxy0.start(U nknown Source)
at org.jboss.syste m.ServiceContro ller.start(Serv iceController.j ava:417)
at org.jboss.syste m.ServiceContro ller.start(Serv iceController.j ava:435)
at sun.reflect.Nat iveMethodAccess orImpl.invoke0( Native Method)
at sun.reflect.Nat iveMethodAccess orImpl.invoke(N ativeMethodAcce ssorImpl.java:3 9)
at sun.reflect.Del egatingMethodAc cessorImpl.invo ke(DelegatingMe thodAccessorImp l.java:25)
at java.lang.refle ct.Method.invok e(Method.java:5 85)
at org.jboss.mx.in terceptor.Refle ctedDispatcher. invoke(Reflecte dDispatcher.jav a:155)
at org.jboss.mx.se rver.Invocation .dispatch(Invoc ation.java:94)
at org.jboss.mx.se rver.Invocation .invoke(Invocat ion.java:86)
at org.jboss.mx.se rver.AbstractMB eanInvoker.invo ke(AbstractMBea nInvoker.java:2 64)
at org.jboss.mx.se rver.MBeanServe rImpl.invoke(MB eanServerImpl.j ava:659)
at org.jboss.mx.ut il.MBeanProxyEx t.invoke(MBeanP roxyExt.java:21 0)
at $Proxy4.start(U nknown Source)
at org.jboss.deplo yment.SARDeploy er.start(SARDep loyer.java:302)
at org.jboss.deplo yment.MainDeplo yer.start(MainD eployer.java:10 25)
at org.jboss.deplo yment.MainDeplo yer.deploy(Main Deployer.java:8 19)
at org.jboss.deplo yment.MainDeplo yer.deploy(Main Deployer.java:7 82)
at org.jboss.deplo yment.MainDeplo yer.deploy(Main Deployer.java:7 66)
at sun.reflect.Nat iveMethodAccess orImpl.invoke0( Native Method)
at sun.reflect.Nat iveMethodAccess orImpl.invoke(N ativeMethodAcce ssorImpl.java:3 9)
at sun.reflect.Del egatingMethodAc cessorImpl.invo ke(DelegatingMe thodAccessorImp l.java:25)
at java.lang.refle ct.Method.invok e(Method.java:5 85)
at org.jboss.mx.in terceptor.Refle ctedDispatcher. invoke(Reflecte dDispatcher.jav a:155)
at org.jboss.mx.se rver.Invocation .dispatch(Invoc ation.java:94)
at org.jboss.mx.in terceptor.Abstr actInterceptor. invoke(Abstract Interceptor.jav a:133)
at org.jboss.mx.se rver.Invocation .invoke(Invocat ion.java:88)
at org.jboss.mx.in terceptor.Model MBeanOperationI nterceptor.invo ke(ModelMBeanOp erationIntercep tor.java:142)
at org.jboss.mx.se rver.Invocation .invoke(Invocat ion.java:88)
at org.jboss.mx.se rver.AbstractMB eanInvoker.invo ke(AbstractMBea nInvoker.java:2 64)
at org.jboss.mx.se rver.MBeanServe rImpl.invoke(MB eanServerImpl.j ava:659)
at org.jboss.mx.ut il.MBeanProxyEx t.invoke(MBeanP roxyExt.java:21 0)
at $Proxy5.deploy( Unknown Source)
at org.jboss.syste m.server.Server Impl.doStart(Se rverImpl.java:4 82)
at org.jboss.syste m.server.Server Impl.start(Serv erImpl.java:362 )
at org.jboss.Main. boot(Main.java: 200)
at org.jboss.Main$ 1.run(Main.java :490)
at java.lang.Threa d.run(Thread.ja va:595)
Jul 24 '08 #1
1 2045
r035198x
13,262 MVP
Make sure
1.) The server is stopped correctly before trying to start it.
2.) The port used by the server is not in use by another application.
Jul 24 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1862
by: bigbinc | last post by:
I am using the xercesImpl.jar class library with jboss 3.2 and under linux I can call this command: java org.apache.xalan.xslt.Process but with the same classpath and library under windows, I get an error, this saxparser is not supported. WTF. I have tried to install the latest xalan and xerces under windows and no go. Sometimes I...
0
1271
by: raj | last post by:
I had a simple .NET application successfully developed and deployed to a production environment. Out client required another application, which is slightly different from the first application. So I basically use the first application to develop the second application. I have successfully deployed the second application in my development...
13
10102
by: dbuchanan | last post by:
Hello, Here is the error message; ---------------------------- Exception Message: ForeignKeyConstraint Lkp_tbl040Cmpt_lkp302SensorType requires the child key values (5) to exist in the parent table. ----------------------------
3
4061
by: Rahul Anand | last post by:
As per our requirements we have a web service which internally connects (Simple HTTP Post Request) to a remote server to initiate some work. We are calling the web service method asynchronously from a .NET Web Application hosted on IIS. In our setup the web request form a client can be running for long duration (may be more than 4 hours). ...
1
1617
by: eisenb | last post by:
microsoft.public.dotnet.languages.vb.upgrade isn't getting much traffic, so I'll try here. Ours is a VB6 shop exploring .NET. First I wrote a new application with VB .NET 2003 to create a pdf Crystal Report from a SQL Server 2000 table. I followed advice from the MSDN article "Add Professional Quality Reports to Your Application with...
0
1273
by: cricsanju | last post by:
Hi all, I am very new person in PHP. I am using PHP-Java-Bridge and I am facing a problem, when I deploy php-java-bridge in deploy(JBoss_home/sever/default/deploy) folder of JBoss app server with "win xp" OS, its works fine but when I deploy same in "win sever 2003" JBoss get hang. Can anybody help me? What can be the reason and how can I sort...
0
2544
Paks
by: Paks | last post by:
Hello, me and my team are developing a portal with iGoogle inspired design and Facebook inspired functionality (the customer's request) for non-commericial use and we're stuck on a design issue. We're using the portal framework JBoss Portal 2.6.3-GA and would like to add a extra menu too the dashboard navigation (the menu in the upper right...
1
3896
by: viswanathtvs | last post by:
java.util.NoSuchElementException javax.faces.el.EvaluationException: java.util.NoSuchElementException at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at...
9
10461
by: ne0lithic | last post by:
Hello everyone, I was testing a web app on Tomcat and I basically created a 'Temp' folder in the 'Web-content' folder of the project in Eclipse. I write files to that folder in my web app by using the following code: String imagePath = getServletContext().getRealPath("/Temp/")+"\\"+userName+".png"; After doing this, I was able to...
0
7478
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
1
7437
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7773
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4960
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3466
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1901
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
722
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.