Connection Refused (Startup )

Hi Folks,
I am wondering solutions for the following issue:
I've a linux server and my server is also running on it i.e. x.x.x.x : 5678 (This computer is in WAN)
I am also to check it using telnet x.x.x.x 5678 but at the time when I want to connect it or want to get the stub it gives error Connection refused.
What could be issue?
Earliest suggestion is highly appreciated..
Regards,
Manoj

I am seeing the same error. Has anyone resolved this or got any suggestions. looks like it is a security policy issue !?
thanks
Anand
>
Is the cloudscape database populated, when you run
the application in the first time? Check it out.

Similar Messages

  • [SOLVED]dbus and systemd: "systemctl --user" gets "Connection refused"

    Hi,
    I want to enable some systemd user service. Here is what I get
    $ LANG=C systemctl --user
    Failed to get D-Bus connection: Connection refused
    $ echo $DBUS_SESSION_BUS_ADDRESS
    unix:abstract=/tmp/dbus-RboLZS2wF3,guid=feb8bd85248906d12a826acd54e3c4ad
    I don't believe I've ever touched dbus, so I'm a bit lost. There's the following line in my ~/.xinitrc:
    exec dbus-launch xmonad
    Seems like I'm not the only one with trouble on that topic, but I could not solve my problem.
    Additional resources:
    1. relevant pstree information
    systemd-+-acpid
    |-at-spi-bus-laun-+-dbus-daemon
    | |-{dconf worker}
    | |-{gdbus}
    | `-{gmain}
    |-3*[dbus-daemon]
    |-dbus-launch
    |-login---startx---xinit-+-Xorg
    | `-xmonad-x86_64-l-+-tons
    | |-of
    | |-stuff
    |-polkitd-+-{JS GC Helper}
    | |-{JS Sour~ Thread}
    | |-{gdbus}
    | |-{gmain}
    | `-{runaway-killer-}
    |-systemd---(sd-pam)
    |-systemd-journal
    |-systemd-logind
    |-systemd-udevd
    2.
    $ pgrep -af systemd
    1 /usr/lib/systemd/systemd --system --deserialize 16
    149 /usr/lib/systemd/systemd-journald
    171 /usr/lib/systemd/systemd-udevd
    257 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    263 /usr/lib/systemd/systemd-logind
    316 /usr/lib/systemd/systemd --user
    3.
    $ pgrep -af dbus
    257 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    385 dbus-launch --sh-syntax --exit-with-session
    386 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    459 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    470 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
    4. Playing with processus #1
    - Killing it doesn't change anything
    $ /usr/lib/systemd/systemd --user
    Failed to create root cgroup hierarchy: Permission denied
    Failed to allocate manager object: Permission denied
    $ sudo /usr/lib/systemd/systemd --user
    Trying to run as user instance, but $XDG_RUNTIME_DIR is not set.
    $ echo $XDG_RUNTIME_DIR
    /run/user/1000
    $ sudo -i
    # XDG_RUNTIME_DIR=/run/user/1000 /usr/lib/systemd/systemd
    Startup finished in 41ms. // keeps running
    But I still cannot do "systemctl --user"....
    Last edited by Laugarhraun (2015-02-18 17:03:57)

    Heyyy I'm dumb!
    $ alias systemctl
    alias systemctl='sudo systemctl'
    $ LANG=C /usr/bin/systemctl --user
    Failed to list units: Process org.freedesktop.systemd1 exited with status 1
    New error = progress! yay!

  • Agent Error? IOException in sending Request :: Connection refused: connect

    For the past couple of days, I have been running into the "IOException in sending Request :: Connection refused: connect" error. I am running 10.2.01 on Windows 2003R2.
    Along with this error, the DB Control shows agent unreachable.
    Is there anything that anyone knows that may have caused this issue?
    Thank You in advance,
    Jeff

    Jhep,
    Have you changed the timezone settings on the database server? Check emdctl.trc and see what it says. In the meanwhile, (a) stop dbconsole service, (b) execute emctl resetTZ agent and (c) restart dbconsole service.
    Kindly should refer to the following Metalink Notes for a possible workaround:
    bq. Metalink Note ID: 362888.1 "Startup Agent: EM Agent will not start due to Timezone mismatch (Daylight \\ Savings changes for Australia)" \\ Metalink Note ID: 409121.1 "Startup Agent: Agent Fails to Start due to Incorrect Timezone File Used as \\ Pointed by ORA_TZFILE" \\ Metalink Note ID: 388280.1 "Startup Agent: ORA-20233: Invalid agent name when running \\ mgmt_target.set_agent_tzrgn procedure in repository"
    Lastly, see if any of the following post(s) are of any assistance to you:
    bq. Oracle 10g EM DB console Host Preferred Credentials for Windows \\ Oracle 10g EM DB console Host Preferred Credentials for Windows \\ New Error -- Since DST 2007 \\ New Error -- Since DST 2007 \\ DST Patching for Grid Control Release 2 \\ Re: DST Patching for Grid Control Release 2
    Hope this resolves the issue.
    Regards,
    Naveed.

  • Please help: connection refused on localhost

    I'm using RMI in a BEA WebLogic 7 environment. I've written an RMI object that
    registers itself (with Naming.rebind) in its main method:
    myObject mo = new myObject();
    Naming.rebind("//localhost:7001/my_object", mo);
    I am importing standard RMI packages, not WebLogic RMI packages. The code itself
    appears to be fine, and I have deployed it as a startup class in WebLogic 7. Problem
    is, when I restart WebLogic and that Naming.rebind call is executed, it returns:
    java.net.ConnectException:
    Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect (Native Method) ...
    I am running WebLogic on port 7001 on my local workstation, which has a dynamic
    network IP,
    so I need to bind at either 127.0.0.1:7001 or localhost:7001. I have tried both
    repeatedly in my code, with and without the port number, and everything fails.
    I also played with the Socket permissions in the weblogic.policy file and fileRealm.properties
    file, but still no connection. I'm at wit's end. Can you help, please?

    I am having the same problem. Surprizing thing is the creator (SAP) itself is not solving the problem.
      created: jce/
    inflated: jce/local_policy.jar
    inflated: jce/US_export_policy.jar
    inflated: jce/README.txt
    inflated: jce/COPYRIGHT.html
    C:\DOCUME1\ADMINI1\LOCALS~1\Temp\sapinst_exe.1164.1274306683
    jre\jce\COPYRIGHT.html
    C:\DOCUME1\ADMINI1\LOCALS~1\Temp\sapinst_exe.1164.1274306683
    jre\jce\local_policy.jar
    C:\DOCUME1\ADMINI1\LOCALS~1\Temp\sapinst_exe.1164.1274306683
    jre\jce\README.txt
    C:\DOCUME1\ADMINI1\LOCALS~1\Temp\sapinst_exe.1164.1274306683
    jre\jce\US_export_policy.jar
            4 file(s) copied.
    Start mode: gui (Gui only)
    Connection parameters:
      GuiServer host: localhost
      GuiServer port: 21212
      GUI mode      : normal
    Starting...
    <<< frog.jar: version 7.20.12 06/06/08 sap.theme: null >>>
    Exit status of child: 1

  • Opmn fails with connection refused

    Hi all,
    I've successfully installed Oracle Application Server 10g AS R2.
    After installation I could successfull login and access both Infra and Middle Tier using OEM, which were configured under a single Farm.
    But unfortunately, after and when the server is restarted... opmnctl startall hangs with ons.log contents as below
    08/06/23 16:25:14 [4] ONS server initiated
    08/06/23 16:53:15 [4] Logging disabled
    08/06/23 16:57:43 [4] ONS server initiated
    08/06/23 16:57:43 [4] Connection 1,192.168.6.183,6201 connect (Connection refused)
    08/06/23 16:59:42 [4] Connection 1,192.168.6.183,6201 connect (Connection refused)
    08/06/23 17:01:41 [4] Connection 1,192.168.6.183,6201 connect (Connection refused)
    08/06/23 17:03:40 [4] Connection 1,192.168.6.183,6201 connect (Connection refused)08/06/23 17:04:00 [4] Logging disabled
    As a workaround I verified /etc/hosts file... it is as below
    127.0.0.1 localhost.localdomain localhost
    192.168.6.183 oravis.dsrc2.com oravis
    I'm performing the start-up & shutdown in the following order
    START DB Tier
    Start Database as
    Make sure your are in DB Home
    $ sqlplus "/as sysdba"
    SQL> startup
    Start DB Listener as
    Make sure your are in DB Home
    $ lsnrctl start RETEK
    Startup 10gAS Server
    Start Middle Tier iAS Console
    Make sure your are in Middle Tier Home
    cd $ORACLE_HOME/bin
    emctl start iasconsole
    Start Infra iAS Console
    Make sure your are in Infra Home
    cd $ORACLE_HOME/bin
    emctl start iasconsole
    Start Infra listener as
    $ lsnrctl start
    Start Infra Database as -
    $sqlplus "/as sysdba"
    SQL> startup
    Start Infra OC4J Services as
    Make sure your are in Infra Home
    $./opmnctl startall
    Start Middle Tier OC4J Services as
    Make sure your are in Middle Tier Home
    $./opmnctl startall
    Shutdown 10gAS Server
    Stop Middle Tier Services as
    Make sure your are in Middle Tier Home
    cd $ORACLE_HOME/opmn/bin
    $./opmnctl stopall
    Stop Infrastructure Services as
    Make sure your are in Infra Home
    $ ./opmnctl stopall
    Stop Infra Listener as
    Make sure your are in Infra Home
    $ lsnrctl stop [listener_name]
    Stop Infra Database as
    Make sure your are in Infra Home
    $ sqlplus "/as sysdba"
    SQL> shutdown immediate
    Stop Infra iAS Console
    Make sure your are in Infra Home
    cd $ORACLE_HOME/bin
    emctl stop iasconsole
    Stop Middle Tier iAS Console
    Make sure your are in Middle Tier Home
    cd $ORACLE_HOME/bin
    emctl stop iasconsole
    Stop DB Tier
    Stop Listener as
    Make sure your are in DB Home
    $ lsnrctl stop [listener_name]
    Stop Database as
    Make sure your are in DB Home
    $ sqlplus "/as sysdba"
    SQL> shutdown immediate
    Now... I'm able to access the Infra & Middle tier throgh OEM but the status is Unavailable. Moreover now they not under the Farm (Which they were earlier in).
    Also it is giving error connecting to repository database.
    Please anybody, who have come across this kind of problem, kindly guide me, where actually I'm missing.
    -Mahesh

    Hi Adith,
    Thanx a lot for the updates and correcting me. I've gone through the documents and corrected the way by which I was starting the services.
    But... when I try to do opmnctl startall, now I again got struck up with this strange error in ons.log
    08/06/24 10:26:02 [4] ONS server initiated
    08/06/24 10:47:51 [2] Connection 1,192.168.6.183,1521 SSL handshake failed
    08/06/24 10:47:51 [2] Handshake for 1,192.168.6.183,1521: nz error = 28864 interval = 0 (180 max)
    08/06/24 10:49:50 [2] Connection 1,192.168.6.183,1521 SSL handshake failed
    08/06/24 10:49:50 [2] Handshake for 1,192.168.6.183,1521: nz error = 28864 interval = 0 (180 max)
    08/06/24 10:51:49 [2] Connection 1,192.168.6.183,1521 SSL handshake failed
    08/06/24 10:51:49 [2] Handshake for 1,192.168.6.183,1521: nz error = 28864 interval = 0 (180 max)
    I've gone through metalink and found out that this is a problem with SSL Authentication which been stated as a bug.
    Can anybody answer my following queries...
    1. Is it mandatory to enable SSL in 10g AS? Can we run server without SSL?
    2. If not mandatory, then how to disable SSL?
    3. If the handshake error is a bug, how to fix? Do I need to apply any patch for this?
    Looking forward for immediate response,
    Regards
    -Mahesh

  • Can't connect RFCOMM socket: Connection refused

    I am trying to use my mobile as bluetooth modem but I am stuck at the initial step.
    shadyabhi@archlinux-N210 ~ $ rfcomm connect 0
    Can't connect RFCOMM socket: Connection refused
    My rfcomm.conf:
    rfcomm0 {
    # # Automatically bind the device at startup
    bind yes;
    # # Bluetooth address of the device
    device 00:25:47:9F:AA:07;
    # # RFCOMM channel for the connection
    channel 2;
    # # Description of the connection
    comment "Nokia N73";
    Guyz, please help me solve the issue. I have tried googling but no luck. And I already have my laptop as trusted devices in my phone.

    i don't know how and why but appeared a new device on my phone called "james1711" and with this my pin is accepted when i type rfcomm connect 0; but after one minute of trying to connect appear another error in the shell:
    Can't connect RFCOMM socket: Resource temporarily unavailable

  • Connection refused when connecting SMP 3 to ASE 16

    Hi all,
    We're in the process of setting up an installation of SMP 3.0 with Sybase ASE 16 for one of our clients. The final goal is to run the SAP EHS Safety Issue mobile app.
    When installing SMP 3.0 with Derby database, I'm able to start the system without any problems. However, when I try the installation configuring the Sybase ASE DB, the service gets stuck on a loop while starting up and doesn't react. I cannot stop it manually nor restart it. The only way to stop it is by restarting the system.
    On the Sybase side of things, I can install the ASE without any issues. I have also done all the preliminary steps to create the user and smp3 DB for SMP. I've connected to the DB using this user and I'm able to see that the smp3 DB is created.
    When looking at the logs, I can see an exception with the message: Connection refused. Here's an excerpt:
    2014 07 28 15:01:10#0-500#ERROR#org.jgroups.protocols.SMP_JDBC_PING##anonymous#Timer-2,SAPDSMP-5000-smp3-smpserver:com.sap.mobile.platform.server.online.admin.backendconnections.cluster.ClusterBackends,SAPDSMP-4630###Failed creating JDBC connection for SMP_JDBC_PING java.sql.SQLException: JZ006: Caught IOException: java.net.ConnectException: Connection refused: connect
      at com.sybase.jdbc4.jdbc.SybConnection.getAllExceptions(Unknown Source)
      at com.sybase.jdbc4.jdbc.SybConnection.handleSQLE(Unknown Source)
      at com.sybase.jdbc4.jdbc.SybConnection.tryLogin(Unknown Source)
      at com.sybase.jdbc4.jdbc.SybConnection.handleHAFailover(Unknown Source)
    Any idea what may be causing this issue?
    Kind regards,
    Omar

    I tried using the go.bat to start the server and got the same error. Here's the output:
    Using SMP_BASE:    "D:\SAP\MobilePlatform3\Server"
    Using SMP_HOME:    "D:\SAP\MobilePlatform3\Server"
    Using SMP_OPTS:    " "-Dlog4j.logfiles.path=D:\SAP\MobilePlatform3\Server\log" "
    -Dwicket.configuration=development" "-Dmobiliser.home=D:\SAP\MobilePlatform3\Ser
    ver" "-DMOBILISER_PROTOCOL=http" "-DMOBILISER_HOSTNAME=localhost" "-DMOBILISER_P
    ORT=8080" "-DMOBILISER_HOST=http://localhost:8080" "-Dtracker.defaultHost=localh
    ost" "-Dtracker.defaultPort=8080" "-Dtracker.defaultServlet=/mobiliser" "-Dcom.s
    ap.mobile.platform.server.home=D:\SAP\MobilePlatform3\Server" "-DPREFS_PROTOCOL=
    prefs""
    Using JAVA_HOME:   "D:\SAP\MobilePlatform3\sapjvm_7"
    "Updating SMP3 Server P2 Repository Locations to: D:\SAP\MobilePlatform3\Server/
    p2"
            1 file(s) moved.
            1 file(s) moved.
    "Updating server log name to reflect the hostname"
            1 file(s) moved.
    java version "1.7.0_25"
    Java(TM) SE Runtime Environment (build 7.1.012)
    SAP Java Server VM (build 7.1.012 23.5-b11, Aug  8 2013 23:45:34 - 71_REL - optU
    - windows amd64 - 6 - bas2:201691 (mixed mode))
    D:\SAP\MobilePlatform3\Server>"D:\SAP\MobilePlatform3\sapjvm_7\bin\java.exe" -se
    rver  -XtraceFile=log/vm_@PID_trace.log   "-Dlog4j.logfiles.path=D:\SAP\MobilePl
    atform3\Server\log" "-Dwicket.configuration=development" "-Dmobiliser.home=D:\SA
    P\MobilePlatform3\Server" "-DMOBILISER_PROTOCOL=http" "-DMOBILISER_HOSTNAME=loca
    lhost" "-DMOBILISER_PORT=8080" "-DMOBILISER_HOST=http://localhost:8080" "-Dtrack
    er.defaultHost=localhost" "-Dtracker.defaultPort=8080" "-Dtracker.defaultServlet
    =/mobiliser" "-Dcom.sap.mobile.platform.server.home=D:\SAP\MobilePlatform3\Serve
    r" "-DPREFS_PROTOCOL=prefs" -XX:ErrorFile="D:\SAP\MobilePlatform3\Server\log\err
    or.log" -XX:HeapDumpPath="D:\SAP\MobilePlatform3\Server\log\heap_dump.hprof" "-X
    X:+HeapDumpOnOutOfMemoryError" "-XX:+DisableExplicitGC" "-Xms1024m" "-Xmx2048m"
    "-XX:PermSize=256M" "-XX:MaxPermSize=512M" "-Dosgi.requiredJavaVersion=1.6" "-Du
    seNaming=osgi" "-Dosgi.install.area=." "-Djava.io.tmpdir=./work/tmp" "-Djava.end
    orsed.dirs=lib/endorsed" "-Dorg.eclipse.equinox.simpleconfigurator.exclusiveInst
    allation=false" "-Dcom.sap.core.process=ljs_node" "-Declipse.ignoreApp=true" "-D
    http.proxyHost=" "-Dhttp.proxyPort=" "-Dhttps.proxyHost=" "-Dhttps.proxyPort=" "
    -Dorg.eclipse.net.core.enableProxyService=false" "-Dosgi.noShutdown=true" "-Dosg
    i.framework.activeThreadType=normal" "-Dosgi.embedded.cleanupOnSave=true" "-Dosg
    i.usesLimit=30" "-Djava.awt.headless=true" "-Dtc.active=true" "-Dmail.mime.encod
    eparameters=true" "-Dnet.sf.ehcache.skipUpdateCheck=true" "-Dorg.eclipse.gemini.
    blueprint.extender.internal.boot.ChainActivator.disableBlueprint=true" "-Dcom.sy
    base365.mobiliser.util.tools.springextender.threadpool.size=20" "-Dcom.sybase365
    .mobiliser.util.tools.springextender.shutdown.wait.time=35000" "-Dwicket.configu
    ration=deployment" "-DlicenseAccepted=true" "-Dorg.apache.tomcat.util.buf.UDecod
    er.ALLOW_ENCODED_SLASH=true" "-Dcom.sybase365.mobiliser.framework.service.config
    .MobiliserServiceBeanDefinitionParser.serviceAdviceConfig=audit,security,caller-
    audit,responseCode,traceableRequest,responseCode,filterExternal,sessionManagemen
    t,txn" "-Dcom.sybase365.mobiliser.framework.service.config.MobiliserServiceBeanD
    efinitionParser.internalServiceAdviceConfig=security,responseCode,validation,res
    ponseCode,filterInternal,sessionManagement,txn" "-Dcom.sybase365.mobiliser.frame
    work.service.config.MobiliserInternalServiceBeanDefinitionParser.responseCodeTyp
    e=responseCode" "-Dcom.sybase365.mobiliser.framework.service.config.MobiliserInt
    ernalServiceBeanDefinitionParser.auditType=audit" "-Dcom.sybase365.mobiliser.mon
    ey.persistence.hibernate.dao.transaction.AuthorisationCodeDaoHbnImpl.max=200" "-
    Dcom.sybase365.mobiliser.money.persistence.hibernate.dao.transaction.Authorisati
    onCodeDaoHbnImpl.table=SEQ_AUTH_CODES" "-Dcom.sybase365.mobiliser.money.persiste
    nce.hibernate.dao.transaction.AuthorisationCodeDaoHbnImpl.column=ID_SEQUENCE" "-
    Dcom.sybase365.mobiliser.framework.persistence.hibernate.dialect.useTableBasedSe
    quences=true" "-Dcom.sybase365.mobiliser.framework.persistence.hibernate.dialect
    .useSequenceNameForTableSequences=true" "-Dcom.sybase365.mobiliser.framework.per
    sistence.hibernate.dialect.sequenceTableName=SEQ_TABLE_HILO" "-Dcom.sybase365.mo
    biliser.framework.persistence.hibernate.dialect.sequenceTableSequenceNameColumnN
    ame=STR_SEQUENCE_NAME" "-Dcom.sybase365.mobiliser.framework.persistence.hibernat
    e.dialect.sequenceTableSequenceValueColumnName=ID_SEQUENCE_NEXT_HI_VALUE" "-Dcom
    .sybase365.mobiliser.framework.persistence.jdbc.bonecp.pool.lazy=true" "-Dcom.sa
    p.mobile.platform.server.notifications.baseurl=https://SAPDSMP.corp.local:8081/"
    "-Dcom.sap.mobile.platform.online.proxy.maxresponsesize=-1" "-Dcom.sap.mobile.p
    latform.server.connection.pool.idletimeout=600" "-Dcom.sap.mobile.platform.serve
    r.connection.timeout=60000" "-Dcom.sap.mobile.platform.server.connection.sotimeo
    ut=60000" "-Dcom.sap.mobile.platform.server.enable.statistics=true" "-Dcom.sap.m
    obile.platform.server.maximum.clientlogfiles=10" "-Dcom.sap.mobile.platform.serv
    er.maximum.connectionPoolSize=5000" "-Dcom.sap.mobile.platform.server.maximum.gz
    ipPoolSize=5000" "-Dcom.sybase.security.FactoryRetriever=com.sybase.security.int
    egration.tomcat7.TomcatFactoryRetriever" "-Dcom.sap.mobile.platform.server.gener
    al.status.SMPServerStatusLogging=false" "-DsecretKey=7hZK9zP3cH" "-DsecretKeylen
    gth=128" "-DapnsSocksProxyHost=" "-DapnsSocksProxyPort=" "-Dorg.apache.catalina.
    authenticator.Constants.SSO_SESSION_COOKIE_NAME=X-SMP-SESSIDSSO" "-Dosgi.logfile
    =./log/osgi.log" "-Djava.net.preferIPv4Stack=true" -classpath "D:\SAP\MobilePlat
    form3\Server\lib\org.eclipse.virgo.nano.authentication_3.6.2.RELEASE.jar;D:\SAP\
    MobilePlatform3\Server\lib\org.eclipse.virgo.nano.shutdown_3.6.2.RELEASE.jar;D:\
    SAP\MobilePlatform3\Server\lib\org.eclipse.virgo.util.env_3.6.2.RELEASE.jar;D:\S
    AP\MobilePlatform3\Server\plugins\org.eclipse.equinox.launcher_1.3.0.v20120308-1
    358.jar;D:\SAP\MobilePlatform3\Server\plugins\com.sap.db.jdbc_1.0.31.362930.jar;
    D:\SAP\MobilePlatform3\Server\plugins\jconnect-osgi_7.0.7.ESD5-1.jar;D:\SAP\Mobi
    lePlatform3\Server\plugins\com.sybase365.com.ibm.db2jcc4_9.7.4.jar;D:\SAP\Mobile
    Platform3\Server\plugins\oracle-jdbc-osgi_11.2.0.x_3.0.0.M1.jar;D:\SAP\MobilePla
    tform3\Server\plugins\com.springsource.org.apache.commons.codec_1.4.0.jar;D:\SAP
    \MobilePlatform3\Server\plugins\com.springsource.org.apache.commons.codec_1.6.0.
    jar;D:\SAP\MobilePlatform3\Server\plugins\com.springsource.org.apache.commons.la
    ng_2.5.0.jar" org.eclipse.equinox.launcher.Main -console localhost:2401
    Checking DB...
    Failed to connect to the database on startup:java.sql.SQLException: JZ006: Caugh
    t IOException: java.net.ConnectException: Connection refused: connect
    Checking DB...
    Failed to connect to the database on startup:java.sql.SQLException: JZ006: Caugh
    t IOException: java.net.ConnectException: Connection refused: connect

  • Connection refused 61 can't open SMTP stream (10.3.9)....

    After doing a manual reconstruct on the cyrus mailboxes, the server refuses to send or receive mail. Attempting to send email via squirrelmail's web interface, I get the following error:
    Connection refused 61 can't open SMTP stream
    Nothing seems changed in either the postconf or squirrelmail's config file...anyone else experienced this problem?? No email is being received either....
    Thanks,
    Jim

    Here's the postconf -
    staff:~ Admin$ ponsconf-n
    -bash: ponsconf-n: command not found
    staff:~ Admin$ postconf -n
    always_bcc =
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    inet_interfaces = all
    luser_relay =
    mail_owner = postfix
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 10240000
    mydestination = $myhostname,localhost.$mydomain,mail.montclairprep.org,montclairprep.org,mail.m ontclairprep.net,montclairprep.net,mail.montclairprep.com,montclairprep.com
    mydomain_fallback = localhost
    myhostname = staff.montclairprep.com
    mynetworks = 127.0.0.0/8
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = hash:/etc/postfix/smtpdreject
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = login,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/postfix/server.pem
    smtpdtlsloglevel = 0
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 450
    staff:~ Admin$
    here is the SMPT log - (all other mail logs empty)
    Mar 31 09:58:29 localhost postfix/master[377]: daemon started -- version 2.0.10
    Here is the syetem log - Mar 31 09:58:31 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Timing: Services array obtained from context
    Mar 31 09:58:31 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Finished generating rules in 4 ms
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Flushed rules
    Mar 31 09:58:32 localhost ctl_cyrusdb[380]: verifying cyrus databases
    Mar 31 09:58:32 localhost ctl_cyrusdb[380]: skiplist: recovered /var/imap/annotations.db (0 records, 144 bytes) in 0 seconds
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Finished applying generated rules in 663 ms
    Mar 31 09:58:32 localhost ctl_cyrusdb[380]: done verifying cyrus databases
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Timing: Finished applying NAT rules
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Timing: Finished applying local rules
    Mar 31 09:58:32 localhost master[378]: No address associated with nodename, disabling sieve
    Mar 31 09:58:32 localhost master[378]: ready for work
    Mar 31 09:58:32 localhost ctl_cyrusdb[426]: checkpointing cyrus databases
    Mar 31 09:58:33 localhost ctl_cyrusdb[426]: done checkpointing cyrus databases
    Mar 31 09:58:34 localhost ConsoleMessage: Disabling IPFilter
    Mar 31 09:58:34 localhost SystemStarter: Disabling IPFilter
    Mar 31 09:58:34 localhost SystemStarter: Startup complete.
    Mar 31 09:58:40 localhost /System/Library/CoreServices/SecurityAgent.app/Contents/MacOS/SecurityAgent: DSOpenNode(): dsOpenDirNode("/LDAPv3/127.0.0.1") == -14002
    Mar 31 09:58:45 localhost /System/Library/LoginPlugins/MCX.loginPlugin/Contents/MacOS/MCXCacher: DSOpenNode(): dsOpenDirNode("/LDAPv3/127.0.0.1") == -14002
    Mar 31 10:00:20 localhost imap[639]: auxpropfunc error generic failure
    Mar 31 10:00:20 localhost imap[639]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:00:24 localhost last message repeated 2 times
    Mar 31 10:01:43 localhost pop3[731]: auxpropfunc error generic failure
    Mar 31 10:01:43 localhost pop3[731]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:01:51 localhost ntpd[267]: time set -0.014594 s
    Mar 31 10:01:51 localhost ntpd[267]: synchronisation lost
    Mar 31 10:02:03 localhost pop3[731]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:06:43 localhost pop3[1152]: auxpropfunc error generic failure
    Mar 31 10:06:43 localhost pop3[1152]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:07:03 localhost pop3[1152]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:10:27 localhost imap[1420]: auxpropfunc error generic failure
    Mar 31 10:10:27 localhost imap[1420]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:11:43 localhost pop3[1501]: auxpropfunc error generic failure
    Mar 31 10:11:43 localhost pop3[1501]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:12:03 localhost pop3[1501]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:16:43 localhost pop3[1854]: auxpropfunc error generic failure
    Mar 31 10:16:43 localhost pop3[1854]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:16:47 localhost pop3[1854]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 10:17:03 localhost pop3[1854]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:20:29 localhost imap[2198]: auxpropfunc error generic failure
    Mar 31 10:20:29 localhost imap[2198]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:21:43 localhost pop3[2279]: auxpropfunc error generic failure
    Mar 31 10:21:43 localhost pop3[2279]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:22:03 localhost pop3[2279]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:22:07 localhost imap[2280]: auxpropfunc error generic failure
    Mar 31 10:22:07 localhost imap[2280]: login: localhost [::1] gwank CRAM-MD5 User logged in
    Mar 31 10:22:08 localhost last message repeated 2 times
    Mar 31 10:23:10 localhost last message repeated 2 times
    Mar 31 10:23:12 localhost imap[2280]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:23:15 localhost imap[2362]: auxpropfunc error generic failure
    Mar 31 10:23:16 localhost imap[2362]: login: localhost [::1] gwank CRAM-MD5 User logged in
    Mar 31 10:23:22 localhost imap[2362]: login: localhost [::1] gwank CRAM-MD5 User logged in
    Mar 31 10:23:52 localhost imap[2362]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:24:32 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:24:42 localhost last message repeated 3 times
    Mar 31 10:24:45 localhost imap[2362]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:25:40 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:25:53 localhost last message repeated 2 times
    Mar 31 10:26:43 localhost pop3[2630]: auxpropfunc error generic failure
    Mar 31 10:26:43 localhost pop3[2630]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:26:48 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:26:51 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:27:04 localhost pop3[2630]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:27:56 localhost imap[2711]: auxpropfunc error generic failure
    Mar 31 10:27:56 localhost imap[2711]: login: localhost [::1] rcohen CRAM-MD5 User logged in
    Mar 31 10:27:58 localhost last message repeated 2 times
    Mar 31 10:28:32 localhost ctl_cyrusdb[2792]: checkpointing cyrus databases
    Mar 31 10:28:32 localhost ctl_cyrusdb[2792]: done checkpointing cyrus databases
    Mar 31 10:28:57 localhost imap[2711]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:30:30 localhost imap[2902]: auxpropfunc error generic failure
    Mar 31 10:30:30 localhost imap[2902]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:31:03 localhost pop3[2985]: auxpropfunc error generic failure
    Mar 31 10:31:03 localhost pop3[2985]: login: [10.2.1.103] tcarlson plaintext User logged in
    Mar 31 10:31:43 localhost pop3[2985]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:32:06 localhost pop3[2985]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:33:35 localhost imap[3158]: auxpropfunc error generic failure
    Mar 31 10:33:35 localhost imap[3158]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 10:33:45 localhost last message repeated 3 times
    Mar 31 10:34:35 localhost imap[3158]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:35:47 localhost imap[3334]: auxpropfunc error generic failure
    Mar 31 10:35:47 localhost imap[3334]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 10:35:47 localhost imap[3334]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 10:36:27 localhost pop3[3339]: auxpropfunc error generic failure
    Mar 31 10:36:28 localhost pop3[3339]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 10:36:55 localhost pop3[3339]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 10:37:02 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:02 localhost xinetd[412]: START: ssh pid=3416 from=60.19.30.196
    Mar 31 10:37:02 localhost sshd[3416]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:03 localhost pop3[3339]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:37:05 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:05 localhost xinetd[412]: START: ssh pid=3418 from=60.19.30.196
    Mar 31 10:37:05 localhost sshd[3418]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:07 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:07 localhost xinetd[412]: START: ssh pid=3420 from=60.19.30.196
    Mar 31 10:37:07 localhost sshd[3420]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:10 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:10 localhost xinetd[412]: START: ssh pid=3422 from=60.19.30.196
    Mar 31 10:37:10 localhost sshd[3422]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:12 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:12 localhost xinetd[412]: START: ssh pid=3424 from=60.19.30.196
    Mar 31 10:37:12 localhost sshd[3424]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:14 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:14 localhost xinetd[412]: START: ssh pid=3426 from=60.19.30.196
    Mar 31 10:37:14 localhost sshd[3426]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:17 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:17 localhost xinetd[412]: START: ssh pid=3428 from=60.19.30.196
    Mar 31 10:37:17 localhost sshd[3428]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:20 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:20 localhost xinetd[412]: START: ssh pid=3430 from=60.19.30.196
    Mar 31 10:37:20 localhost sshd[3430]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:22 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:22 localhost xinetd[412]: START: ssh pid=3432 from=60.19.30.196
    Mar 31 10:37:22 localhost sshd[3432]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:39:17 localhost imap[3542]: auxpropfunc error generic failure
    Mar 31 10:39:17 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:39:26 localhost last message repeated 2 times
    Mar 31 10:39:32 localhost pop3[3552]: auxpropfunc error generic failure
    Mar 31 10:39:32 localhost pop3[3552]: login: [10.2.1.92] jkrupp APOP User logged in
    Mar 31 10:39:44 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:40:12 localhost last message repeated 3 times
    Mar 31 10:40:31 localhost imap[3542]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:40:37 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:41:06 localhost last message repeated 5 times
    Mar 31 10:41:52 localhost last message repeated 6 times
    Mar 31 10:42:03 localhost pop3[3564]: auxpropfunc error generic failure
    Mar 31 10:42:03 localhost pop3[3564]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:42:04 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:42:30 localhost last message repeated 5 times
    Mar 31 10:43:26 localhost last message repeated 8 times
    Mar 31 10:43:38 localhost imap[3542]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    rror generic failure
    Mar 31 11:40:35 localhost imap[7866]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 11:42:04 localhost pop3[7947]: auxpropfunc error generic failure
    Mar 31 11:42:04 localhost pop3[7947]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:43:41 localhost imap[8135]: auxpropfunc error generic failure
    Mar 31 11:43:41 localhost imap[8135]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:44:49 localhost imap[8216]: auxpropfunc error generic failure
    Mar 31 11:44:50 localhost imap[8216]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:44:51 localhost last message repeated 2 times
    Mar 31 11:44:54 localhost imap[8218]: auxpropfunc error generic failure
    Mar 31 11:44:54 localhost imap[8218]: login: localhost [::1] sthompson CRAM-MD5 User logged in
    Mar 31 11:44:56 localhost last message repeated 2 times
    Mar 31 11:45:07 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:24 localhost last message repeated 4 times
    Mar 31 11:45:29 localhost imap[8216]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:45:29 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:43 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:49 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:59 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:11 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:17 localhost imap[8218]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:46:24 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:29 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:33 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:54 localhost imap[8218]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:47:04 localhost pop3[8304]: auxpropfunc error generic failure
    Mar 31 11:47:04 localhost pop3[8304]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:50:26 localhost imap[8570]: auxpropfunc error generic failure
    Mar 31 11:50:27 localhost imap[8570]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:50:36 localhost imap[8570]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 11:50:44 localhost imap[8570]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:51:10 localhost imap[8570]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:51:11 localhost imap[8570]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:52:04 localhost pop3[8733]: auxpropfunc error generic failure
    Mar 31 11:52:04 localhost pop3[8733]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:52:38 localhost pop3[8733]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 11:53:42 localhost imap[8841]: auxpropfunc error generic failure
    Mar 31 11:53:42 localhost imap[8841]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:54:08 localhost imap[8841]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:54:39 localhost last message repeated 4 times
    Mar 31 11:55:32 localhost last message repeated 5 times
    Mar 31 11:56:55 localhost pop3[9082]: auxpropfunc error generic failure
    Mar 31 11:56:55 localhost pop3[9082]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 11:57:04 localhost pop3[9082]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:57:08 localhost pop3[9082]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 11:57:14 localhost pop3[9082]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 11:57:41 localhost imap[9087]: auxpropfunc error generic failure
    Mar 31 11:57:41 localhost imap[9087]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:57:43 localhost imap[9087]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:58:33 localhost ctl_cyrusdb[9164]: checkpointing cyrus databases
    Mar 31 11:58:33 localhost ctl_cyrusdb[9164]: done checkpointing cyrus databases
    Mar 31 12:00:44 localhost imap[9356]: auxpropfunc error generic failure
    Mar 31 12:00:44 localhost imap[9356]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:02:04 localhost pop3[9441]: auxpropfunc error generic failure
    Mar 31 12:02:04 localhost pop3[9441]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:03:42 localhost imap[9629]: auxpropfunc error generic failure
    Mar 31 12:03:42 localhost imap[9629]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:04:37 localhost pop3[9632]: auxpropfunc error generic failure
    Mar 31 12:04:37 localhost pop3[9632]: login: [10.2.1.92] jkrupp APOP User logged in
    Mar 31 12:05:49 localhost imap[9715]: auxpropfunc error generic failure
    Mar 31 12:05:49 localhost imap[9715]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 12:05:51 localhost last message repeated 2 times
    Mar 31 12:06:36 localhost imap[9715]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:07:03 localhost last message repeated 4 times
    Mar 31 12:07:04 localhost pop3[9806]: auxpropfunc error generic failure
    Mar 31 12:07:05 localhost pop3[9806]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:07:05 localhost imap[9715]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:07:36 localhost imap[9715]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:10:22 localhost ntpd[267]: time reset -0.160139 s
    Mar 31 12:10:22 localhost ntpd[267]: synchronisation lost
    Mar 31 12:10:45 localhost imap[10140]: auxpropfunc error generic failure
    Mar 31 12:10:45 localhost imap[10140]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:11:13 localhost imap[10140]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:12:04 localhost pop3[10221]: auxpropfunc error generic failure
    Mar 31 12:12:04 localhost pop3[10221]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:12:24 localhost pop3[10221]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 12:13:42 localhost imap[10329]: auxpropfunc error generic failure
    Mar 31 12:13:42 localhost imap[10329]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:17:05 localhost pop3[10570]: auxpropfunc error generic failure
    Mar 31 12:17:05 localhost pop3[10570]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:17:57 localhost imap[10651]: auxpropfunc error generic failure
    Mar 31 12:17:57 localhost imap[10651]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:18:09 localhost last message repeated 2 times
    Mar 31 12:19:37 localhost imap[10759]: auxpropfunc error generic failure
    Mar 31 12:19:37 localhost imap[10759]: login: localhost [::1] rcohen CRAM-MD5 User logged in
    Mar 31 12:19:38 localhost last message repeated 2 times
    Mar 31 12:20:45 localhost imap[10840]: auxpropfunc error generic failure
    Mar 31 12:20:45 localhost imap[10840]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:22:04 localhost pop3[10923]: auxpropfunc error generic failure
    Mar 31 12:22:04 localhost pop3[10923]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:22:24 localhost imap[11002]: auxpropfunc error generic failure
    Mar 31 12:22:24 localhost imap[11002]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:22:27 localhost imap[11002]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:27:04 localhost pop3[11350]: auxpropfunc error generic failure
    Mar 31 12:27:04 localhost pop3[11350]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:28:32 localhost ctl_cyrusdb[11431]: checkpointing cyrus databases
    Mar 31 12:28:32 localhost ctl_cyrusdb[11431]: done checkpointing cyrus databases
    Mar 31 12:30:46 localhost imap[11621]: auxpropfunc error generic failure
    Mar 31 12:30:46 localhost imap[11621]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:32:04 localhost pop3[11706]: auxpropfunc error generic failure
    Mar 31 12:32:04 localhost pop3[11706]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:36:12 localhost pop3[12054]: auxpropfunc error generic failure
    Mar 31 12:36:13 localhost pop3[12054]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 12:37:04 localhost pop3[12054]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:38:43 localhost imap[12242]: auxpropfunc error generic failure
    Mar 31 12:38:43 localhost imap[12242]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 12:38:44 localhost last message repeated 2 times
    Mar 31 12:39:52 localhost imap[12323]: auxpropfunc error generic failure
    Mar 31 12:39:52 localhost imap[12323]: login: localhost [::1] alejbowicz CRAM-MD5 User logged in
    Mar 31 12:39:53 localhost last message repeated 2 times
    Mar 31 12:40:49 localhost imap[12323]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:42:04 localhost pop3[12484]: auxpropfunc error generic failure
    Mar 31 12:42:05 localhost pop3[12484]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:42:24 localhost pop3[12484]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 12:47:04 localhost pop3[12832]: auxpropfunc error generic failure
    Mar 31 12:47:05 localhost pop3[12832]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:50:52 localhost imap[13100]: auxpropfunc error generic failure
    Mar 31 12:50:52 localhost imap[13100]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:52:04 localhost pop3[13181]: auxpropfunc error generic failure
    Mar 31 12:52:05 localhost pop3[13181]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:53:17 localhost imap[13262]: auxpropfunc error generic failure
    Mar 31 12:53:17 localhost imap[13262]: login: localhost [::1] rcohen CRAM-MD5 User logged in
    Mar 31 12:53:36 localhost last message repeated 6 times
    Mar 31 12:57:05 localhost pop3[13393]: auxpropfunc error generic failure
    Mar 31 12:57:05 localhost pop3[13393]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:58:32 localhost ctl_cyrusdb[13404]: checkpointing cyrus databases
    Mar 31 12:58:32 localhost ctl_cyrusdb[13404]: done checkpointing cyrus databases
    Mar 31 13:00:53 localhost imap[13458]: auxpropfunc error generic failure
    Mar 31 13:00:53 localhost imap[13458]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 13:02:04 localhost pop3[13469]: auxpropfunc error generic failure
    Mar 31 13:02:04 localhost pop3[13469]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 13:07:04 localhost pop3[13539]: auxpropfunc error generic failure
    Mar 31 13:07:05 localhost pop3[13539]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 13:08:24 localhost pop3[13558]: auxpropfunc error generic failure
    Mar 31 13:08:24 localhost pop3[13558]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 13:08:40 localhost imap[13586]: auxpropfunc error generic failure
    Mar 31 13:08:40 localhost imap[13586]: login: localhost [::1] slevine CRAM-MD5 User logged in
    Mar 31 13:09:10 localhost last message repeated 3 times
    Mar 31 13:09:57 localhost last message repeated 3 times
    Mar 31 13:10:55 localhost imap[13586]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 13:12:04 localhost pop3[13617]: auxpropfunc error generic failure
    Mar 31 13:12:05 localhost pop3[13617]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 13:12:24 localhost pop3[13617]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 13:15:18 localhost imap[13677]: auxpropfunc error generic failure
    Mar 31 13:15:18 localhost imap[13677]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 13:15:19 localhost last message repeated 2 times
    Mar 31 13:17:05 localhost pop3[13761]: auxpropfunc error generic failure
    Mar 31 13:17:05 localhost pop3[13761]: login: [10.2.1.96] awaisman APOP User logged in
    Here is the watchdog event log -
    2008-03-31 09:55:54 PDT Terminating due to signal.
    2008-03-31 09:55:54 PDT Automatic reboot timer disabled.
    2008-03-31 09:55:54 PDT Reaped child process 380 ("/usr/bin/cyrus/bin/master"); quit with exit status 0.
    2008-03-31 09:55:54 PDT Reaped child process 379 ("/usr/libexec/postfix/master"); quit due to signal 15.
    2008-03-31 09:55:54 PDT Reaped child process 382 ("/usr/sbin/hwmond"); quit due to signal 15.
    2008-03-31 09:55:56 PDT Reaped child process 377 ("/usr/sbin/PasswordService"); quit with exit status 0.
    2008-03-31 09:56:00 PDT Waiting for KILLed child (pid 378)
    2008-03-31 09:56:00 PDT Reaped child process 378 ("/usr/sbin/PrintServiceMonitor"); quit due to signal 9.
    #End-Date: 2008-03-31 09:56:00 PDT
    #Start-Date: 2008-03-31 09:58:28 PDT
    #Fields: date time s-comment
    2008-03-31 09:58:28 PDT Started child "/usr/sbin/PasswordService" as pid 375.
    2008-03-31 09:58:28 PDT Started child "/usr/sbin/PrintServiceMonitor" as pid 376.
    2008-03-31 09:58:28 PDT Started child "/usr/libexec/postfix/master" as pid 377.
    2008-03-31 09:58:28 PDT Started child "/usr/bin/cyrus/bin/master" as pid 378.
    2008-03-31 09:58:28 PDT Started child "/usr/sbin/hwmond" as pid 379.
    2008-03-31 09:58:28 PDT Automatic reboot timer enabled.

  • Getting "connection refused"

    Hi,
    I just started looking at Oracle CEP. I created a simple Helloworld project that uses a built-in Pub-Sub adapter. I am facing the following problems:
    1. I am getting "Connection Refused" when I add/publish the project to Oracle CEP server. I am using port 9102 on Windows XP server.
    2. I am not able to find any decent client example that I can use to access this flow. I tried Dojo Bayeus client example but these are pieces
    here and there and most of them are outdated, can somebody please provide a sample code for Async client?
    3. I tried to create a custom Adapter as servlet instead of using pub-sub but I am not able to find full documnetation on how to deploy a servlet or register
    it in Oracle CEP, I could not find anything on how to do this looking into different OSGi, Spring and Oracle sites.
    Any help is highly appreciated.
    Thanks,
    Firas
    Edited by: kfiras on Mar 8, 2010 5:41 AM
    Edited by: kfiras on Mar 8, 2010 5:46 AM

    Hi Seth,
    It is giving a different error when swiching to 9002:
    <Mar 9, 2010 4:00:15 PM EST> <Notice> <Spring> <BEA-2047001> <The application context "ServletHelloWorld" was shutdown successfully>
    WARNING: [Mar 9, 2010 4:00:15 PM] FrameWorkLogger: Bundle ServletHelloWorld: Warning: org.osgi.framework.BundleException: The bundle class path entry "lib/servlet-api-6.0.14.jar" could not be found for the bundle "file:/E:/oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/ServletHelloWorld/ServletHelloWorld.jar"
    org.osgi.framework.BundleException: The bundle class path entry "lib/servlet-api-6.0.14.jar" could not be found for the bundle "file:/E:/oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/ServletHelloWorld/ServletHelloWorld.jar"
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassPathEntry(ClasspathManager.java:170)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.buildClasspath(ClasspathManager.java:147)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.initialize(ClasspathManager.java:81)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.initialize(DefaultClassLoader.java:267)
         at org.eclipse.osgi.internal.loader.BundleLoader.createBCL(BundleLoader.java:838)
         at org.eclipse.osgi.internal.loader.BundleLoader.createBCLPrevileged(BundleLoader.java:814)
         at org.eclipse.osgi.internal.loader.BundleLoader.createClassLoader(BundleLoader.java:360)
         at org.eclipse.osgi.internal.loader.BundleLoader.getParentClassLoader(BundleLoader.java:340)
         at org.eclipse.osgi.internal.loader.BundleLoader.getResources(BundleLoader.java:711)
         at org.eclipse.osgi.framework.internal.core.BundleHost.getResources(BundleHost.java:286)
         at org.springframework.osgi.util.BundleDelegatingClassLoader.findResources(BundleDelegatingClassLoader.java:137)
         at java.lang.ClassLoader.getResources(ClassLoader.java:1016)
         at org.apache.commons.logging.LogFactory$4.run(LogFactory.java:1317)
         at org.apache.commons.logging.LogFactory.getResources(LogFactory.java:1336)
         at org.apache.commons.logging.LogFactory.getConfigurationFile(LogFactory.java:1398)
         at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:417)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:83)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.<init>(FactoryBeanRegistrySupport.java:41)
         at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:146)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:144)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:155)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.<init>(DefaultListableBeanFactory.java:121)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.createBeanFactory(AbstractRefreshableApplicationContext.java:176)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:121)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$800(AbstractDelegatedExecutionApplicationContext.java:69)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$3.run(AbstractDelegatedExecutionApplicationContext.java:269)
         at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.startRefresh(AbstractDelegatedExecutionApplicationContext.java:247)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:222)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:175)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:175)
         at org.springframework.osgi.extender.internal.activator.ContextLoaderListener$2.run(ContextLoaderListener.java:718)
         at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    WARNING: [Mar 9, 2010 4:00:15 PM] FrameWorkLogger: Bundle ServletHelloWorld: Warning: org.osgi.framework.BundleException: The bundle class path entry "lib/org.osgi.compendium-1.2.0.jar" could not be found for the bundle "file:/E:/oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/ServletHelloWorld/ServletHelloWorld.jar"
    org.osgi.framework.BundleException: The bundle class path entry "lib/org.osgi.compendium-1.2.0.jar" could not be found for the bundle "file:/E:/oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/ServletHelloWorld/ServletHelloWorld.jar"
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassPathEntry(ClasspathManager.java:170)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.buildClasspath(ClasspathManager.java:147)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.initialize(ClasspathManager.java:81)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.initialize(DefaultClassLoader.java:267)
         at org.eclipse.osgi.internal.loader.BundleLoader.createBCL(BundleLoader.java:838)
         at org.eclipse.osgi.internal.loader.BundleLoader.createBCLPrevileged(BundleLoader.java:814)
         at org.eclipse.osgi.internal.loader.BundleLoader.createClassLoader(BundleLoader.java:360)
         at org.eclipse.osgi.internal.loader.BundleLoader.getParentClassLoader(BundleLoader.java:340)
         at org.eclipse.osgi.internal.loader.BundleLoader.getResources(BundleLoader.java:711)
         at org.eclipse.osgi.framework.internal.core.BundleHost.getResources(BundleHost.java:286)
         at org.springframework.osgi.util.BundleDelegatingClassLoader.findResources(BundleDelegatingClassLoader.java:137)
         at java.lang.ClassLoader.getResources(ClassLoader.java:1016)
         at org.apache.commons.logging.LogFactory$4.run(LogFactory.java:1317)
         at org.apache.commons.logging.LogFactory.getResources(LogFactory.java:1336)
         at org.apache.commons.logging.LogFactory.getConfigurationFile(LogFactory.java:1398)
         at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:417)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:83)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.<init>(FactoryBeanRegistrySupport.java:41)
         at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:146)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:144)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:155)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.<init>(DefaultListableBeanFactory.java:121)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.createBeanFactory(AbstractRefreshableApplicationContext.java:176)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:121)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$800(AbstractDelegatedExecutionApplicationContext.java:69)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$3.run(AbstractDelegatedExecutionApplicationContext.java:269)
         at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.startRefresh(AbstractDelegatedExecutionApplicationContext.java:247)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:222)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:175)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:175)
         at org.springframework.osgi.extender.internal.activator.ContextLoaderListener$2.run(ContextLoaderListener.java:718)
         at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    WARNING: [Mar 9, 2010 4:00:15 PM] FrameWorkLogger: Bundle ServletHelloWorld: Warning: org.osgi.framework.BundleException: The bundle class path entry "lib/org.osgi.core-1.0.0.jar" could not be found for the bundle "file:/E:/oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/ServletHelloWorld/ServletHelloWorld.jar"
    org.osgi.framework.BundleException: The bundle class path entry "lib/org.osgi.core-1.0.0.jar" could not be found for the bundle "file:/E:/oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/ServletHelloWorld/ServletHelloWorld.jar"
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassPathEntry(ClasspathManager.java:170)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.buildClasspath(ClasspathManager.java:147)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.initialize(ClasspathManager.java:81)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.initialize(DefaultClassLoader.java:267)
         at org.eclipse.osgi.internal.loader.BundleLoader.createBCL(BundleLoader.java:838)
         at org.eclipse.osgi.internal.loader.BundleLoader.createBCLPrevileged(BundleLoader.java:814)
         at org.eclipse.osgi.internal.loader.BundleLoader.createClassLoader(BundleLoader.java:360)
         at org.eclipse.osgi.internal.loader.BundleLoader.getParentClassLoader(BundleLoader.java:340)
         at org.eclipse.osgi.internal.loader.BundleLoader.getResources(BundleLoader.java:711)
         at org.eclipse.osgi.framework.internal.core.BundleHost.getResources(BundleHost.java:286)
         at org.springframework.osgi.util.BundleDelegatingClassLoader.findResources(BundleDelegatingClassLoader.java:137)
         at java.lang.ClassLoader.getResources(ClassLoader.java:1016)
         at org.apache.commons.logging.LogFactory$4.run(LogFactory.java:1317)
         at org.apache.commons.logging.LogFactory.getResources(LogFactory.java:1336)
         at org.apache.commons.logging.LogFactory.getConfigurationFile(LogFactory.java:1398)
         at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:417)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:83)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.<init>(FactoryBeanRegistrySupport.java:41)
         at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:146)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:144)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:155)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.<init>(DefaultListableBeanFactory.java:121)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.createBeanFactory(AbstractRefreshableApplicationContext.java:176)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:121)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$800(AbstractDelegatedExecutionApplicationContext.java:69)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$3.run(AbstractDelegatedExecutionApplicationContext.java:269)
         at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.startRefresh(AbstractDelegatedExecutionApplicationContext.java:247)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:222)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:175)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:175)
         at org.springframework.osgi.extender.internal.activator.ContextLoaderListener$2.run(ContextLoaderListener.java:718)
         at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <Mar 9, 2010 4:00:16 PM EST> <Notice> <Spring> <BEA-2047000> <The application context for "ServletHelloWorld" was started successfully>
    <Mar 9, 2010 4:00:16 PM EST> <Error> <HTTP Pubsub Server> <BEA-2150002> <No permission on channel operation: User null has no permission to create channel /helloworld>
    <Mar 9, 2010 4:00:16 PM EST> <Error> <PubSubAdapter> <BEA-2041408> <HTTP pub/sub adapter got unsuccessful response to subscribe request from server http://localhost:9002/pubsub: 406:No permission on channel operation: User null has no permission to create channel /helloworld:No permission.>
    <Mar 9, 2010 4:00:16 PM EST> <Warning> <Spring> <BEA-2047006> <Work {0} terminated with exception = commonj.work.WorkException: java.lang.RuntimeException: Error establishing initial connection to http://localhost:9002/pubsub, channel /helloworld
    commonj.work.WorkException: java.lang.RuntimeException: Error establishing initial connection to http://localhost:9002/pubsub, channel /helloworld
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkStatus.setThrowable(CommonjWorkManagerImpl.java:260)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:198)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.lang.RuntimeException: Error establishing initial connection to http://localhost:9002/pubsub, channel /helloworld
         at com.bea.wlevs.adapters.httppubsub.HttpSubAdapter.run(HttpSubAdapter.java:52)
         at com.bea.wlevs.adapters.httppubsub.HttpSubAdapter$$FastClassByCGLIB$$d6027a4e.invoke(<generated>)
         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.wlevs.ede.spi.AbstractStageProxy.invoke(AbstractStageProxy.java:78)
         at com.bea.wlevs.eventstore.recplay.RecordPlayProxy.invoke(RecordPlayProxy.java:227)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.wlevs.ede.spi.AbstractStageProxy.invoke(AbstractStageProxy.java:78)
         at com.bea.wlevs.monitor.internal.MonitoringProxy.invoke(MonitoringProxy.java:165)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
         at com.bea.wlevs.adapters.httppubsub.HttpSubAdapter$$EnhancerByCGLIB$$895c9014.run(<generated>)
         at com.bea.wlevs.spring.RunnableBeanPostProcessor$RunnableWrapper.run(RunnableBeanPostProcessor.java:117)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.io.IOException: Connect request received unsuccessful response from server
         at com.bea.wlevs.adapters.httppubsub.HttpSubAdapter.establishConnection(HttpSubAdapter.java:104)
         at com.bea.wlevs.adapters.httppubsub.HttpSubAdapter.run(HttpSubAdapter.java:49)
         at com.bea.wlevs.adapters.httppubsub.HttpSubAdapter$$FastClassByCGLIB$$d6027a4e.invoke(<generated>)
         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.wlevs.ede.spi.AbstractStageProxy.invoke(AbstractStageProxy.java:78)
         at com.bea.wlevs.eventstore.recplay.RecordPlayProxy.invoke(RecordPlayProxy.java:227)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.wlevs.ede.spi.AbstractStageProxy.invoke(AbstractStageProxy.java:78)
         at com.bea.wlevs.monitor.internal.MonitoringProxy.invoke(MonitoringProxy.java:165)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
         at com.bea.wlevs.adapters.httppubsub.HttpSubAdapter$$EnhancerByCGLIB$$895c9014.run(<generated>)
         at com.bea.wlevs.spring.RunnableBeanPostProcessor$RunnableWrapper.run(RunnableBeanPostProcessor.java:117)
         at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >

  • IOException in sending Request :: Connection refused: connect

    I am using Oracle 10g release 2 windows XP Professional.
    I am trying to shutdwon/startup my database thru Enterprise Management Console. However I get the error message:
    IOException in sending Request :: Connection refused: connect
    The following error message is in the emdctl.trc
    (error = 10061)
    2007-10-30 21:43:45 Thread-2500 WARN http: snmehl_connect: connect failed to (peaches.austin.rr.com:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2007-10-30 21:44:20 Thread-3392 WARN http: snmehl_connect: connect failed to (peaches.austin.rr.com:3938): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2007-10-30 21:45:17 Thread-572 ERROR main: nmectl.c: nmectl_validateTZRegion, agentTZoffset =-300,and testTZoffset for America/Chicago:-360 do not match
    2007-10-30 21:45:18 Thread-572 ERROR main: nmectl.c: nmectl_validateTZRegion, agentTZoffset =-300,and testTZoffset for America/Chicago:-360 do not match
    Can you help me with this problem. Thanks!

    REM Set environment variables ORACLE_HOME and ORACLE_SID in Windows System properties.
    REM Open a Command Prompt window. Enter:
    emctl stop agent
    REM Identify an entry from supportedtzs.lst with an offset that matches the one in emdctl.trc
    REM Edit emd.properties file replacing the agentTZRegion value with the one found in supportedtzs.lst.
    REM For me this meant replacing agentTZRegion=American/Chicago with agentTZRegion=EST5EDT for a -300 offset
    REM From Windows Services control panel, restart OracleDBConsoleorcl.
    emctl start agent

  • 2.1EA2(maybe): Testing connections on startup?

    I am on 2.1EA2 (JDK 1.6.0_16) and as I had debug switched on for looking at something else, I noticed the following log messages for each Basic Service Name based connection:
    FINEST     399     672          Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    <hostname>:<port>:null
    If my connection uses a SID instead of a service name, I don't see anything in the logging. I don't know whether this is actually specific to 2.1EA2 - I simply noticed it for the first time today (even though I have been running 2.1EA2 in debug mode on and off).
    This doesn't apper to cause any problems - I can use the connections fine. I am just wondering whether SQL Developer is testing the connections on startup and whether this contributes to slow start up times.
    theFurryOne

    Hi theFurryOne,
    Existing Thread: TNS-12505 in listener.log when opening SqlDeveloper 2.1 (maybe a bug?)
    Re: TNS-12505 in listener.log when opening SqlDeveloper 2.1 (maybe a bug?)
    There is a ping time to connection facility requiring a login on startup (see thread)
    - however it is hard coded to sid not (also) service name,
    Already Logged
    Bug 9186667 - RC1:TNSPING IS HARDCODED TO SID DOES NOT USE SERVCE NAME
    -Turloch

  • When I try to log in from desktop I get "Connection Refused" message. How do I fix this?

    I tried to activate Mozilla Firefox today using the normal & routine method, clicking on the Firefox Icon.
    Each time I tried I got the same message "Connection Refused".
    I went to the Firefox site and read the message regarding disabling Java, so I opened ADD ONS and Plug Ins and disabled Java.
    Still no change, so I shut down and restarted my computer.
    I keep getting the same Connection Refused message.
    What needs to be done to restore Firefox?

    Another user also reported a problem with the AT&T Yahoo home page in the past few minutes. When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • Connection refused when trying to getOutputStream from https connection

    Hi all !
    I want to make an https connection with a server to send/get the request/response
    What can be the cause of the following error in the following code testHttps.java?
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
    at Test.testHttps.main(testHttps.java:46)
    Exception in thread "main" java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
    at Test.testHttps.main(testHttps.java:51)
    testHttps.java
    package Test;
    import java.io.;
    import java.net.;
    import javax.net.ssl.*;
    public class testHttps {
    public static void main(String args[]) throws Exception {
    //System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
    // Create a trust manager that does not validate certificate chains
    TrustManager[] trustAllCerts = new TrustManager[]{
    new X509TrustManager() {
    public java.security.cert.X509Certificate[] getAcceptedIssuers() {
    return null;
    public void checkClientTrusted(
    java.security.cert.X509Certificate[] certs, String authType) {
    public void checkServerTrusted(
    java.security.cert.X509Certificate[] certs, String authType) {
    // Install the all-trusting trust manager
    try {
    SSLContext sc = SSLContext.getInstance("SSL");
    sc.init(null, trustAllCerts, new java.security.SecureRandom());
    HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
    } catch (Exception e) {
    System.out.println("Error" e);
    // Now you can access an https URL without having the certificate in the truststore
    try {
    URL url = new URL("https://..............");-->//address of the server given here
    URLConnection conn = url.openConnection();
    HttpsURLConnection urlConn = (HttpsURLConnection) conn;
    urlConn.setDoOutput(true);
    OutputStreamWriter wr = null;
    try{
    wr = new OutputStreamWriter(conn.getOutputStream());
    catch(Exception e){
    e.printStackTrace();
    BufferedReader in = new BufferedReader(new InputStreamReader(urlConn.getInputStream()));
    String str;
    while( (str=in.readLine()) != null) {
    System.out.println(str);
    } catch (MalformedURLException e) {
    System.out.println("Error in SLL Connetion" +e);
    HostnameVerifier hv = new HostnameVerifier()
    public boolean verify(String urlHostName, SSLSession session)
    System.out.println("Warning: URL Host: " urlHostName " vs. "
    session.getPeerHost());
    return true;
    want to ignore certificate validation.
    plese help me..
    hi brucechapman, as you suggested me, i posted in Core API- networking forum, now please gimme a solution
    Thanks in advance.

    hi brucechapman,
    ran the NetTest program, got the following exception:
    trigger seeding of SecureRandom
    done seeding SecureRandom
    Exception in thread "main" java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
         at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
         at java.net.URL.openStream(Unknown Source)
         at Test.NetTest.main(NetTest.java:40)
    NetTest.java:40 -- InputStream is = url.openStream(); at this ling throwing exception.
    For the following program, i have added the argument -Djavax.net.ssl.trustStore=cacerts
    i have exported the certificate from IE and added to the keystore.
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.OutputStreamWriter;
    import java.security.Security;
    import javax.net.ssl.SSLSocket;
    import javax.net.ssl.SSLSocketFactory;
    public class Communicator {
    public static void main(String[] args) {
    try {
    int port = 34443;
         String strReq = "xml content ";
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    SSLSocketFactory factory = (SSLSocketFactory) SSLSocketFactory.getDefault();
    SSLSocket socket = (SSLSocket) factory.createSocket("jyoti-win2k8-32", port);
    //Writer out = new OutputStreamWriter(socket.getOutputStream());
    //out.write("GET http://" + "hostname" + "/ HTTP 1.1\r\n");
    // out.write("\r\n");
    //out.write(strReq);
    //out.flush();
    OutputStreamWriter wr = null;
    try{
         wr = new OutputStreamWriter(socket.getOutputStream());
         catch(Exception e){
              e.printStackTrace();
         System.out.println("got output stream");
         try{
         wr.write(strReq);
         //System.out.println("response code : "+conn.getResponseCode());
         System.out.println("written");
         wr.flush();
         catch(IOException e){
              e.printStackTrace();
    InputStreamReader is = new InputStreamReader(socket.getInputStream(),"UTF8") ;
         BufferedReader rd = new BufferedReader(is);
         String line;int count=0;
         System.out.println("rd "+rd);
         while ((line = rd.readLine()) != null) {
              System.out.println("line "+line );
              System.out.println(count++);
              // Process line...
         System.out.println(count);
    rd.close();
    BufferedReader in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    int c;
    while ((c = in.read()) != -1) {
    System.out.write(c);
    //out.close();
    in.close();
    socket.close();
    } catch(IOException ex) {
    ex.printStackTrace();
    Exception :
    javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
         at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(Unknown Source)
         at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source)
         at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
         at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
         at sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
         at sun.nio.cs.StreamEncoder.flush(Unknown Source)
         at java.io.OutputStreamWriter.flush(Unknown Source)
         at Test.Communicator.main(Communicator.java:55)
    Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
         at sun.security.validator.PKIXValidator.<init>(Unknown Source)
         at sun.security.validator.Validator.getInstance(Unknown Source)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.getValidator(Unknown Source)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(Unknown Source)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source)
         ... 7 more
    Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
         at java.security.cert.PKIXParameters.setTrustAnchors(Unknown Source)
         at java.security.cert.PKIXParameters.<init>(Unknown Source)
         at java.security.cert.PKIXBuilderParameters.<init>(Unknown Source)
         ... 19 more
    java.net.SocketException: Socket is closed
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.getInputStream(Unknown Source)
         at Test.Communicator.main(Communicator.java:66)
    please help me and provide me suggestion/solution. how to get rid off this trustanchor paramater exception
    what is it actualy?
    Thanks in advance.

  • Problems with SSH: Connection Refused

    Greetings fellow Arch users,
    I have hit a bit of a snag that I could really use some extra help getting around. I've tried everything I can think of (and everything that Google thought might work) and I have my back rather against a wall, so I thought I'd come here to see if anyone can offer some advice.
    To make a long story short, I am a college student and am attempting to set up an ssh server on a desktop at my house so I can access it remotely from the college. I have the computer set up and the server running, however I am having difficulty making connections to it from my laptop. I know that the server is running, because I can log into it both from the server itself (sshing into local host) and from my laptop when I use the internal IP address.
    The server is on a static IP address within the network(192.168.0.75), and my router is configured to forward TCP port 1500 to it (I'm using 1500 as the port for my ssh server). However, when I attempt to log into the ssh server using my network's external IP address, the connection is refused. I used nmap to scan my network and found that, even though the proper ports are forwarded to the proper place as far as my Router's configuration interface is concerned, port 1500 is not listed as one of the open TCP ports. I also, to test it, temporarily disabled the firewalls on both the server and the client. That didn't help. The command that I am running is:
    ssh -p 1500 douglas@[external ip address
    As I am really not sure what is causing this problem, I don't know what information to provide. So here is everything that my inexperienced mind sees as likely being important. If you need anything more, let me know and I will do my best to provide it.
    Here is the sshd_config file from my server.
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options override the
    # default value.
    Port 1500
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # The default requires explicit activation of protocol 1
    #Protocol 2
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    #HostKey /etc/ssh/ssh_host_ecdsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 1024
    # Ciphers and keying
    #RekeyLimit default none
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin no
    #StrictModes yes
    #MaxAuthTries 6
    #MaxSessions 10
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
    # but this is overridden so installations will only check .ssh/authorized_keys
    AuthorizedKeysFile .ssh/authorized_keys
    #AuthorizedPrincipalsFile none
    #AuthorizedKeysCommand none
    #AuthorizedKeysCommandUser nobody
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    # Change to no to disable s/key passwords
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    #GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication and
    # PasswordAuthentication. Depending on your PAM configuration,
    # PAM authentication via ChallengeResponseAuthentication may bypass
    # the setting of "PermitRootLogin without-password".
    # If you just want the PAM account and session checks to run without
    # PAM authentication, then enable this but set PasswordAuthentication
    # and ChallengeResponseAuthentication to 'no'.
    UsePAM yes
    #AllowAgentForwarding yes
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    PrintMotd no # pam does that
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    UsePrivilegeSeparation sandbox # Default for new installations.
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #UseDNS yes
    #PidFile /run/sshd.pid
    #MaxStartups 10:30:100
    #PermitTunnel no
    #ChrootDirectory none
    #VersionAddendum none
    # no default banner path
    #Banner none
    # override default of no subsystems
    Subsystem sftp /usr/lib/ssh/sftp-server
    # Example of overriding settings on a per-user basis
    #Match User anoncvs
    # X11Forwarding no
    # AllowTcpForwarding no
    # ForceCommand cvs server
    The ouptut of ip addr when run on the server:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp8s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:21:9b:3a:be:94 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.75/24 brd 192.168.255.0 scope global enp8s0
    valid_lft forever preferred_lft forever
    inet6 fe80::221:9bff:fe3a:be94/64 scope link
    valid_lft forever preferred_lft forever
    Here is the output from running nmap on the network:
    Starting Nmap 6.40 ( http://nmap.org ) at 2013-09-28 21:05 EDT
    Initiating Ping Scan at 21:05
    Scanning address [2 ports]
    Completed Ping Scan at 21:05, 0.01s elapsed (1 total hosts)
    Initiating Parallel DNS resolution of 1 host. at 21:05
    Completed Parallel DNS resolution of 1 host. at 21:05, 0.05s elapsed
    Initiating Connect Scan at 21:05
    Scanning pa-addresss.dhcp.embarqhsd.net (address) [1000 ports]
    Discovered open port 80/tcp on address
    Discovered open port 443/tcp on address
    Discovered open port 23/tcp on address
    Discovered open port 21/tcp on address
    Completed Connect Scan at 21:05, 4.08s elapsed (1000 total ports)
    Nmap scan report for pa-address.dhcp.embarqhsd.net (address)
    Host is up (0.036s latency).
    Not shown: 995 closed ports
    PORT STATE SERVICE
    21/tcp open ftp
    23/tcp open telnet
    80/tcp open http
    443/tcp open https
    8080/tcp filtered http-proxy
    Read data files from: /usr/bin/../share/nmap
    Nmap done: 1 IP address (1 host up) scanned in 4.19 seconds
    Here is the ssh_config client-side:
    # $OpenBSD: ssh_config,v 1.27 2013/05/16 02:00:34 dtucker Exp $
    # This is the ssh client system-wide configuration file. See
    # ssh_config(5) for more information. This file provides defaults for
    # users, and the values can be changed in per-user configuration files
    # or on the command line.
    # Configuration data is parsed as follows:
    # 1. command line options
    # 2. user-specific file
    # 3. system-wide file
    # Any configuration value is only changed the first time it is set.
    # Thus, host-specific definitions should be at the beginning of the
    # configuration file, and defaults at the end.
    # Site-wide defaults for some commonly used options. For a comprehensive
    # list of available options, their meanings and defaults, please see the
    # ssh_config(5) man page.
    # Host *
    # ForwardAgent no
    # ForwardX11 no
    # RhostsRSAAuthentication no
    # RSAAuthentication yes
    # PasswordAuthentication yes
    # HostbasedAuthentication no
    # GSSAPIAuthentication no
    # GSSAPIDelegateCredentials no
    # BatchMode no
    # CheckHostIP yes
    # AddressFamily any
    # ConnectTimeout 0
    # StrictHostKeyChecking ask
    # IdentityFile ~/.ssh/identity
    # IdentityFile ~/.ssh/id_rsa
    # IdentityFile ~/.ssh/id_dsa
    # Port 22
    Protocol 2
    # Cipher 3des
    # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
    # MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160
    # EscapeChar ~
    # Tunnel no
    # TunnelDevice any:any
    # PermitLocalCommand no
    # VisualHostKey no
    # ProxyCommand ssh -q -W %h:%p gateway.example.com
    # RekeyLimit 1G 1h
    Output of ssh -v during connection attempt:
    OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
    debug1: Reading configuration data /home/douglas/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to address [address] port 1500.
    debug1: connect to address address port 1500: Connection refused
    ssh: connect to host address port 1500: Connection refused
    Thank you guys ahead of time. Getting this server operational is hardly critical, it is just a side project of mine, but I would really like to see it working.
    Douglas Bahr Rumbaugh
    Last edited by douglasr (2013-09-29 02:58:56)

    Okay, so I finally have the opportunity to try and log in from a remote network. And. . .  it doesn't work. Which is just my luck because I now need to wait an entire week, at least, before I can touch the server again. Anyway, running ssh with the maximum verbosity I get this output:
    douglas ~ $ ssh -vvv -p 2000 address
    OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
    debug1: Reading configuration data /home/douglas/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to address [address] port 2000.
    debug1: connect to address address port 2000: Connection timed out
    ssh: connect to host address port 2000: Connection timed out
    It takes a minute or two for the command to finish with the connection timeout, as one would expect. And yes, I am reasonably sure that the address that I am using is my home network's external IP. It is dynamic, but I checked it before I left which was just over an hour ago. I guess that it may have changed. I'll know that for sure in the morning, when my server sends me an automatic email with the network's current address. In the meantime I am operating under the assumption that the address I am using is correct. What else could be the problem?

  • Error while deploying module with iasdeploy : Exception while createXmlDocument() : connection refused

    Hi to you all,
    I work with iAS 6.0 sp2 on Solaris.
    For 1 day, I get that exception when trying to deploy or remove my modules (servlets + JSP) with the iasdeploy tool :
    Exception while createXmlDocument()
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native method)
    at com.netscape.server.deployment.WebbAppReg.run(compiled code)
    at com.netscape.server.deployment.WebbAppReg.main(Unknown source)
    The war archive is put in the JAR directory, unpacked in the APPS/modules directory, but the servlets of the module have the null GUID in the registry ({000000 000000 000000}. And so, I have the GX error when trying to invoke them.
    What appends ? Is it a iAS process which is unable ?
    Please help !
    Paul-Emile

    I think you have not put the xml files in the war file.
    You need to put them under WEB-INF/ directory. Manually generate the guids using kguidgen script and try to deploy the war module. It should work fine. If it doesnot work please send me the file. So that I can further investigate and find out where exactly the problem is.Other wise you can use the deploytool.
    Please let me know if this works fine.
    Thanks for visiting our web forum.

Maybe you are looking for

  • Syntax error in For Loop statement

    Hello Normally my FOR staements have not been a problem as only access one table. I the example below I am accessing three table and therefore I get a Syntax error. I only wish to select the "Product" recored but need the other table to enable the se

  • Defaults for 'Print with comments summary'

    Hi, I'm working in Acrobat Pro 7, and often need to use "Print with comments summary". This always launches with paper size set to "letter" and layout set to "Document and comments with sequence numbers on separate pages". But I always want "A4" and

  • Problems with Web Printing in BW 3.5

    Hi, to all, I am here again to see if some it can help me!!!. I have a problem with the impression in Web of the BW information, when printing the data and I´m going to advance in scroll, and you prints for example for the second page the data that a

  • MSI VOX Poor picture quality / stability

    I have just bought a MSI VOX and after downloading the new drivers to get it to work on XP SP2 I an experiencing a few problems. The picture quality is not very good and the viewing area keeps flashing pink / purple. I have tried altering all the set

  • Simple request (hopefully) on VPN'ing

    Hi All, I do quite a lot of traveling in my job and I carry around my MBA running latest version of Leopard. Quite often I need to access my 24" iMac 2.8GHz at home for various files and would like to set up a VPN arrangement to do it. My wireless ro