Forge Failed due to : Assertion failed: persistenceImpl != NULL

Am trying to run the Endeca baseline but getting failed frequently with the below error. Tried running three times continously after failing , but no hope for each time.
[04.16.13 17:25:45] INFO: [ITLHost] Starting component 'Forge'.
[04.16.13 17:25:51] SEVERE: Batch component 'Forge' failed. Refer to component
logs in D:\Endeca\Apps\tescoDirectBeta\config\script\..\..\.\logs\forges\Forge o
n host ITLHost.
Occurred while executing line 51 of valid BeanShell script:
Under Forge logs :
FORGE     {config}: Assertion failed: persistenceImpl != NULL
FORGE     {config}: Forge failed with 1 error and 0 warnings.
Do you have any idea why it is failing ?
Edited by: 1000653 on Apr 17, 2013 8:36 AM

Duplicate post.
"FDPSTP failed due to ORA-06550: line1 ,column:" Wrong number of types of
"FDPSTP failed due to ORA-06550: line1 ,column:"   Wrong number of types of

Similar Messages

  • Forge failed endeca 6.1.3

    Hi,
    I am trying to deploy application on ubuntu. But while execting baseline_update.sh gettting exception at forge. As per instruction, i also checked in forge logs but logs are empty. Please help me out from this.
    Following is error:
    [05.15.13 22:47:04] INFO: [ITLHost] Starting shell utility 'move_-toprocessing'.
    [05.15.13 22:47:05] INFO: [ITLHost] Starting copy utility 'fetch_config_to_input_for_forge_Forge'.
    [05.15.13 22:47:05] INFO: [ITLHost] Starting backup utility 'backup_log_dir_for_component_Forge'.
    [05.15.13 22:47:07] INFO: [ITLHost] Starting component 'Forge'.
    [05.15.13 22:47:08] SEVERE: Batch component 'Forge' failed. Refer to component logs in /data/endeca/apps/wineapp/./logs/forges/Forge on host ITLHost.
    Occurred while executing line 30 of valid BeanShell script:
    27|
    28| // archive logs and run ITL
    29| Forge.archiveLogDir();
    30| Forge.run();
    31| Dgidx.archiveLogDir();
    32| Dgidx.run();
    33|
    [05.15.13 22:47:08] SEVERE: Caught an exception while invoking method 'run' on object 'BaselineUpdate'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.component.BatchComponent run - Batch component 'Forge' failed. Refer to component logs in /data/endeca/apps/wineapp/./logs/forges/Forge on host ITLHost.
    [05.15.13 22:47:08] INFO: Released lock 'update_lock'.

    hi Micheal/Patrick,
    proccess.0.log, main.0.log and invoke.0.log are empty. following are contents of main.1.log and invoke.1.log (both are same):
    May 15, 2013 11:34:20 PM UtilityPortSOAPBindingImpl
    SEVERE: 'List directory contents' request encountered an error for application 'wineapp'
    com.endeca.esf.shared.EsfException: org.codehaus.xfire.fault.XFireFault: File path data/endeca/apps/wineapp/./data/ matches no directories on remote host.
         at com.endeca.esf.shared.XFireClientInvocationHandler.invoke(XFireClientInvocationHandler.java:41)
         at $Proxy15.listFiles(Unknown Source)
         at com.endeca.esf.delegate.services.filelist.FileListClient.listFiles(FileListClient.java:39)
         at com.endeca.esf.centralserver.UtilityImpl.listDirectoryContents(UtilityImpl.java:63)
         at com.endeca.esf.centralserver.UtilityLockingProxy.listDirectoryContents(UtilityLockingProxy.java:82)
         at com.endeca.esf.centralserver.service.UtilityPortSOAPBindingImpl.listDirectoryContents(UtilityPortSOAPBindingImpl.java:93)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
         at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
         at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
         at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
         at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: org.codehaus.xfire.fault.XFireFault: File path data/endeca/apps/wineapp/./data/ matches no directories on remote host.
         at org.codehaus.xfire.fault.Soap11FaultSerializer.readMessage(Soap11FaultSerializer.java:31)
         at org.codehaus.xfire.fault.SoapFaultSerializer.readMessage(SoapFaultSerializer.java:28)
         at org.codehaus.xfire.soap.handler.ReadHeadersHandler.checkForFault(ReadHeadersHandler.java:111)
         at org.codehaus.xfire.soap.handler.ReadHeadersHandler.invoke(ReadHeadersHandler.java:67)
         at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
         at org.codehaus.xfire.client.Client.onReceive(Client.java:387)
         at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:139)
         at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
         at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
         at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
         at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75)
         at org.codehaus.xfire.client.Client.invoke(Client.java:335)
         at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
         at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
         at $Proxy15.listFiles(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.endeca.esf.shared.XFireClientInvocationHandler.invoke(XFireClientInvocationHandler.java:22)
         ... 35 more
    contents of proccess.1.log
    May 15, 2013 11:34:21 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_dgraph-config)
    May 15, 2013 11:34:21 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_dgraph-config): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/web_studio/dgraph_config");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:21 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4463 for TaskId(UTILITY,wineapp,mkpath_dgraph-config)
    May 15, 2013 11:34:21 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_dgraph-config) has finished with status NotRunning
    May 15, 2013 11:34:22 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_temp)
    May 15, 2013 11:34:22 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_temp): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/web_studio/temp");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:22 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4466 for TaskId(UTILITY,wineapp,mkpath_temp)
    May 15, 2013 11:34:22 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_temp) has finished with status NotRunning
    May 15, 2013 11:34:22 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_complete-index-config)
    May 15, 2013 11:34:22 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_complete-index-config): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/complete_index_config");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:22 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4472 for TaskId(UTILITY,wineapp,mkpath_complete-index-config)
    May 15, 2013 11:34:23 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_complete-index-config) has finished with status NotRunning
    May 15, 2013 11:34:23 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_config)
    May 15, 2013 11:34:23 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_config): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/web_studio/config");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:23 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4476 for TaskId(UTILITY,wineapp,mkpath_config)
    May 15, 2013 11:34:23 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_config) has finished with status NotRunning
    May 15, 2013 11:34:24 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_incoming)
    May 15, 2013 11:34:24 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_incoming): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/incoming");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:24 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4480 for TaskId(UTILITY,wineapp,mkpath_incoming)
    May 15, 2013 11:34:24 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_incoming) has finished with status NotRunning
    May 15, 2013 11:34:25 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_incoming)
    May 15, 2013 11:34:25 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_incoming): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/partials/incoming");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:25 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4483 for TaskId(UTILITY,wineapp,mkpath_incoming)
    May 15, 2013 11:34:25 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_incoming) has finished with status NotRunning
    May 15, 2013 11:34:26 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_cumulative-partials)
    May 15, 2013 11:34:26 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_cumulative-partials): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/partials/cumulative_partials");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:26 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4486 for TaskId(UTILITY,wineapp,mkpath_cumulative-partials)
    May 15, 2013 11:34:26 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_cumulative-partials) has finished with status NotRunning
    May 15, 2013 11:34:28 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_local-dgraph-input)
    May 15, 2013 11:34:28 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_local-dgraph-input): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/dgraphs/local_dgraph_input");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:28 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4489 for TaskId(UTILITY,wineapp,mkpath_local-dgraph-input)
    May 15, 2013 11:34:28 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_local-dgraph-input) has finished with status NotRunning
    May 15, 2013 11:34:29 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_local-cumulative-partials)
    May 15, 2013 11:34:29 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_local-cumulative-partials): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/dgraphs/local_cumulative_partials");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:29 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4492 for TaskId(UTILITY,wineapp,mkpath_local-cumulative-partials)
    May 15, 2013 11:34:29 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_local-cumulative-partials) has finished with status NotRunning
    May 15, 2013 11:34:29 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_local-dgraph-config)
    May 15, 2013 11:34:29 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_local-dgraph-config): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/dgraphs/local_dgraph_config");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:29 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4495 for TaskId(UTILITY,wineapp,mkpath_local-dgraph-config)
    May 15, 2013 11:34:30 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_local-dgraph-config) has finished with status NotRunning
    May 15, 2013 11:34:30 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_local-xquery)
    May 15, 2013 11:34:30 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_local-xquery): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./data/dgraphs/local_xquery");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:30 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4498 for TaskId(UTILITY,wineapp,mkpath_local-xquery)
    May 15, 2013 11:34:30 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_local-xquery) has finished with status NotRunning
    May 15, 2013 11:34:33 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,mkpath_input)
    May 15, 2013 11:34:33 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,mkpath_input): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;my @dirs = File::Spec->splitdir("./reports/input");my $path = undef; foreach my $cur (@dirs) { if (defined $path) {$path = File::Spec->catdir($path, $cur); } else { $path = $cur; }if ($path) { my $res = mkdir($path); if (! $res && $! ne "File exists"){ die "Failed to create the directory $path: $!"; }}}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:33 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4501 for TaskId(UTILITY,wineapp,mkpath_input)
    May 15, 2013 11:34:33 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,mkpath_input) has finished with status NotRunning
    May 15, 2013 11:34:41 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,emgr_update_get_ws_settings)
    May 15, 2013 11:34:41 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,emgr_update_get_ws_settings): $ENDECA_ROOT/bin/emgr_update host v-VirtualBox:8006 app_name wineapp action get_ws_settings dir /data/endeca/apps/wineapp/./data/web_studio/config prefix wineapp ignore_warnings STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:34:41 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4504 for TaskId(UTILITY,wineapp,emgr_update_get_ws_settings)
    May 15, 2013 11:34:42 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    SEVERE: TaskId(UTILITY,wineapp,emgr_update_get_ws_settings) has finished with status Failed - TaskId(UTILITY,wineapp,emgr_update_get_ws_settings) has failed.
    May 15, 2013 11:37:50 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,emgr_update_remove_all_settings)
    May 15, 2013 11:37:50 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,emgr_update_remove_all_settings): $ENDECA_ROOT/bin/emgr_update host v-VirtualBox:8006 app_name wineapp action remove_all_settings ignore_warnings STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:37:50 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4570 for TaskId(UTILITY,wineapp,emgr_update_remove_all_settings)
    May 15, 2013 11:37:51 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,emgr_update_remove_all_settings) has finished with status NotRunning
    May 15, 2013 11:38:07 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,emgr_update_get_ws_settings)
    May 15, 2013 11:38:07 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,emgr_update_get_ws_settings): $ENDECA_ROOT/bin/emgr_update host v-VirtualBox:8006 app_name wineapp action get_ws_settings dir /data/endeca/apps/wineapp/./data/web_studio/config prefix wineapp ignore_warnings STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:38:07 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4597 for TaskId(UTILITY,wineapp,emgr_update_get_ws_settings)
    May 15, 2013 11:38:07 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,emgr_update_get_ws_settings) has finished with status NotRunning
    May 15, 2013 11:38:07 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,fetch_dev_studio_config)
    May 15, 2013 11:38:07 PM com.endeca.esf.delegate.task.FileCopyTask updateStatus
    INFO: TaskId(UTILITY,wineapp,fetch_dev_studio_config) has finished with status NotRunning
    May 15, 2013 11:38:08 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,emgr_update_update_mgr_settings)
    May 15, 2013 11:38:09 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,emgr_update_update_mgr_settings): $ENDECA_ROOT/bin/emgr_update host v-VirtualBox:8006 app_name wineapp action update_mgr_settings dir /data/endeca/apps/wineapp/./data/complete_index_config prefix wineapp ignore_warnings STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:38:09 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4605 for TaskId(UTILITY,wineapp,emgr_update_update_mgr_settings)
    May 15, 2013 11:38:15 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,emgr_update_update_mgr_settings) has finished with status NotRunning
    May 15, 2013 11:39:59 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,emgr_update_get_ws_settings)
    May 15, 2013 11:39:59 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,emgr_update_get_ws_settings): $ENDECA_ROOT/bin/emgr_update host v-VirtualBox:8006 app_name wineapp action get_ws_settings dir /data/endeca/apps/wineapp/./data/web_studio/config prefix wineapp ignore_warnings --filter   STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:39:59 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4726 for TaskId(UTILITY,wineapp,emgr_update_get_ws_settings)
    May 15, 2013 11:40:01 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,emgr_update_get_ws_settings) has finished with status NotRunning
    May 15, 2013 11:40:01 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,cleanDir_complete-index-config)
    May 15, 2013 11:40:01 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,cleanDir_complete-index-config): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy;sub conditionalRmDir { my $path = shift; my $res = opendir(DIR, $path); if ($res) {my @children = readdir(DIR); closedir(DIR); foreach my $child (@children) {if ($child ne "." && $child ne "..") { my $next = File::Spec->catdir($path, $child);if (-f $next || -l $next) { unlink($next); } elsif (-d $next) { conditionalRmDir($next); }else { die "File $next is of unknown file type and cannot be removed!";}}}$res = rmdir($path);} if (! $res && $! ne "No such file or directory") {die "Failed to remove directory $path: $!";}} conditionalRmDir("/data/endeca/apps/wineapp/./data/complete_index_config");mkdir("/data/endeca/apps/wineapp/./data/complete_index_config") or die "Failed to re-create cleaned directory: $!.";' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:40:02 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4744 for TaskId(UTILITY,wineapp,cleanDir_complete-index-config)
    May 15, 2013 11:40:02 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,cleanDir_complete-index-config) has finished with status NotRunning
    May 15, 2013 11:40:02 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,fetch_dev_studio_config)
    May 15, 2013 11:40:02 PM com.endeca.esf.delegate.task.FileCopyTask updateStatus
    INFO: TaskId(UTILITY,wineapp,fetch_dev_studio_config) has finished with status NotRunning
    May 15, 2013 11:40:02 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,fetch_web_studio_config_file_wineapp.thesaurus.xml)
    May 15, 2013 11:40:02 PM com.endeca.esf.delegate.task.FileCopyTask updateStatus
    INFO: TaskId(UTILITY,wineapp,fetch_web_studio_config_file_wineapp.thesaurus.xml) has finished with status NotRunning
    May 15, 2013 11:40:02 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,fetch_web_studio_config_file_wineapp.merch_rule_group_default.xml)
    May 15, 2013 11:40:03 PM com.endeca.esf.delegate.task.FileCopyTask updateStatus
    INFO: TaskId(UTILITY,wineapp,fetch_web_studio_config_file_wineapp.merch_rule_group_default.xml) has finished with status NotRunning
    May 15, 2013 11:40:03 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,fetch_web_studio_config_file_wineapp.merch_rule_group_default_redirects.xml)
    May 15, 2013 11:40:03 PM com.endeca.esf.delegate.task.FileCopyTask updateStatus
    INFO: TaskId(UTILITY,wineapp,fetch_web_studio_config_file_wineapp.merch_rule_group_default_redirects.xml) has finished with status NotRunning
    May 15, 2013 11:40:03 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,move_-toprocessing)
    May 15, 2013 11:40:04 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,move_-toprocessing): $ENDECA_ROOT/perl/bin/perl -e 'use strict; use File::Spec; use File::Copy; use File::Glob qw/:glob/;my $source = "/data/endeca/apps/wineapp/./data/incoming/\*"; $source =~ s/[\\\/]+$//;my @sources = bsd_glob($source); foreach my $file (@sources) {my @fromPath = File::Spec->splitdir($file); if (scalar @fromPath eq 0) { die "Failed to split path: $!"; } my $fromRelative = @fromPath[scalar @fromPath - 1];my $toFile = "/data/endeca/apps/wineapp/./data/processing"; if ( -d $toFile ) { $toFile =File::Spec->catdir($toFile, $fromRelative); } my $res = move($file, $toFile);if (! $res) { die "Failed to move $file to$toFile: $!"; }}' STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:40:04 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4751 for TaskId(UTILITY,wineapp,move_-toprocessing)
    May 15, 2013 11:40:04 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,move_-toprocessing) has finished with status NotRunning
    May 15, 2013 11:40:04 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,fetch_config_to_input_for_forge_Forge)
    May 15, 2013 11:40:04 PM com.endeca.esf.delegate.task.FileCopyTask updateStatus
    INFO: TaskId(UTILITY,wineapp,fetch_config_to_input_for_forge_Forge) has finished with status NotRunning
    May 15, 2013 11:40:04 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting TaskId(UTILITY,wineapp,backup_log_dir_for_component_Forge)
    May 15, 2013 11:40:04 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(UTILITY,wineapp,backup_log_dir_for_component_Forge): /data/endeca/PlatformServices/6.1.0/perl/bin/perl "/data/endeca/PlatformServices/6.1.0/bin/Archive.pl" "--backupmethod" "move" "--numbackups" "10" "backup" "/data/endeca/apps/wineapp/./logs/forges/Forge" STARTDIR: /data/endeca/PlatformServices/workspace/working/wineapp/archive ENV VARS: PERLLIB=/data/endeca/PlatformServices/6.1.0/perl:/data/endeca/PlatformServices/6.1.0/perl/lib/5.8.3 PERL5LIB=/data/endeca/PlatformServices/6.1.0/perl:/data/endeca/PlatformServices/6.1.0/perl/lib/5.8.3
    May 15, 2013 11:40:05 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4755 for TaskId(UTILITY,wineapp,backup_log_dir_for_component_Forge)
    May 15, 2013 11:40:05 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    INFO: TaskId(UTILITY,wineapp,backup_log_dir_for_component_Forge) has finished with status NotRunning
    May 15, 2013 11:40:07 PM com.endeca.esf.delegate.task.AbstractTask start
    INFO: Starting forge 'Forge'
    May 15, 2013 11:40:07 PM com.endeca.esf.delegate.procctrl.ProcessControlImpl startProcess
    INFO: Starting process for TaskId(COMPONENT,wineapp,Forge): /data/endeca/PlatformServices/6.1.0/bin/forge "-vw" "--logDir" "/data/endeca/apps/wineapp/./logs/forges/Forge" "--outputPrefix" "wineapp" "--inputDir" "/data/endeca/apps/wineapp/data/processing" "--outputDir" "/data/endeca/apps/wineapp/data/forge_output" "--stateDir" "/data/endeca/apps/wineapp/data/state" "--numPartitions" "1" "--tmpDir" "/data/endeca/apps/wineapp/data/temp" "-o" "/data/endeca/apps/wineapp/logs/forges/Forge/Forge.log" "/data/endeca/apps/wineapp/data/processing/pipeline.epx" STARTDIR: /data/endeca/apps/wineapp
    May 15, 2013 11:40:07 PM com.endeca.esf.delegate.task.ProcessHandlePollingTask startProcess
    INFO: Started process 4757 for forge 'Forge'
    May 15, 2013 11:40:07 PM com.endeca.esf.delegate.task.BatchTask updateStatus
    SEVERE: forge 'Forge' has finished with status Failed - forge 'Forge' has failed.

  • Solved error joining network:  airportd MIG failed = -4 ((null))

    My old PowerBook G4 (DVI) would not connect to the AirPort Express network I created just for 802.11b devices. All I would get is a "Connection failed" dialog and this in the console: airportd MIG failed = -4 ((null))
    Turns out the problem was I had selected WPA2 as the only connection option and the 'classic' AirPort card in the PowerBook doesn't support WPA2. Returning to WPA/WPA2 fixed the problem.

    I have no such problem. I compiled it again when I read your post. Here's my PKGBUILD.
    # $Id$
    # Maintainer: Tobias Powalowski <[email protected]>
    # Contributor: judd <[email protected]>
    pkgname=alsa-utils
    pkgver=1.0.24.2
    pkgrel=1
    pkgdesc="An alternative implementation of Linux sound support"
    arch=('i686' 'x86_64')
    url="http://www.alsa-project.org"
    #can not use >=$pkgver due to use of letters in alsa-lib update versioning
    depends=("alsa-lib>1.0.22.99" 'dialog' 'pciutils' 'ncurses')
    makedepends=('xmlto' 'docbook-xsl')
    license=('GPL')
    source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
    alsa
    alsaconf.patch
    alsa.conf.d)
    backup=(etc/conf.d/alsa)
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    patch -Np1 -i ../alsaconf.patch
    ./configure --prefix=/usr
    make
    package() {
    cd ${srcdir}/${pkgname}-${pkgver}
    make DESTDIR=${pkgdir} install
    install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
    install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
    # dir where to save ALSA state
    install -d ${pkgdir}/var/lib/alsa
    md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
    '3ef812cae83053d01cd560284efad71f'
    '2894f85d3ae1dc9d40a27aec5e50db45'
    '4c8ae9f976c7df5e271a4cb91ccc7767')

  • WARNING: ExternalInterface generation failed: WebServiceName : null

    Hello experts,
    I have created a WebService using stateless session bean and deployed it on J2EE server. After successfuly testing that webservice on the server, I tried to include it in a CAF project as an external service.
    But when I try to build the project after importing this webserice, I get error stating <b>WARNING: ExternalInterface generation failed: <WebServiceName>: null</b>
    Please guide me how do I make it workable.
    Regards,
    Ashutosh

    Hi
    Anybody has an update on this issue , i am also trying to create a Webservice in NWDS using BAPI
    Thanks
    Ram

  • "Discovery failed to null" error message when starting up Oracle Management

    hey folks,
    i am trying to get the Oracle Enterprise Manager to work and i get an error message. Here is what i've done so far.
    1. Installed Oracle service. It is started (under Start>...>Services it says "Started").
    2. Created a Listener for the Oracle service via Net8 Assistant. It is also started.
    3. Created a Service Name in Net8 Assistant listening to the above mentioned Listener. When i tested it, it said "test successfull".
    4. Created an ODBC Data Source via the ODBC Administrator.
    5. Created a repository for the Oracle service using the Enterprise Configuration Assistant.
    so now i am trying to start the Oracle Management Server and when i click on "start service", a command window opens and the following is on it:
    "OEMCTRL for Windows NT: Version 2.1.0.1.0
    Copyright (c) 1998, 1999 Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    [xxxxxxxxxx.ou.edu-DiscoveryThread][2003-11-20:11:9:26:765] Discovery of xxxxxxxxxxxx.ou.edu failed due to null
    The OMS is now started and ready."
    where xxxxxxxxxxxxxxx is the name of my machine. The status for the OracleManagementServer under Services is "Started", but when i go to the Oracle Enterprise Manager console and try to log in, it just locks up.
    any ideas?
    Thanks.

    if you are getting connection to the OEM you have to choose if you get connect in STANDALONE MODE or OMS MODE.
    if you choose the first you have to get connection as a
    user that has granted sysdba role
    if you choose the second you have to get connection as a
    user called sysman or another user stablished for the repository.
    Joel P�rez

  • WLST getSecurityConfiguration() failed. return null

    Hi, I was making a wlst script to create a new Weblogic domain. The script below stuck at cmo.getSecurityConfiguration().
    Any help is appreciated.
    The error messages are:
    Error: getSecurityConfiguration() failed. Do dumpStack() to see details.
    Unexpected error: java.lang.reflect.UndeclaredThrowableException
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    at com.bea.plateng.domain.script.jython.ScriptInvocationHandler.invoke(ScriptInvocationHandler.java:141)
    at $Proxy0.getSecurityConfiguration(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:258)
    at org.python.core.PyInstance.invoke(PyInstance.java:244)
    at org.python.pycode._pyx16.createJcashDomain$2(/cash-as1/cashadm/jcash7_0_0/wlstscripts/qa2/createDomain.py:85)
    at org.python.pycode._pyx16.call_function(/cash-as1/cashadm/jcash7_0_0/wlstscripts/qa2/createDomain.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:256)
    at org.python.core.PyFunction.__call__(PyFunction.java:169)
    at org.python.pycode._pyx16.f$0(/cash-as1/cashadm/jcash7_0_0/wlstscripts/qa2/createDomain.py:273)
    at org.python.pycode._pyx16.call_function(/cash-as1/cashadm/jcash7_0_0/wlstscripts/qa2/createDomain.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyCode.call(PyCode.java:14)
    at org.python.core.Py.runCode(Py.java:1135)
    at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    at weblogic.management.scripting.WLST.main(WLST.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    at com.bea.plateng.domain.script.jython.WLScriptContext.getProxy(WLScriptContext.java:1515)
    at com.bea.plateng.domain.script.jython.ScriptInvocationHandler.convertType(ScriptInvocationHandler.java:308)
    at com.bea.plateng.domain.script.jython.ScriptInvocationHandler.invoke(ScriptInvocationHandler.java:89)
    ... 26 more
    Caused by: java.lang.NullPointerException
    at com.bea.plateng.domain.script.jython.CmoMapKey.hashCode(CmoMapKey.java:32)
    at java.util.HashMap.get(HashMap.java:300)
    at com.bea.plateng.domain.script.jython.ScriptProxyFactory.findCmo(ScriptProxyFactory.java:260)
    at com.bea.plateng.domain.script.jython.ScriptProxyFactory.findCmoByName(ScriptProxyFactory.java:254)
    at com.bea.plateng.domain.script.jython.ScriptProxyFactory.getProxy(ScriptProxyFactory.java:94)
    at com.bea.plateng.domain.script.jython.WLScriptContext.getProxy(WLScriptContext.java:1511)
    ... 28 more
    ================================
    cd("/")
    from weblogic.management.configuration import SecurityConfigurationMBean
    sc = cmo.getSecurityConfiguration()
    sc.setNodeManagerUserName("nmUser")
    sc.setNodeManagerUserPassword("nmPwd")

    Vijay,
    cd("/") and do ls() will show the following. so cd('/SecurityConfiguration/<domain_name>') actually report Error. Error: cd() failed. Do dumpStack() to see details.
    This script is part of wlst scripts that create new domain, which means at that time, domain directory has not been created, and none of the domain servers (admin server or managed server) is up yet.
    I am guessing if getSecurityConfiguration() is a online command?
    drw- Machine
    drw- Security
    drw- Server
    -rw- Active false
    -rw- AdminServerName AdminServer
    -rw- AdministrationMBeanAuditingEnabled false
    -rw- AdministrationPort 9002
    -rw- AdministrationPortEnabled false
    -rw- AdministrationProtocol null
    -rw- AutoDeployForSubmodulesEnabled true
    -rw- ClusterConstraintsEnabled false
    -rw- ConfigBackupEnabled false
    -rw- ConfigurationAuditType null
    -rw- ConfigurationVersion 10.3.0.0
    -rw- ConsoleContextPath console
    -rw- ConsoleEnabled true
    -rw- ConsoleExtensionDirectory console-ext
    -rw- DomainVersion 10.3.0.0
    -rw- GuardianEnabled false
    -rw- InternalAppsDeployOnDemandEnabled true
    -rw- LastModificationTime 0
    -rw- Name base_domain
    -rw- Notes null
    -rw- ProductionModeEnabled false
    -rw- RootDirectory null

  • WebLogic Server 12c (12.1.1) start fail with null keystore name

    Hi, I just installed WebLogic server following the instruction at http://docs.oracle.com/cd/E22289_01/html/821-1274/installing-app-dev.html#scrolltoc but when I try to start it, I got "opening of file based keystore failed". I turn on debug with startWebLogic.sh -Djava.security.debug=jpspolicy and found the error "null keystore name".
    Can anybody tell me how to fix that?
    Thanks very much in advance
    Albert

    Hi,
    This community is to discuss Oracle Application Server specific issues, you can post this query in Oracle Weblogic for better response :-
    WebLogic Server - Management / Console / WLST / Configuration
    Regards,
    Prakash.

  • BHOLD FIM Integration install failed with Null Pointer Exception

    Hi,
       I started BHOLD installation and completed Core and FIM Provisioning installs successfully. However, FIM Integration install keeps on failing while running FIMCustomization.exe with the following error:
    Unhandled Exception: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Object reference not set to an instance of an object. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose
    value is:
    System.NullReferenceException: Object reference not set to an instance of an object.   
    at Microsoft.ResourceManagement.ObjectModel.RmAttributeValue.ToString() in d:\_Bld\10\16\Sources\main\src\samples\BHOLD\2011 R2\FIM Integration\Microsoft.ResourceManagement.ObjectModel\RmAttributeValue.cs:line 146  
    at WorkFlowProviderForFIM2010.WorkFlowProvider.TransformFimToXml(RmResource aFIMobject, Boolean asDirty) in d:\_Bld\10\16\Sources\main\src\samples\BHOLD\2011 R2\FIM Integration\WorkFlowProviderForFIM2010\WorkFlowProvider.cs:line 957   
    at WorkFlowProviderForFIM2010.WorkFlowProvider.QueryObjects(String objectType, String attributeName, String dn, String[] attributes) in d:\_Bld\10\16\Sources\main\src\samples\BHOLD\2011 R2\FIM Integration\WorkFlowProviderForFIM2010\WorkFlowProvider.cs:line
    890   
    at BHOLD.RoleExchangePoint.BHOLDRoleExchangePoint.QueryObjectsX(String objectType, String attributeName, String dn, String...).
    I was able to generate the error when I run FIMCustomization.exe from command prompt. "C:\Program Files (x86)\BHOLD\FIM\FIM Customization\FimCustomization.exe" /apply "BHOLD-customization.xml" server MyComputer:5151
    The account running the install is part of FIM Administrators.
    What might be the issue?

    Hi Saurabh,
    FimCustomization.exe keeps crashing for me as well. I figured out it is all about the accounts that you are using. I have wrote a blog post that shows the scenario that worked for me. Hope it will help you.
    http://social.technet.microsoft.com/wiki/contents/articles/22621.fim-2010-installing-bhold-fim-integration.aspx

  • TableView: selectedRowKey=" %=selected% " fails when null

    Hello,
    having a HTMLB:TableView and the key column being PersNo (a NumC 8) it is not possible to define an unselected state for my table view when using the selectedRowKey attribute:
    selectedRowKey="0" or selectedRowKey="00000000"
    works fine, but as soon as this is a variable of the same type as the key column
    selectedRowKey="<%=selected%>"
    is get an exception claiming that the key value does not exists.
    Yes, and this is right, because there may be initial states where the selected row is not defined. If the "selected" thingy is filled with an existing key, it works fine.
    Of course cannot simply alternate using an inline IF cos that is not possible within attributes and leads to compiler error when doing an IF-ELSE-ENDIF around the entire htmlb:tableView element (not well-formed; tag must be closed) - one that contains selectedRowKey and one one not; depending on an initial "selected".
    Any ideas why using a variable fails but not specifying  the same value manually in HTMLB? Or better: what is the solution to get it working for me?
    Thanks and regards,
    Timo

    Hello Durairaj,
    Yes, that was the solution. I played with the leading zeros before but forgot that the NumC will revert to its defaults.
    So, I now use a String that I fork in the frontend:
    if the passed NumC is greater than 0 I move it over, otherwise, I manually set '0'.
    That works, although it is interesting to see that the selectedRowKey var I use is of the same type as the tables key column type
    Thanks all!
    Regards,
    Timo

  • OIM 11G, DSML integration failing  with null pointer exception

    Hi,
    we are facing the similar probelm while sending a request from TIBCO BW to OIM 11G (Which is weblogic)
    The below request from TIBCO is not working and thowing a NULL POINTER EXCEPTION
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header>
    <ns:OIMUser xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://xmlns.oracle.com/OIM/provisioning" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/">
    <ns:OIMUserId>xelsysadm</ns:OIMUserId>
    <ns:OIMUserPassword>Welcome123</ns:OIMUserPassword>
    </ns:OIMUser>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    <ns0:processRequest xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://xmlns.oracle.com/OIM/provisioning">
    <sOAPElement xmlns="">
    <ns:modifyRequest xmlns:ns="urn:oasis:names:tc:SPML:2:0" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" returnData="data">
    <ns:psoID ID="Users:21"/>
    <ns:modification name="Users.User ID" operation="add">
    <ns:value>Richard1</ns:value>
    </ns:modification>
    </ns:modifyRequest>
    </sOAPElement>
    </ns0:processRequest>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    But if we change the <sOAPElement xmlns=""> to <sOAPElement> (removing the empty namespace) we can able to fire this soap.
    Could you please let me know are there any patch, workaround for this issue.
    Thanks
    Madhu

    I don't think OIM 11g supports DSML profile and may be that's the reason you are getting NPE.
    See: http://docs.oracle.com/cd/E14571_01/doc.1111/e14309/spmlapi.htm#CHDCBJAI
    It states:
    "SPML has two profiles: the XSD profile and the DSML profile. This release of Oracle Identity Manager makes use of the XSD profile."

  • SQL server Job failed as null values were tried to be inserted.

    How can i make my job run without failure by making the stored procedure that the job runs to skip a null value?

    This is part of the sp which is causing a problem. 
    Delete from dbo.[tablename] Where Special = 0
    Insert Into dbo.[tablename]
      Select TimekeeperID as EmpID, IsNull(networkID, left(firstname, 1) + left(lastname, 7)) as NetID,
      LastName + ', ' + CASE WHEN IsNull(Nickname, '') = '' THEN FirstName ELSE NickName END as EmpName,
      CASE When Location = 'Brussels' Then '#701-' + Right(workPhone1, 3) Else
        Case Location When 'DC' THEN  '#10-' When 'ACPF' THEN  '#15-' When 'Phoenix' THEN  '#20-'
        When 'CC' THEN  '#50-' When 'NY' THEN  '#60-' When 'LA' THEN '#30-' When 'UK' THEN '#40-'
        When 'Brussels' THEN '#701-' When 'Chicago' THEN  '#25-' ELSE '' END 
        + Right(workPhone1, 4) END as Extension,
      isnull(p.email, '') as Email,
      isnull(Location, '') as Office, roomNumber as Room, 0 as Special
      from SJCentralDB.dbo.[ALLPEOPLE_Kiru] p
      left outer join [tablename] u on u.netid = IsNull(networkID, left(firstname, 1) + left(lastname, 7))
      where u.netid is null and estatus <> 'Terminated' and lastname + firstname <> 'AlvarezKevin' 
      --and TimekeeperID <> ''
      --and p.email = '[email protected]'
      Order by EmpName
    SO what i want is that, if the [TimekeeperID] does not have a value, so i dont want that raw to be inserted. 

  • Help a noob - networkinfo extension packages but fails with null object ref?

    Hi,
    I am a bit of a noob when it comes to native etxtensions so bear with me.
    I need to expose the IP address of the app running on iOS, so have grabbed the iOS native extension.
    I am using Pro CC and have the ane properly installed, and reffed as it should be.
    When I debug over USB to the device, I get an error 1009 null object when I am trying to access:
    var ntf:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces();
    I am importing com.adobe.nativeExtensions.Networkinfo.InterfaceAddress;
    and the other as outlined in the demo as file.
    Checked the extension ID is ok in the xml descriptor.
    When I try to run on the 6.1 sim, I get an Invalid Input. bla bla bla could not be found for the target platform.
    Where am I going wrong, I am going round in circles here!
    Cheers :-)

    Two days ago the same problem started in our production enviroment
    its not happening all the time though
    i've checked the logs on the mailbox server and found that the get-mailbox command is sometimes triggered before the Enable-Mailbox command is completed .
    This is so weird  , all commands ins the scripts should be triggered on complete !
    anyway , im still investigating the problem 
    I wonder if you have found any solution for this issue ?
    Regards,
    Best Regards Bisher Shbib

  • Java Callout in OSB failing with null pointer exception

    Hi,
    We have a requirement where we need to convert XML String to org.apache.xmlbeans.impl.values.XmlAnyTypeImpl type using java-callout, but value is not getting set when we are trying to do the same. Below is the code we are using in the java callout:
    byte [] bArray = xml.getBytes();
    InputStream is = new ByteArrayInputStream(bArray);
    Reader reader = new InputStreamReader(is,"UTF-8");
    InputSource iss = new InputSource(reader);
    iss.setEncoding("utf-8");
    xmlNode1 =
    DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(iss);
    XmlAnySimpleType xmlObj = XmlAnySimpleType.Factory.parse(n);
    xmlAnyTypeImpl.set_newValue(xmlObj);
    Node resNode = xmlAnyTypeImpl.getDomNode();
    Can someonce please help for the same.
    Regards,
    Soumik

    First check whether the java class that is called is able to read the string message that is passed by the proxy service.

  • DTTestBed fails with Null Pointer Exception

    Hi
    I have installed Tim's DTTestBed on standalone OC4J version 10.1.3.2.0 using the JDK from Oracle JDeveloper10.1.3.3\jdk\bin.
    Tim's installation calls for J2SE version 1.4.2.
    I used the J2SE that Jdeveloper 10.1.3.3.
    The Sample EMPLOYEES.xml in Tim's blog uploads fine, but after specifying the username/pw/host info and submitting, I get a 500 Internal server error in the browser and the following entry in the DTTestbed\application.log:-
    08/01/16 10:58:25.763 DTTestBed: Servlet error
    java.lang.NullPointerException
         at DT3.jspService(_DT3.java:447)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.2.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:597)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:712)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.2.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Any ideas?
    Thanks
    Mike

    Quick update - Here is the output from the command window from which the OC4J is running....
    08/01/16 10:58:25 Starting DT ...
    08/01/16 10:58:25 Instan DT ...
    08/01/16 10:58:25 Loading DT ...
    08/01/16 10:58:25 Connection being made ...
    08/01/16 11:32:16 ==================== DT2 Start ====================
    08/01/16 11:32:16 C:\oracle\OraOC4J\j2ee\home\applications\DTTestBed\DTTestBed\t
    emp
    08/01/16 11:32:16 inside loop
    08/01/16 11:32:16 Template Name: EMPLOYEESDT
    08/01/16 11:32:16
    08/01/16 11:32:16 1
    08/01/16 11:32:16 [oracle.apps.xdo.dataengine.TemplateParameter@1f37d13]
    08/01/16 11:32:16 2
    08/01/16 11:32:16 Template Name: EMPLOYEESDT
    08/01/16 11:32:16 4
    08/01/16 11:32:16 Completed
    08/01/16 11:32:16 ==================== DT2 End ====================
    08/01/16 11:32:43 ==================== DT3 Start ====================
    08/01/16 11:32:43 http://40e1:8888/
    08/01/16 11:32:43 URL: http://40e1:8888/DTTestBed/temp/
    08/01/16 11:32:43 Template: EMPLOYEESDT
    08/01/16 11:32:43 Data Template: oracle.apps.xdo.dataengine.TemplateParser@6e4e8
    2
    08/01/16 11:32:43 Conn String: 127.0.0.1:1521:ora1023
    08/01/16 11:32:43 User: scott
    08/01/16 11:32:43 Org:
    08/01/16 11:32:43 Layout: on
    08/01/16 11:32:43 Schema: on
    08/01/16 11:32:43 <dataTemplate name="EMPLOYEES" defaultPackage="" description="
    Employee Data">
    <properties>
    <property name="include_parameters" value="true"/>
    <property name="include_null_Element" value="true"/>
    <property name="xml_tag_case" value="upper"/>
    <property name="db_fetch_size" value="500"/>
    <property name="scalable_mode" value="off"/>
    <property name="include_rowsettag" value="false"/>
    <property name="debug_mode" value="off"/>
    </properties>
    <parameters>
    <parameter name="pDeptNo" dataType="number" defaultValue=""/>
    </parameters>
    <lexicals/>
    <dataQuery>
    <sqlStatement name="Q1" dataSourceRef="">SELECT DEPTNO,DNAME,LOC
    from dept
    where deptno = nvl(:pDeptNo,deptno)
    order by deptno</sqlStatement>
    <sqlStatement name="Q2" dataSourceRef="">SELECT EMPNO,ENAME,JOB
    ,MGR,HIREDATE,SAL,nvl(COMM,0) COMM
    from EMP
    WHERE DEPTNO = :DEPTNO</sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_DEPT" source="Q1" groupFilter="">
    <element name="DEPT_NUM" value="DEPTNO" function=""/>
    <element name="DEPT_NAME" value="DNAME" function=""/>
    <element name="LOCATION" value="LOC" function=""/>
    <group name="G_EMP" source="Q2" groupFilter="">
    <element name="EMPNO" value="EMP_NUM" function="
    "/>
    <element name="EMP_NAME" value="ENAME" function=
    ""/>
    <element name="JOB_TITLE" value="JOB" function="
    "/>
    <element name="MANAGER" value="MGR" function=""/
    >
    <element name="HIRE_DATE" value="HIREDATE" funct
    ion=""/>
    <element name="SALARY" value="SAL" function=""/>
    <element name="COMMISSION" value="COMM" function
    =""/>
    </group>
    </group>
    </dataStructure>
    </dataTemplate>
    08/01/16 11:32:43 Starting DT ...
    08/01/16 11:32:43 Instan DT ...
    08/01/16 11:32:43 Loading DT ...
    08/01/16 11:32:43 Connection being made ...
    Hope this helps.
    Thanks
    Mike

  • JDK7 setVisable(true) fails with null pointer

    All
    We have Swing and JFX running in JDK6 fine. When we upgraded to JDK 7 we saw this issue
    2012-08-28 11:42:49.603 java[45928:707]      Please file a bug report at http://java.net/jira/browse/MACOSX_PORT with this message and a reproducible test case.
    2012-08-28 11:42:49.604 java[45928:707] Cocoa AWT: Running on AppKit thread 0 when not expected. (
         0   liblwawt.dylib                      0x0000000154cfe62a Java_sun_lwawt_macosx_CPlatformWindow_nativeSynthesizeMouseEnteredExitedEvents + 59
         1   ???                                 0x0000000105deddb1 0x0 + 4393459121
    2012-08-28 11:42:49.604 java[45928:707]      Please file a bug report at http://java.net/jira/browse/MACOSX_PORT with this message and a reproducible test case.
    Exception in runnable
    java.lang.NullPointerException
         at sun.lwawt.macosx.CPlatformWindow.getLocationOnScreen(CPlatformWindow.java:439)
         at sun.lwawt.LWWindowPeer.getLocationOnScreen(LWWindowPeer.java:368)
         at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2033)
         at java.awt.Component.getLocationOnScreen(Component.java:2018)
         at javafx.embed.swing.JFXPanel.updateScreenLocation(JFXPanel.java:481)
         at javafx.embed.swing.JFXPanel.processHierarchyEvent(JFXPanel.java:520)
         at java.awt.Component.processEvent(Component.java:6291)
         at java.awt.Container.processEvent(Container.java:2229)
         at java.awt.Component.dispatchEventImpl(Component.java:4861)
         at java.awt.Container.dispatchEventImpl(Container.java:2287)
         at java.awt.Component.dispatchEvent(Component.java:4687)
         at java.awt.Component.createHierarchyEvents(Component.java:5521)
         at java.awt.Container.createHierarchyEvents(Container.java:1437)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Component.show(Component.java:1619)
         at java.awt.Window.show(Window.java:1042)
         at java.awt.Component.show(Component.java:1651)
         at java.awt.Component.setVisible(Component.java:1603)
         at java.awt.Window.setVisible(Window.java:1014)
         at com.celertech.web.orderrouting.client.login.presenter.LoginPresenter.initialise(LoginPresenter.java:159)

    All
    We have Swing and JFX running in JDK6 fine. When we upgraded to JDK 7 we saw this issue
    2012-08-28 11:42:49.603 java[45928:707]      Please file a bug report at http://java.net/jira/browse/MACOSX_PORT with this message and a reproducible test case.
    2012-08-28 11:42:49.604 java[45928:707] Cocoa AWT: Running on AppKit thread 0 when not expected. (
         0   liblwawt.dylib                      0x0000000154cfe62a Java_sun_lwawt_macosx_CPlatformWindow_nativeSynthesizeMouseEnteredExitedEvents + 59
         1   ???                                 0x0000000105deddb1 0x0 + 4393459121
    2012-08-28 11:42:49.604 java[45928:707]      Please file a bug report at http://java.net/jira/browse/MACOSX_PORT with this message and a reproducible test case.
    Exception in runnable
    java.lang.NullPointerException
         at sun.lwawt.macosx.CPlatformWindow.getLocationOnScreen(CPlatformWindow.java:439)
         at sun.lwawt.LWWindowPeer.getLocationOnScreen(LWWindowPeer.java:368)
         at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2033)
         at java.awt.Component.getLocationOnScreen(Component.java:2018)
         at javafx.embed.swing.JFXPanel.updateScreenLocation(JFXPanel.java:481)
         at javafx.embed.swing.JFXPanel.processHierarchyEvent(JFXPanel.java:520)
         at java.awt.Component.processEvent(Component.java:6291)
         at java.awt.Container.processEvent(Container.java:2229)
         at java.awt.Component.dispatchEventImpl(Component.java:4861)
         at java.awt.Container.dispatchEventImpl(Container.java:2287)
         at java.awt.Component.dispatchEvent(Component.java:4687)
         at java.awt.Component.createHierarchyEvents(Component.java:5521)
         at java.awt.Container.createHierarchyEvents(Container.java:1437)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Container.createHierarchyEvents(Container.java:1434)
         at java.awt.Component.show(Component.java:1619)
         at java.awt.Window.show(Window.java:1042)
         at java.awt.Component.show(Component.java:1651)
         at java.awt.Component.setVisible(Component.java:1603)
         at java.awt.Window.setVisible(Window.java:1014)
         at com.celertech.web.orderrouting.client.login.presenter.LoginPresenter.initialise(LoginPresenter.java:159)

Maybe you are looking for

  • Authorization problem in executing a Planning Function

    Hi All, We are facing an authorization issue  while executing a planning function in a WAD template. The error message is : The planning function ended with errors. The user does not have authorization on infoprovider YF2IGM37. But the relevant autho

  • ORA-30951: Element or attribute at Xpath /AC//Doc[@] exceeds maximum length

    Hi All, I am trying to load the XML Files into a Table using the SQL Loader and i am getting the Error Record 1: Rejected - Error on table COMMONASSETCATALOG. ORA-30951: Element or attribute at Xpath /AC/T[1]/T[1]/T[1]/T[1]/T[1]/Doc[@] exceeds maximu

  • Shared logins and performance

    I am upgrading MS Access applications to SQL Server 2012 back ends. We're currently approaching SS access with a single login shared by multiple users, but less than 24, for the same application. I'm having trouble finding documentation regarding wha

  • Looking for a 2-track editor to replace Peak. Suggestions?

    I know a lot of us used and loved Peak and now need a replacement. Has anybody found anything that is a simple and straight forward 2 track editor for mac? I just need to do things like trim tips and tails, normalize, format, sample & bit convert, et

  • System preference icons all messed up

    some of the icons on my system preferences are all screwy. like light switches but messed up text underthem thats cut off how do i reset them back to normal, i tried deleting the system preferences file in user>library>preferences but no luck any hel