Open Exchange Tomcat issue

View: New views
4 Messages — Rating Filter:   Alert me  

Open Exchange Tomcat issue

by Christian Pfeiffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi subscribers out there...

I have some issues with my currently installed Open XChange version
0.8.2 and the Outlook Oxtender.
I always get these inside my tomcat.log:

2007-09-13 17:12:09 StandardContext[/servlet]calendar: STATUS:
java.lang.NullPointerException: (500)
2007-09-13 17:12:22 StandardContext[/servlet]calendar: ERROR:
com.openexchange.api.OXException: java.lang.NullPointerException
2007-09-13 17:12:22 StandardContext[/servlet]calendar: STATUS:
java.lang.NullPointerException: (500)
2007-09-13 17:12:24 StandardContext[/servlet]calendar: ERROR:
com.openexchange.api.OXException: java.lang.NullPointerException

and sometimes also a (409) object not found

if I try to syncronize with the oxtender, beside that the thing isnt
syncronizing any more.
The database is clean for this user, so I want to syncronize from my
local backup.

Would be nice if someone could help me a bit, or just tell me which
screws I have to change, in order to get it run.
I also tried to restart Tomcat,Apache, OpenXchange, and Postgresql-DB
without success. By the way I'm using OXtender 4.2.19

Thanks in advance
Chris.



_______________________________________________
General mailing list
General@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/general

Re: Open Exchange Tomcat issue

by Christian Pfeiffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Short appendix: if I want to remove a user manually from the database
(Postgres) which tables I have to affect, the error occurs after
deleting the prg_contacts table for that specific user. The query was
something like: Delete from prg_dates where created_from='username';

Thanks in advance
Chris.

Christian Pfeiffer schrieb:

> Hi subscribers out there...
>
> I have some issues with my currently installed Open XChange version
> 0.8.2 and the Outlook Oxtender.
> I always get these inside my tomcat.log:
>
> 2007-09-13 17:12:09 StandardContext[/servlet]calendar: STATUS:
> java.lang.NullPointerException: (500)
> 2007-09-13 17:12:22 StandardContext[/servlet]calendar: ERROR:
> com.openexchange.api.OXException: java.lang.NullPointerException
> 2007-09-13 17:12:22 StandardContext[/servlet]calendar: STATUS:
> java.lang.NullPointerException: (500)
> 2007-09-13 17:12:24 StandardContext[/servlet]calendar: ERROR:
> com.openexchange.api.OXException: java.lang.NullPointerException
>
> and sometimes also a (409) object not found
>
> if I try to syncronize with the oxtender, beside that the thing isnt
> syncronizing any more.
> The database is clean for this user, so I want to syncronize from my
> local backup.
>
> Would be nice if someone could help me a bit, or just tell me which
> screws I have to change, in order to get it run.
> I also tried to restart Tomcat,Apache, OpenXchange, and Postgresql-DB
> without success. By the way I'm using OXtender 4.2.19
>
> Thanks in advance
> Chris.
>
>
>
> _______________________________________________
> General mailing list
> General@...
> http://www.open-xchange.org/cgi-bin/mailman/listinfo/general

--

Christian Pfeiffer
*Kaasa solution GmbH*
- Taito European Liaison Office -
Zollhof 13
40221 Düsseldorf
Germany


tel: +49(0)211 730635-33
fax: +49(0)211 730635-77
email: cpfeiffer@...


http://www.kaasa.com

 

Kaasa solution GmbH, Zollhof 13, 40221 Düsseldorf

Amtsgericht Düsseldorf HRB 44769

Steuer Nr. 106/5715/2594

UST-ID-Nr. DE206247611

Geschäftsführer: Nico Kaartinen, Ulrich Schulze Althoff, Stefano Cazzulani

Deutsche Bank, Düsseldorf, Konto-Nr. 4342408 (BLZ 300 700 24)


_______________________________________________
General mailing list
General@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/general

Re: Open Exchange Tomcat issue

by J. W. Ulbts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Christian!

Christian Pfeiffer schrieb:
> Short appendix: if I want to remove a user manually from the database
> (Postgres) which tables I have to affect, the error occurs after
> deleting the prg_contacts table for that specific user. The query was
> something like: Delete from prg_dates where created_from='username';

If you delete dates in OX they are moved to "del_dates".
If you just delete them this is not done. Maybe that's part of the problem.

Kind regards,
Juergen Ulbts

_______________________________________________
General mailing list
General@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/general

Re: Open Exchange Tomcat issue

by Christian Pfeiffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Juergen,

you were right but unfortunatly that doesnt solve my problem,so far I
did the following: delete the appointments from prg_dates, and also the
belonging tables like prg_dates_members, prg_date_rights,
prg_date_notification and now from the del_dates.

I also removed the user via the deleteuser_ox script which comes with
the openxchange, and recreated the user via adduser_ox, and run the
OX-Cleaner before I tried to syncronize again, but without success in
the tomcat log I recieve:

/2007-09-14 11:45:39 StandardContext[/servlet]calendar: STATUS: object
not found: (409)/

Inside the webmail log I noticed the following after each restart, but I
think this error belongs to something else?

/        at
com.openexchange.thread.ComfireThread.run(ComfireThread.java:156)
        at java.lang.Thread.run(Thread.java:534)
java.lang.NullPointerException
        at
com.openexchange.webmail.Management.onAfterNASGetObject(Management.java:655)
        at com.openexchange.webmail.MDT.onAfterNASGetObject(MDT.java:69)
        at
com.openexchange.thread.ComfireThread.fillVars(ComfireThread.java:687)
        at
com.openexchange.thread.ComfireThread.checkVars(ComfireThread.java:618)
        at
com.openexchange.thread.ComfireThread.validateSession(ComfireThread.java:582)
        at com.openexchange.thread.ComfireThread.run(ComfireThread.java:156)
        at java.lang.Thread.run(Thread.java:534)

/It would be nice if anyone has an idea how to solve this issue, cause I
already spent two days on this issue. Answers could be also in German.
Thanks in advance
Christian.


JU schrieb:

> Hello Christian!
>
> Christian Pfeiffer schrieb:
>  
>> Short appendix: if I want to remove a user manually from the database
>> (Postgres) which tables I have to affect, the error occurs after
>> deleting the prg_contacts table for that specific user. The query was
>> something like: Delete from prg_dates where created_from='username';
>>    
>
> If you delete dates in OX they are moved to "del_dates".
> If you just delete them this is not done. Maybe that's part of the problem.
>
> Kind regards,
> Juergen Ulbts
>
> _______________________________________________
> General mailing list
> General@...
> http://www.open-xchange.org/cgi-bin/mailman/listinfo/general
>  



_______________________________________________
General mailing list
General@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/general