Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

configuring WP AuthenticationService on Portal Express 6.1.0.1

104 views
Skip to first unread message

Neeraj Sidhaye

unread,
Jun 16, 2009, 1:08:44 AM6/16/09
to
Hi all,

I did configur Authentication Service on Poratal enable 6.1.0.1 and it work great.

But when i did the same configuration on Portal Express 6.1.0.1, it DID NOT work, i followed steps mentioned here.

http://publib.boulder.ibm.com/infocenter/wpexpdoc/v6r1m0/index.jsp?topic=/com.ibm.wp.exp.doc_v6101/admin/adsetcfg.html

after this, i restarted portal server and while starting the portal server, it is throwing exception. ( WHEN I REMOVE WP AuthenticationService, server starts well)

[6/15/09 15:55:57:361 IST] 00000020 LeaseAlarm I SCHD0133I: Scheduler WPSTaskScheduler (wps/Scheduler) has acquired the lease and will run all tasks on this application server.
[6/15/09 15:55:57:517 IST] 0000000a WsServerImpl A WSVR0001I: Server WebSphere_Portal open for e-business
[6/15/09 15:55:57:689 IST] 00000034 EJBSchedulerB I Scheduled Timer database loaded, using new Scheduler Implementation.
[6/15/09 15:55:58:127 IST] 00000035 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000035_09.06.15_15.55.58_0.txt
[6/15/09 15:55:58:127 IST] 00000035 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000035_09.06.15_15.55.58_0.txt
[6/15/09 15:55:58:236 IST] 00000035 ExceptionUtil E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "execute" on bean "BeanId(wcm#WCM_EJBs.jar#EJBScheduler, null)". Exception data: javax.ejb.NoSuchObjectLocalException: TimerHandleImpl(4251, BeanId(wcm#WCM_EJBs.jar#EJBScheduler, null)); nested exception is: com.ibm.websphere.scheduler.TaskInvalid: SCHD0061E: The task information for task ID 4251 and owner token wcm was not found in the database.
com.ibm.websphere.scheduler.TaskInvalid: SCHD0061E: The task information for task ID 4251 and owner token wcm was not found in the database.
at com.ibm.ws.scheduler.TaskStoreImpl.load(TaskStoreImpl.java:950)
at com.ibm.ws.scheduler.TaskStoreImpl.findByPrimaryKey(TaskStoreImpl.java:834)
at com.ibm.ws.scheduler.SchedulerImpl$6.run(SchedulerImpl.java:1739)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.scheduler.SchedulerImpl.getTask(SchedulerImpl.java:1706)
at com.ibm.ws.scheduler.SchedulerImpl.getStatus(SchedulerImpl.java:1695)
at com.ibm.ejs.container.TimerHandleImpl.getTimer(TimerHandleImpl.java:162)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.execute(EJBSchedulerBean.java:747)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJSRemoteStatelessEJBScheduler_27162c8e.execute(Unknown Source)
at com.ibm.workplace.wcm.util.scheduler.ejb._EJBScheduler_Stub.execute(_EJBScheduler_Stub.java:408)
at com.ibm.workplace.wcm.util.scheduler.service.SchedulerServiceImpl.execute(SchedulerServiceImpl.java:208)
at com.ibm.workplace.wcm.services.task.TaskServiceImpl.startGlobalMonitor(TaskServiceImpl.java:155)
at com.ibm.workplace.wcm.services.task.TaskServiceImpl. (TaskServiceImpl.java:126)
at com.ibm.workplace.wcm.services.ServiceManager.getTaskService(ServiceManager.java:284)
at com.ibm.workplace.wcm.services.task.GlobalTaskMonitor.run(GlobalTaskMonitor.java:64)
at com.ibm.wps.services.workmanager.impl.WasWorkWrapper.run(WasWorkWrapper.java:41)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:261)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:757)
at com.ibm.ws.asynchbeans.WorkWithExecutionContextImpl.go(WorkWithExecutionContextImpl.java:218)
at com.ibm.ws.asynchbeans.WorkManagerImpl.doWork(WorkManagerImpl.java:548)
at com.ibm.ws.asynchbeans.WorkManagerImpl.doWork(WorkManagerImpl.java:572)
at com.ibm.wps.services.workmanager.impl.WorkDispatcherAsynchBeanImpl.doWork(WorkDispatcherAsynchBeanImpl.java:59)
at com.ibm.wps.services.workmanager.impl.WorkManagerServiceImpl.doWork(WorkManagerServiceImpl.java:141)
at com.ibm.wps.services.workmanager.impl.WorkManagerServiceImpl.doWork(WorkManagerServiceImpl.java:131)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.doWork(EJBSchedulerBean.java:230)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.ejbTimeout(EJBSchedulerBean.java:197)
at com.ibm.ejs.container.TimedObjectWrapper.ejbTimeout(TimedObjectWrapper.java:90)
at com.ibm.ejs.container.TimerTaskHandler.doWork(TimerTaskHandler.java:265)
at com.ibm.ws.scheduler.AlarmListener.executeTaskWithNotification(AlarmListener.java:795)
at com.ibm.ws.scheduler.AlarmListener.access$700(AlarmListener.java:120)
at com.ibm.ws.scheduler.AlarmListener$TaskWork.doWork(AlarmListener.java:426)
at com.ibm.ws.scheduler.AlarmListener$TaskWork.run(AlarmListener.java:212)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:261)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:757)
at com.ibm.ws.asynchbeans.ExecutionContextImpl.go(ExecutionContextImpl.java:85)
at com.ibm.ws.scheduler.AlarmListener.fireTask(AlarmListener.java:1400)
at com.ibm.ws.scheduler.AlarmListener.fired(AlarmListener.java:1318)
at com.ibm.ws.asynchbeans.AlarmImpl.callListenerMethod(AlarmImpl.java:338)
at com.ibm.ws.asynchbeans.timer.GenericTimer.run(GenericTimer.java:216)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:257)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:1111)
at com.ibm.ws.asynchbeans.AlarmImpl.runListenerAsCJWork(AlarmImpl.java:173)
at com.ibm.ws.asynchbeans.am._Alarm.fireAlarm(_Alarm.java:332)
at com.ibm.ws.asynchbeans.am._Alarm.run(_Alarm.java:229)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
javax.ejb.NoSuchObjectLocalException: TimerHandleImpl(4251, BeanId(wcm#WCM_EJBs.jar#EJBScheduler, null)); nested exception is: com.ibm.websphere.scheduler.TaskInvalid: SCHD0061E: The task information for task ID 4251 and owner token wcm was not found in the database.
at com.ibm.ejs.container.TimerHandleImpl.getTimer(TimerHandleImpl.java:169)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.execute(EJBSchedulerBean.java:747)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJSRemoteStatelessEJBScheduler_27162c8e.execute(Unknown Source)
at com.ibm.workplace.wcm.util.scheduler.ejb._EJBScheduler_Stub.execute(_EJBScheduler_Stub.java:408)
at com.ibm.workplace.wcm.util.scheduler.service.SchedulerServiceImpl.execute(SchedulerServiceImpl.java:208)
at com.ibm.workplace.wcm.services.task.TaskServiceImpl.startGlobalMonitor(TaskServiceImpl.java:155)
at com.ibm.workplace.wcm.services.task.TaskServiceImpl. (TaskServiceImpl.java:126)
at com.ibm.workplace.wcm.services.ServiceManager.getTaskService(ServiceManager.java:284)
at com.ibm.workplace.wcm.services.task.GlobalTaskMonitor.run(GlobalTaskMonitor.java:64)
at com.ibm.wps.services.workmanager.impl.WasWorkWrapper.run(WasWorkWrapper.java:41)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:261)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:757)
at com.ibm.ws.asynchbeans.WorkWithExecutionContextImpl.go(WorkWithExecutionContextImpl.java:218)
at com.ibm.ws.asynchbeans.WorkManagerImpl.doWork(WorkManagerImpl.java:548)
at com.ibm.ws.asynchbeans.WorkManagerImpl.doWork(WorkManagerImpl.java:572)
at com.ibm.wps.services.workmanager.impl.WorkDispatcherAsynchBeanImpl.doWork(WorkDispatcherAsynchBeanImpl.java:59)
at com.ibm.wps.services.workmanager.impl.WorkManagerServiceImpl.doWork(WorkManagerServiceImpl.java:141)
at com.ibm.wps.services.workmanager.impl.WorkManagerServiceImpl.doWork(WorkManagerServiceImpl.java:131)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.doWork(EJBSchedulerBean.java:230)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.ejbTimeout(EJBSchedulerBean.java:197)
at com.ibm.ejs.container.TimedObjectWrapper.ejbTimeout(TimedObjectWrapper.java:90)
at com.ibm.ejs.container.TimerTaskHandler.doWork(TimerTaskHandler.java:265)
at com.ibm.ws.scheduler.AlarmListener.executeTaskWithNotification(AlarmListener.java:795)
at com.ibm.ws.scheduler.AlarmListener.access$700(AlarmListener.java:120)
at com.ibm.ws.scheduler.AlarmListener$TaskWork.doWork(AlarmListener.java:426)
at com.ibm.ws.scheduler.AlarmListener$TaskWork.run(AlarmListener.java:212)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:261)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:757)
at com.ibm.ws.asynchbeans.ExecutionContextImpl.go(ExecutionContextImpl.java:85)
at com.ibm.ws.scheduler.AlarmListener.fireTask(AlarmListener.java:1400)
at com.ibm.ws.scheduler.AlarmListener.fired(AlarmListener.java:1318)
at com.ibm.ws.asynchbeans.AlarmImpl.callListenerMethod(AlarmImpl.java:338)
at com.ibm.ws.asynchbeans.timer.GenericTimer.run(GenericTimer.java:216)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:257)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:1111)
at com.ibm.ws.asynchbeans.AlarmImpl.runListenerAsCJWork(AlarmImpl.java:173)
at com.ibm.ws.asynchbeans.am._Alarm.fireAlarm(_Alarm.java:332)
at com.ibm.ws.asynchbeans.am._Alarm.run(_Alarm.java:229)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)

[6/15/09 15:55:58:251 IST] 00000035 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000035_09.06.15_15.55.58_1.txt
[6/15/09 15:55:58:251 IST] 00000035 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000035_09.06.15_15.55.58_1.txt
[6/15/09 15:55:58:267 IST] 00000035 LocalTranCoor E WLTC0017E: Resources rolled back due to setRollbackOnly() being called.
[6/15/09 15:55:58:330 IST] 00000035 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000035_09.06.15_15.55.58_2.txt
[6/15/09 15:55:58:345 IST] 00000035 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000035_09.06.15_15.55.58_2.txt
[6/15/09 15:55:58:345 IST] 00000035 TaskServiceIm E java.rmi.NoSuchObjectException: CORBA OBJECT_NOT_EXIST 0x0 No; nested exception is:
org.omg.CORBA.OBJECT_NOT_EXIST: java.rmi.NoSuchObjectException: ; nested exception is:
javax.ejb.NoSuchObjectLocalException: TimerHandleImpl(4251, BeanId(wcm#WCM_EJBs.jar#EJBScheduler, null)); nested exception is: com.ibm.websphere.scheduler.TaskInvalid: SCHD0061E: The task information for task ID 4251 and owner token wcm was not found in the database. vmcid: 0x0 minor code: 0 completed: No
com.ibm.workplace.wcm.util.scheduler.SchedulerException: java.rmi.NoSuchObjectException: CORBA OBJECT_NOT_EXIST 0x0 No; nested exception is:
org.omg.CORBA.OBJECT_NOT_EXIST: java.rmi.NoSuchObjectException: ; nested exception is:
javax.ejb.NoSuchObjectLocalException: TimerHandleImpl(4251, BeanId(wcm#WCM_EJBs.jar#EJBScheduler, null)); nested exception is: com.ibm.websphere.scheduler.TaskInvalid: SCHD0061E: The task information for task ID 4251 and owner token wcm was not found in the database. vmcid: 0x0 minor code: 0 completed: No
at com.ibm.workplace.wcm.util.scheduler.service.SchedulerServiceImpl.execute(SchedulerServiceImpl.java:212)
at com.ibm.workplace.wcm.services.task.TaskServiceImpl.startGlobalMonitor(TaskServiceImpl.java:155)
at com.ibm.workplace.wcm.services.task.TaskServiceImpl. (TaskServiceImpl.java:126)
at com.ibm.workplace.wcm.services.ServiceManager.getTaskService(ServiceManager.java:284)
at com.ibm.workplace.wcm.services.task.GlobalTaskMonitor.run(GlobalTaskMonitor.java:64)
at com.ibm.wps.services.workmanager.impl.WasWorkWrapper.run(WasWorkWrapper.java:41)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:261)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:757)
at com.ibm.ws.asynchbeans.WorkWithExecutionContextImpl.go(WorkWithExecutionContextImpl.java:218)
at com.ibm.ws.asynchbeans.WorkManagerImpl.doWork(WorkManagerImpl.java:548)
at com.ibm.ws.asynchbeans.WorkManagerImpl.doWork(WorkManagerImpl.java:572)
at com.ibm.wps.services.workmanager.impl.WorkDispatcherAsynchBeanImpl.doWork(WorkDispatcherAsynchBeanImpl.java:59)
at com.ibm.wps.services.workmanager.impl.WorkManagerServiceImpl.doWork(WorkManagerServiceImpl.java:141)
at com.ibm.wps.services.workmanager.impl.WorkManagerServiceImpl.doWork(WorkManagerServiceImpl.java:131)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.doWork(EJBSchedulerBean.java:230)
at com.ibm.workplace.wcm.util.scheduler.ejb.EJBSchedulerBean.ejbTimeout(EJBSchedulerBean.java:197)
at com.ibm.ejs.container.TimedObjectWrapper.ejbTimeout(TimedObjectWrapper.java:90)
at com.ibm.ejs.container.TimerTaskHandler.doWork(TimerTaskHandler.java:265)
at com.ibm.ws.scheduler.AlarmListener.executeTaskWithNotification(AlarmListener.java:795)
at com.ibm.ws.scheduler.AlarmListener.access$700(AlarmListener.java:120)
at com.ibm.ws.scheduler.AlarmListener$TaskWork.doWork(AlarmListener.java:426)
at com.ibm.ws.scheduler.AlarmListener$TaskWork.run(AlarmListener.java:212)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:261)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:757)
at com.ibm.ws.asynchbeans.ExecutionContextImpl.go(ExecutionContextImpl.java:85)
at com.ibm.ws.scheduler.AlarmListener.fireTask(AlarmListener.java:1400)
at com.ibm.ws.scheduler.AlarmListener.fired(AlarmListener.java:1318)
at com.ibm.ws.asynchbeans.AlarmImpl.callListenerMethod(AlarmImpl.java:338)
at com.ibm.ws.asynchbeans.timer.GenericTimer.run(GenericTimer.java:216)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:257)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:1111)
at com.ibm.ws.asynchbeans.AlarmImpl.runListenerAsCJWork(AlarmImpl.java:173)
at com.ibm.ws.asynchbeans.am._Alarm.fireAlarm(_Alarm.java:332)
at com.ibm.ws.asynchbeans.am._Alarm.run(_Alarm.java:229)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: java.rmi.NoSuchObjectException: CORBA OBJECT_NOT_EXIST 0x0 No; nested exception is:
org.omg.CORBA.OBJECT_NOT_EXIST: java.rmi.NoSuchObjectException: ; nested exception is:
javax.ejb.NoSuchObjectLocalException: TimerHandleImpl(4251, BeanId(wcm#WCM_EJBs.jar#EJBScheduler, null)); nested exception is: com.ibm.websphere.scheduler.TaskInvalid: SCHD0061E: The task information for task ID 4251 and owner token wcm was not found in the database. vmcid: 0x0 minor code: 0 completed: No
at com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:262)
at com.ibm.CORBA.iiop.UtilDelegateImpl.wrapException(UtilDelegateImpl.java:714)
at javax.rmi.CORBA.Util.wrapException(Util.java:296)
at com.ibm.workplace.wcm.util.scheduler.ejb._EJBScheduler_Stub.execute(_EJBScheduler_Stub.java:412)
at com.ibm.workplace.wcm.util.scheduler.service.SchedulerServiceImpl.execute(SchedulerServiceImpl.java:208)
... 49 more
Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: java.rmi.NoSuchObjectException: ; nested exception is:
javax.ejb.NoSuchObjectLocalException: TimerHandleImpl(4251, BeanId(wcm#WCM_EJBs.jar#EJBScheduler, null)); nested exception is: com.ibm.websphere.scheduler.TaskInvalid: SCHD0061E: The task information for task ID 4251 and owner token wcm was not found in the database. vmcid: 0x0 minor code: 0 completed: No
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:522)
at com.ibm.rmi.util.ProxyUtil.copyObject(ProxyUtil.java:341)
at com.ibm.CORBA.iiop.UtilDelegateImpl.copyObject(UtilDelegateImpl.java:819)
at javax.rmi.CORBA.Util.copyObject(Util.java:333)
at com.ibm.workplace.wcm.util.scheduler.ejb._EJBScheduler_Stub.execute(_EJBScheduler_Stub.java:411)
... 50 more

could anyone please help me on how to solve this, it's URGENT.

many thanks..

Neeraj Sidhaye

unread,
Jun 16, 2009, 1:39:14 AM6/16/09
to
I am sorry, the exception i mentioned in previous post is for Portal Enable version 6.1.0.1.

many thanks..

ff...@us.ibm.com

unread,
Jun 16, 2009, 12:49:33 PM6/16/09
to
Try this technote,
http://www-01.ibm.com/support/docview.wss?rs=203&ca=portall2&uid=swg21289958

-FF

The postings on this site are my own and do not necessarily represent the positions, strategies or opinions of IBM.

Neeraj Sidhaye

unread,
Jun 17, 2009, 4:33:19 AM6/17/09
to
Thanks much fang...

i tried running commands mentioned in the technote

first command "ConfigEngine remove-scheduler" ran successfully

second command "ConfigEngine create-scheduler" ran with no output on command console and with no error message.
and same thing happned with third commad "ConfigEngine create-scheduler-custom-property"

i think, second and third command didn't run as expected. could you suggest me what could be the cause for this ?

after running all these commands, i re-started portal server.
and on re-start i am getting excepiton for

com.ibm.websphere.csi.EJBContainerException: Scheduler Instance with JNDI name wps/Scheduler not found.

detailed exception is here

[6/17/09 13:13:23:216 IST] 0000000a ContainerImpl E WSVR0501E: Error creating component com.ibm.ws.runtime.component.ApplicationMgrImpl@75ca75ca
com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.RuntimeWarning: com.ibm.websphere.csi.EJBContainerException: Scheduler Instance with JNDI name wps/Scheduler not found.
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:823)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:564)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:191)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:526)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:192)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:140)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:461)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:336)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:91)
Caused by: com.ibm.ws.exception.RuntimeWarning: com.ibm.websphere.csi.EJBContainerException: Scheduler Instance with JNDI name wps/Scheduler not found.
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:3054)
at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3720)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1303)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:949)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2122)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: com.ibm.websphere.csi.EJBContainerException: Scheduler Instance with JNDI name wps/Scheduler not found.
at com.ibm.ws.runtime.component.EJBContainerImpl.getSchedulerInstance(EJBContainerImpl.java:2309)
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2793)
... 9 more

[6/17/09 13:13:23:216 IST] 0000000a I18nService I I18N0010I: The Internationalization service is started on WebSphere_Portal.
[6/17/09 13:13:23:232 IST] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_1 is listening on host * (IPv4) port 10027.
[6/17/09 13:13:23:232 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin.
[6/17/09 13:13:23:248 IST] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_2 is listening on host * (IPv4) port 10040.
[6/17/09 13:13:23:248 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefault.
[6/17/09 13:13:23:294 IST] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_3 is listening on host * (IPv4) port 10041.
[6/17/09 13:13:23:294 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure.
[6/17/09 13:13:23:310 IST] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_4 is listening on host * (IPv4) port 10035.
[6/17/09 13:13:23:310 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefaultSecure.
[6/17/09 13:13:23:310 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain1.
[6/17/09 13:13:23:310 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain2.
[6/17/09 13:13:23:451 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain3.
[6/17/09 13:13:23:466 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain4.
[6/17/09 13:13:23:466 IST] 0000000a ContainerImpl E WSVR0501E: Error creating component null [class com.ibm.ws.runtime.component.ApplicationServerImpl]
com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.RuntimeWarning: com.ibm.websphere.csi.EJBContainerException: Scheduler Instance with JNDI name wps/Scheduler not found.
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:823)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:564)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:191)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:526)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:192)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:140)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:461)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:336)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:91)
Caused by: com.ibm.ws.exception.RuntimeWarning: com.ibm.websphere.csi.EJBContainerException: Scheduler Instance with JNDI name wps/Scheduler not found.
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:3054)
at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3720)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1303)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:949)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2122)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: com.ibm.websphere.csi.EJBContainerException: Scheduler Instance with JNDI name wps/Scheduler not found.
at com.ibm.ws.runtime.component.EJBContainerImpl.getSchedulerInstance(EJBContainerImpl.java:2309)
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2793)
... 9 more

[6/17/09 13:13:23:466 IST] 00000024 SchedulerServ I SCHD0077I: The Scheduler Service is starting the Schedulers.
[6/17/09 13:13:23:466 IST] 00000024 SchedulerServ I SCHD0078I: The Scheduler Service has completed starting the Schedulers.
[6/17/09 13:13:23:482 IST] 0000000a RMIConnectorC A ADMC0026I: The RMI Connector is available at port 10031
[6/17/09 13:13:23:701 IST] 0000000a WsServerImpl A WSVR0002I: Server WebSphere_Portal open for e-business, problems occurred during startup


many thanks..

ff...@us.ibm.com

unread,
Jun 17, 2009, 11:00:22 AM6/17/09
to
What do yo mean by "didn't run as expected"? What's shown in ConfigTrace.log?

Neeraj Sidhaye

unread,
Jun 18, 2009, 8:40:15 AM6/18/09
to
Hi,

didn't run as expected meaning, when i simply run
ConfigEngine.bat
it was not executing poperly... i think ConfigEngine.bat got corrupted.

after this what i did is, i had a backup of wp_profile so i just replaced current wp_profile with backup and then my problem solved.

thanks much ...

0 new messages