cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3.4.c on snow leopard server / w multiple tomcats

farhad
Champ in-the-making
Champ in-the-making
Hi,

I've tried over and over again with various combinations of port numbers but could not get alfresco-3.4.c installed properly on an osx snow leopard server. After installation I get the localhost:8380/share screen but cannot login. There's no error msg printed anywhere in catalina or alfresco logs. I know the database is accessible because if I drop/recreate the database it populates it with the tables.

Environment: OSX Snowleopard Server, 10.6.6
Database: Mysql
Port range used: 8300 - 8399

We have JIRA, Confluence, Crowd and Gerrit running on the same host so I isolated the port numbers as much as possible. Assigned ports 8300 - 8399 for alfresco's tomcat, rmi, ftp etc. during an advanced install, but it just doesn't work!

Any thoughts?


Thanks,
Farhad
10 REPLIES 10

farhad
Champ in-the-making
Champ in-the-making
Gave it another shot with the embedded DB and got this in alfresco.log


08:56:57,586 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
08:56:58,596 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 00230000 Bootstrap failed
        at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:361)
        at org.alfresco.repo.importer.ImporterBootstrap.onBootstrap(ImporterBootstrap.java:718)
        at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
        at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:78)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:294)
        at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:858)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:419)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
        at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:519)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: net.sf.jooreports.openoffice.connection.OpenOfficeException: connection failed: socket,host=localhost,port=8100,tcpNoDelay=1; com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@31d4d4b8 is disposed
        at net.sf.jooreports.openoffice.connection.AbstractOpenOfficeConnection.connect(AbstractOpenOfficeConnection.java:77)
        at org.alfresco.util.OpenOfficeConnectionTester.testAndConnect(OpenOfficeConnectionTester.java:153)
        at org.alfresco.util.OpenOfficeConnectionTester.checkConnection(OpenOfficeConnectionTester.java:124)


loftux
Star Contributor
Star Contributor
Have you changed port number for the alfresco endpoint using share-config-custom.xml in web-extension using the tomcat port number?
Have you set the rmi ports in alfresco-global.properties to a unique value?
avm.rmi.service.port=50501
avmsync.rmi.service.port=50502
authentication.rmi.service.port=50504
repo.rmi.service.port=50505
action.rmi.service.port=50506
deployment.rmi.service.port=50507
monitor.rmi.service.port=50508
Can you get the server up and running for localhostSmiley Tongueort/alfresco?

farhad
Champ in-the-making
Champ in-the-making
Hi,
Thanks for replying.

Have you changed port number for the alfresco endpoint using share-config-custom.xml in web-extension using the tomcat port number?
Have you set the rmi ports in alfresco-global.properties to a unique value?
I haven't set them in the file but set them in the osx alfresco advanced installation gui. I'll double check those 2 files to make sure they are set properly.

Can you get the server up and running for localhostSmiley Tongueort/alfresco?
Nope I cannot. I imagine getting /alfresco up and running is an indication of the installation working properly. As I saw that in my trial installation in my macbook pro. It just didn't work in the server.

Thanks,
Farhad

farhad
Champ in-the-making
Champ in-the-making
I tried putting the ports in, but did not seem to help.


liono:alfresco-3.4.c farhad$ vi ./tomcat/shared/classes/alfresco-global.properties

alfresco.rmi.services.port=8350
avm.rmi.service.port=8351
avmsync.rmi.service.port=8352
attribute.rmi.service.port=8353
authentication.rmi.service.port=8354
repo.rmi.service.port=8355
action.rmi.service.port=8356
deployment.rmi.service.port=8357

### External executable locations ###
ooo.exe=/Contents/MacOS/soffice.bin
ooo.enabled=false
img.root=/Applications/alfresco-3.4.c/common
img.dyn=${img.root}/lib
img.exe=${img.root}/bin/convert
swf.exe=/Applications/alfresco-3.4.c/common/bin/pdf2swf
jodconverter.enabled=true
jodconverter.officeHome=/Contents
jodconverter.portNumbers=8301

### Initial admin password ###
alfresco_user_store.adminpassword=209c6174da490caeb422f3fa5a7ae634



share-config-custom.xml has the IP address and port 8380 set in tomcat connector.

I'm totally lost. It just wouldn't work in that machine!

mrogers
Star Contributor
Star Contributor
Assuming that tomcat is running correctly on localhost:8380

The only change you should need to make is  need to change your share-config-custom.xml (In shared/classes/alfresco/web-extension) file to tell share where to find alfresco.

Here's an extract from one of my tomcats running on 7080.

———–8< ——————–
   <!– example port config used to access remote Alfresco server (default is 8080) –>
   <config evaluator="string-compare" condition="Remote">
      <remote>
         <endpoint>
            <id>alfresco-noauth</id>
            <name>Alfresco - unauthenticated access</name>
            <description>Access to Alfresco Repository WebScripts that do not require authentication</description>
            <connector-id>alfresco</connector-id>
            <endpoint-url>http://localhost:7080/alfresco/s</endpoint-url>
            <identity>none</identity>
         </endpoint>

         <endpoint>
            <id>alfresco</id>
            <name>Alfresco - user access</name>
            <description>Access to Alfresco Repository WebScripts that require user authentication</description>
            <connector-id>alfresco</connector-id>
            <endpoint-url>http://localhost:7080/alfresco/s</endpoint-url>
            <identity>user</identity>
         </endpoint>

         <endpoint>
            <id>alfresco-feed</id>
            <name>Alfresco Feed</name>
            <description>Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet</description>
            <connector-id>http</connector-id>
            <endpoint-url>http://localhost:7080/alfresco/s</endpoint-url>
            <basic-auth>true</basic-auth>
            <identity>user</identity>
         </endpoint>
      </remote>
   </config>
———–8<——————–

Then alfresco and share should start.    If they don't then please report the error from your alfresco.log file.

If you are attempting to run multiple instances of alfresco on the same box then you will need to separate the database and the ports.    Or alternativley configure another IP address.   Is that what you are trying to do?

farhad
Champ in-the-making
Champ in-the-making
Hi,

Yes the port is correctly configured in shared-config.
I am trying to run just 1 instance of alfresco in this host.
Below is the error I am consistently getting in alfresco log.

Thanks and really appreciate your help!

Farhad

21:01:09,429 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
21:01:09,429 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
21:01:10,105 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 00240000 Bootstrap failed
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:361)
   at org.alfresco.repo.importer.ImporterBootstrap.onBootstrap(ImporterBootstrap.java:718)
   at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
   at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:78)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:294)
   at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:858)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:419)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
   at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
   at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
   at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java:519)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: net.sf.jooreports.openoffice.connection.OpenOfficeException: connection failed: socket,host=localhost,port=8100,tcpNoDelay=1; com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@592c17ce is disposed
   at net.sf.jooreports.openoffice.connection.AbstractOpenOfficeConnection.connect(AbstractOpenOfficeConnection.java:77)
   at org.alfresco.util.OpenOfficeConnectionTester.testAndConnect(OpenOfficeConnectionTester.java:153)
   at org.alfresco.util.OpenOfficeConnectionTester.checkConnection(OpenOfficeConnectionTester.java:124)
   at org.alfresco.util.OpenOfficeConnectionTester.onBootstrap(OpenOfficeConnectionTester.java:97)
   at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:294)
   at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:858)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:419)
   at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory$ApplicationContextState.start(ChildApplicationContextFactory.java:624)
   at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.start(AbstractPropertyBackedBean.java:458)
   at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.start(AbstractPropertyBackedBean.java:440)
   at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.getState(AbstractPropertyBackedBean.java:221)
   at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory.getApplicationContext(ChildApplicationContextFactory.java:336)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:69)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy40.isTransformable(Unknown Source)
   at org.alfresco.repo.content.transform.ProxyContentTransformer.isTransformable(ProxyContentTransformer.java:62)
   at org.alfresco.repo.content.transform.ContentTransformerRegistry.findDirectTransformers(ContentTransformerRegistry.java:147)
   at org.alfresco.repo.content.transform.ContentTransformerRegistry.findTransformers(ContentTransformerRegistry.java:114)
   at org.alfresco.repo.content.transform.ContentTransformerRegistry.getTransformer(ContentTransformerRegistry.java:79)
   at org.alfresco.repo.content.ContentServiceImpl.getTransformer(ContentServiceImpl.java:573)
   at org.alfresco.repo.content.ContentServiceImpl.getTransformer(ContentServiceImpl.java:565)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.indexProperty(ADMLuceneIndexerImpl.java:911)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.createDocumentsImpl(ADMLuceneIndexerImpl.java:624)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.createDocuments(ADMLuceneIndexerImpl.java:585)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.indexImpl(AbstractLuceneIndexerImpl.java:663)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.indexImpl(AbstractLuceneIndexerImpl.java:688)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.flushPending(AbstractLuceneIndexerImpl.java:844)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.doPrepare(ADMLuceneIndexerImpl.java:1668)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.prepare(AbstractLuceneIndexerImpl.java:469)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory.prepare(AbstractLuceneIndexerAndSearcherFactory.java:805)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.beforeCommit(AlfrescoTransactionSupport.java:683)
   at org.springframework.transaction.support.TransactionSynchronizationUtils.triggerBeforeCommit(TransactionSynchronizationUtils.java:95)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(AbstractPlatformTransactionManager.java:927)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:737)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:394)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:472)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:403)
   at org.alfresco.repo.importer.ImporterBootstrap$1.doWork(ImporterBootstrap.java:354)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:357)
   … 35 more
21:01:18,618 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 264 Web Scripts (+0 failed), 274 URLs
21:01:18,637 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
21:01:18,637 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registere

farhad
Champ in-the-making
Champ in-the-making
So we're still stuck with this. Will try a different IP address next.

muralie39
Champ on-the-rise
Champ on-the-rise
Can you type the

netstat -nao in command prompt  & check for port numbers.. There is some problem in open office also..

Please follow the administrative guide

& set all the avm setting to '0' in the alfresco-global.properties file

farhad
Champ in-the-making
Champ in-the-making
Hi,

Here are the active connections in that server. Which do you think is conflicting with alfresco?

Thanks,
Farhad
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0      0  174.142.32.58.50730    174.142.32.58.49626    ESTABLISHED
tcp4       0      0  174.142.32.58.49626    174.142.32.58.50730    ESTABLISHED
tcp4       0      0  127.0.0.1.3306         127.0.0.1.49625        ESTABLISHED
tcp4       0      0  127.0.0.1.49625        127.0.0.1.3306         ESTABLISHED
tcp4       0      0  127.0.0.1.3306         127.0.0.1.49624        ESTABLISHED
tcp4       0      0  127.0.0.1.3306         127.0.0.1.49623        ESTABLISHED
tcp4       0      0  127.0.0.1.49624        127.0.0.1.3306         ESTABLISHED
tcp4       0      0  127.0.0.1.49623        127.0.0.1.3306         ESTABLISHED
tcp4       0      0  127.0.0.1.3306         127.0.0.1.49622        ESTABLISHED
tcp4       0      0  127.0.0.1.49622        127.0.0.1.3306         ESTABLISHED
tcp4       0      0  174.142.34.113.80      192.75.88.231.57113    FIN_WAIT_2
tcp4       0     48  174.142.32.58.22       192.75.88.130.53128    ESTABLISHED
tcp4       0      0  127.0.0.1.3306         127.0.0.1.49615        ESTABLISHED
tcp4       0      0  127.0.0.1.49615        127.0.0.1.3306         ESTABLISHED
tcp4       0      0  174.142.34.113.80      192.75.88.231.60979    FIN_WAIT_2
tcp4       0  15472  174.142.34.113.80      192.75.88.231.49784    LAST_ACK
tcp4       0      0  127.0.0.1.3306         127.0.0.1.63277        ESTABLISHED
tcp4       0      0  127.0.0.1.63277        127.0.0.1.3306         ESTABLISHED
tcp4       0      0  127.0.0.1.3306         127.0.0.1.56456        ESTABLISHED
tcp4       0      0  127.0.0.1.56456        127.0.0.1.3306         ESTABLISHED
tcp4       0      0  127.0.0.1.53827        127.0.0.1.8095         CLOSE_WAIT
tcp4       0      0  127.0.0.1.53826        127.0.0.1.8095         CLOSE_WAIT
tcp4       0      0  *.8087                 *.*                    LISTEN
tcp4       0      0  *.8086                 *.*                    LISTEN
tcp4       0      0  127.0.0.1.389          127.0.0.1.58467        ESTABLISHED
tcp4       0      0  127.0.0.1.58467        127.0.0.1.389          ESTABLISHED
tcp4       0      0  174.142.32.58.22       173.35.86.222.54727    ESTABLISHED
tcp4       0      0  127.0.0.1.8105         *.*                    LISTEN
tcp46      0      0  *.8009                 *.*                    LISTEN
tcp46      0      0  *.50730                *.*                    LISTEN
tcp46      0      0  *.50508                *.*                    LISTEN
tcp4       0      0  127.0.0.1.50500        *.*                    LISTEN
tcp46      0      0  *.8280                 *.*                    LISTEN
tcp46      0      0  *.50702                *.*                    LISTEN
tcp4       0      0  127.0.0.1.8100         *.*                    LISTEN
tcp46      0      0  *.8180                 *.*                    LISTEN
tcp4       0      0  127.0.0.1.8005         *.*                    LISTEN
tcp46      0      0  *.8080                 *.*                    LISTEN
tcp4       0      0  127.0.0.1.65050        127.0.0.1.8095         CLOSE_WAIT
tcp4       0      0  127.0.0.1.65049        127.0.0.1.8095         CLOSE_WAIT
tcp4       0      0  127.0.0.1.8020         *.*                    LISTEN
tcp46      0      0  *.8095                 *.*                    LISTEN
tcp4       0      0  127.0.0.1.58741        127.0.0.1.8095         CLOSE_WAIT
tcp46      0      0  *.8060                 *.*                    LISTEN
tcp4       0      0  127.0.0.1.8059         *.*                    LISTEN
tcp4       0      0  174.142.32.58.22       173.35.86.222.64894    ESTABLISHED
tcp4       0      0  174.142.34.114.80      *.*                    LISTEN
tcp4       0      0  174.142.34.115.443     *.*                    LISTEN
tcp4       0      0  174.142.34.115.80      *.*                    LISTEN
tcp4       0      0  174.142.34.113.80      *.*                    LISTEN
tcp4       0      0  174.142.34.113.443     *.*                    LISTEN
tcp4       0      0  174.142.32.58.80       *.*                    LISTEN
tcp4       0      0  174.142.32.58.443      *.*                    LISTEN
tcp4       0      0  127.0.0.1.9010         *.*                    LISTEN
tcp4       0      0  174.142.32.58.54836    174.142.32.58.3659     CLOSE_WAIT
tcp4       0      0  127.0.0.1.62051        *.*                    LISTEN
tcp4       0      0  127.0.0.1.62050        *.*                    LISTEN
tcp4       0      0  *.389                  *.*                    LISTEN
tcp6       0      0  *.389                  *.*                    LISTEN
tcp4       0      0  *.88                   *.*                    LISTEN
tcp6       0      0  *.88                   *.*                    LISTEN
tcp4       0      0  174.142.34.116.53      *.*                    LISTEN
tcp46      0      0  *.5900                 *.*                    LISTEN
tcp4       0      0  *.311                  *.*                    LISTEN
tcp4       0      0  *.3659                 *.*                    LISTEN
tcp4       0      0  *.106                  *.*                    LISTEN
tcp4       0      0  *.3659                 *.*                    LISTEN
tcp4       0      0  *.106                  *.*                    LISTEN
tcp4       0      0  *.3306                 *.*                    LISTEN
tcp4       0      0  127.0.0.1.54           *.*                    LISTEN
tcp4       0      0  174.142.34.115.53      *.*                    LISTEN
tcp4       0      0  174.142.34.114.53      *.*                    LISTEN
tcp4       0      0  174.142.34.113.53      *.*                    LISTEN
tcp4       0      0  174.142.32.58.53       *.*                    LISTEN
tcp4       0      0  127.0.0.1.53           *.*                    LISTEN
tcp4       0      0  *.22                   *.*                    LISTEN
tcp6       0      0  *.22                   *.*                    LISTEN
tcp4       0      0  *.548                  *.*                    LISTEN
tcp6       0      0  *.548                  *.*                    LISTEN
tcp4       0      0  *.625                  *.*                    LISTEN
tcp4       0      0  *.21                   *.*                    LISTEN
tcp6       0      0  *.21                   *.*                    LISTEN
tcp4       0      0  127.0.0.1.631          *.*                    LISTEN
tcp6       0      0  ::1.631                *.*                    LISTEN
tcp4       0      0  174.142.32.58.49621    174.142.32.58.50508    TIME_WAIT
tcp4       0      0  127.0.0.1.9010         127.0.0.1.49618        TIME_WAIT
udp4       0      0  *.54460                *.*
udp4       0      0  *.50899                *.*
udp4       0      0  *.55739                *.*
udp4       0      0  *.49262                *.*
udp4       0      0  *.62035                *.*
udp4       0      0  *.49645                *.*
udp4       0      0  *.54089                *.*
udp4       0      0  174.142.34.116.88      *.*
udp4       0      0  174.142.34.115.88      *.*
udp4       0      0  174.142.34.114.88      *.*
udp4       0      0  174.142.34.113.88      *.*
udp4       0      0  174.142.32.58.88       *.*
udp6       0      0  *.88                   *.*
udp4       0      0  174.142.34.116.123     *.*
udp4       0      0  174.142.34.116.53      *.*
udp4       0      0  *.*                    *.*
udp4       0      0  *.*                    *.*
udp46      0      0  *.3283                 *.*
udp4       0      0  *.626                  *.*
udp6       0      0  *.50005                *.*
udp4       0      0  *.50005                *.*
udp6       0      0  *.49389                *.*
udp4       0      0  *.49389                *.*
udp6       0      0  *.53424                *.*
udp4       0      0  *.53424                *.*
udp6       0      0  *.49401                *.*
udp4       0      0  *.49401                *.*
udp6       0      0  *.49189                *.*
udp4       0      0  *.49189                *.*
udp6       0      0  *.64317                *.*
udp4       0      0  *.64317                *.*
udp6       0      0  *.64905                *.*
udp4       0      0  *.64905                *.*
udp6       0      0  *.56719                *.*
udp4       0      0  *.56719                *.*
udp6       0      0  *.61571                *.*
udp4       0      0  *.61571                *.*
udp6       0      0  *.51935                *.*
udp4       0      0  *.51935                *.*
udp6       0      0  *.60307                *.*
udp4       0      0  *.60307                *.*
udp6       0      0  *.63910                *.*
udp4       0      0  *.63910                *.*
udp4       0      0  *.3659                 *.*
udp4       0      0  174.142.34.115.123     *.*
udp4       0      0  174.142.34.114.123     *.*
udp4       0      0  174.142.34.113.123     *.*
udp4       0      0  174.142.32.58.123      *.*
udp6       0      0  fe80::226:bbff:f.123   *.*
udp4       0      0  127.0.0.1.123          *.*
udp6       0      0  fe80::1%lo0.123        *.*
udp6       0      0  ::1.123                *.*
udp6       0      0  *.123                  *.*
udp4       0      0  *.123                  *.*
udp4       0      0  174.142.34.115.53      *.*
udp4       0      0  174.142.34.114.53      *.*
udp4       0      0  174.142.34.113.53      *.*
udp4       0      0  174.142.32.58.53       *.*
udp4       0      0  127.0.0.1.53           *.*
udp4       0      0  *.*                    *.*
udp6       0      0  *.5353                 *.*
udp4       0      0  *.5353                 *.*
udp4       0      0  *.*                    *.*
udp4       0      0  127.0.0.1.60762        *.*
icm6       0      0  *.*                    *.*