[Geoserver-users] Wrapper exception

Hello everyone.

Does anybody knows what is the exception below from the wrapper.log?

Thanks
JJ

INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.Thread.run(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | 2015-07-01 15:01:30.614::WARN: EXCEPTION
INFO | jvm 1 | 2015/07/01 15:01:30 | java.net.BindException: Address already in use: bind
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.Net.bind0(Native Method)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.Net.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.Net.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:205)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:304)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.jetty.Server.doStart(Server.java:233)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:977)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.start.Main.invokeMain(Main.java:183)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.start.Main.start(Main.java:497)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.start.Main.main(Main.java:115)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.Thread.run(Unknown Source)

Looks like it is a wrapper allowing a java application to be run as a windows service.

···

On 1 July 2015 at 15:12, jair santos <jairds@anonymised.com> wrote:

Hello everyone.

Does anybody knows what is the exception below from the wrapper.log?

Thanks
JJ

INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.Thread.run(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | 2015-07-01 15:01:30.614::WARN: EXCEPTION
INFO | jvm 1 | 2015/07/01 15:01:30 | java.net.BindException: Address already in use: bind
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.Net.bind0(Native Method)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.Net.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.Net.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:205)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:304)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.jetty.Server.doStart(Server.java:233)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:977)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.start.Main.invokeMain(Main.java:183)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.start.Main.start(Main.java:497)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.mortbay.start.Main.main(Main.java:115)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.Thread.run(Unknown Source)


Don’t Limit Your Business. Reach for the Cloud.
GigeNET’s Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Jody Garnett

On Thu, Jul 2, 2015 at 12:12 AM, jair santos <jairds@anonymised.com> wrote:

Hello everyone.

Does anybody knows what is the exception below from the wrapper.log?

Thanks
JJ

INFO | jvm 1 | 2015/07/01 15:01:30 | at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at
java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at
org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO | jvm 1 | 2015/07/01 15:01:30 | at java.lang.Thread.run(Unknown
Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | 2015-07-01 15:01:30.614::WARN:
EXCEPTION
INFO | jvm 1 | 2015/07/01 15:01:30 | java.net.BindException: Address
already in use: bind

It means there is already another program running on the same TCP port
(normally that would be 8080, but you can change
it during installation)

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------