Integrating calendar server with messaging server

hi all,
i have installed messaging server but am not able to bind messaging server and calendar server together.the calendar server does not start with ./start-cal command.i am attaching the ics.conf file below.
!!!! ics.conf Parameter Specification: You can have three kinds of records
!!!! #1) Uncommented Key: Starts with alphabet [a-z] and in the form a="b"
!!!! #2) Commented key: Start with !!<alphabet> OR !![a-z]
!!!! And in the form !!a="b" (min 7 chars length)
!!!! #3) Commented Lines: Starts with ! But not with !![a-z]
!!!! #4) Records other than types #1, #2, #3 will be ignored or won't be
!!!! processed e.g. blank lines, lines starting with non-alphabets etc..
!!!! All these parameters are SINGLE valued
!!!! Imaginary Domain Names siroe.com, varrius.com, florizel.com, and sesta.com
!!!! are used in the examples below.
! Description sent with insufficient disk space messages.
alarm.diskstat.msgalarmdescription = "percentage calendar partition diskspace available"
! Number of seconds between monitoring disk space.
alarm.diskstat.msgalarmstatinterval = "3600"
! Percentage of available disk space that triggers sending a warning message.
alarm.diskstat.msgalarmthreshold = "10"
! Whether alarm.diskavail.msgalarmthreshold is above or below percentage. -1 is below and 1 would be above.
alarm.diskstat.msgalarmthresholddirection = "-1"
! Number of hours between sending warning messages about insufficient disk space sent out.
alarm.diskstat.msgalarmwarninginterval = "24"
! Specifies the SMTP host for server alarms.
alarm.msgalarmnoticehost = "sonlinux.bg2iop.com"
! Specifies the SMTP port for server alarms.
alarm.msgalarmnoticeport = "25"
! Who are server alarms sent to?
alarm.msgalarmnoticercpt = "[email protected]"
! When server alarms are sent, who is the sender?
alarm.msgalarmnoticesender = "[email protected]"
! Default is "From: %s\nTo: %s\nSubject: ALARM: %s of \"%s\" is %u\n\n%s\n"
alarm.msgalarmnoticetemplate = ""
! Description sent with no service response messages.
alarm.responsestat.msgalarmdescription = "calendar service not responding"
! Number of seconds between monitoring services.
alarm.responsestat.msgalarmstatinterval = "3600"
! Only trigger sending a warning message if no service response.
alarm.responsestat.msgalarmthreshold = "100"
! Whether alarm.responsestat.msgalarmthreshold is above or below percentage. -1 is below and 1 would be above.
alarm.responsestat.msgalarmthresholddirection = "-1"
! Number of hours between sending warning messages about no service response sent out.
alarm.responsestat.msgalarmwarninginterval = "24"
! Enable (yes) or Disable (no) browser cache for performance reasons.
browser.cache.enable = "no"
! Retry time in seconds after a recoverable alarm delivery error.
caldb.berkeleydb.alarmretrytime = "300"
caldb.berkeleydb.archive.enable = "0"
! Interval between hotbackup or archivebackup in seconds
caldb.berkeleydb.archive.interval = "120"
! Maximum number of days of archivebackup
caldb.berkeleydb.archive.maxdays = "6"
! Minimum number of days of archivebackup
caldb.berkeleydb.archive.mindays = "3"
caldb.berkeleydb.archive.path = "/var/opt/sun/calendar/csdb/archive"
! Percentage threshold of allowable disk space usage
caldb.berkeleydb.archive.threshold = "70"
! Seconds between checkpointing.
caldb.berkeleydb.checkpointinterval = "60"
! Remove checkpoint files after synchronized? (yes/no)
caldb.berkeleydb.circularlogging = "yes"
! Milliseconds between checking database deadlocks.
caldb.berkeleydb.deadlockinterval = "100"
! Enable more advanced notifications - replyevent/refreshevent/replytodo/refreshtodo considered
! as advanced topics. By default, all these notifications will be published to
! modifyevent and modifytodo respectively. If it is enabled modifyevent will get only
! organizer updates to components and attendees replies and the refreshes triggered by replies
! to components will be published to the respective topics. (yes/no)
caldb.berkeleydb.ensmsg.advancedtopics = "no"
! Create an ENS message when a calendar is created? (yes/no)
caldb.berkeleydb.ensmsg.createcal = "no"
! Create an ENS message when an event is created? (yes/no)
caldb.berkeleydb.ensmsg.createevent = "no"
! Create an ENS message when a task is created? (yes/no)
caldb.berkeleydb.ensmsg.createtodo = "no"
! Create an ENS message when a calendar is deleted? (yes/no)
caldb.berkeleydb.ensmsg.deletecal = "no"
! Create an ENS message when an event is deleted? (yes/no)
caldb.berkeleydb.ensmsg.deleteevent = "no"
! Create an ENS message when a task is deleted? (yes/no)
caldb.berkeleydb.ensmsg.deletetodo = "no"
! Create an ENS message when a calendar is modified? (yes/no)
caldb.berkeleydb.ensmsg.modifycal = "no"
! Create an ENS message when an event is modified? (yes/no)
caldb.berkeleydb.ensmsg.modifyevent = "no"
! Create an ENS message when a task is modified? (yes/no)
caldb.berkeleydb.ensmsg.modifytodo = "no"
! Initial size of the in-memory Event Notification Server message queue. This queue stores all ENS messages other than alarm reminders.
caldb.berkeleydb.ensmsg.qsize = "10000"
! Create an ENS message when an event is refreshed? (yes/no)
caldb.berkeleydb.ensmsg.refreshevent = "no"
! Create an ENS message when a task is refreshed? (yes/no)
caldb.berkeleydb.ensmsg.refreshtodo = "no"
! Create an ENS message when an event is replied? (yes/no)
caldb.berkeleydb.ensmsg.replyevent = "no"
! Create an ENS message when a task is replied? (yes/no)
caldb.berkeleydb.ensmsg.replytodo = "no"
! Create an ENS message when a scheduling request written to the calendar is deleted? (yes/no)
caldb.berkeleydb.ensmsg.schedreq = "no"
! Physical path location of database event, task, and alarm files.
caldb.berkeleydb.homedir.path = "/var/opt/sun/calendar/csdb"
caldb.berkeleydb.hotbackup.enable = "0"
! Maximum number of days of hotbackup
caldb.berkeleydb.hotbackup.maxdays = "6"
! Path for archivebackup
!caldb.berkeleydb.archive.path
! Path for hobackup
!caldb.berkeleydb.hotbackup.path
! Enable/disable of archivebackup feature, yes/no
!caldb.berkeleydb.archive.enable
! Enable/disable of hotbackup feature, yes/no
!caldb.berkeleydb.hotbackup.enable
! Minimum number of days of hotbackup
caldb.berkeleydb.hotbackup.mindays = "3"
caldb.berkeleydb.hotbackup.path = "/var/opt/sun/calendar/csdb/hotbackup"
! Percentage threshold of allowable disk space usage
caldb.berkeleydb.hotbackup.threshold = "70"
! Max megabytes of checkpoint file.
caldb.berkeleydb.logfilesizemb = "10"
! Max threads of database.
caldb.berkeleydb.maxthreads = "10000"
! Megabytes of shared memory.
caldb.berkeleydb.mempoolsizemb = "4"
! Time before which to purge deletelog
caldb.berkeleydb.purge.deletelog.beforetime = "86400"
! Time interval between auto purge of deletelog
caldb.berkeleydb.purge.deletelog.interval = "86400"
! If "yes", open the database in readonly mode
caldb.berkeleydb.readonly = "no"
! Email of calendar database administrator.
caldb.calmaster = "[email protected]"
! Seconds between checkpointing.
caldb.cld.cache.checkpointinterval = "60"
! Remove checkpoint files after synchronized? (yes/no)
caldb.cld.cache.circularlogging = "yes"
!service.calendarsearch.ldap.primaryownersearchfilter = "(&(|(uid=*%s*)(cn=*%s*))(objectclass=icsCalendarUser))"
! Enables ("yes") or disables ("no") cld db cache
caldb.cld.cache.enable = "yes"
! Physical path location of cache database
caldb.cld.cache.homedir.path = "/var/opt/sun/calendar/csdb/cld_cache"
! Max megabytes of checkpoint file.
caldb.cld.cache.logfilesizemb = "10"
! Max threads of database.
caldb.cld.cache.maxthreads = "1000"
! Megabytes of shared memory.
caldb.cld.cache.mempoolsizemb = "4"
! Type of Calendar Lookup Database plugin to use ("local" "algorithmic" or "directory").
caldb.cld.type = "local"
! Count data base statistics? (yes/no)
caldb.counters = "yes"
! Maximum number of calendars with counters.
caldb.counters.maxinstances = "100"
! Maximum number of backlogged requests before the server obtains a new network connection.
caldb.dwp.connthreshold = "1"
! Initial number of connections for DWP client to make to each DWP host.
caldb.dwp.initconns = "2"
! Initial number of threads for handling DWP requests.
caldb.dwp.initthreads = "2"
! Maximum number of connections allowed to a DWP server.
caldb.dwp.maxcons = "1000"
! Maximum number of threads to service HTTP requests in csdwpd.
caldb.dwp.maxthreads = "1000"
! Specifies if the server performs MD5 hash checking of all DWP requests.
caldb.dwp.md5 = "n"
! IP address of a specified DWP server.
!!caldb.dwp.server.[hostname.xyz.com].ip = "a.b.c.d"
! Port number of a specified DWP server (Algorithmic CLD only).
!!caldb.dwp.server.[hostname.xyz.com].port = "59779"
! Default DWP server (LDAP CLD only), used if user's icsDWPhost value does not exist.
!!caldb.dwp.server.default = "hostname.xyz.com"
! Stack size for DWP threads.
caldb.dwp.stacksize = "65536"
! Process alarms on the alarm queue -- that is, store them in the alarm queue when an event/todo is saved
caldb.serveralarms = "1"
! Timeout for contacting ENS. If no response, we assume ENS is not running
caldb.serveralarms.acktimeout = "30"
! Dispatch -- that is, enable alarm dispatching. When an alarm trigger time arrives send out email or ENS message.
caldb.serveralarms.dispatch = "yes"
! Enable binary alarms. Used by csnotifyd and csadmind. (default: yes)
!caldb.serveralarms.binary.enable = "yes"
! Binary alarm url. Used by csnotifyd and csadmind. (default: enp:///ics/alarm)
!caldb.serveralarms.binary.url = "enp:///ics/alarm"
! Custom alarm url. Use this to get xml or calendar mime type contents
!caldb.serveralarms.url = "enp:///ics/customalarm"
! Custom alarm url contenttype. (text/xml or text/calendar)
!caldb.serveralarms.contenttype = "text/calendar"
! Dispatch type for Calendar Server alarms ("ens" o "smtp").
caldb.serveralarms.dispatchtype = "ens"
! Initial number of threads for the Event Notification Server.
caldb.serveralarms.initthreads = "0"
! Specifies how long, in seconds, the server will continue to try reconnecting to ENS before giving up. -1 means forever.
caldb.serveralarms.maxretrytime = "-1"
! Maximum number of threads for the Event Notification Server
caldb.serveralarms.maxthreads = "10"
! Time to sleep, in seconds, after a timeout connecting to ens before making another attempt to connect to ens
caldb.serveralarms.retryinterval = "5"
! Stack frame size for Event Notification Server threads.
caldb.serveralarms.stacksize = "65536"
! Total time, in seconds, to retry connecting to ENS on startup.
caldb.serveralarms.startupretrytime = "30"
! Send alarms to this SMTP host.
caldb.smtphost = "sonlinux.bg2iop.com"
! Specifies the directory in cal/bin/config containing the localized version of the files used to format email notifications.
caldb.smtpmsgfmtdir = "en"
! Specifies the SMTP port.
caldb.smtpport = "25"
! Event reminder format file.
calmail.eventreminder.fname = "mail_eventreminder.fmt"
! Event cancellation format file.
calmail.imipeventcancel.fname = "mail_eventcancel.fmt"
! Event CANCEL NOTIFICATION message format file
calmail.imipeventcancelnotification.fname = "mail_eventcancelnotification.fmt"
calmail.imipeventcancelnotificationrecur.fname = "mail_eventcancelnotificationrecur.fmt"
! Event NOTIFICATION message format file
calmail.imipeventnotification.fname = "mail_eventnotification.fmt"
calmail.imipeventnotificationrecur.fname = "mail_eventnotificationrecur.fmt"
! Event notification format file.
calmail.imipeventpublish.fname = "mail_eventpublish.fmt"
! Event REPLY message format file
calmail.imipeventreply.fname = "mail_eventreply.fmt"
! Event REQUEST message format file
calmail.imipeventrequest.fname = "mail_eventrequest.fmt"
! Task cancellation format file.
calmail.imiptodocancel.fname = "mail_todocancel.fmt"
! Task notification format file
calmail.imiptodopublish.fname = "mail_todopublish.fmt"
! Task REPLY message format file
calmail.imiptodoreply.fname = "mail_todoreply.fmt"
! Task REQUEST Message format file
calmail.imiptodorequest.fname = "mail_todorequest.fmt"
! Task reminder format file.
calmail.todoreminder.fname = "mail_todoreminder.fmt"
! Anonymous login CALID.
calstore.anonymous.calid = "anonymous"
! Does server support only two privacy types for components - PRIVATE (acts as confidential) /PUBLIC instead of PRIVATE/CONFIDENTIAL/PUBLIC
calstore.binaryprivacy.mode = "no"
! When creating new calendar of user, whether to lowercase calendar or not
! Also, when looking up calendar, whether to lowercase or not
calstore.calendar.create.lowercase = "n"
! For a newly created calendar, set the ACL to this
calstore.calendar.default.acl = "@@o^a^r^g;@@o^c^wdeic^g;@^a^fs^g;@^c^^g;@^p^r^g"
! Definition of the "owner" acl
calstore.calendar.owner.acl = "@@o^a^rsf^g;@@o^c^wdeic^g"
! Timezone ID used when importing files.
calstore.default.timezoneID = "America/New_York"
! Whether to filtering the private/confidential events on queries to server
calstore.filterprivateevents = "yes"
! Is user's default calendar included in user's freebusy-calendar-list or not
calstore.freebusy.include.defaultcalendar = "yes"
! Can user's default calendar be removed from user's freebusy-calendar-list or not
calstore.freebusy.remove.defaultcalendar = "no"
! Maximum number attendees to be allowed in a LDAP group when expanding event. Value of 0 means expand group entirely.
calstore.group.attendee.maxsize = "0"
! Maximum number of events created by recurrence
calstore.recurrence.bound = "60"
! Is user's default calendar included in user's subscribed-calendar-list or not
calstore.subscribed.include.defaultcalendar = "yes"
! Can user's default calendar be removed from user's subscribed-calendar-list or not
calstore.subscribed.remove.defaultcalendar = "no"
! For attendee calendar lookup, when encountering string that looks like (jdoe OR jdoe:tv), treat string as a userid (uid) when looking-up in Directory.
! Value can be {uid | cn | gid | res | mailto | cap}
calstore.unqualifiedattendee.fmt1.type = "uid"
! For attendee calendar lookup, when encountering string that looks like ([email protected]) (has @ sign), treat string as a mailto address when looking-up in Directory
! Value can be {uid | cn | gid | res | mailto | cap}
calstore.unqualifiedattendee.fmt2.type = "mailto"
! For attendee calendar lookup, when encountering string that looks like (John Doe) (has space), treat string as a common name (cn) when looking-up in Directory
! Value can be {uid | cn | gid | res | cap}
calstore.unqualifiedattendee.fmt3.type = "cn"
! Maximum number of results returned from LDAP lookup from user search. Value of 0 means no limit.
calstore.userlookup.maxsize = "200"
! Is Server in Virtual Domain mode or not (this affects 5.0p2 only)
calstore.virtualdomain.mode = "n"
! Enable (y) or disable (n) Access Control plugin.
csapi.plugin.accesscontrol = "n"
! Load only the plugin specified in csapi.plugin.authentication.name? (y/n)
csapi.plugin.authentication = "n"
! Enable (y) or disable (n) Calendar Lookup Database plugins.
csapi.plugin.calendarlookup = "n"
! Specifies the name of a specific Calendar Lookup Database plugin to load. If "*", load the plugins.
csapi.plugin.calendarlookup.name = "*"
! Load only the plugin specified in csapi.plugin.database.name or if not specified, load all database plugins in alphabetical order.
csapi.plugin.database = "y"
! Only load this specific plugin if csapi.plugin.loadall is no and csapi.plugin.database is yes.
csapi.plugin.database.name = "cs_caldb_berkeley10"
! Load only the plugin specified in csapi.plugin.datatranslator.name? (y/n)
csapi.plugin.datatranslator = "y"
! Only load this specific plugin if csapi.plugin.loadall is no and csapi.plugin.data translator is yes.
csapi.plugin.datatranslator.name = "cs_datatranslatorcsv10"
! Enable (y) or disable (n) database-to-output format plugins.
csapi.plugin.dbtranslator = "y"
! If "*", then load all the database-to-output format plugins. If a library name, only load that plugin. csapi.plugin.dbtranslator must be set to "yes" to load plugin
csapi.plugin.dbtranslator.name = "*"
! Load all plugins found in the plugins directory? (y/n)
csapi.plugin.loadall = "n"
! Load only the plugin specified in csapi.plugin.userprefs.name? (y/n)
csapi.plugin.userprefs = "n"
! Load only this plugin if csapi.plugin.loadall is no and csapi.plugin.userprefs is yes.
!!csapi.plugin.userprefs.name = "plugin_name"
! Enable the RSA Cypher Encryption Family Services for SSL
!!encryption.rsa.nssslactivation = "on"
! Define the Certificate name for the RSA Cypher Encryption Family
!!encryption.rsa.nssslpersonalityssl = "SampleSSLServerCert"
! Define the location of the RSA Cypher Encryption Family token
!!encryption.rsa.nsssltoken = "internal"
! Specifies if the auto refresh feature is enabled or disbaled. (yes/no)
gse.autorefreshreplystatus = "yes"
! Specifies (in seconds) how long to wait before the server scans the schedule queue for incoming jobs.
gse.belowthresholdtimeout = "3"
! Maximum number of concurrent threads the server uses to process the schedule queue.
gse.maxthreads = "10"
! Maximum length of time the server will retry to complete a group scheduling job.
gse.retryexpiredinterval = "86400"
! Specifies (in seconds) how often the server will retry a previous failing job.
gse.retryinterval = "300"
! Maximum stack size (in bytes) of a group scheduling thread
gse.stacksize = "65535"
! global flags to control notification for invitation and cancellation.
! Enable (yes) Disable (no), default is enabled. Notification will be sent.
ine.cancellation.enable = "yes"
ine.invitation.enable = "yes"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.basedir.path = "/opt/sun"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.betamajorversion = "0"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.betaminorversion = "0"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.caldbtype = "local"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csinstalldir.path = "/opt/sun"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csprodbasedir.path = "/opt/sun/calendar"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csprodclassesdir.path = "/opt/sun/calendar/classes"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csproddir.path = "/opt/sun"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csprodjavadir.path = "???"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csprodlibdir.path = "/opt/sun/calendar/lib"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csprodtoolsdir.path = "/opt/sun/calendar/tools"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.csproduicustdir.path = "/opt/sun/calendar/uicust"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.fullversion = "6.0"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.majorversion = "6"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.minorversion = "0"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.osarch = "i386"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.osname = "linux"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.ostype = "unix"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.osversion = "2.6.9-22.el"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.patchversion = "0"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.serveruidpassword = "icsuser"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.startupafterinstall = "no"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.startupatboot = "no"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.userauthtype = "ldap"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.userprefstype = "ldap"
! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
install.version = "6.0"
! Base DN for LDAP authentication. If not specified, use local.ugldapbasedn.
local.authldapbasedn = "o=bg2iop.com, dc=bg2iop,dc=com"
! Bind credentials (password) for user specified in local.authldapbinddn.
local.authldapbindcred = "admin123"
! DN used to bind to LDAP authentication host to search for user's dn.
local.authldapbinddn = "cn=Directory Manager"

Hi Venigalla,
You can implement a federated portal network (FPN) using the SAP NetWeaver platform to share content between portals.
A federated portal network allows organizations with distributed portal installations, both SAP and non-SAP, to provide a single portal access point per user to portal information, services and applications distributed on portals in the network.
WSRP-based application sharing (FPN Mode used for for integrating content between SAP and Non SAP portals) :-
-->     Content administrators on a SAP NetWeaver consumer portal can integrate WSRP portlets (i.e. iViews) from remote non-SAP portals into SAP NetWeaver Portal.
-->      SAP NetWeaver developers can create WSRP compliant iViews that can be consumed in non-SAP consumer portals.
You may kindly go through the below link, should be helpful:
http://help.sap.com/saphelp_nw70/helpdata/EN/43/23fb36cad10d23e10000000a1553f7/frameset.htm
Regards,
Anagha

Similar Messages

  • Calendar server 5.1.1 integration with PS 6.0 ??

    Is there a out of box service which helps to integrate PS6.0 with Calendar Server. I'm looking for something like a Netmail service which integrates with Messaging server easily ??
    Thanks.

    Yes,
    Portal6 communication providers do the job pretty well.
    Tip: Backup your portal (/opt/SUNWps/...)
    before installing these providers!
    Cheers,
    Alex :-)

  • Integrate Sun ONE Messaging and Sun ONE Calendar server with Portal 6.0

    We need to integrate (implement a Single Sign On solution) Sun ONE/iPlanet Messaging and Calendar servers with Portal 6.0. The Msg and Cal. servers do not use Portal Profile server as their DS and have a different DS.This directory server is the external DS for Portal. After users login to Portal, they should be able to access Msg and Cal. servers without login to them again.
    1. How do we do this without writing a java code/servlet ?
    2. Is there any way that we could configure DSAME to create the URL,add userID and password to it and forward that URL to above servers ?

    Hi,
    The SunOne communication providers for version 6.0 will be released soon.
    (you can get beta versions from early access program)
    Like in the portal version 3.0 these channels
    are enabling SSO for messaging and calendar servers.
    (I tested them with iMSG5.2 and Calendar5.1.1)
    Cheers,
    Alex :-)

  • I have no more calendar synchronization with iCloud. when accessing to icloud account I cannot add an event on icloud calendar the message is :"server error"; any help?

    I have no more calendar synchronization with iCloud. when accessing to icloud account I cannot add an event on icloud calendar the message is :"server error"; any help?

    Tap the little claendar icon at the top left (next to the search icon) and see what calendars are set up in WeekCal.  If none are enabled, then enable the one(s) you want to use.

  • Issue with Integrated Weblogic Server in JDeveloper

    Hi
    I'm using JDeveloper version: 11.1.1.7
    I'm facing issue with the Integrated Weblogic server in JDeveloper.
    When I run the server, the log says as follows:
    *** Using port 7101 ***
    D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms768m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\sdoapi.jar;D:\fmwps6\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\fmwps6\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\fmwps6\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Java\JDK16~1.0_5\lib\tools.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic.jar;D:\fmwps6\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\fmwps6\WLSERV~1.3\server\lib\webservices.jar;D:\fmwps6\modules\ORGAPA~1.1/lib/ant-all.jar;D:\fmwps6\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\fmwps6\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\fmwps6\WLSERV~1.3\server\lib\xqrl.jar;;D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\config;D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\stringtemplate-2.3b6.jar
    PATH=D:\fmwps6\patch_wls1035\profiles\default\native;D:\fmwps6\patch_jdev1111\profiles\default\native;D:\fmwps6\WLSERV~1.3\server\native\win\x64;D:\fmwps6\WLSERV~1.3\server\bin;D:\fmwps6\modules\ORGAPA~1.1\bin;D:\Java\JDK16~1.0_5\jre\bin;D:\Java\JDK16~1.0_5\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\oraclexe\app\oracle\product\11.2.0\server\bin;;D:\ADE\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;D:\Java\jdk1.6.0_51\bin;D:\Softwares\apache-ant-1.7.1\bin;C:\Program Files (x86)\Windows Live\Shared;D:\fmwps6\WLSERV~1.3\server\native\win\x64\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_51"
    Java(TM) SE Runtime Environment (build 1.6.0_51-b31)
    Java HotSpot(TM) 64-Bit Server VM (build 20.51-b02, mixed mode)
    Starting WLS with line:
    D:\Java\JDK16~1.0_5\bin\java -client   -Xms768m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\fmwps6\WLSERV~1.3\server\lib\weblogic.policy -agentlib:jdwp=transport=dt_socket,server=y,address=49879 -Djavax.net.ssl.trustStore=D:\fmwps6\wlserver_10.3\server\lib\DemoTrust.jks -Dhttp.proxyHost=www-proxy.idc.oracle.com -Dhttp.proxyPort=80 "-Dhttp.nonProxyHosts=localhost|127.0.0.1|rnaguban-in" -Dhttps.proxyHost=www-proxy.idc.oracle.com -Dhttps.proxyPort=80 "-Dhttps.nonProxyHosts=localhost|127.0.0.1|rnaguban-in" -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true  -Duim.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM -Dweblogic.log.Log4jLoggingEnabled_uim=true -Dlog4j.configuration_uim=loggingconfig.xml -Duim.logging.watchdog.timer=5000 -Djava.io.tmpdir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\tmp -Dweblogic.management.discover.retries=6 -DtestConfig.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\testConfig -Dsun.lang.ClassLoader.allowArraySyntax=true  -XX:-UseSSE42Intrinsics -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Xverify:none  -da -Dplatform.home=D:\fmwps6\WLSERV~1.3 -Dwls.home=D:\fmwps6\WLSERV~1.3\server -Dweblogic.home=D:\fmwps6\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=D:\fmwps6\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1 -Djrockit.optfile=D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=D:\fmwps6\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.oamprovider_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\fmwps6\patch_wls1035\profiles\default\sysext_manifest_classpath;D:\fmwps6\patch_jdev1111\profiles\default\sysext_manifest_classpath  weblogic.Server
    Listening for transport dt_socket at address: 49879
    Debugger connected to local process.
    <Aug 16, 2013 7:19:43 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Aug 16, 2013 7:19:43 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 16, 2013 7:19:44 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.51-b02 from Sun Microsystems Inc.>
    <Aug 16, 2013 7:19:44 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for BUG13114768 Sat Jan 21 16:14:44 IST 2012
    WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Aug 16, 2013 7:19:47 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 16, 2013 7:19:47 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 16, 2013 7:19:47 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 16, 2013 7:19:47 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00115. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Aug 16, 2013 7:19:47 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Aug 16, 2013 7:19:56 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Aug 16, 2013 7:20:00 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 16, 2013 7:20:00 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log00066. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log.>
    Aug 16, 2013 7:20:05 PM oracle.ods.virtualization.engine.util.VDELogger info
    INFO: Notification sent for Mapping config object reloaded
    Aug 16, 2013 7:20:05 PM oracle.ods.virtualization.engine.util.VDELogger info
    INFO: Notification sent for Mapping config object reloaded
    <Aug 16, 2013 7:20:18 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Aug 16, 2013 7:20:18 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 16, 2013 7:20:20 PM IST> <Warning> <JDBC> <BEA-001552> <The Logging Last Resource (LLR) data source InventoryTxDataSource will not function when it is a participant in a global transaction that spans multiple WebLogic Server instances because remote JDBC support is disabled. LLR will function in single-server configurations.>
    <Aug 16, 2013 7:20:22 PM IST> <Warning> <JDBC> <BEA-001110> <No test table set up for pool "mds-commsRepository". Connections will not be tested.>
    <Aug 16, 2013 7:20:39 PM IST> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <Aug 16, 2013 7:20:58 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application UIMCMWSAdapter is not versioned.>
    <Aug 16, 2013 7:21:11 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application oracle.communications.inventory is not versioned.>
    <TableBuilder> <_buildSchema> Metric table "webcache:request_filter_denied_stats" has no key column.  It will not be collected.
    <TableBuilder> <_buildSchema> Metric table "reports:Reports_Server_Information" has no key column.  It will not be collected.
    <TableBuilder> <_buildSchema> Metric table "reports:Reports_Server_Performance" has no key column.  It will not be collected.
    <TableBuilder> <_buildSchema> Metric table "reports:Reports_Server_Response" has no key column.  It will not be collected.
    <TableBuilder> <_buildSchema> Metric table "reports:Reports_Servlet_Response" has no key column.  It will not be collected.
    <TableBuilder> <_buildSchema> Metric table "reports:Remote_Bridge_Elements" has no key column.  It will not be collected.
    <ConfigurationUtil> <getProperties> Could not load runtime-poms.properties
    <Aug 16, 2013 7:21:52 PM IST> <Error> <Net> <BEA-000903> <Failed to communicate with proxy: www-proxy.idc.oracle.com/80. Will try connection www.terracotta.org/80 now.
    java.net.UnknownHostException: www-proxy.idc.oracle.com
      at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
      at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:876)
      at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1229)
      at java.net.InetAddress.getAllByName0(InetAddress.java:1180)
      at java.net.InetAddress.getAllByName(InetAddress.java:1110)
      Truncated. see log file for complete stacktrace
    >
    <Aug 16, 2013 7:21:53 PM IST> <Error> <Net> <BEA-000903> <Failed to communicate with proxy: www-proxy.idc.oracle.com/80. Will try connection svn.terracotta.org/80 now.
    java.net.UnknownHostException: www-proxy.idc.oracle.com
      at java.net.InetAddress.getAllByName0(InetAddress.java:1184)
      at java.net.InetAddress.getAllByName(InetAddress.java:1110)
      at java.net.InetAddress.getAllByName(InetAddress.java:1046)
      at weblogic.net.http.HttpClient.openServer(HttpClient.java:309)
      at weblogic.net.http.HttpClient.openServer(HttpClient.java:414)
      Truncated. see log file for complete stacktrace
    >
    <LoggerHelper> <log> Cannot map nonserializable type "interface oracle.adf.mbean.share.config.runtime.resourcebundle.BundleListType" to Open MBean Type for mbean interface oracle.adf.mbean.share.config.runtime.resourcebundle.AdfResourceBundleConfigMXBean, attribute BundleList.
    <AdfDiagnosticsJarsVersionDumpImpl> <dumpVersionInfo> Path of the jars version dump :D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\oracle.communications.inventory-Versions.csv
    <FeatureUtils> <_resolveFeatures> Ignoring feature-dependency on feature "AdfDvtCommon".  No such feature exists.
    Warning: Starting ADF Library jar post-deployment on WebLogic Server. Is "provider-lazy-inited" init-param missing from LibraryFilter? Ignore this warning if the ADFJspResourceProvider is not being used.
    Started: ADF Library non-ADFJspResourceProvider post-deployment
    Finished: ADF Library non-ADFJspResourceProvider post-deployment (millis): 223
    <Aug 16, 2013 7:22:08 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 16, 2013 7:22:08 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00118. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Aug 16, 2013 7:22:08 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Aug 16, 2013 7:22:09 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 16, 2013 7:22:09 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Aug 16, 2013 7:22:09 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 14.96.8.250:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 16, 2013 7:22:09 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Aug 16, 2013 7:22:09 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Aug 16, 2013 7:22:09 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    But it doesn't list the server while deploying the application.
    I don't see the issue in my office network. But I encounter this problem when I work at my home.
    Ideally it should show the following lines after server is started:
    DefaultServer startup time: 195467 ms.
    DefaultServer started.
    This is not happening if i run the server without network.
    How can I fix this problem?
    Thanks
    Ravi

    I see some message about a proxy. Have you checked that you can use the proxy from you network?
    If not you should turn the proxy off.
    Timo

  • Cant connect to Calendar server with a variety of errors

    So I had my new OS 10.8 server (2.2.1 169) up and running last night with only a few quirks to work on this morning.
    When I started my day I had some of our people login from an offsite location login and add their profiles to their macs to add the calendars, contacts, and messaging. Everything loaded just fine for the first person and yet when the second person logged in they got errors that the calendar service was "not on a secure connection" and when they forced this through to the next step that no calendar service was to be found. SImultaneously the users that had their calendars up and running from the previous day lost connection with the calendar client returing the error "Calendar couldn’t connect to server.myserver.com. Make sure you’re connected to the Internet, and then try again later."
    Checking the calendar service access log I see that the first person to be setup this morning was the last person to log any activity. So it looks like it isnt even registering acesss from any client. I tried logging in from the comman line with "sudo serveradmin fullstatus calendar" and I get:
    calendar:setStateVersion = 1
    calendar:logPaths:LogFile = "/var/log/caldavd/access.log"
    calendar:logPaths:ErrorLog = "/var/log/caldavd/error.log"
    calendar:state = "RUNNING"
    calendar:servicePortsAreRestricted = "NO"
    calendar:servicePortsRestrictionInfo = _empty_array
    calendar:readWriteSettingsVersion = 1
    So I tried restarting the calendar service. No difference. Then I checked the calendar error log and I saw this message repeatedly:
    2013-04-25 09:13:55-0700 [-] [notifications] 2013-04-25 09:13:55-0700 [APNProviderProtocol (TLSMemoryBIOProtocol),client] <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x1040382d8> will retry in 2 seconds
    2013-04-25 09:13:55-0700 [-] [notifications] 2013-04-25 09:13:55-0700 [APNProviderProtocol (TLSMemoryBIOProtocol),client] Stopping factory <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x1040382d8>
    2013-04-25 09:13:56-0700 [-] [notifications] 2013-04-25 09:13:56-0700 [-] Starting factory <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x104038518>
    Seeing this was tied to the push updates I turned that off. Now the constant error I am getting is:
    2013-04-25 16:01:08-0700 [-] [mailgateway] 2013-04-25 16:01:08-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
    So I reset that email account's password and re-entered it into the mail client to insure it worked.
    Next step was a full restart of the computer. No difference. I tried turning the push updates and here is what came out:
    2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled error in Deferred:
    2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled Error
              Traceback (most recent call last):
              Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: address 'aamoiaqmik.c05.gridserver.com' not found: [Errno 8] nodename nor servname provided, or not known.
    2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled error in Deferred:
    2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled Error
              Traceback (most recent call last):
              Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: address 'server.ls1inc.private' not found: [Errno 8] nodename nor servname provided, or not known.
    2013-04-25 16:48:30-0700 [-] [caldav-0]  [-] Unhandled Error
    2013-04-25 16:48:30-0700 [-] [caldav-0]           Traceback (most recent call last):
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:48:30-0700 [-] [caldav-0]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:48:30-0700 [-] [caldav-0]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:48:30-0700 [-] [caldav-0]               return func(*args,**kw)
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
    2013-04-25 16:48:30-0700 [-] [caldav-0]               why = selectable.doRead()
    2013-04-25 16:48:30-0700 [-] [caldav-0]           --- <exception caught here> ---
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
    2013-04-25 16:48:30-0700 [-] [caldav-0]               description, protocol)
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
    2013-04-25 16:48:30-0700 [-] [caldav-0]               transport.startTLS(self.contextFactory)
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
    2013-04-25 16:48:30-0700 [-] [caldav-0]               startTLS(self, ctx, normal, FileDescriptor)
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
    2013-04-25 16:48:30-0700 [-] [caldav-0]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
    2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
    2013-04-25 16:48:30-0700 [-] [caldav-0]               contextFactory.getContext()
    2013-04-25 16:48:30-0700 [-] [caldav-0]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2013-04-25 16:48:30-0700 [-] [caldav-0]
    2013-04-25 16:48:37-0700 [-] [caldav-0]  [HTTPChannel,2,67.49.33.167] Unhandled Error
    2013-04-25 16:48:37-0700 [-] [caldav-0]           Traceback (most recent call last):
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:48:37-0700 [-] [caldav-0]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:48:37-0700 [-] [caldav-0]               return func(*args,**kw)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self._disconnectSelectable(selectable, why, inRead)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
    2013-04-25 16:48:37-0700 [-] [caldav-0]               selectable.readConnectionLost(f)
    2013-04-25 16:48:37-0700 [-] [caldav-0]           --- <exception caught here> ---
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 256, in readConnectionLost
    2013-04-25 16:48:37-0700 [-] [caldav-0]               p.readConnectionLost()
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 968, in readConnectionLost
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self.transport.loseConnection()
    2013-04-25 16:48:37-0700 [-] [caldav-0]           exceptions.AttributeError: 'NoneType' object has no attribute 'loseConnection'
    2013-04-25 16:48:37-0700 [-] [caldav-0]
    2013-04-25 16:48:37-0700 [-] [caldav-0]  [HTTPChannel,2,67.49.33.167] Unhandled Error
    2013-04-25 16:48:37-0700 [-] [caldav-0]           Traceback (most recent call last):
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/application/app.py", line 323, in runReactorWithLogging
    2013-04-25 16:48:37-0700 [-] [caldav-0]               reactor.run()
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1169, in run
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self.mainLoop()
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1181, in mainLoop
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self.doIteration(t)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 193, in doKEvent
    2013-04-25 16:48:37-0700 [-] [caldav-0]               log.callWithLogger(selectable, _drdw, selectable, fd, event)
    2013-04-25 16:48:37-0700 [-] [caldav-0]           --- <exception caught here> ---
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 84, in callWithLogger
    2013-04-25 16:48:37-0700 [-] [caldav-0]               return callWithContext({"system": lp}, func, *args, **kw)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:48:37-0700 [-] [caldav-0]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:48:37-0700 [-] [caldav-0]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:48:37-0700 [-] [caldav-0]               return func(*args,**kw)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self._disconnectSelectable(selectable, why, inRead)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
    2013-04-25 16:48:37-0700 [-] [caldav-0]               selectable.readConnectionLost(f)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 259, in readConnectionLost
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self.connectionLost(failure.Failure())
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 281, in connectionLost
    2013-04-25 16:48:37-0700 [-] [caldav-0]               protocol.connectionLost(reason)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 976, in connectionLost
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self.factory.removeConnectedChannel(self)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 142, in removeConnectedChannel
    2013-04-25 16:48:37-0700 [-] [caldav-0]               HTTPFactory.removeConnectedChannel(self, channel)
    2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 1053, in removeConnectedChannel
    2013-04-25 16:48:37-0700 [-] [caldav-0]               self.connectedChannels.remove(channel)
    2013-04-25 16:48:37-0700 [-] [caldav-0]           exceptions.KeyError: <twext.web2.channel.http.HTTPChannel object at 0x1139ae910>
    2013-04-25 16:48:37-0700 [-] [caldav-0]
    2013-04-25 16:48:39-0700 [-] [caldav-1]  [-] Unhandled Error
    2013-04-25 16:48:39-0700 [-] [caldav-1]           Traceback (most recent call last):
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:48:39-0700 [-] [caldav-1]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:48:39-0700 [-] [caldav-1]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:48:39-0700 [-] [caldav-1]               return func(*args,**kw)
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
    2013-04-25 16:48:39-0700 [-] [caldav-1]               why = selectable.doRead()
    2013-04-25 16:48:39-0700 [-] [caldav-1]           --- <exception caught here> ---
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
    2013-04-25 16:48:39-0700 [-] [caldav-1]               description, protocol)
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
    2013-04-25 16:48:39-0700 [-] [caldav-1]               transport.startTLS(self.contextFactory)
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
    2013-04-25 16:48:39-0700 [-] [caldav-1]               startTLS(self, ctx, normal, FileDescriptor)
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
    2013-04-25 16:48:39-0700 [-] [caldav-1]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
    2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
    2013-04-25 16:48:39-0700 [-] [caldav-1]               contextFactory.getContext()
    2013-04-25 16:48:39-0700 [-] [caldav-1]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2013-04-25 16:48:39-0700 [-] [caldav-1]
    2013-04-25 16:48:40-0700 [-] [mailgateway] 2013-04-25 16:48:40-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
    2013-04-25 16:48:44-0700 [-] [caldav-2]  [-] Unhandled Error
    2013-04-25 16:48:44-0700 [-] [caldav-2]           Traceback (most recent call last):
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:48:44-0700 [-] [caldav-2]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:48:44-0700 [-] [caldav-2]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:48:44-0700 [-] [caldav-2]               return func(*args,**kw)
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
    2013-04-25 16:48:44-0700 [-] [caldav-2]               why = selectable.doRead()
    2013-04-25 16:48:44-0700 [-] [caldav-2]           --- <exception caught here> ---
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
    2013-04-25 16:48:44-0700 [-] [caldav-2]               description, protocol)
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
    2013-04-25 16:48:44-0700 [-] [caldav-2]               transport.startTLS(self.contextFactory)
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
    2013-04-25 16:48:44-0700 [-] [caldav-2]               startTLS(self, ctx, normal, FileDescriptor)
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
    2013-04-25 16:48:44-0700 [-] [caldav-2]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
    2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
    2013-04-25 16:48:44-0700 [-] [caldav-2]               contextFactory.getContext()
    2013-04-25 16:48:44-0700 [-] [caldav-2]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2013-04-25 16:48:44-0700 [-] [caldav-2]
    2013-04-25 16:49:09-0700 [-] [caldav-3]  [-] Unhandled Error
    2013-04-25 16:49:09-0700 [-] [caldav-3]           Traceback (most recent call last):
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:49:09-0700 [-] [caldav-3]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:49:09-0700 [-] [caldav-3]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:49:09-0700 [-] [caldav-3]               return func(*args,**kw)
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
    2013-04-25 16:49:09-0700 [-] [caldav-3]               why = selectable.doRead()
    2013-04-25 16:49:09-0700 [-] [caldav-3]           --- <exception caught here> ---
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
    2013-04-25 16:49:09-0700 [-] [caldav-3]               description, protocol)
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
    2013-04-25 16:49:09-0700 [-] [caldav-3]               transport.startTLS(self.contextFactory)
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
    2013-04-25 16:49:09-0700 [-] [caldav-3]               startTLS(self, ctx, normal, FileDescriptor)
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
    2013-04-25 16:49:09-0700 [-] [caldav-3]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
    2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
    2013-04-25 16:49:09-0700 [-] [caldav-3]               contextFactory.getContext()
    2013-04-25 16:49:09-0700 [-] [caldav-3]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2013-04-25 16:49:09-0700 [-] [caldav-3]
    2013-04-25 16:49:13-0700 [-] [caldav-2]  [HTTPChannel,1,99.174.236.181] Unhandled Error
    2013-04-25 16:49:13-0700 [-] [caldav-2]           Traceback (most recent call last):
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:49:13-0700 [-] [caldav-2]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:49:13-0700 [-] [caldav-2]               return func(*args,**kw)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self._disconnectSelectable(selectable, why, inRead)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
    2013-04-25 16:49:13-0700 [-] [caldav-2]               selectable.readConnectionLost(f)
    2013-04-25 16:49:13-0700 [-] [caldav-2]           --- <exception caught here> ---
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 256, in readConnectionLost
    2013-04-25 16:49:13-0700 [-] [caldav-2]               p.readConnectionLost()
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 968, in readConnectionLost
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self.transport.loseConnection()
    2013-04-25 16:49:13-0700 [-] [caldav-2]           exceptions.AttributeError: 'NoneType' object has no attribute 'loseConnection'
    2013-04-25 16:49:13-0700 [-] [caldav-2]
    2013-04-25 16:49:13-0700 [-] [caldav-2]  [HTTPChannel,1,99.174.236.181] Unhandled Error
    2013-04-25 16:49:13-0700 [-] [caldav-2]           Traceback (most recent call last):
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/application/app.py", line 323, in runReactorWithLogging
    2013-04-25 16:49:13-0700 [-] [caldav-2]               reactor.run()
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1169, in run
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self.mainLoop()
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1181, in mainLoop
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self.doIteration(t)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 193, in doKEvent
    2013-04-25 16:49:13-0700 [-] [caldav-2]               log.callWithLogger(selectable, _drdw, selectable, fd, event)
    2013-04-25 16:49:13-0700 [-] [caldav-2]           --- <exception caught here> ---
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 84, in callWithLogger
    2013-04-25 16:49:13-0700 [-] [caldav-2]               return callWithContext({"system": lp}, func, *args, **kw)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:49:13-0700 [-] [caldav-2]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:49:13-0700 [-] [caldav-2]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:49:13-0700 [-] [caldav-2]               return func(*args,**kw)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self._disconnectSelectable(selectable, why, inRead)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
    2013-04-25 16:49:13-0700 [-] [caldav-2]               selectable.readConnectionLost(f)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 259, in readConnectionLost
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self.connectionLost(failure.Failure())
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 281, in connectionLost
    2013-04-25 16:49:13-0700 [-] [caldav-2]               protocol.connectionLost(reason)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 976, in connectionLost
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self.factory.removeConnectedChannel(self)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 142, in removeConnectedChannel
    2013-04-25 16:49:13-0700 [-] [caldav-2]               HTTPFactory.removeConnectedChannel(self, channel)
    2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 1053, in removeConnectedChannel
    2013-04-25 16:49:13-0700 [-] [caldav-2]               self.connectedChannels.remove(channel)
    2013-04-25 16:49:13-0700 [-] [caldav-2]           exceptions.KeyError: <twext.web2.channel.http.HTTPChannel object at 0x10902fa50>
    2013-04-25 16:49:13-0700 [-] [caldav-2]
    2013-04-25 16:49:14-0700 [-] [caldav-4]  [-] Unhandled Error
    2013-04-25 16:49:14-0700 [-] [caldav-4]           Traceback (most recent call last):
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:49:14-0700 [-] [caldav-4]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:49:14-0700 [-] [caldav-4]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:49:14-0700 [-] [caldav-4]               return func(*args,**kw)
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
    2013-04-25 16:49:14-0700 [-] [caldav-4]               why = selectable.doRead()
    2013-04-25 16:49:14-0700 [-] [caldav-4]           --- <exception caught here> ---
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
    2013-04-25 16:49:14-0700 [-] [caldav-4]               description, protocol)
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
    2013-04-25 16:49:14-0700 [-] [caldav-4]               transport.startTLS(self.contextFactory)
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
    2013-04-25 16:49:14-0700 [-] [caldav-4]               startTLS(self, ctx, normal, FileDescriptor)
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
    2013-04-25 16:49:14-0700 [-] [caldav-4]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
    2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
    2013-04-25 16:49:14-0700 [-] [caldav-4]               contextFactory.getContext()
    2013-04-25 16:49:14-0700 [-] [caldav-4]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2013-04-25 16:49:14-0700 [-] [caldav-4]
    2013-04-25 16:49:18-0700 [-] [mailgateway] 2013-04-25 16:49:18-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
    2013-04-25 16:49:56-0700 [-] [mailgateway] 2013-04-25 16:49:56-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
    2013-04-25 16:50:11-0700 [-] [caldav-5]  [-] Unhandled Error
    2013-04-25 16:50:11-0700 [-] [caldav-5]           Traceback (most recent call last):
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:50:11-0700 [-] [caldav-5]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:50:11-0700 [-] [caldav-5]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:50:11-0700 [-] [caldav-5]               return func(*args,**kw)
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
    2013-04-25 16:50:11-0700 [-] [caldav-5]               why = selectable.doRead()
    2013-04-25 16:50:11-0700 [-] [caldav-5]           --- <exception caught here> ---
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
    2013-04-25 16:50:11-0700 [-] [caldav-5]               description, protocol)
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
    2013-04-25 16:50:11-0700 [-] [caldav-5]               transport.startTLS(self.contextFactory)
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
    2013-04-25 16:50:11-0700 [-] [caldav-5]               startTLS(self, ctx, normal, FileDescriptor)
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
    2013-04-25 16:50:11-0700 [-] [caldav-5]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
    2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
    2013-04-25 16:50:11-0700 [-] [caldav-5]               contextFactory.getContext()
    2013-04-25 16:50:11-0700 [-] [caldav-5]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2013-04-25 16:50:11-0700 [-] [caldav-5]
    2013-04-25 16:50:34-0700 [-] [mailgateway] 2013-04-25 16:50:34-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
    2013-04-25 16:50:41-0700 [-] [caldav-6]  [-] Unhandled Error
    2013-04-25 16:50:41-0700 [-] [caldav-6]           Traceback (most recent call last):
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2013-04-25 16:50:41-0700 [-] [caldav-6]               return context.call({ILogContext: newCtx}, func, *args, **kw)
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2013-04-25 16:50:41-0700 [-] [caldav-6]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2013-04-25 16:50:41-0700 [-] [caldav-6]               return func(*args,**kw)
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
    2013-04-25 16:50:41-0700 [-] [caldav-6]               why = selectable.doRead()
    2013-04-25 16:50:41-0700 [-] [caldav-6]           --- <exception caught here> ---
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
    2013-04-25 16:50:41-0700 [-] [caldav-6]               description, protocol)
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
    2013-04-25 16:50:41-0700 [-] [caldav-6]               transport.startTLS(self.contextFactory)
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
    2013-04-25 16:50:41-0700 [-] [caldav-6]               startTLS(self, ctx, normal, FileDescriptor)
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
    2013-04-25 16:50:41-0700 [-] [caldav-6]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
    2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
    2013-04-25 16:50:41-0700 [-] [caldav-6]               contextFactory.getContext()
    2013-04-25 16:50:41-0700 [-] [caldav-6]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2013-04-25 16:50:41-0700 [-] [caldav-6]
    And my calendar client is returning the following error:
    http://server.myserver.com/principals/__uids__/288A4655-0D47-441B-8E0D-D6C99D159 8DD/ is not a location that supports this request.
    I am thoroughly stumped! 
    I have Calendar, Contacts, DNS, File Sharing, FTP, Messages, Open Directory, Profile Manager, Software Update, Time Machine, Web, and Wiki running.

    The name of the server should be server.ls1inc.com
    I checked under the network tab of the server name and it has the correct host name there. Also in the DNS pane the proper settings are intact. Where else should I be checking?
    After turning off a bunch of services and restarting the persistant error is:
    2013-04-26 11:17:05-0700 [-] [mailgateway] 2013-04-26 11:17:05-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
    2013-04-26 11:23:55-0700 [-] [caldav-6]  [HTTPChannel,3,166.137.215.36] [twext.web2.dav.method.report#error] File not found: <RootResource: /Library/Server/Calendar and Contacts/Data/Documents/addressbooks/__uids__/00DA2537-7FA1-48F2-A461-BEE5EF580 5F3/addressbook>
    Where do I reset the email login as I am not running a mail server off this machine?

  • Integrating Portal Server with MS Exchange Server

    I am trying to outline a solution for integrating MS Exchange with Portal
    Server. I realize that this can be done through the Exchange Netlet in iPS
    3.0, but this will enable Outlook client access on the users machine through
    the portal, and is not what we are looking for. What we would like to
    provide is calendar (appointments, tasks, etc.) and mail information within
    a channel on the portal. We would then provide a link to the web-based
    interface for Exchange within the channel. The interface is simple, since
    web-Exchange provides a URL, although any insight on providing SSO to the
    application would be helpful.
    Is there a way we can interface with Exchange using Java-based wrappers to
    retrieve the calendar and mail information for a specific user? It seems
    like the NetMail and iPlanet Calendar Server implementations would be
    overkill for what we are looking for.
    Any help with this would be greatly appreciated. Here are some of my
    thoughts:
    1. Since Outlook has a web-interface(provides a URL), we can obviously serve
    the web application up through the portal.
    2. iPlanet Portal Server 3.0 NetMail. This will provide us with an IMAP
    interface to the contents of the mail server, allow a user to send emails,
    read emails, create folders, change folders, etc. This seems to provide a
    full-fledge email application, which may be more than we actually need. Is
    there any way to use the Java NetMail Servlet or the NetMail Lite version to
    get what we are looking for?
    3. Using iPlanet Calendar Server for the appointments and schedule, although
    I believe that Exchange does not conform to the iCalendar protocol
    specification? Again, this is a full-fledge calendar application, and seems
    to be overkill for what we may need.
    4. Using a netlet to connect to Microsoft Exchange server, which can be done
    with Portal Server 3.0 because it implements the Microsoft Exchange/DCE
    protocol. Again, this provides Outlook client access, and I am not sure if
    this is what we want. Can we use the NetLet to capture the information
    being retrieved from exchange and display it using JSP rather than s
    5. Writing a Java wrapper to the contents of the mail server using the Java
    Mail API, although this does not solve the calendar problem. We can then
    display whatever info we want on our JSP pages using the wrapper classes.
    Sean.
    [email protected]

    4. Using a netlet to connect to Microsoft Exchange server, which can bedone
    with Portal Server 3.0 because it implements the Microsoft Exchange/DCE
    protocol. Again, this provides Outlook client access, and I am not sure if
    this is what we want. Can we use the NetLet to capture the information
    being retrieved from exchange and display it using JSP rather than sHave you actually gotten this to work? Would you mind sharing this part of
    your configuration with us?
    /Steve

  • Messaging Server and Calendar Server Mount points for SAN

    Hi! Jay,
    We are planning to configure "JES 05Q4" Messaging and Calendar Servers on 2 v490 Servers running Solaris 9.0, Sun Cluster, Sun Volume Manager and UFS. The Servers will be connected to the SAN (EMC Symmetrix) for storage.
    I have the following questions:
    1. What are the SAN mount points to be setup for Messaging Server?
    I was planning to have the following on SAN:
    - /opt/SUNWmsgsr
    - /var/opt/SUNWmsgsr
    - Sun Cluster (Global Devices)
    Are there any other mount points that needs to be on SAN for Messaging to be configured on Sun Cluster?
    2. What are the SAN mount points to be setup for Calendar Server?
    I was planning to have the following on SAN:
    - /opt/SUNWics5
    - /var/opt/SUNWics5
    - /etc/opt/SUNWics5
    3. What are the SAN mount points to be setup for Web Server (v 6.0) for Delegated Admin 1.2?
    - /opt/ES60 (Planned location for Web Server)
    Delegated Admin will be installed under /opt/ES60/ida12
    Directory server will be on its own cluster. Are there any other storage needs to be considered?
    Also, Is there a good document that walks through step-by-step on how to install Messaging, Calendar and Web Server on 2 node Sun Cluster.
    The installation document doesn't do a good job or atleast I am seeing a lot of gaps.
    Thanks

    Hi,
    There are basically two choices..
    a) Have local binaries in cluster nodes (e.g 2 nodes) ... which means there will be two sets of binaries, one on each node in your case.
    Then when you configure the software ..you will have to point the data directory to a cluster filesystem which may not be neccasarily global. But this filsystem should be mountable on both nodes.
    The advantage of this method is that ... during patching and similar system maintenance activities....the downtime is minimum...
    The disadvantage is that you have to maintain two sets of binaries ..i.e patch twice.
    The suggested filesystems can be e.g.
    /opt for local binaries
    /SJE/SUNWmsgr for data (used during configure option)
    This will mean installing the binaries twice...
    b) Having a single copy of binaries on clustered filesystem....
    This was the norm in iMS5.2 era ...and Sun would recommend this...though I have seen type a) also for iMs 5.2
    This means there should no configuration files in local fs. Everything related to iPlanet on clustered filesystem.
    I have not come accross type b) post SUNONE i.e 6.x .....it seems 6.x has to keep some files on the local filesystem anyway..so b) is either not possible or needs some special configuration
    so may be you should try a) ...
    The Sequence would be ..
    After the cluster framework is ready:
    1) Insall the binaries on both side
    2 ) Install agent on one side
    3) switch the filesytem resource on any node
    4) Configure the software with the clustered FS
    5) Switch the filesystem resource on the other node and useconfig of first node.
    Cheers--

  • Having trouble with calendar server with SSO in communication express

    I have configured communication express with components calendar, messaging and access manager. I am able to login that but when i click on calendar ,it says "Aplication Error" NULL pointer Exception. I am able to access address book and options for all of them. i checked the am_sso.log , it has statement
    com.sun.uwc.UWCMainViewBean <init>
    SEVERE: UWCMainViewBean:forwardToURL(forwardtodefview) - null
    Can anybody tell me how to fix that problem?
    Thanks

    A similar problem was discussed over in the Calendar Server forum: http://forum.sun.com/jive/thread.jspa?threadID=101320 Check out the answers there (and the Calendar Server forum is probably a better place to ask this anyway since it looks pretty specific...)

  • Populateing Calendar Server with calendar events???

    Hi all, is it possible to populate a user's calendar in Calendar Server with particular events? We are building a communications environment that will initially be comprised of Comms Express and Messaging server and later Calendar Server. This is for a student communications (ie email and possibly later calendar) system.
    I'm interested in knowing whether a user's calendar can be populated with predefined events. In our case, that would be to populate a student's calendar with the student's exam timetable?
    Thanks in advance,
    Stewart

    mcleans wrote:
    Hi all, is it possible to populate a user's calendar in Calendar Server with particular events? You could do this a few ways:
    => add the events directly into the users calendar using WCAP and the calmaster account to 'proxyauth' into the account.
    => create a calendar and invite the users to the 'event'
    => import the events from an .ics file from the command line.
    => create a resource and get the users to subscribe to the resource - the user can then create a calendar group which combines all the subscribed groups with their own personal calendar.
    Each option has it's own strengths/weaknesses such as how to update the events if things change, how to administer/access/edit the 'source' of the calendar data for non-administrators, how the events 'appear' to the user, whether you want to allow the user to delete the event, whether the event needs/should alert the user when it occurs (alarms) and so on. You would be best trying all four and seeing which matches your requirements the closest.
    Regards,
    Shane.

  • I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes (or I already have) and my server won't start

    I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes
    (or I already have) and my server won't start.
    <P>
    The steps are the same whether you have already upgraded or are about to.
    <P>
    Calendar Server 4.0 on the Windows NT platform can only support up to nine
    nodes on one server, while 3.51 supported up to 14. If you have a Calendar
    Server 3.51 with more than 9 nodes that you want to upgrade to Calendar Server
    4.0, Netscape recommends that you migrate the extra nodes to another Calendar
    Server 3.51 on another Windows NT system. To accomplish this:
    <OL>
    <LI>Install Calendar Server on another Windows NT machine and configure it to
    use the same directory server as your current Calendar Server.
    <LI>Stop and backup your current Calendar Server.
    <LI>Individually zip up the node directories you want to move to the new
    server. (drive:\unsers\unison\db\Nx
    where "x" is the number of the node you want to use.)
    <LI>Stop the new Calendar Server.
    <LI>Unzip the files into the new Calendar Server in the same place as they
    were on the old server.
    <LI>Edit the unison.ini
    file on the new server to add the nodes you have just migrated.
    <LI>Edit the unison.ini
    file on the old server to remove the nodes you have moved to the new server.
    <LI>Edit the nodes.ini
    file on the old server to remove the nodes you just moved and then add them
    with the new hostname. Keep in mind that you will only be able to modify the
    node network from the old host.
    <LI>Run unidbfix -export
    on both servers for all nodes.
    <LI>Edit the remotenodes.ini
    file on both servers to reflect your node topology.
    <LI>Run unidbfix -import
    to import the changes into the node databases.
    <LI>Run unidbfix -c,
    then -f,
    then -c
    again on both servers for all the nodes.
    <LI>If you don't get any errors, run uninode -test all
    to test if your nodes connections are set properly. If they are not, <B>do not</B>
    start either of the servers; instead, fix the errors and try again.
    <LI>Start both servers.
    <LI>Log in and check to see if you can see people on remote nodes.
    <LI>Notify the users on the moved nodes of their new calendar host.
    <LI>If you did this in preparation of an upgrade, you can now run the upgrade to
    4.0 since both servers contain fewer than 9 nodes.
    </OL>

    Use Disk Utility whihc is in the Utilities Folder.
    Select your Boot Disk on the left.
    Select Verify Permissions
    If any errors the do Reapir permissions.
    You might have to repeat the process.
    see this:
    Steve

  • How to import or sync Exchange server data like Calendar, Contacts with a web application or web service

    How to import or sync Exchange data like Calendar, Contacts with a web application or web service.
    1. Is there any API to import contacts and calendar (tasks and events) from exchange server to my calendar in web application using web services or http request. the user would have provided the username and password for his exchange account.
    2. Is there any licensing involved to communicate with exchange server for its data.
    thanks in advance 

    I am bit lost here; i have my exchange credentials, how (or) can i use the above mentioned solution for windows application or web services. can you please point in the right direction. my requirement is this: how to sync exchange data with a third party
    app or webapp(my development) using EWS. how to start with, starting point and steps to do[just overview ;)].

  • Calendar Server 3.5: Problem using user's ID with uniuser -mod command

    When there are two users who have the same Common Name (CN) in LDAP but
    different User ID's (uid
    field), I have a problem using the uid
    field as an argument to
    uniuser -mod in Netscape Calendar
    Server (NCS) 3.5. For example, there may be two users, User1 and User2, who
    both have the CN "John Smith."<BR>
    <P>
    <B>User1</B>
    uid: jsmith2
    sn: Smith
    givenname: John
    nscalxitemid: 10001:00314
    <B>User2</B>
    uid: jsmith
    sn: Smith
    givenname: John
    nscalxitemid: 10001:00213
    <P>
    Let's say I want to change the value for nsCalOrgUnit2
    for User1 to "jsmith." In NCS 4.0,
    I can specify the uid as
    an argument to uniuser -mod
    . However, in NCS 3.5, if I specify the
    uid as an argument to
    uniuser -mod, the entry
    for the user does not get changed.<BR>
    <P>
    <B>Calendar Server 4.0</B><BR>
    <P>
    %uniuser -mod "ID=00314" -m "OU2=jsmith/OU3=People" -n 10001
    <BR>
    uniuser: modified "Smith, John"<BR>
    <P>
    (The LDAP entry for User1 also reflects this change.)
    <P>
    <B>Calendar Server 3.5</B><BR>
    <P>
    %uniuser -mod "ID=00314" "OU2=jsmith/OU3=People" 10001
    <BR>
    uniuser: no need to modify "Smith,John"<BR>
    <P>
    (The LDAP entry for User1 does not reflect the change.)<BR>
    <P>
    %uniuser -mod "S=Smith/G=John/ID=00314" "OU2=jsmith/OU3=People"
    10001<BR>
    uniuser: no need to modify "Smith,John"<BR>
    <P>
    (The LDAP entry for User1 does not reflect the change.)<BR>
    <P>
    If I use the command uniuser -mod "S=Smith/G=John"
    "OU2=jsmith/OU3=People" 10001
    in NCS 3.5, the script will change the entry of the first "John Smith" in the
    database and will cause the LDAP entry for this user to be updated as well.
    However, the entry modified may or may not be the correct one. So, in
    NCS 3.5, is there a way to specify a particular uid
    to ensure that the correct LDAP entry
    is modified?
    <P>
    To modify a user's information using the uid
    field in Calendar Server 3.5, change
    the user.ini file. The
    following steps show how to change a user's information by modifying the
    .ini file:<BR>
    <P>
    <OL>
    <LI>Open the user.ini
    file, which is in the path /users/unison/misc/user.ini
    <P>
    <LI>Add a section containing the desired changes. For example,<BR>
    <P>
    [Test]<BR>
    OU2 = jsmith<BR>
    OU3 = People<BR>
    <P>
    <LI>Run uniuser with
    the following options:<BR>
    <P>
    % uniuser -mod "ID=00314" -s Test 10001
    </OL>

    It turns out to be a problem with the user Keychain. It has some weird entry that was sending the wrong password. I delete all entries to the server and that corrected the problem

  • Hi, I've been trying for days to download Windows support software via Bootcamp assistant, but it always failed with message 'Can't install Windows Support Software because it is not currently available from the Software update server.' Any advice welcome

    Hi,
    I've been trying for days to download Windows support software via Bootcamp assistant but it always fails with message 'Can't install windows software because it is not currently available from the software update server.'
    Anyone else had problems or success with this?
    Thanks in advance.

    9thdoc wrote:
    I'm getting a similar but distinct error message in snow leopard: Download could not continue. "The windows support software is not available" and have no original snow leopard instal disc with me.
    Your issue is completely different. You are running Snow Leopard. There is no download for Windows Support software for Snow Leopard, hence the error you see. Snow Leopard Windows Support software is on the Snow Leopard installation disk.
    You need the Snow Leopard installation disk or a replacement for it.

  • Issue of deploying a fusion Web Application with integrated Weblogic server

    Hi,
    i'm using Jdev 11.1.1.3.0 to develop a fusion web application, with a model and ViewController Projects.
    When i try to deploy this application with the integrated server, i have any issues.
    The origin seems to be that it builds an application with 3 profiles. The model application is recognized and deployed as a webapp and not an ADF library as it should be..
    [11:00:45 PM] Retrieving existing application information
    [11:00:45 PM] Running dependency analysis...
    [11:00:45 PM] Deploying 3 profiles...
    [11:00:46 PM] Wrote Web Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0/ViewControllerWebApp.war
    *[11:00:48 PM] Wrote Web Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0/ModelWebApp.war*
    [11:00:48 PM] Wrote Enterprise Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0
    [11:00:48 PM] Deploying Application...
    <27 déc. 2010 23 h 00 CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application easygestionV2.0 is not versioned.>
    <JpsDstCredential><setCredential> Impossible de migrer le dossier/la clé d'informations d'identification et de connexion ADF/anonymous#easygesprod. Raison : oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Les informations d'identification et de connexion avec la correspondance ADF et la clé anonymous#easygesprod existent déjà..
    <TrinidadFilter><init>
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:725)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239)
         at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.register(ConverterValidatorRegistrationUtils.java:36)
         at oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator.init(RegistrationConfigurator.java:79)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:400)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:53)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:103)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    How can i fix the model project to be deployed as an ADf library and not a webapp with the integrated weblogic server ? Because with me it doesn't do it by itself.
    Thanks a lot for help

    duplicate to Issue of deploying a fusion Web Application with integrated Weblogic server

Maybe you are looking for

  • Adding a new field to field catalogue

    Hi experts, My client has got a requirement where he want to use departure region for calculating of taxes. This field was not availble in field catalog but avalaible in KOMK, I have extended the same to field catalog. Now I have created the condiati

  • Inporting JVC HD6 to Final Cut Pro???

    Hi, I just purchased a JVC HD6 camcorder and want to know the easiest/best way to import the footage into FCP. I have the first version of Studio (FCP 5?) and a MacPro that's running OS 10.4+. JVC's .MOD files have thrown me for a loop. Any and all h

  • What does Adhoc query means

    Hello friends, The Report with tcode S_ahr_61016359 was persent in sap 4.6 c but now this tcode gives the message that this report was deleted use adhoc query instead in version ECC 6.0. can you tell what does this means. Regards, Vidya.

  • Help with new airport express on older MAC

    How can I use a new airport express on an older MAC?  I am not able to install the new airport utility software because the MAC software is too old.  Can I install the airport software on my newer PC.  Will the older MAC be able to fist it and use it

  • On-the-go-List

    Hi, I'm new to apple tv and loving it. Could someone help me with creating my own playlist. I thought I was doing that by using on the go lists, but I don't know how to play any back that I have saved in that section - anyone help me please? Also can