Wiki loading "Server starting up"

Hello,
something strange happened to me on Mac OS X Server 10.6.2, I've started the Web service on port 8000 (it works, i got the homepage of mac os x server) but when I want to access to a service like Wiki, blog or calendar i got this message loading for ever, ever and ever....
Screenshot: http://img202.imageshack.us/img202/7121/loadweb.png
Thanks for your help,
Nicolas
Message was edited by: Xalio

Hello,
I just saw this on a server I was working on. In our case we moved the /Library/Collaboration folder to another drive and while we pointed Server Admin to look in the new directory we got this error until we restarted the wiki server. We used "sudo serveradmin stop teams" followed by "sudo serveradmin start teams", but rebooting the whole server probably would have done the trick too.
If this doesn't help you, it may still be related to the folder that holds the wiki server stuff (usually /Library/Collaboration). Could be permissions, missing files, etc.
Good luck!

Similar Messages

  • How to load a java class at server start-up

    Hi,
    I have one custome java class that is being referenced by all the applications deployed in OC4J container. How can I load that class automatically and be evailable in the path at server start-up time. Is there an option available to give the class name that also gets loaded automatically.
    Thanks

    To me, you have two mixed issues.
    1. OC4J supports a startup/shutdown model where a named class will be invoked when the container is started (or stopped).
    This is described in the doc here:
    http://download-west.oracle.com/docs/cd/B32110_01/web.1013/b28952/startclas.htm#CIHECEIB
    Note that this specifically calls the methods that are implemented from the respective OC4JShutdown and OC4JStartup interfaces -- the class that is instantiated and called here is not available to all other applications by default. This is more to suit the need where something needs to be done when the container is started/stopped.
    2 The next option is where you just want to make a class available to all applications deployed to the container. For this we provide the shared-library mechanism. Using this you can either make use of the implicit global.libraries shared-lib in which you simply drop JAR files into the j2ee/home/applib directory whereupon the classes will become available by default to all applications. Or you can choose to install a shared-library that contains your specific classes (in a JAR file) and then import that into the default application whereupon the configuration will be inherited by all deployed applications.
    cheers
    -steve-

  • Is there any way to get an application to load automatically on server start?

    We're trying to implement a load-balancing mechanism between FMS hosts in a virtual "farm".  The mechanism we're using is to have the FMSs periodically send "load" data (along with a timestamp) to an application server.  That server will then use that load information and timestamp to detect when an FMS server has gone down and to make stream assignments to FMSs.
    Right now, I've implemented this code via a setInterval() in live/main.asc.  I've added a "return false" to Application.onAppStop() to (according to the docs, I haven't tested this yet) keep the server from shutting down an idle instance.  So I've left with a "chicken and egg" issue: how do I get the interval running before the first request hits the application (and forces the load of the application)?  I've tried putting the setInterval in onAppStart() and as a global.  In both cases, it only gets executed after application is loaded.
    So, is there any way to force an application to load (via a config file parameter or local command-line)?

    Hi,
    I am sorry i have not read the full details what you wrote, but if you are looking for loading of application on start of the server, there is a configuration tag in application.xml called loadonstartup and by default it is set to false. Set it to true to enable it and all the apps will be loaded on server start.
    alternatively , you can make an application.xml inside the application folder and set this tag to true, to have this applied only to a particular application,
    Also, the fms admin console can launch a new instance of an app without any connection being made initially.
    Thank you !

  • My Wikis and Ical on the WEB  give a Server starting up.. message

    Wikis (and Ical on the WEB) give a Server starting up... message with the turning wheel. They were working perfect, and yesterday started the problem. I have not changed any of the server settings neither permissions. From Mozilla Firefox on windows throes an Mac OS X server message
    500: An internal error occurred trying to process your request. Sorry. Safari gives a Server starting up..
    I checked permissions and look ok, root and admin group have read & write access. to
    /Volumes/DATA HD/ServiceData/Web/Documents/Collaboration folder and up in the path.
    Does anybody know how to solve this?
    I tried updating to OS X 10.6.5 but the problem continues.

    I am having a similar issue as you marktech, with colaboration folder on a different drive.
    My temporary solution is to stop and start web services on the server, and the message goes away and users can log in.  Problem comes back on a server restart.
    Swamped here so have not been able to apply troubleshooting techniques.
    What I have checked is verifying permissions on collaboration folder.  Seems like I had to re-apply permissions after any significant update.
    My final resolution will be to migrate from the ssd hard drive (the extra speed is not any significant impact for us) to a 1TB hard drive and migrate data back over to a single drive in original directory locations.  appologies have not had ample time to research the issues....

  • Wiki - "Server starting up"

    I have a mac mini server, early 2010. I have had it running for a few weeks, and I restarted it today and it wouldn't reboot. I had to start in single user mode and change root permissions, somehow the DNShost had got changed which caused havoc. I fixed the DNS so it is working, and I have my websites back up and running, (also the changeip -checkhostname looks good) but now the Wiki Server does not seam to run.
    When I try to connect to any of the wikis I have, I just get a screen that shows the progress wheel and text "Server starting up..."
    I have no idea what could have changed or what could be wrong. I can see the group folder for the wiki and all the files are still there. I have tried to stop and start teams from command prompt and that seems to have no effect.
    Also as a side note in case it matters, I cant seem to disable php. When I uncheck it in Server Admin, when I click save, it just re enables with a check... not sure why.
    I could only find one post about the Wiki Server stating up problem
    (http://discussions.apple.com/thread.jspa?threadID=2365263&tstart=1") but there was no solution?
    Anyone have any ideas where to even begin looking. I tried the manual, but I cant seem to find it referencing this issue.

    There are two ways to assign the owner and group to the Collaboration folder and its contents:
    1. Run the command "sudo chown -R teamserver:teamserver /path/to/Collaboration" on the server.
    2. In Server Admin -> server name in the sidebar -> File Sharing -> navigate to the Collaboration folder -> Permissions tab under the browser, you can double-click on the owner and group listed in the POSIX section and it'll let you type in new User and Group names. Then Save, then select Propagate Permissions from the action (gear icon) menu under the permissions, and choose to propagate the owner and group names (but none of the other options).

  • Weird issue with 10.0.1.0 on Linux - 5 mins delay in server start-up!!

    Hi ...
    I am having some weird (and unique??) issue with WLS 10.0.1.0 on RHEL servers.
    WLS installation on our DEV env works perfectly fine and the server starts up in 15-20 secs. for each of the two domains created on it.
    But the QA server is another story all together ! ... It has the same OS and version, WSL installation and version, hardware configs, processes running at the time of start-up etc. But the problem is that when I try to start the server on the only domain on that server, it always gets delayed by 5-6 mins in between the startup at this point -
    +<Feb 17, 2009 *7:04:50 *PM UTC> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.0 MP1 Thu Oct 18 20:17:44 EDT 2007 1005184 >+
    +<Feb 17, 2009 *7:10:56 *PM UTC> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /opt/bea/license.bea>+
    (Notice the 6 mins delay in the timestamps)
    There are no logs getting generated within this time and it seems like the WLS 10.0.1.0 just spaces out
    After the delay it starts up pretty fast .. within 10-15 secs!!
    Anybody here seen such behavior with WLS
    thanks,
    --Shailesh Welankar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    I recommend taking some thread dumps during this delay and contacting support to get some advice.
    You can take the thread dumps by kill -3, JRockit Mission Control, etc.

  • Load On start up  in web.xml

    Hi.........
    what is the use of load on start up we give in web.xml while we are developing a struts application....

    when you give a load on startup value as 1 for a servlet declaration in the web.xml the Server calls your servlet when u start it, and calls means the server loads your servlet anc calls the init method. so u may do whatever you like in init method like starting some other application, setting some parameters , etc

  • Application Server Starting and then Stopping

    For some reason my NSP server is starting with MMC, but then after about a minute it stops again. Please see the log files below. It seems to be a database problem but I don't know how to fix it...
    dev_w0
    trc file: "dev_w0", trc level: 1, release: "700"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Fri Jun 20 23:50:24 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' ...
    B  Library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' loaded
    B  Version of 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' is "700.08", patchlevel (0.19)
    B  New connection 0 created
    M sysno      00
    M sid        NSP
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    23
    M intno      20050900
    M make:      multithreaded, ASCII
    M pid        4928
    M
    M  kernel runs with dp version 202(ext=109) (@(#) DPLIB-INT-VERSION-202)
    M  length of sys_adm_ext is 360 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 4928) [dpxxdisp.c   1288]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          5280     (880)
    M  DpShMCreate: sizeof(tm_adm)          3351072     (16672)
    M  DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    M  DpShMCreate: sizeof(comm_adm)          528048     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1076)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04C80040, size: 3950264)
    M  DpShMCreate: allocated sys_adm at 04C80040
    M  DpShMCreate: allocated wp_adm at 04C81978
    M  DpShMCreate: allocated tm_adm_list at 04C82E18
    M  DpShMCreate: allocated tm_adm at 04C82E48
    M  DpShMCreate: allocated wp_ca_adm at 04FB5068
    M  DpShMCreate: allocated appc_ca_adm at 04FB5518
    M  DpShMCreate: allocated comm_adm at 04FB59C8
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 05036878
    M  DpShMCreate: allocated gw_adm at 050368B8
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 050368E8
    M  DpShMCreate: allocated wall_adm at 050368F0
    Y  *** ERROR => ztta/diag_area is 64000. [sapinit.c    325]
    Y  *** ERROR => ztta/diag_area adjusted to 128000 (minimum value). [sapinit.c    327]
    Y  *** ERROR => ztta/cua_area is 90000. [sapinit.c    963]
    Y  *** ERROR => ztta/cua_area adjusted to 250000. [sapinit.c    967]
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Fri Jun 20 23:50:25 2008
    M  ThInit: running on host PackardBell
    M  calling db_connect ...

    C  DBSDBSLIB : version 700.08, patch 0.019 (Make PL 0.23)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.019) UPDSTAT optimized (note 870327)
    C    (0.010) MaxDB DBSL patch collection 1 2005 (note 850830)
    C    (0.009) New stream compression available with LVC 7.6.0 b12 (note 835809)
    C    (0.008) Support of SDBUPDEXCL (note 847616)
    C    (0.005) Switch stream compression on/off (note 835809)
    C    (0.005) ITAB stream handling optimized (note 835809)


    C  Loading SQLDBC client runtime ...
    C  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 002-121-083-965
    C  SQLDBC Library Version : libSQLDBC 7.6.0    BUILD 018-123-113-357
    C  SQLDBC client runtime is MaxDB 7.6.0.018 CL 113357
    C  INFO : SQLOPT= -I 0 -t 0
    C  Try to connect (DEFAULT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10757 (XUSER error (the USERKEY is unknown))
    [dbsdbsql.cpp 98]
    C  Try to connect (SQLOPT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:Database name is missing))
    [dbsdbsql.cpp 118]
    B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh#1 @ 1195] [dbsh    1195 ]
    B  ***LOG BY2=> sql error -10709 performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Connection failed (RTE:Database name is missing) [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1391]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   9995]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = V-1

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server PackardBell_NSP_00 on host PackardBell (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Fri Jun 20 23:50:25 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10180
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 4928) [dpnttool.c   327]

    Ok I eventually figured it out... The SAP Application Server starts the database using the XUSER authentication - For some reason my system lost all settings for this.
    In order to recreate, I had to use the command prompt and use the XUSER command.
    Firstly "XUSER LIST" lists all user keys - I had none.
    I then needed to set the default XUSER:
    XUSER -d NSP -u SAPNSP,<password>
    <password> is the password for the user specified
    Then I created the "c" key:
    XUSER -d NSP -U c -u SAPNSP,<password>
    The reason I set up the "c" XUSER is because I noticed that in "\usr\sap\NSP\DVEBMGS00\exe\" there is a batch file used to start the DB - "strdbs.cmd". Inside this file it uses "c" as the user key in order to set the state of the DB.
    After all of that it worked again...

  • "server starting up" message after update

    Hi All,
    I've just updated my server from 10.6.5 to 10.6.7 and upon restart I can't connect to my wikis or blogs. I just get a grey screen and a spinning wheel saying "server starting up". I have tried the Apple solution listed here, as I do host my Collaboration folder on a sperate volume:
    http://support.apple.com/kb/TS3757
    and the post from Tarnyinc
    https://www.tarnyinc.com/groups/trainingcenter/weblog/03f55/Wiki__Blog_Surprise_ for_1064_Update.html
    but to no avail.
    Here is the last output from the wikid error log
    2011-05-26 14:15:19+0100 [-] Main loop terminated.
    2011-05-26 14:15:19+0100 [-] Server Shut Down.
    2011-05-26 14:15:55+0100 [-] Log opened.
    2011-05-26 14:15:55+0100 [-] twistd 8.2.0 (/usr/bin/python 2.6.1) starting up.
    2011-05-26 14:15:55+0100 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
    2011-05-26 14:15:55+0100 [-] Current log level is warn
    2011-05-26 14:15:55+0100 [-] twisted.web.server.Site starting on 8086
    2011-05-26 14:15:55+0100 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2011-05-26 14:15:55+0100 [-] Starting
    2011-05-26 14:15:56+0100 [-] Unhandled error in Deferred:
    2011-05-26 14:15:56+0100 [-] Unhandled Error
        Traceback (most recent call last):
          File "/usr/share/caldavd/lib/python/twisted/application/service.py", line 278, in startService
            service.startService()
          File "/usr/share/wikid/lib/python/apple_utilities/service.py", line 153, in startService
            mailLooper = self._mailingListFlushLooper.start(mailFlushInterval)
          File "/usr/share/caldavd/lib/python/twisted/internet/task.py", line 83, in start
            self()
          File "/usr/share/caldavd/lib/python/twisted/internet/task.py", line 114, in __call__
            d = defer.maybeDeferred(self.f, *self.a, **self.kw)
        --- <exception caught here> ---
          File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 104, in maybeDeferred
            result = f(*args, **kw)
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 312, in flushMailingLists
            sharedMailingListManager().rebuildList()
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 247, in rebuildList
            self.updateListWithEntity(aGroup, rebuilding = True)
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 265, in updateListWithEntity
            users = groupExpander(entity.getAssociatedEntities())
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 604, in groupExpander
            return expandNames(shortNames)
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 602, in expandNames
            members.extend(expandNames([record.recordName() for record in aGroup.members()]))
        exceptions.ValueError: NSInvalidArgumentException - -[WPMultiValue lastObject]: unrecognized selector sent to instance 0x106f06630
    2011-05-26 14:15:56+0100 [-] in migration. repo version is: 23
    Any help would be appreciated.
    Mark

    I am having a similar issue as you marktech, with colaboration folder on a different drive.
    My temporary solution is to stop and start web services on the server, and the message goes away and users can log in.  Problem comes back on a server restart.
    Swamped here so have not been able to apply troubleshooting techniques.
    What I have checked is verifying permissions on collaboration folder.  Seems like I had to re-apply permissions after any significant update.
    My final resolution will be to migrate from the ssd hard drive (the extra speed is not any significant impact for us) to a 1TB hard drive and migrate data back over to a single drive in original directory locations.  appologies have not had ample time to research the issues....

  • [EJB:015001]Unable to link class while server start up.

    I am getting the below exception during weblogic server start up.
    In the server under autodeploy folder there exist a class - AccountCacheLoaderMDB. I clue less, what is the cause for this exception. Can anyone help me out in solving this issue please,its urgent
    <Jun 2, 2011 10:23:01 AM EDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'gts' due to error weblogic.application.ModuleException: Exception preparing module: EJBModule(autodeploy)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: ..
    weblogic.application.ModuleException: Exception preparing module: EJBModule(autodeploy)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:454)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         Truncated. see log file for complete stacktrace
    weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015001]Unable to link class sepact.sepact-app.com.citi.gts.alto.accountservice.service.AccountCacheLoaderMDB in Jar C:\Oracle\user_projects\domains\base_domain\autodeploy : java.lang.NoClassDefFoundError: sepact/sepact-app/com/citi/gts/alto/accountservice/service/AccountCacheLoaderMDB (wrong name: com/citi/gts/alto/accountservice/service/AccountCacheLoaderMDB)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1272)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1277)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:168)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:332)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:192)
         at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
         at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1210)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:382)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:40)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1271)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1277)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:168)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:332)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:192)
         Truncated. see log file for complete stacktrace
    >
    ===============================================================
    Here is the message driven bean.
    package com.xxx.gts.alto.accountservice.service;
    import com.xxx.gts.alto.accountservice.adapter.AccountAdapter;
    import com.xxx.gts.alto.accountservice.util.AccBeanUtil;
    import com.xxx.gts.alto.accountservice.util.AccountConstants;
    import com.xxx.gts.alto.accountservice.util.AccountLoader;
    import org.apache.log4j.Logger;
    import org.springframework.beans.factory.BeanFactory;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.EJB;
    import javax.ejb.MessageDriven;
    import javax.ejb.TransactionAttribute;
    import javax.ejb.TransactionAttributeType;
    import javax.ejb.TransactionManagement;
    import javax.ejb.TransactionManagementType;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import javax.jms.TextMessage;
    * MDB for the Account Cache Loader.
    @MessageDriven(mappedName = "AccountCacheLoaderQueue", activationConfig = {@ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),@ActivationConfigProperty(propertyName = "destinationName", propertyValue = "AccountCacheLoaderQueue")})
    @TransactionManagement(value = TransactionManagementType.CONTAINER)
    @TransactionAttribute(value = TransactionAttributeType.NOT_SUPPORTED)
    public class AccountCacheLoaderMDB implements MessageListener {
    private static Logger logger = Logger.getLogger(AccountCacheLoaderMDB.class.getName());
    private static final String LOCAL_ADAPATER = AccBeanUtil.getProperty(AccountConstants.ADAPTER_ID);
    private static final String TOKEN_SEPARATOR = ","; // \\s
    @EJB
    private BeanFactory beanFactory;
    public void onMessage(Message message) {
    logger.debug("Entering onMessage of AccountCacheLoaderMDB");
    try {
    if (message instanceof TextMessage) {
    TextMessage tmsg = (TextMessage) message;
    String[] msgArr = tmsg.getText().split(TOKEN_SEPARATOR);
    logger.debug("Trying to get AccountAdapter");
    AccountAdapter acctAdapter = (AccountAdapter) beanFactory.getBean(LOCAL_ADAPATER);
    if (acctAdapter == null) {
    throw new RuntimeException("Account Adapter cannot be determined.");
    for (String msg : msgArr) {
    if (msg.equalsIgnoreCase(AccountConstants.ACC_RELOAD)) {
    logger.debug("Calling AccountLoader.load");
    AccountLoader.load(acctAdapter);
    } else if (msg.equalsIgnoreCase(AccountConstants.BIC_RELOAD)) {
    logger.debug("Calling AccountLoader.loadBicData");
    AccountLoader.loadBicData(acctAdapter);
    } catch (Exception e) {
    logger.error("Error while loading Account.", e);
    throw new RuntimeException(e);
    logger.debug("Exiting onMessage of AccountCacheLoaderMDB");
    can any one throw some light please...its urgent

    Your class seems to be in the wrong folder structure.
    instead of sepact/sepact-app/com/citi/gts/alto/accountservice/service/ it needs to be in com/citi/gts/alto/accountservice/service/ which matches the folder structure.

  • Weblogic server start error: java.lang.OutOfMemoryError

    Hi:
              when i start weblogic server, i met following error !
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              why?
              thanks!
              starting output as follow :
              C:\bea7\user_projects\zhudomain>startweblogic
              C:\bea7\user_projects\zhudomain>echo off
              CLASSPATH=C:\bea7\jdk131_03\lib\tools.jar;C:\bea7\weblogic700\integration\li
              b\wl
              pi-worklist.jar;C:\bea7\weblogic700\samples\server\eval\pointbase\lib\pbserv
              er42
              ECF172.jar;C:\bea7\weblogic700\server\lib\weblogic_sp.jar;C:\bea7\weblogic70
              0\se
              rver\lib\weblogic.jar;
              PATH=.;C:\bea7\weblogic700\server\bin;C:\bea7\jdk131_03\bin;C:\PROGRA~1\RATI
              ONAL
              \RATION~1\NUTCROOT\bin;C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin\x11;C:\PRO
              GRA~
              1\RATIONAL\RATION~1\NUTCROOT\mksnt;c:\Oracle\Ora81\bin;C:\WINNT\system32;C:\
              WINN
              T;C:\WINNT\System32\Wbem;C:\PROGRA~1\ULTRAE~1;C:\CTEX\MiKTeX\TeXMF\miktex\bi
              n;C:
              \CTEX\MiKTeX\LocalT~1\cct\bin;C:\Program Files\Rational\common;C:\Program
              Files\
              Rational\ClearQuest;C:\Program Files\Rational\Rose\TopLink\;C:\Program
              Files\Rat
              ional\Rational Test;C:\bea7\jdk131_03\bin
              * 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 *
              C:\bea7\user_projects\zhudomain>"C:\bea7\jdk131_03\bin\java" -hotspot -Xms32
              m -X
              mx200m -Dweblogic.security.SSL.trustedCAKeyStore=C:\bea7\weblogic700\server\
              lib\
              cacerts -Dweblogic.Name=myserver -Dbea.home="C:\bea7" -Dweblogic.management.
              user
              name= -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled= -Dja
              va.s
              ecurity.policy="C:\bea7\weblogic700\server\lib\weblogic.policy"
              weblogic.Server
              <2002-11-13 ÏÂÎç04ʱ21·Ö01Ãë> <Info> <Security> <090065> <Getting boot
              identity
              from user.>
              Enter username to boot WebLogic server:system
              Enter password to boot WebLogic server:
              Starting WebLogic Server...
              <2002-11-13 ÏÂÎç04ʱ21·Ö08Ãë> <Notice> <Management> <140005> <Loading
              configurat
              ion C:\bea7\user_projects\zhudomain\.\config.xml>
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              

    Hi JLK,
    Now as you can see that you are getting "java.lang.OutOfMemoryError: PermGen space" during the activation on an application it means that you are application needs more space in the non-heap part of the JVM which is PermGen to create the Classes, Class Structures, Methods and Reflection Objects of this applications hence you are getting this issue.
    Now how to solve this issue you try the following check list which would help you resolve this issue and overcome same type of issue in future
    1). Make Sure that the PermGen Area is not set to a very less value.
    2). Usually if an Application has Many JSP Pages in that case every JSP will be converted to a *.class file before JSP Request Process. So a large number of JSPs causes generation of a Large number of *.class files all these classes gets loaded in the PermGen area.
    3). While allocating the -XX:MaxPermSize make sure that you follow a rough Formula… which works in most of the Application Servers.
    MaxPermSize = (Xmx/3) —- Very Special Cases (One Third of maximum Heap Size)
    MaxPermSize = (Xmx/4) —- Recommended (One Fourth Of maximum Heap Size
    To get more information on this I would suggest you to have look at the below link which would surely help you in this case
    Topic: OutOfMemory Causes and First Aid Steps?
    http://middlewaremagic.com/weblogic/?p=4464
    Regards,
    Ravish Mody

  • Why dose ImTranslator load on start up

    i downloaded ImTranslator,now when i start ff,ImTranslator loads load on start up.is ther a way to stop this.

    when you give a load on startup value as 1 for a servlet declaration in the web.xml the Server calls your servlet when u start it, and calls means the server loads your servlet anc calls the init method. so u may do whatever you like in init method like starting some other application, setting some parameters , etc

  • Load on start up tag

    Hello
    In web.xml, Can anyone please explain what this tag mean?.
    <load-on-startup>1</load-on-startup>
    Is it indicate order of servlet to be loaded or number of instances
    Thanks & Regards
    -ARafique

    Hi,
    Not sure that i was wrong.
    look at this example with JSF ans Tiles.
    <servlet>
      <servlet-name>Faces Servlet</servlet-name>
      <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
      <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
      <servlet-name>TilesServet</servlet-name>
      <servlet-class>org.apache.struts.tiles.TilesServlet</servlet-class>
      <init-param>
       <param-name>definitions-config</param-name>
       <param-value>/WEB-INF/tiles-defs.xml</param-value>
      </init-param>
      <load-on-startup>2</load-on-startup>
    </servlet>
    Pay attention to the load-on-startup tag. The Tiles Servlet should be loaded after the Faces Servlet. This is important! URL of this source.
    http://forum.exadel.com/viewtopic.php?t=968
    That's what BEA says
    WebLogic Server initializes this servlet when WebLogic Server starts up. The content of this element must be a positive integer indicating the order in which the servlet should be loaded. Lower integers are loaded before higher integers. If no value is specified, or if the value specified is not a positive integer, WebLogic Server can load the servlet in any order in the startup sequence.Sebastien Degardin.

  • Load server and osprovisioning

    All,
    I'm attempting to do an osprovision of Solaris to a T2000. The equivelant command that get's issued is as follows.
    load server <discovered server name> osprofile Sol10R4_T2000 networktype static ip xx.xx.xx.xx hostname <hostname after install>
    I've tried a number of different iterations and get the same results everytime.
    The managed system starts to boot the "jusmpstart" process ( after all, that's what's really going on ) and reads the sysidcfg file correctly. When it attempts to find a matching rule in the rules.ok file, I get....
    Warning: Could not find matching rule in rules.ok
    and it kicks out into a manual install process.
    The load server command is what sets up the sysidcfg, rules, rules.ok and the assocaited files to achieve the install, but based on what I had gotten use to with the old jumpstart mechanism, I would expect an entry in /etc/bootparams and /etc/ethers but these files never get created.
    In the "old days", these were created by running the add_install_client script, but I'm not sure if the load server command from the n1sh shell is suppose to run this script itself, or if these 2 files are even required using the N1 System Manager mechanism for provisioning a system
    Any help would be appreciated,
    Dan
    Message was edited by:
    cgitunix

    ok - I love answering my own questions ( lol ) but here it goes.
    #1 Unless the managed server you are trying to provision has the ability ( and you set it right ) to resolve it's own hostname, you still have to put the entry in the local /etc/hosts file on the N1 System Manager Server.
    After all - this is merely an updated variant of jumpstart. You can either call it SUNWjet or AllStart - take your pick......
    Also, even though the load server command takes the hostname parameter and uses that entry to populate the rules file and the sysidcfg file, it is not suppose to be used in this command....
    The true "bootable" entry would be the actual server name.. ie
    load server <servername> hostname <Rservername> will populate the 2 files with Rservername but try to match servername.
    I've placed a call with support on it and they have generated a RFE/BUG report on the item.
    When you attempt to provision from the webconsole wizard, the hostname entry is disabled for a Solaris install....
    So - rename the server entry to a valid <servername> which is the same as the <hostname> and don't use the <hostname> parameter in the load command. This will cleanly boot and match the rule correctly
    Dan

  • Initialising objects when server starts up

    Hi,
    Is there some area where we can put code so that it gets executed when the server starts up?
    In our case, we wish to load some settings from a database and then save them to the application bean.
    Thanks,
    Tristan

    if you put the code in the init() section of ApplicationBean1, the code is called the first time that a page accesses a property in the application bean. This should handle most needs. Do you need the code to be executed as soon as the server starts the app, or is the first property access good enough?

Maybe you are looking for

  • Balance qty report

    Hi gurus, Is there any report for open sales orders balance qty.. Regards, VSN

  • Need help to change user email id in table ADR6

    Hi, i want to update user email id in table adr6. i hv written following code but not working to change email in table adr6.       DATA lo_nd_email TYPE REF TO if_wd_context_node.       DATA lo_el_email TYPE REF TO if_wd_context_element.       DATA l

  • Calendar Notification

    Does anyone know how the calendar notification works? I have seen on examples a little red circle with a 1 in it on the calendar app. Just like phone, Email and SMS notifications. If I set an appointment on the iPhone as an alert will this generate t

  • Can't delete, move, or rename a folder

    I have two stubborn FOLDERS in documents that when deleted, moved or renamed will revert back to it original name and location when I restart my computer. The first folder is "deliveries" in it is a second folder "tmpcache" which I did not create int

  • Update listview in PA30 after updating multiple records inEXIT_SAPFP50M_002

    Hi experts, I'm struggeling with the update of the list screen in PA30 after changing a record in PA30. I assume that this could be solved using badi HRPAD00INFTY, but so far, I have no luck in solving this - description of the issue: From PA30, I'm