IA column analysis error in IIS 8.5 Fix Pack 1

This forum contains ProfileStage posts and now focuses at newer versions Infosphere Information Analyzer.

Moderators: chulett, rschirm

Post Reply
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

IA column analysis error in IIS 8.5 Fix Pack 1

Post by arvind_ds »

Hi Experts,

I am getting below error while trying to run column analysis jobs by using IA in IIS 8.5 Fix Pack1 environment. Please note that I am using IIS 8.5 FP 1 clients to do this since server is also IIS 8.5 FP 1.

Interestingly If I use IIS 8.5.0.0 version IA client to run column analysis across same table on IIS 8.5 Fix Pack 1 server, then the column analysis jobs works fine.

It looks like there is some issue on IIS 8.5 FP 1 clients itself. I tried to uninstall the IIS 8.5 FP 1 clients on my machine and then re-installed it one more time but got the same error. Error details are given below.


Application Error:AN error occurred in the application. Save your work and restart the application.

Error:
System.TypeInitializationException: The type initializer for 'Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo' threw an exception. ---> Com.Ascential.Asb.Util.Invocation.EntryPointInstantiationException: <JavaException>
<Type>com/ascential/asb/util/invocation/EntryPointInstantiationException</Type>
<Message><![CDATA[An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"]]></Message>
<StackTrace><![CDATA[com.ascential.asb.util.invocation.EntryPointInstantiationException: An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"
at com.ascential.asb.util.invocation.EntryPointFactory.createImplementation(EntryPointFactory.java:269)
at com.ascential.acs.scheduling.SchedulingServiceFactory.getImplementation(SchedulingServiceFactory.java:305)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:44)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:516)
at com.ascential.asb.util.invocation.EntryPointFactory.createImplementation(EntryPointFactory.java:257)
... 1 more
Caused by: com.ascential.asb.util.invocation.EntryPointInstantiationException: An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"
at com.ascential.asb.util.invocation.ejb.EJBServiceCreator.<init>(EJBServiceCreator.java:125)
at com.ascential.acs.scheduling.ejb.EJBSchedulingService.<init>(EJBSchedulingService.java:53)
... 6 more
Caused by: javax.naming.ServiceUnavailableException: Could not obtain an initial context due to a communication failure. Since no provider URL was specified, the default provider URL of "corbaloc:iiop:1.0@ptpseelm-ws0020.ikeadt.com:2809/NameService" was used. Make sure that any bootstrap address information in the URL is correct and that the target name server is running. Possible causes other than an incorrect bootstrap address or unavailable name server include the network environment and workstation network configuration. [Root exception is org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused: connect:host=ptpseelm-ws0020.ikeadt.com,port=2809 vmcid: IBM minor code: E02 completed: No]
at com.ibm.ws.naming.util.WsnInitCtxFactory.mapInitialReferenceFailure(WsnInitCtxFactory.java:2233)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1419)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java:949)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:866)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:546)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
at javax.naming.InitialContext.lookup(InitialContext.java:455)
at com.ascential.asb.util.invocation.ejb.EJBServiceCreator.<init>(EJBServiceCreator.java:120)
... 7 more
Caused by: org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused: connect:host=ptpseelm-ws0020.ikeadt.com,port=2809 vmcid: IBM minor code: E02 completed: No
at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:425)
at com.ibm.ws.orbimpl.transport.WSTransport.getConnection(WSTransport.java:436)
at com.ibm.CORBA.transport.TransportBase.getConnection(TransportBase.java:187)
at com.ibm.rmi.iiop.TransportManager.get(TransportManager.java:89)
at com.ibm.rmi.iiop.GIOPImpl.getConnection(GIOPImpl.java:130)
at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:219)
at com.ibm.rmi.corba.Corbaloc.locateUsingINS(Corbaloc.java:307)
at com.ibm.rmi.corba.Corbaloc.resolve(Corbaloc.java:378)
at com.ibm.rmi.corba.ORB.objectURLToObject(ORB.java:3751)
at com.ibm.CORBA.iiop.ORB.objectURLToObject(ORB.java:3262)
at com.ibm.rmi.corba.ORB.string_to_object(ORB.java:3649)
at com.ibm.ws.naming.util.WsnInitCtxFactory.stringToObject(WsnInitCtxFactory.java:1529)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1394)
... 16 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:352)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:214)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:201)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:378)
at java.net.Socket.connect(Socket.java:537)
at java.net.Socket.connect(Socket.java:487)
at java.net.Socket.<init>(Socket.java:384)
at java.net.Socket.<init>(Socket.java:198)
at com.ibm.ws.orbimpl.transport.WSTCPTransportConnection.createSocket(WSTCPTransportConnection.java:270)
at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:354)
... 28 more
at Codemesh.JuggerNET.NTypeValue.Throw(Int64 inst)
at Codemesh.JuggerNET.JavaClass.ThrowTypedException(Int64 inst)
at Codemesh.JuggerNET.JavaMethod.call(Int64 inst, jvalue[] param)
at Codemesh.JuggerNET.JavaMethod.call_object(Int64 inst, jvalue[] param)
at Com.Ascential.Acs.Scheduling.SchedulingServiceFactory.GetImplementation()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo.GetComponents()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..ctor()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..cctor()]]></StackTrace>
</JavaException>
at Codemesh.JuggerNET.NTypeValue.Throw(Int64 inst)
at Codemesh.JuggerNET.JavaClass.ThrowTypedException(Int64 inst)
at Codemesh.JuggerNET.JavaMethod.call(Int64 inst, jvalue[] param)
at Codemesh.JuggerNET.JavaMethod.call_object(Int64 inst, jvalue[] param)
at Com.Ascential.Acs.Scheduling.SchedulingServiceFactory.GetImplementation()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo.GetComponents()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..ctor()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..cctor()
--- End of inner exception stack trace ---
at IBM.Mozart.Platform.Threading.WorkerThread.SubmitRequest(Request request) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Platform\src\Platform\Threading\WorkerThread.cs:line 448
at Ascential.Sorcerer.DataAnalysis.ColumnAnalysis.JobInitiation.UI.JobInitiationView.submitButtonClick(Object sender, EventArgs e)
at Ascential.Sorcerer.DataAnalysis.ColumnAnalysis.JobInitiation.UI.JobInitiationView.SubmitJob(Object sender, EventArgs e)
at Ascential.Sorcerer.DataAnalysis.ColumnAnalysis.JobInitiation.UI.JobInitiationView.submitMenuItemClick(Object sender, EventArgs e)
at IBM.Mozart.Controls.MozartMenuItem.OnClick(EventArgs e) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MozartMenuItem.cs:line 860
at IBM.Mozart.Controls.MozartPopupMenu.InternalShowPopup(Boolean selectFirst, Point screenPos, Point screenPosLeft, Point screenPosAlternate) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MozartPopupMenu.cs:line 1127
at IBM.Mozart.Controls.MozartPopupMenu.TrackPopup(Point screenPos, Point screenPosAlternate, Boolean selectFirst, Control sourceControl) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MozartPopupMenu.cs:line 890
at IBM.Mozart.Controls.MozartContextMenu.TrackPopup(Point screenPos, Point alternativePos, Boolean selectFirst) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MozartContextMenu.cs:line 331
at IBM.Mozart.Controls.MozartContextMenu.Show(Control control, Point pos, Point alternativePos, Boolean selectFirst) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MozartContextMenu.cs:line 363
at IBM.Mozart.Controls.MenuButton.ShowPopupMenu(Boolean invokedFromKey) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MenuButton.cs:line 980
at IBM.Mozart.Controls.MenuButton.OnMouseDown(MouseEventArgs e) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MenuButton.cs:line 528
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at IBM.Mozart.Controls.MozartButtonBase.WndProc(Message& m) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Controls\src\Controls\MozartButtonBase.cs:line 472
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Application Log:
[2011-05-05 09:47:53,333] [1796 ] [IBM.Mozart.Mozart ] [INFO ] Starting framework version 8.5.0.1-144
[2011-05-05 09:47:53,348] [1796 ] [IBM.Mozart.Mozart ] [DEBUG] Configuration setting for idle GC interval not specificed, using default [key=idleGCInterval, default=120000]
[2011-05-05 09:47:53,395] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Controls Version: 8.5.0.1-144
[2011-05-05 09:47:53,411] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Controls.Grid Version: 0.0.0.0
[2011-05-05 09:47:53,427] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.MFace Version: 8.5.0.1-144
[2011-05-05 09:47:53,458] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.ClientSettings Version: 8.5.0.1-144
[2011-05-05 09:47:53,473] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.UI Version: 8.5.0.1-144
[2011-05-05 09:47:53,489] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Commands Version: 0.0.0.0
[2011-05-05 09:47:53,505] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.ACS.UI Version: 0.0.0.0
[2011-05-05 09:47:53,520] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Sorcerer Version: 8.5.0.1-107
[2011-05-05 09:47:53,583] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Commands Version: 0.0.0.0
[2011-05-05 09:47:53,614] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.ThemeExtension Version: 8.5.0.1-144
[2011-05-05 09:47:53,645] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Controls.Chart Version: 8.5.0.1-144
[2011-05-05 09:47:53,677] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Controls.WebBrowser Version: 0.0.0.0
[2011-05-05 09:47:53,692] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.UI.GettingStarted Version: 8.5.0.1-144
[2011-05-05 09:47:53,708] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.SOA Version: 8.5.0.0-2439W
[2011-05-05 09:47:53,833] [1796 ] [IBM.Mozart.UI.Workbench ] [INFO ] Starting UI [threadId=1]
[2011-05-05 09:47:53,848] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Platform Version: 8.5.0.1-144
[2011-05-05 09:47:53,864] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: log4net Version: 1.2
[2011-05-05 09:47:53,911] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.Common Version: 8.5.0.1-107
[2011-05-05 09:47:53,927] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.EDM.Terms Version: 8.5.0.1-107
[2011-05-05 09:47:53,989] [1796 ] [.Mozart.Platform.MozartSession] [DEBUG] Configuration setting for authentication type not specified, using default [key=authentication, default=Server]
[2011-05-05 09:47:54,005] [1796 ] [Platform.Session.ServerSession] [DEBUG] Configuration setting for thread pool size not specified, using default [key=threadPoolSize, default=20]
[2011-05-05 09:47:54,005] [1796 ] [Platform.Session.ServerSession] [DEBUG] Configuration setting for thread pool size not specified, using default [key=trustedThreadPoolSize, default=20]
[2011-05-05 09:47:54,005] [1796 ] [Platform.Session.ServerSession] [DEBUG] Configuration setting for heartbeat interval not specified, using default [key=heartbeatTime, default=60000]
[2011-05-05 09:47:54,067] [1796 ] [M.Mozart.Controls.Themes.Theme] [DEBUG] Theming initialized for runtime mode.
[2011-05-05 09:47:54,130] [1796 ] [xtension.ThemeExtensionManager] [ERROR] [MOZART-THEMEEXTENSION-00002] Duplicate control type string in theme contributors:\n Control type 'Grid' was already specified in assembly 'Ascential.Sorcerer.DataAnalysis.DataQuality'; the new declaration for assembly 'IBM.Mozart.Controls.Grid' will be ignored.
[2011-05-05 09:47:54,130] [1796 ] [xtension.ThemeExtensionManager] [ERROR] [MOZART-THEMEEXTENSION-00002] Duplicate control type string in theme contributors:\n Control type 'Grid' was already specified in assembly 'Ascential.Sorcerer.DataAnalysis.DataQuality'; the new declaration for assembly 'IBM.Mozart.Controls.Grid' will be ignored.
[2011-05-05 09:47:54,145] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Creating theme manager instance using initial theme name 'normal'
[2011-05-05 09:47:54,161] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly IBM.Mozart.Controls
[2011-05-05 09:47:54,192] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 1050 items from file(s) normal in assembly IBM.Mozart.Controls
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly IBM.Mozart.UI
[2011-05-05 09:47:58,864] [1796 ] [ontrols.Themes.ThemeReaderBase] [DEBUG] A theme file entry for control type 'toolbar.workspace.refresh' was found in assembly IBM.Mozart.UI but no ThemeExtension associates this control type with any assembly.
[2011-05-05 09:47:58,864] [1796 ] [ontrols.Themes.ThemeReaderBase] [DEBUG] A theme file entry for control type 'toolbar.workspace.refresh' was found in assembly IBM.Mozart.UI but no ThemeExtension associates this control type with any assembly.
[2011-05-05 09:47:58,864] [1796 ] [ontrols.Themes.ThemeReaderBase] [DEBUG] A theme file entry for control type 'toolbar.workspace.refresh' was found in assembly IBM.Mozart.UI but no ThemeExtension associates this control type with any assembly.
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 322 items from file(s) normal in assembly IBM.Mozart.UI
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly IBM.Mozart.Commands
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 0 items from file(s) normal in assembly IBM.Mozart.Commands
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly IBM.Mozart.MFace
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 253 items from file(s) normal in assembly IBM.Mozart.MFace
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly IBM.Mozart.Controls.Grid
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 72 items from file(s) normal in assembly IBM.Mozart.Controls.Grid
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly IBM.Mozart.ClientSettings
[2011-05-05 09:47:58,864] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 0 items from file(s) normal in assembly IBM.Mozart.ClientSettings
[2011-05-05 09:48:09,098] [1220 ] [Platform.Session.ServerSession] [INFO ] Succesful authentication [username=avnm, server=lab-pii-d001.ikeadt.com, port=9080]
[2011-05-05 09:48:09,098] [1132 ] [Platform.Session.ServerSession] [DEBUG] Setting the current session on thread [threadname=, threadid=5, sessionid=A61B549E-21A9-4102-98D8-D00CDDB23A90]
[2011-05-05 09:48:09,114] [4000 ] [usBar.SchedulingStatusBarModel] [DEBUG] Configuration setting for status bar refresh interval not specificed, using default [key=statusBarRefreshTime, default=30000]
[2011-05-05 09:48:09,364] [1796 ] [orm.Threading.MozartThreadPool] [DEBUG] Configuration setting for thread idle timeout not specificed, using default [key=threadIdleTime, default=10000]
[2011-05-05 09:48:09,380] [Mozart Thread-Pooled WorkerThread 'ISF Pooled Worker'634401856893801439 ] [Platform.Session.ServerSession] [DEBUG] Setting the current session on thread [threadname=Mozart Thread-Pooled WorkerThread 'ISF Pooled Worker'634401856893801439, threadid=7, sessionid=A61B549E-21A9-4102-98D8-D00CDDB23A90]
[2011-05-05 09:48:09,395] [1796 ] [ozart.Platform.MozartPrincipal] [INFO ] Loaded roles for user [username=avnm, roles=RulesAuthor, RulesUser, SuiteUser, CMAdmin, SorcererAdmin, OmdAdmin, MDWUser, MDWAdministrator, WISDUser, OmdUser, CMUser, RulesManager, WISDCatalogManager, SuiteAdmin, FastTrackUser, DataStageAdmin, FastTrackAdministrator, WISDOperator, GlossaryAuthor, GlossaryUser, WISDAdministrator, GlossaryAdmin, SorcererUser, RulesAdministrator, WISDConsumer, GlossaryBasicUser, OmdAnalyst, SorcererDataAdmin, DataStageUser]
[2011-05-05 09:48:09,536] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.Project Version: 8.5.0.1-107
[2011-05-05 09:48:09,661] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] No theme extension module found for control type prefix 'view results'.
[2011-05-05 09:48:09,661] [1796 ] [.Controls.Themes.ThemedMapBase] [DEBUG] [MOZART-CONTROLS-00042] No string entry found for key 'View Results'; using and caching default value
[2011-05-05 09:48:10,802] [1796 ] [.UI.Workspace.PillarController] [DEBUG] Opening Pillar: IBM.Mozart.UI.Home.
[2011-05-05 09:48:10,802] [1796 ] [.UI.Workspace.PillarController] [DEBUG] Opening Pillar: IBM.Mozart.UI.Overview.
[2011-05-05 09:48:10,802] [1796 ] [.UI.Workspace.PillarController] [DEBUG] Opening Pillar: IBM.Mozart.UI.Investigate.
[2011-05-05 09:48:10,802] [1796 ] [.UI.Workspace.PillarController] [DEBUG] Opening Pillar: IBM.Mozart.UI.Develop.
[2011-05-05 09:48:10,802] [1796 ] [.UI.Workspace.PillarController] [DEBUG] Opening Pillar: IBM.Mozart.UI.Operate.
[2011-05-05 09:48:10,833] [1796 ] [UI.Workspace.ProjectController] [DEBUG] Opening Project: IBM.Mozart.UI.GlobalProject.
[2011-05-05 09:48:10,864] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.UI.Palettes Version: 8.5.0.1-144
[2011-05-05 09:48:13,848] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.MetaDataImport Version: 8.5.0.1-107
[2011-05-05 09:48:13,927] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.EDM Version: 8.5.0.1-107
[2011-05-05 09:48:13,958] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.PlatformSubjectArea Version: 8.5.0.1-107
[2011-05-05 09:48:13,973] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.AnalysisOptions Version: 8.5.0.1-107
[2011-05-05 09:48:14,005] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Mozart.Reports Version: 0.0.0.0
[2011-05-05 09:48:14,130] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.DataAnalysis.ColumnAnalysis Version: 8.5.0.1-107
[2011-05-05 09:48:14,145] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00098] Invalid item type specified in your pillar menu layout: Ascential.Sorcerer.TableAnalysis.PrimaryKeyAnalysis
[2011-05-05 09:48:14,145] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00098] Invalid item type specified in your pillar menu layout: Ascential.Sorcerer.ForeignKey
[2011-05-05 09:48:14,145] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00098] Invalid item type specified in your pillar menu layout: Ascential.Sorcerer.Commonality
[2011-05-05 09:48:14,161] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.BaselineAnalysis Version: 8.5.0.1-107
[2011-05-05 09:48:14,192] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.AnalysisResultsPublication Version: 8.5.0.1-107
[2011-05-05 09:48:14,192] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00097] Missing item type in your pillar menu layout extension: Ascential.Sorcerer.KeyAnalysis
[2011-05-05 09:48:14,255] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.KeyAnalysis Version: 8.5.0.1-107
[2011-05-05 09:48:14,255] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00097] Missing item type in your pillar menu layout extension: Ascential.Sorcerer.DataAnalysis.DataQuality.QualityControlItem
[2011-05-05 09:48:14,473] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.DataAnalysis.DataQuality Version: 8.5.0.1-107
[2011-05-05 09:48:14,489] [1796 ] [IBM.Mozart.UI.Workbench ] [DEBUG] Configuration setting for base help url not specificed
[2011-05-05 09:48:14,489] [1796 ] [IBM.Mozart.UI.Workbench ] [DEBUG] Use default help url = http://lab-pii-d001.ikeadt.com:9080/infocenter/topic/
[2011-05-05 09:48:14,505] [1796 ] [IBM.Mozart.UI.Workbench ] [ERROR] [MOZART-UI-00083] Duplicate help id found: Ascential.Sorcerer.PlatformSubjectArea.ValidateConnection
[2011-05-05 09:48:14,505] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00098] Invalid item type specified in your pillar menu layout: Ascential.Sorcerer.TableAnalysis.PrimaryKeyAnalysis
[2011-05-05 09:48:14,505] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00098] Invalid item type specified in your pillar menu layout: Ascential.Sorcerer.ForeignKey
[2011-05-05 09:48:14,505] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00098] Invalid item type specified in your pillar menu layout: Ascential.Sorcerer.Commonality
[2011-05-05 09:48:14,505] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00097] Missing item type in your pillar menu layout extension: Ascential.Sorcerer.KeyAnalysis
[2011-05-05 09:48:14,505] [1796 ] [UI.Workspace.PillarMenuManager] [WARN ] [MOZART-UI-00097] Missing item type in your pillar menu layout extension: Ascential.Sorcerer.DataAnalysis.DataQuality.QualityControlItem
[2011-05-05 09:48:14,505] [1796 ] [rkspace.ItemTypeControllerBase] [DEBUG] Opening Workspace: IBM.Mozart.UI.Home > IBM.Mozart.UI.HomePage (IBM.Mozart.UI.GlobalProject)
[2011-05-05 09:48:14,848] [1796 ] [.Mozart.Platform.MozartSession] [DEBUG] Configuration setting for default port not specificed, using default [key=defaultPort, default=80]
[2011-05-05 09:48:14,895] [Mozart Thread-Pooled WorkerThread 'ProjectComponentLoad'634401856948801439 ] [r.Common.Model.ProjectProvider] [DEBUG] Refreshing projects..
[2011-05-05 09:48:14,942] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: Ascential.Sorcerer.AssetInterchange Version: 8.5.0.1-107
[2011-05-05 09:48:15,036] [Mozart Thread-Pooled WorkerThread 'ProjectComponentLoad'634401856948801439 ] [lProviders.RealProjectProvider] [DEBUG] CallRefreshProjects
[2011-05-05 09:48:15,130] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [Platform.Session.ServerSession] [DEBUG] Setting the current session on thread [threadname=Mozart Thread-Single WorkerThread 'ISF Synchronized Worker', threadid=11, sessionid=A61B549E-21A9-4102-98D8-D00CDDB23A90]
[2011-05-05 09:48:15,145] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [mon.Util.SorcererSessionHelper] [DEBUG] Instantiating new session on lab-pii-d001.ikeadt.com:9080 for 'avnm'.
[2011-05-05 09:48:15,145] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [mon.Util.SorcererSessionHelper] [DEBUG] Contacting server to retrieve current ASBSession
[2011-05-05 09:48:15,552] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly IBM.Mozart.UI.Palettes
[2011-05-05 09:48:15,552] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 11 items from file(s) normal in assembly IBM.Mozart.UI.Palettes
[2011-05-05 09:48:15,552] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] No theme extension module found for control type prefix 'toolbar.workspace.refresh'.
[2011-05-05 09:48:17,067] [Mozart Thread-Pooled WorkerThread 'ProjectComponentLoad'634401856948801439 ] [lProviders.RealProjectProvider] [DEBUG] CallRefreshProjects - Got the list of projects
[2011-05-05 09:48:18,677] [Mozart Thread-Pooled WorkerThread 'ProjectComponentLoad'634401856948801439 ] [lProviders.RealProjectProvider] [DEBUG] CallRefreshProjects - DONE!
[2011-05-05 09:48:18,677] [Mozart Thread-Pooled WorkerThread 'ProjectComponentLoad'634401856948801439 ] [r.Common.Model.ProjectProvider] [DEBUG] Refreshing projects.. [DONE]
[2011-05-05 09:48:23,067] [1796 ] [UI.Workspace.ProjectController] [DEBUG] Opening Project: ec1481df.64b1b87d.ujjiskku4.satp1pd.3blhlq.oev87ipu7kac1g4dpt2ul.
[2011-05-05 09:48:23,067] [1796 ] [rkspace.ItemTypeControllerBase] [DEBUG] Opening Workspace: IBM.Mozart.UI.Overview > IBM.Mozart.UI.DashBoard (ec1481df.64b1b87d.ujjiskku4.satp1pd.3blhlq.oev87ipu7kac1g4dpt2ul)
[2011-05-05 09:48:23,255] [1796 ] [zart.Platform.ModuleDescriptor] [INFO ] [MOZART-PLATFORM-00042] Loading Module: IBM.Sorcerer.Startup Version: 8.5.0.1-107
[2011-05-05 09:48:23,302] [1796 ] [IBM.Mozart.UI.PortalContainer ] [DEBUG] PortalPanel.ConfigureAction has not been set in order to be able to configure a portal component from the context menu. Typically, you would set a PortalConfigureAction or a PortalConfigureWorkpsaceAction as the ConfigureAction on the PortalPanel
[2011-05-05 09:48:23,661] [1796 ] [ence.ImpliedPersistenceManager] [WARN ] [MOZART-UI-00024] Error creating adapter for type: Ascential.Sorcerer.Project.Dashboard.QualityTableTree.
[2011-05-05 09:48:23,692] [1796 ] [ence.ImpliedPersistenceManager] [WARN ] [MOZART-UI-00024] Error creating adapter for type: IBM.Mozart.MFace.FilterHeader.
[2011-05-05 09:48:24,005] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Refreshing project PiiModuleTest_IA
[2011-05-05 09:48:27,098] [1796 ] [rkspace.ItemTypeControllerBase] [DEBUG] Opening Workspace: IBM.Mozart.UI.Investigate > Ascential.Sorcerer.DataAnalysis.ColumnAnalysis.AnalysisSummary.AnalysisSummaryItem (ec1481df.64b1b87d.ujjiskku4.satp1pd.3blhlq.oev87ipu7kac1g4dpt2ul)
[2011-05-05 09:48:27,317] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: PiiModuleTestHost
[2011-05-05 09:48:27,364] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: PiiModuleTestDataStore
[2011-05-05 09:48:27,520] [ConfiguratorRefreshHelper0 ] [.Sorcerer.Common.Model.Project] [DEBUG] Starting project refresh... [ PiiModuleTest_IA]
[2011-05-05 09:48:27,536] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Attempting to load files(s) for normal from assembly Ascential.Sorcerer.Common
[2011-05-05 09:48:27,536] [1796 ] [t.Controls.Themes.ThemeManager] [DEBUG] Read 17 items from file(s) normal in assembly Ascential.Sorcerer.Common
[2011-05-05 09:48:27,583] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Refresing the MB...
[2011-05-05 09:48:27,583] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Creating MB...
[2011-05-05 09:48:27,583] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Creating MB... [DONE]
[2011-05-05 09:48:27,755] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Resetting children...
[2011-05-05 09:48:27,755] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Updating data source...
[2011-05-05 09:48:27,973] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] CallRefresh is DONE!
[2011-05-05 09:48:27,973] [ConfiguratorRefreshHelper0 ] [.Sorcerer.Common.Model.Project] [DEBUG] Done project refresh... [ PiiModuleTest_IA]
[2011-05-05 09:48:28,114] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: PiiModuleTestHost
[2011-05-05 09:48:28,130] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: PiiModuleTestDataStore
[2011-05-05 09:48:29,005] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: PIIDEV
[2011-05-05 09:48:29,942] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: BANK_CUSTOMERS
[2011-05-05 09:48:30,208] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: BANK1_CHECKING
[2011-05-05 09:48:30,302] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: BANK2_ACCOUNTS
[2011-05-05 09:48:30,364] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: BANK2_ACCOUNTS_TEST
[2011-05-05 09:48:30,489] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: BANK2_CUSTOMERS
[2011-05-05 09:48:30,552] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: BANK2_DEMOGRAPHICS
[2011-05-05 09:48:30,614] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: MKTEST
[2011-05-05 09:48:32,989] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Refresing the MB...
[2011-05-05 09:48:33,192] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Resetting children...
[2011-05-05 09:48:33,192] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Updating data source...
[2011-05-05 09:48:33,192] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] CallRefresh is DONE!
[2011-05-05 09:48:33,317] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [lProviders.RealProjectProvider] [DEBUG] Getting children for: BANK_CUSTOMERS
[2011-05-05 09:48:33,411] [1796 ] [rt.UI.Workspace.ItemController] [DEBUG] OpeningItem: SelectedItem: item id 'ec1481df.fee6c3ac.ujjiskl44.v2d86b6.bnf5rn.ht1ed1acdn1faq016em7r', name 'BANK_CUSTOMERS', no details..
[2011-05-05 09:48:33,802] [Mozart Thread-Pooled WorkerThread 'ISF Pooled Worker'634401857138020189 ] [Platform.Session.ServerSession] [DEBUG] Setting the current session on thread [threadname=Mozart Thread-Pooled WorkerThread 'ISF Pooled Worker'634401857138020189, threadid=9, sessionid=A61B549E-21A9-4102-98D8-D00CDDB23A90]
[2011-05-05 09:48:34,052] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Creating new EngineOption...
[2011-05-05 09:48:34,067] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Entering method EngineOption.InitializeEngineOptions
[2011-05-05 09:48:34,067] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Entering method EngineOption.InitializeRetainScripts
[2011-05-05 09:48:34,302] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Leaving method EngineOption.InitializeRetainScripts
[2011-05-05 09:48:34,302] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [trolsScheduler.ExecutionHelper] [DEBUG] Entering method ExecutionHelper.CreateJobProperties
[2011-05-05 09:48:34,848] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [trolsScheduler.ExecutionHelper] [DEBUG] Leaving method ExecutionHelper.CreateJobProperties
[2011-05-05 09:48:34,848] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Leaving method EngineOption.InitializeEngineOptions
[2011-05-05 09:48:35,083] [1796 ] [Services.RetryableCASOperation] [INFO ] Entering Method Constructor
[2011-05-05 09:48:35,333] [1796 ] [Services.RetryableCASOperation] [INFO ] Leaving Method Constructor
[2011-05-05 09:48:35,333] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [Services.RetryableCASOperation] [INFO ] Entering Method ListConnectors
[2011-05-05 09:48:36,067] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [vices.CasWrapperServiceGateway] [WARN ] [IA-COMMON-00001] The variable connector is NULL in method ListConnectors.
[2011-05-05 09:48:36,067] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [vices.CasWrapperServiceGateway] [WARN ] [IA-COMMON-00001] The variable connector is NULL in method ListConnectors.
[2011-05-05 09:48:36,067] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [vices.CasWrapperServiceGateway] [WARN ] [IA-COMMON-00001] The variable connector is NULL in method ListConnectors.
[2011-05-05 09:48:36,067] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [vices.CasWrapperServiceGateway] [WARN ] [IA-COMMON-00001] The variable connector is NULL in method ListConnectors.
[2011-05-05 09:48:36,067] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [vices.CasWrapperServiceGateway] [WARN ] [IA-COMMON-00001] The variable connector is NULL in method ListConnectors.
[2011-05-05 09:48:36,067] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [Services.RetryableCASOperation] [INFO ] Leaving Method ListConnectors
[2011-05-05 09:48:36,161] [1796 ] [Scheduler.Model.ServiceGateway] [DEBUG] Entering method ServiceGateway.GetDSOptionsDVO
[2011-05-05 09:48:36,161] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [Scheduler.Model.ServiceGateway] [DEBUG] Entering method ServiceGateway.InvokeGetDSOptionsDVO
[2011-05-05 09:48:36,223] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [Scheduler.Model.ServiceGateway] [DEBUG] Leaving method ServiceGateway.InvokeGetDSOptionsDVO
[2011-05-05 09:48:36,223] [1796 ] [Scheduler.Model.ServiceGateway] [DEBUG] Leaving method ServiceGateway.GetDSOptionsDVO
[2011-05-05 09:48:36,223] [1796 ] [Scheduler.Model.ServiceGateway] [DEBUG] Entering method ServiceGateway.GetDSOptionsDVO
[2011-05-05 09:48:36,223] [1796 ] [Scheduler.Model.ServiceGateway] [DEBUG] Leaving method ServiceGateway.GetDSOptionsDVO
[2011-05-05 09:48:36,223] [1796 ] [Scheduler.Model.ServiceGateway] [DEBUG] Entering method ServiceGateway.GetDSOptionsDVO
[2011-05-05 09:48:36,223] [1796 ] [Scheduler.Model.ServiceGateway] [DEBUG] Leaving method ServiceGateway.GetDSOptionsDVO
[2011-05-05 09:48:36,239] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] Begin constructor TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:36,239] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] Begin constructing TaskScheduleOriginWrapper in TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:36,239] [1796 ] [pers.TaskScheduleOriginWrapper] [DEBUG] Start Constructor TaskScheduleOriginWrapper::TaskScheduleOriginWrapper()
[2011-05-05 09:48:36,239] [1796 ] [ment.Model.TaskScheduleFactory] [DEBUG] Entering TaskScheduleFactory::GetItems - returning an empty array - Items not needed in Factory init
[2011-05-05 09:48:36,239] [1796 ] [ment.Model.TaskScheduleFactory] [DEBUG] Entering TaskScheduleFactory::GetComponents
[2011-05-05 09:48:36,255] [1796 ] [ment.Model.TaskScheduleFactory] [DEBUG] Entering TaskScheduleFactory::ServiceImpl
[2011-05-05 09:48:36,270] [1796 ] [ment.Model.TaskScheduleFactory] [DEBUG] Leaving TaskScheduleFactory::ServiceImpl
[2011-05-05 09:48:36,333] [1796 ] [ment.Model.TaskScheduleFactory] [DEBUG] Leaving TaskScheduleFactory::GetComponents
[2011-05-05 09:48:36,333] [1796 ] [pers.TaskScheduleOriginWrapper] [DEBUG] Begin inner loop for processing components in TaskScheduleOriginWrapper::TaskScheduleOriginWrapper()
[2011-05-05 09:48:36,333] [1796 ] [pers.TaskScheduleOriginWrapper] [DEBUG] End inner loop for processing components in TaskScheduleOriginWrapper::TaskScheduleOriginWrapper()
[2011-05-05 09:48:36,333] [1796 ] [pers.TaskScheduleOriginWrapper] [DEBUG] Leaving Constructor TaskScheduleOriginWrapper::TaskScheduleOriginWrapper()
[2011-05-05 09:48:36,333] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] End constructing TaskScheduleOriginWrapper in TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:36,348] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] End constructor TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:37,489] [1796 ] [ControlsScheduler.UI.Scheduler] [DEBUG] Exception getting ScheduleItem
System.TypeInitializationException: The type initializer for 'Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo' threw an exception. ---> Com.Ascential.Asb.Util.Invocation.EntryPointInstantiationException: <JavaException>
<Type>com/ascential/asb/util/invocation/EntryPointInstantiationException</Type>
<Message><![CDATA[An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"]]></Message>
<StackTrace><![CDATA[com.ascential.asb.util.invocation.EntryPointInstantiationException: An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"
at com.ascential.asb.util.invocation.EntryPointFactory.createImplementation(EntryPointFactory.java:269)
at com.ascential.acs.scheduling.SchedulingServiceFactory.getImplementation(SchedulingServiceFactory.java:305)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:44)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:516)
at com.ascential.asb.util.invocation.EntryPointFactory.createImplementation(EntryPointFactory.java:257)
... 1 more
Caused by: com.ascential.asb.util.invocation.EntryPointInstantiationException: An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"
at com.ascential.asb.util.invocation.ejb.EJBServiceCreator.<init>(EJBServiceCreator.java:125)
at com.ascential.acs.scheduling.ejb.EJBSchedulingService.<init>(EJBSchedulingService.java:53)
... 6 more
Caused by: javax.naming.ServiceUnavailableException: Could not obtain an initial context due to a communication failure. Since no provider URL was specified, the default provider URL of "corbaloc:iiop:1.0@ptpseelm-ws0020.ikeadt.com:2809/NameService" was used. Make sure that any bootstrap address information in the URL is correct and that the target name server is running. Possible causes other than an incorrect bootstrap address or unavailable name server include the network environment and workstation network configuration. [Root exception is org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused: connect:host=ptpseelm-ws0020.ikeadt.com,port=2809 vmcid: IBM minor code: E02 completed: No]
at com.ibm.ws.naming.util.WsnInitCtxFactory.mapInitialReferenceFailure(WsnInitCtxFactory.java:2233)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1419)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java:949)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:866)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:546)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
at javax.naming.InitialContext.lookup(InitialContext.java:455)
at com.ascential.asb.util.invocation.ejb.EJBServiceCreator.<init>(EJBServiceCreator.java:120)
... 7 more
Caused by: org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused: connect:host=ptpseelm-ws0020.ikeadt.com,port=2809 vmcid: IBM minor code: E02 completed: No
at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:425)
at com.ibm.ws.orbimpl.transport.WSTransport.getConnection(WSTransport.java:436)
at com.ibm.CORBA.transport.TransportBase.getConnection(TransportBase.java:187)
at com.ibm.rmi.iiop.TransportManager.get(TransportManager.java:89)
at com.ibm.rmi.iiop.GIOPImpl.getConnection(GIOPImpl.java:130)
at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:219)
at com.ibm.rmi.corba.Corbaloc.locateUsingINS(Corbaloc.java:307)
at com.ibm.rmi.corba.Corbaloc.resolve(Corbaloc.java:378)
at com.ibm.rmi.corba.ORB.objectURLToObject(ORB.java:3751)
at com.ibm.CORBA.iiop.ORB.objectURLToObject(ORB.java:3262)
at com.ibm.rmi.corba.ORB.string_to_object(ORB.java:3649)
at com.ibm.ws.naming.util.WsnInitCtxFactory.stringToObject(WsnInitCtxFactory.java:1529)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1394)
... 16 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:352)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:214)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:201)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:378)
at java.net.Socket.connect(Socket.java:537)
at java.net.Socket.connect(Socket.java:487)
at java.net.Socket.<init>(Socket.java:384)
at java.net.Socket.<init>(Socket.java:198)
at com.ibm.ws.orbimpl.transport.WSTCPTransportConnection.createSocket(WSTCPTransportConnection.java:270)
at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:354)
... 28 more
at Codemesh.JuggerNET.NTypeValue.Throw(Int64 inst)
at Codemesh.JuggerNET.JavaClass.ThrowTypedException(Int64 inst)
at Codemesh.JuggerNET.JavaMethod.call(Int64 inst, jvalue[] param)
at Codemesh.JuggerNET.JavaMethod.call_object(Int64 inst, jvalue[] param)
at Com.Ascential.Acs.Scheduling.SchedulingServiceFactory.GetImplementation()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo.GetComponents()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..ctor()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..cctor()]]></StackTrace>
</JavaException>
at Codemesh.JuggerNET.NTypeValue.Throw(Int64 inst)
at Codemesh.JuggerNET.JavaClass.ThrowTypedException(Int64 inst)
at Codemesh.JuggerNET.JavaMethod.call(Int64 inst, jvalue[] param)
at Codemesh.JuggerNET.JavaMethod.call_object(Int64 inst, jvalue[] param)
at Com.Ascential.Acs.Scheduling.SchedulingServiceFactory.GetImplementation()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo.GetComponents()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..ctor()
at Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo..cctor()
--- End of inner exception stack trace ---
at IBM.Mozart.Platform.Threading.WorkerThread.SubmitRequest(Request request) in c:\buildspace\mozart\85_maint\mozart\Modules\IBM.Mozart.Platform\src\Platform\Threading\WorkerThread.cs:line 448
at Ascential.Sorcerer.CommonControlsScheduler.Model.ScheduleTaskDescriptor.ConstructCommon()
at Ascential.Sorcerer.CommonControlsScheduler.UI.Scheduler.get_ScheduleItem()
at Ascential.Sorcerer.CommonControlsScheduler.UI.Scheduler.InitializeScheduler()
[2011-05-05 09:48:37,505] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] Begin constructor TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:37,505] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] Begin constructing TaskScheduleOriginWrapper in TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:37,505] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] End constructing TaskScheduleOriginWrapper in TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:37,505] [1796 ] [agement.Model.TaskScheduleItem] [DEBUG] End constructor TaskScheduleItem::TaskScheduleItem()
[2011-05-05 09:48:37,614] [1796 ] [.MFace.Viewers.MozartTableTree] [WARN ] [MOZART_MFACE-00022] Already collapsed in CollapseRow(10)
[2011-05-05 09:48:37,614] [1796 ] [.MFace.Viewers.MozartTableTree] [WARN ] [MOZART_MFACE-00022] Already collapsed in CollapseRow(9)
[2011-05-05 09:48:37,614] [1796 ] [.MFace.Viewers.MozartTableTree] [WARN ] [MOZART_MFACE-00022] Already collapsed in CollapseRow(8)
[2011-05-05 09:48:37,614] [1796 ] [.MFace.Viewers.MozartTableTree] [WARN ] [MOZART_MFACE-00022] Already collapsed in CollapseRow(7)
[2011-05-05 09:48:37,614] [1796 ] [.MFace.Viewers.MozartTableTree] [WARN ] [MOZART_MFACE-00022] Already collapsed in CollapseRow(6)
[2011-05-05 09:48:37,614] [1796 ] [.MFace.Viewers.MozartTableTree] [WARN ] [MOZART_MFACE-00022] Already collapsed in CollapseRow(5)
[2011-05-05 09:48:38,052] [1796 ] [I.Workspace.TaskControllerBase] [DEBUG] Opening Task: SelectedItem: item id 'ec1481df.fee6c3ac.ujjiskl44.v2d86b6.bnf5rn.ht1ed1acdn1faq016em7r', name 'BANK_CUSTOMERS', no details. > Ascential.Sorcerer.DataAnalysis.ColumnAnalysis.AnalysisSummary.AnalysisSummaryItem.NewColumnAnalysisTask
[2011-05-05 09:48:40,973] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Entering method EngineOption.ValidatePXConfigFilePath
[2011-05-05 09:48:40,973] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Leaving method EngineOption.ValidatePXConfigFilePath
[2011-05-05 09:48:40,973] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [trolsScheduler.ExecutionHelper] [DEBUG] Entering method ExecutionHelper.CreateJobProperties
[2011-05-05 09:48:41,567] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [trolsScheduler.ExecutionHelper] [DEBUG] Leaving method ExecutionHelper.CreateJobProperties
[2011-05-05 09:48:41,645] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Entering method EngineOption.PopulateEngineProperties
[2011-05-05 09:48:41,645] [1796 ] [onPages.Pluggable.EngineOption] [DEBUG] Leaving method EngineOption.PopulateEngineProperties
[2011-05-05 09:48:41,927] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [tial.Sorcerer.Common.IAMessage] [WARN ] [IA-COMMON-00001] The variable message is NULL in method FormatForUI.
[2011-05-05 09:48:41,927] [Mozart Thread-Single WorkerThread 'ISF Synchronized Worker' ] [nitiation.UI.JobInitiationView] [WARN ] [IA-UNKNOWN-00000]
System.TypeInitializationException: The type initializer for 'Ascential.Sorcerer.Common.Common.Util.ScheduledTaskOriginInfo' threw an exception. ---> Com.Ascential.Asb.Util.Invocation.EntryPointInstantiationException: <JavaException>
<Type>com/ascential/asb/util/invocation/EntryPointInstantiationException</Type>
<Message><![CDATA[An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"]]></Message>
<StackTrace><![CDATA[com.ascential.asb.util.invocation.EntryPointInstantiationException: An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"
at com.ascential.asb.util.invocation.EntryPointFactory.createImplementation(EntryPointFactory.java:269)
at com.ascential.acs.scheduling.SchedulingServiceFactory.getImplementation(SchedulingServiceFactory.java:305)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:44)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:516)
at com.ascential.asb.util.invocation.EntryPointFactory.createImplementation(EntryPointFactory.java:257)
... 1 more
Caused by: com.ascential.asb.util.invocation.EntryPointInstantiationException: An error occurred trying to instantiate an object of the entry point client implementation "com.ascential.acs.scheduling.ejb.EJBSchedulingService"
at com.ascential.asb.util.invocation.ejb.EJBServiceCreator.<init>(EJBServiceCreator.java:125)
at com.ascential.acs.scheduling.ejb.EJBSchedulingService.<init>(EJBSchedulingService.java:53)
... 6 more
Caused by: javax.naming.ServiceUnavailableException: Could not obtain an initial context due to a communication failure. Since no provider URL was specified, the default provider URL of "corbaloc:iiop:1.0@ptpseelm-ws0020.ikeadt.com:2809/NameService" was used. Make sure that any bootstrap address information in the URL is correct and that the target name server is running. Possible causes other than an incorrect bootstrap address or unavailable name server include the network environment and workstation network configuration. [Root exception is org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused: connect:host=ptpseelm-ws0020.ikeadt.com,port=2809 vmcid: IBM minor code: E02 completed: No]
at com.ibm.ws.naming.util.WsnInitCtxFactory.mapInitialReferenceFailure(WsnInitCtxFactory.java:2233)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1419)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java:949)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:866)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:546)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
at javax.naming.InitialContext.lookup(InitialContext.java:455)
at com.ascential.asb.util.invocation.ejb.EJBServiceCreator.<init>(EJBServiceCreator.java:120)
... 7 more
Caused by: org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused: connect:host=ptpseelm-ws0020.ikeadt.com,port=2809 vmcid: IBM minor code: E02 completed: No
at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:425)
at com.ibm.ws.orbimpl.transport.WSTransport.getConnection(WSTransport.java:436)
at com.ibm.CORBA.transport.TransportBase.getConnection(TransportBase.java:187)
at com.ibm.rmi.iiop.TransportManager.get(TransportManager.java:89)
at com.ibm.rm
Arvind
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Was this a "run now" or a scheduled job? There is also a transient Java "connection refused" error in the application log - perhaps if you try again a little later?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

This seems like a better home...
-craig

"You can never have too many knives" -- Logan Nine Fingers
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Ray,

This was a "run now" action. I tried to run the column analysis jobs at a later time also but everytime I got the same error.

Well, I have created a PMR with IBM support on this issue.I will feedback the solution on this forum once I get any from support.
Arvind
Brett
Participant
Posts: 12
Joined: Tue Sep 08, 2009 4:57 pm
Location: Sydney

Post by Brett »

I also broke the ability to submit profile jobs after applying FP1 and is currently with IBM for a fix.

However you can still run profiles etc using the IAJOB command line option.
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Thank you Brett.

Now I can also run the IA jobs from command line by using IAJob utility but I haven't heard anything from the vendor so far reagrding GUI issue in IA.
Arvind
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Hi Experts,

This is a bug in IIS 8.5 Fix Pack 1 and IBM has to provide a fix for this.This is the latest update I got from Support.
Arvind
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

hi,
is the bug on client side or server?
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Hi,

I will get more updates from Support probably on 15th of June 2011.Thereafter I can tell you, whether its a client side fix or server or both.

Till that time, thanks and bye
Arvind
Brett
Participant
Posts: 12
Joined: Tue Sep 08, 2009 4:57 pm
Location: Sydney

Post by Brett »

The patch for this issue is ready - I suffered from a similar inability to run profiles - should be available from your local IBM support - I tested it this morning and it does appear to correct the problem.
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Yes, it is a client only patch and the below two APARs are needed to address the column analysis issue

(1) JR39566
(2) JR39684

Thank you.
Arvind
bkamila
Premium Member
Premium Member
Posts: 29
Joined: Tue Jun 14, 2005 5:01 pm
Location: Mascot

Post by bkamila »

We have recently installed the 8.5 and applied Fixpack1. Is there any way to know if the following APARs are included in the Fixpack1?
(1) JR39566
(2) JR39684
BANA KAMILA
BI, Data Warehouse and Database Consultant
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When you search for fixes/patches at Fix Central, the information about FP1 should show you what's included in it. Otherwise you can read the relase notes for Fix Pack 1 in the Information Center.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply