Search found 54 matches

by marinew
Sun Jun 17, 2012 12:56 pm
Forum: Administrators
Topic: Injection an java agent into Zimbra - JVM Option -agentpath
Replies: 5
Views: 1496

Injection an java agent into Zimbra - JVM Option -agentpath

Hello,
I have the same need, ans the same problem with "javaagent" option.

So, if it is a design decision, what is the workaround ? How is it possible to monitore mailbox java code, in order to analyse performance problems ?
Thanks

Marine
by marinew
Fri Jun 15, 2012 4:41 pm
Forum: Administrators
Topic: GetMiniCalRequest Slowness
Replies: 2
Views: 826

GetMiniCalRequest Slowness

I activated logs : zimbra@serveur:~/log$ zmprov getAccountLoggers zimbra.dbconn=debug zimbra.webclient=debug zimbra.sqltrace=debug zimbra.perf=debug zimbra.soap=debug zimbra.calendar=debug Then I clicked on week change button in web client, and I looked at logs in /opt/zimbra/log/mailbox.log (see at...
by marinew
Fri Jun 15, 2012 3:01 pm
Forum: Administrators
Topic: GetMiniCalRequest Slowness
Replies: 2
Views: 826

GetMiniCalRequest Slowness

We noticed that navigating through weeks on large calendars is slower than on smaller calendars, which is logical. But I was wondering : we have a very large amount of appointments in these calendars, as zimbra is used to manage schedule of a medical officine (up to 50 or 60 appointments per day and...
by marinew
Tue Jun 12, 2012 6:06 pm
Forum: Administrators
Topic: GetMiniCalRequest Slowness
Replies: 2
Views: 826

GetMiniCalRequest Slowness

Hello, In calendar view, when I'm paginating through weeks, after a time, it becomes very slow. After analyzing requests with Firebug "Network" tab, I see that it's "GetMiniCalRequest" requests that are very long (about 10 seconds), whereas "SearchRequest" is quite fast...
by marinew
Wed Oct 08, 2008 8:29 am
Forum: Developers
Topic: Zimbra Calendar integration in third party application
Replies: 27
Views: 4504

Zimbra Calendar integration in third party application

Here is my ResponseParser.parseAppointment() method. But you may also look at nbobfin post that seems to be a better method (I didn't try it). public class ResponseParser { private final static Log log = LogFactory.getLog(ResponseParser.class); /** * Construction d'un objet Appointment à partir d...
by marinew
Wed Oct 08, 2008 4:42 am
Forum: Developers
Topic: Zimbra Calendar integration in third party application
Replies: 27
Views: 4504

Zimbra Calendar integration in third party application

To eheb : je suis dans le Sud Finistère, au bout du monde ;) To gambo : SOAP doc about appointments is in "soap-calendar.txt" file. Here is my "Appointment" class : public class Appointment { private String id; private String inviteId; private Date dateHeureDebut; private Date...
by marinew
Wed Oct 08, 2008 4:03 am
Forum: Developers
Topic: Zimbra Calendar integration in third party application
Replies: 27
Views: 4504

Zimbra Calendar integration in third party application

Hi eheb, Yes, you'll first have to install ZCS on a server, and make sure that it works correctly. Then, in your J2EE app, in Eclipse for example, you'll have to add some of the Zimbra libraries in the project that will communicate with Zimbra through webservices. Personally, I included the followin...
by marinew
Mon Jul 21, 2008 2:06 am
Forum: Developers
Topic: Zimbra Calendar integration in third party application
Replies: 27
Views: 4504

Zimbra Calendar integration in third party application

Hi Shikha Sood,

The SOAP port is the same as the Web console : 80


Klug : Yes, I had not noticed that ! :)
by marinew
Tue Jul 08, 2008 12:45 pm
Forum: Users
Topic: Display 2 calendars with REST Url
Replies: 0
Views: 393

Display 2 calendars with REST Url

Hi, I would like to display 2 or more calendars in HTML format, using REST Url such as : http://zimbraServer/home/joe/Calendar.html> I have looked at "ZimbraServer/docs/rest.txt" doc, and there seems to be lots of parameters that could do what I want, but I can't get it working. I tried (Z...
by marinew
Tue Jul 08, 2008 11:30 am
Forum: Administrators
Topic: Calendar agreggation
Replies: 5
Views: 913

Calendar agreggation

[quote user="jholder"]The problem with this method is that there is no auto-update, so that's why you should file an enhancement ;)[/QUOTE] It was quite a long time ago, but I finally file this enhancement, as I now meet the same problem with REST Url for Calendar HTML view : we can see on...