View Single Post
  #10 (permalink)  
Old 01-19-2006, 02:35 PM
Isi Isi is offline
Intermediate Member
 
Posts: 16
Default Found a possible culprit...

Zimbra Team,

I am still getting this error:
"An unknown application error has occurred. Please correct any errors and retry. If the problem persists, please contact your System Aministrator. (INVALID_PDU)"
but i think i know why.

I run my server on port 8080 and not the default of 80. To do this I modify a couple of files as suggested else where in the forum and as noted in my post above.

It seems though that after I modify these and start the zimbra service the files are modified back including the ports being changed.

Is this normal procedure? If so why? If not how can i fix it?

Here is a transcript of the process I am taking so you can see exactly what I am doing and exactly what happens (so that you see i am not crazy).

Code:
[root@abbadon ~]# service zimbra stop
Host abbadon.ibancsolutions.com
        Stopping antispam...Done
        Stopping antivirus...Done
        Stopping ldap...Done
        Stopping logger...Done
        Stopping mailbox...Done
        Stopping mta...Done
        Stopping snmp...Done
        Stopping spell...Done

[root@abbadon ~]# vi /opt/zimbra/jakarta-tomcat-5.5.7/conf/server.xml

[root@abbadon ~]# egrep '(80|443)' /opt/zimbra/jakarta-tomcat-5.5.7/conf/server.xml
    <Connector port="8080"
        enableLookups="false" redirectPort="443"
    <Connector port="8443"

[root@abbadon ~]# vi /opt/zimbra/jakarta-tomcat-5.5.7/webapps/service/WEB-INF/web.xml 

[root@abbadon ~]# egrep '(80|443)' /opt/zimbra/jakarta-tomcat-5.5.7/webapps/service/WEB-INF/web.xml 
      <param-value>8080, 8443, 7070, 7443</param-value>
      <param-value>8080, 8443, 7070, 7443, 7071</param-value>
      <param-value>8080, 8443, 7070, 7443, 7071</param-value>
      <param-value>8080, 8443, 7070, 7443, 7071</param-value>
      <param-value>8080, 8443, 7070, 7443, 7071</param-value>
      <param-value>8080, 8443, 7070, 7443, 7071</param-value>
      <param-value>8080, 8443, 7070</param-value>
      <param-value>8080, 8443, 7070, 7443, 7071</param-value>

[root@abbadon ~]# service zimbra start
Host abbadon.ibancsolutions.com
        Starting ldap...Done.
        Starting antispam...Done.
        Starting antivirus...Done.
        Starting logger...Done.
        Starting mailbox...Done.
        Starting mta...Done.
        Starting snmp...Done.
        Starting spell...Done.

[root@abbadon ~]# egrep '(80|443)' /opt/zimbra/jakarta-tomcat-5.5.7/conf/server.xml
<Server port="8005" shutdown="SHUTDOWN">
    <Connector port="80"
        enableLookups="false" redirectPort="443"
    <Connector port="443"

[root@abbadon ~]# egrep '(80|443)' /opt/zimbra/jakarta-tomcat-5.5.7/webapps/service/WEB-INF/web.xml 
      <param-value>80, 443, 7070, 7443</param-value>
      <param-value>80, 443, 7070, 7443, 7071</param-value>
      <param-value>80, 443, 7070, 7443, 7071</param-value>
      <param-value>80, 443, 7070, 7443, 7071</param-value>
      <param-value>80, 443, 7070, 7443, 7071</param-value>
      <param-value>80, 443, 7070, 7443, 7071</param-value>
      <param-value>80, 443, 7070</param-value>
      <param-value>80, 443, 7070, 7443, 7071</param-value>
Any feedback or advice is greatly appreciated.

-- Isi
Reply With Quote