Java error - change profile data collection scheduled

Hello community!

I am a new user of the NMP and trying to download data from my CSP collector on the smartservices portal.  I get a java error on two different computers with different versions of java (7u40, 8u71).  Anyone seen elsewhere and know a fix?  My CSP is 2.5 v.

I get the following error when I try to save the changes to the profile collection by default (the schedule).

Please let me know if you need more details and thank you for your time.

Hi Jarrod,

SSH on the manifold and run the command "sudo service epsc restart" and then reconnect and try again. Looks like that the service may be suspended.

Thank you

Lynden

Tags: Cisco Services

Similar Questions

  • Java Script: Change day + date calculation

    Hi friends,

    I need to created the formula on the changes in javascript:

    Days + from_date = so far

    According to my java script that show me below mention exp

    Exp: 1 + 31-Juy-2015 = 32

    What changes should I make in code below, to get the result on August 1, 2015.

    < script type = "text/javascript" >

    function getVal (NDP) {}

    return ($v (NDP)! = "")? parseFloat ($v (NDP)): 0;

    }

    function calcItems() {}

    $s ('P193_TO_DATE', getVal ('P193_FROM_DATE') + getVal ('P193_DAYS'));

    }

    < /script >

    Thank you

    Hi Maxence,

    CORINE wrote:

    I use then how do I do that in Apex event Onchange Apex 3.2 3.2.

    Instead of DA, use AJAX to replicate the da mentioned above.

    • Write the javascript function in your Page header:
    function f_setToDate() {
        var lFromDate = $x('P193_FROM_DATE').value;
        var lDays = $x('P193_DAYS').value;
        if (lFromDate.length > 0 && lDays.length > 0) {
            var ajaxRequest = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=GET_TO_DATE',0);
            ajaxRequest.addParam('x01',lFromDate);
            ajaxRequest.addParam('x02',lDays);
            var ajaxResult = ajaxRequest.get();
            $x('P193_TO_DATE').value = ajaxResult;
            ajaxRequest = null;
        }
    }
    
    • Write GET_TO_DATE Application process as follows:
    BEGIN
    
      SYS.HTP.P(TO_DATE(APEX_APPLICATION.G_X01)+TO_NUMBER(APEX_APPLICATION.G_X02));
    
    END;
    
    • Call the javascript function on the onchange event of P193_FROM_DATE and P193_DAYS
    onchange="f_setToDate()"
    

    Kind regards

    Kiran

  • vCAC 5.2: Service Manager of treatment response data collection error

    Hello

    I have a problem with the 5.2 vCAC. Currently, each data collection on vCenter failed (inventory, State, performance, POSSIBLE). I have a multiple as error:

    DC: 1eaa57d7 - 33d 7-41 c 4-ab5b-05adc6b46d4f: inventory: vcenter LAB: LAB-Cluster: error response treatment data collection, StatusID = 959cacac-d8bc - 44d 8-9718-fab88b75fc7c, exception: object reference not set to an instance of an object.

    In the machines of the group, some VM have State "missing." This is because users are asking for virtual machines on the vCACSelfService portal, then the startup process or approval of provisioning and vCAC service crash (because less than 5 percent of free memory). Some virtual machines are not complete provisionned years are another State 'pending approval '.

    So I think that I have to clean my database? , but how? What table?

    Any help will be much appreciated.

    EDIT: To clean up the application, I have bleed the lines on DataCollectionStatusID = > OK

    But always KO for the collection (vCenter and VCloud) examples:

    Workflow "vCloudDisposeVM" failed with the following exception:

    System.InvalidOperationException: Could not find the virtual machine with the id: 04c1e280-391a-4e9e-99a7-34e0a5c2947f

    DC: 8b60dd14 - 09b 5 - 40 c 2-9fb4-83d2da34014f: inventory: vcenter LAB: LAB-Cluster: error response treatment data collection, StatusID = 20783c 93-3d2d-4efe-af71-9d92346699ce, exception: object reference not set to an instance of an object.

    This message was edited by: trailx

    Problem solved.

    On vCenter, the problem was with the element 'successful' in dbo.virtualmachine. I have modified the status missing information and managed = OK

    About vCloud, the problem was the network on the orgVdc, I deleted all and created a very simple again (external direct) => OK

  • VCAC data collection

    How to change the data collection interval in vCAC to collect the vCAC data?

    So assuming it's vCAC 6.x, log in as an Admin fabric and then go Infrastructure > Compute Reources > highlight resources calculation and click on the "data collection".  All the options are there.

    Danny

  • The Event Viewer error on startup: "the scheduled task of CARPET met a failure during configuration data collection. HR = 0xC004F00E.

    I use Windows XP with AMD processor clocked at 1.6 Ghz and 2 GB of RAM. This error appears in the event viewer whenever my computer starts. I don't know if it's doing any harm. can someone advise?

    original title: the scheduled task of CARPET met a failure during configuration data collection. HR = 0xC004F00E

    Hello Steven,

    Did you ever receive notifications that a virus or malware has been removed from your system recently?
    My only thought is that it is the remains of an infection on your machine.
    It is most likely harmless, but I don't understand why you'd be concerned.
    Do you have any task scheduled to run at startup using Task Scheduler built into Windows?
    I would check to see if there are tasks to run at startup:
  • ECM data collection failed with the error «Cannot run the pre-load...» »

    Hey all,.

    I'm meeting a very strange question. I code a metric ECM for my plugin to mongo database. After he has deployed to EM, even if the data collection was all right (Agent browser check and download folder on the server agent) and the GCED table was created after the expanded plugin, data were load into the ECM table failed.

    Here is the definition of XML.
    -targetType
      <Metric NAME="CheckServiceConf" TYPE="RAW" CONFIG="TRUE">
        <Display>
          <Label NLSID="omd_ecm_checkserviceconf">CheckServiceConf</Label>
        </Display>
        <TableDescriptor TABLE_NAME="MGMT_EMX_MONGO_SERVICE_CONF">
          <ColumnDescriptor NAME="Host_Name" COLUMN_NAME="HOST_NAME" TYPE="STRING" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Port" COLUMN_NAME="PORT" TYPE="NUMBER" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Config_File" COLUMN_NAME="CONFIG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Data_Path" COLUMN_NAME="DATA_PATH" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Log_File" COLUMN_NAME="LOG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Sharding_Server" COLUMN_NAME="IS_SHARDING_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Replication_Set_Name" COLUMN_NAME="REPLICATION_SET_NAME" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Config_Server" COLUMN_NAME="IS_CONFIG_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="List_of_Config_Servers" COLUMN_NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Max_Connections" COLUMN_NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Oplog_Size" COLUMN_NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Instance_Version" COLUMN_NAME="INSTANCE_VERSION" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process" COLUMN_NAME="OS_PROCESS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process_ID" COLUMN_NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="FALSE" />
        </TableDescriptor>
        <QueryDescriptor FETCHLET_ID="OSLineToken">
          <Property NAME="emdRoot" SCOPE="SYSTEMGLOBAL">emdRoot</Property>
          <Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
          <Property NAME="perlBin" SCOPE="SYSTEMGLOBAL">perlBin</Property>
          <Property NAME="host" SCOPE="INSTANCE" OPTIONAL="TRUE">host</Property>
          <Property NAME="port" SCOPE="INSTANCE" OPTIONAL="TRUE">port</Property>
          <Property NAME="uname" SCOPE="INSTANCE" OPTIONAL="TRUE">uname</Property>
          <Property NAME="pass" SCOPE="INSTANCE" OPTIONAL="TRUE">pass</Property>
    
          <Property NAME="mydelimiter" SCOPE="INSTANCE">mydelimiter</Property>
          <Property NAME="command" SCOPE="GLOBAL">"/usr/bin/perl" -I "%scriptsDir%/emx/%TYPE%" "%scriptsDir%/emx/%TYPE%/CheckServiceConf.pl" "%host%" "%port%" "%uname%" "%pass%" "%mydelimiter%"</Property>
          <Property NAME="delimiter" SCOPE="GLOBAL">%mydelimiter%</Property>
          <Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
          <Property NAME="errStartsWith" SCOPE="GLOBAL">em_error=</Property>
          <Property NAME="em_metric_timeout" SCOPE="GLOBAL">300</Property>
        </QueryDescriptor>
      </Metric>
    -collection metadata
      <CollectionItem NAME="CheckServiceConf" UPLOAD_ON_FETCH="TRUE" CONFIG="TRUE">
        <Schedule OFFSET_TYPE="INCREMENTAL">
          <IntervalSchedule INTERVAL="12" TIME_UNIT="Hr" />
        </Schedule>
        <MetricColl NAME="CheckServiceConf" />
      </CollectionItem>
    -snapshot type metadata
    <METADATAS>
      <METADATA SNAP_TYPE="CHECK_SERVICE_CONF" TARGET_TYPE="mongo_database" VER="1" COMPARE_IGNORE="N" COMPARE_UI_IGNORE="N" HISTORY_IGNORE="N" HISTORY_UI_IGNORE="N" UI_IGNORE="N" DROP_EXISTING_DATA="Y">
        <METADATA_UI_NAME>CheckServiceConf</METADATA_UI_NAME>
        <TABLE NAME="MGMT_EMX_MONGO_SERVICE_CONF">
        <UI_NAME>CheckServiceConf</UI_NAME>
          <COLUMN NAME="HOST_NAME" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="Y" >HOST_NAME</COLUMN>
          <COLUMN NAME="PORT" TYPE="NUMBER" IS_KEY="Y" >PORT</COLUMN>
          <COLUMN NAME="CONFIG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >CONFIG_FILE</COLUMN>
          <COLUMN NAME="DATA_PATH" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >DATA_PATH</COLUMN>
          <COLUMN NAME="LOG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >LOG_FILE</COLUMN>
          <COLUMN NAME="IS_SHARDING_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_SHARDING_SERVER</COLUMN>
          <COLUMN NAME="REPLICATION_SET_NAME" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >REPLICATION_SET_NAME</COLUMN>
          <COLUMN NAME="IS_CONFIG_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_CONFIG_SERVER</COLUMN>
          <COLUMN NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >LIST_OF_CONFIG_SERVERS</COLUMN>
          <COLUMN NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="N" >MAX_CONNECTIONS</COLUMN>
          <COLUMN NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="N" >OPLOG_SIZE</COLUMN>
          <COLUMN NAME="INSTANCE_VERSION" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >INSTANCE_VERSION</COLUMN>
          <COLUMN NAME="OS_PROCESS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >OS_PROCESS</COLUMN>
          <COLUMN NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="N" >OS_PROCESS_ID</COLUMN>
        </TABLE>
      </METADATA>
    
    </METADATAS>
    After you add target to em, the errors appeared in emoms_pbs.log on the SGD server
    2012-11-09 16:08:13,114 [GCLoader[uploadonfetch] - https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/] ERROR
     gcloader.CallbackInterface logp.251 - Failed to execute pre-load for: 
    Target Id       :CDE026FD2C446D2AE043E19D0B0AA2B6
    Collection Name :CheckServiceConf
    Agent Url       :https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/
    version         :1.0
    metadata version:2.0
    oracle.sysman.eml.ecm.track.RepositoryOperationException: executePreLoad: Config metadata not found: 
    collectionName   : CheckServiceConf
    targetGuid       : CDE026FD2C446D2AE043E19D0B0AA2B6
            at oracle.sysman.eml.ecm.track.EcmConfigData.executePreLoad(EcmConfigData.java:344)
            at oracle.sysman.core.pbs.gcloader.CallbackInterface.executePreLoad(CallbackInterface.java:245)
            at oracle.sysman.core.pbs.gcloader.DataLoader.executePreLoad(DataLoader.java:1185)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataImpl(DataLoader.java:920)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.endElement(XMLDocumentDataParser.java:400)
            at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1359)
            at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
            at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
            at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.split(XMLDocumentDataParser.java:148)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataCollection(DataLoader.java:439)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processDataCollection(RequestMapper.java:200)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processAll(RequestMapper.java:154)
            at oracle.sysman.core.pbs.gcloader.Receiver.processFile(Receiver.java:1487)
            at oracle.sysman.core.pbs.gcloader.Receiver.doPost(Receiver.java:1309)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.core.pbs.app.ContextInitFilter.doFilter(ContextInitFilter.java:113)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.
    java:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java
    :3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    I am really confused with the error message and have no idea how to fix this.
    Could someone give advice? Thank you in advance!

    Best wishes
    Satine

    Satine,
    The name of the collection item)

    Thank you...

    Pinaki-

  • How do I change folder where profile data is stored?

    We have limited storage space in our Documents and Settings folder on our work computers and maintains overflow.

    If I change where profile data automatically, this will solve the problem.

    I'm not sure that you can change the location of an existing profile, but you can create a new profile and set the location. (I assume that you can copy your existing profile to the new location to preserve your profile as well-specific information). See https://support.mozilla.com/en-US/kb/Managing-profiles

  • WinVerifyTrust error 24592 trying to install SPSS Data collection

    I am trying to install a legal copy of SPSS Data Collection on my computer, which runs Windows XP.
    Each attempt and before the installation reaches the authorization process, the installation stops with a message that says:

    Error 1330. Impossible to install a file that is necessary because the E:\Data1.cab CAB file has a signature digital invalid. This may indicate that the file is corrupted. Error 24592 was returned by WinVerifyTrust.

    (Drive E is the I install from the CD-ROM drive.)

    I saw a lot of similar posts for other packages, and many answers suggests that it is due to an update of Windows since a couple of years. I tried the solutions proposed, such as move InstallShield program directory on the desktop and disconnect my internet connection. So far, nothing has worked.

    I need this software for my work, so any help would be appreciated.

    Hi GaryHearne,

    Try the steps listed in the next post to solve this problem:

    SPSS Statistics 17.0 throw error 1330 on installation

  • Data collection error logs

    Hello-

    I'm trying to create an endpoint OpenStack, but the data collection process fails.  I checked the logs of keystone OpenStack and it seems the url, credentials, and project are correct for the endpoint.  Is there a log somewhere near vCAC who can tell me why data collection failed?

    Log in as administrator of the Infrastructure and navigate to Infrastructure > surveillance > Log. You will see what is the error.

    If you need more information, there is a button next to the error stack trace.

  • Will be my changes Lightroom RAW and usable by the Adobe programs no data collections?

    Hello.  I have a few questions that I was not able to specify, so I hope someone out there can help me out.  I learned about Adobe Lightroom 3, and I have a few questions.  Basically, I understand how the program works, but I need to know the following.

    -First question: my montages (in Lightroom) to my images (changes of wb, color, contrast, etc) on my files DNG or NAVE & XMP can be opened and edited by programs that are not by Adobe?  I know that I can export the RAW files to JPEG, TIFF or PNG, but the RAW of Lightroom edited files can be used later by a non Adobe like Bibble software?

    -Second issue: my Lightroom database (matadata, keywords, rankings, catalogue, collections, etc.) can be used by programs other than those by Adobe, such as Bibble?

    The reason why I ask is to clarify if my Lightroom RAW file edits and data collections will be nothing outside the universe of Adobe?

    Thanks for any help you might be able to shine on the question.  I appreciate it.

    Will,

    1 n ° If another program can read the changes in lightroom and apply them exactly like lightroom, this program will be lightroom. There is no canonical target for a raw file rendering. Each rendition is based on what some thought better developers and is purely a matter of opinion. And no no adobe program attempts even to read data from change in lightroom.

    2 No. kind of. I think metadata, such as keywords, IPTC and rankings stuff are standardized and can be read by most of the things. Collections, such as virtual copies are held only in the catalog.

    That said, Lightroom does as good raw files work rendered as anything out there, and personally, I don't see any reason I would like the answer to any of these questions to be Yes.

    HAL

  • PSE8 error change date &amp; time

    I scan in families a lot of old photos and then change the date to the date that the photo was taken, so it appears in the order in the Organizer. Since the upgrade to Win 7 64 bit, I get error takes most of the time when I try to change the date and time, but sometimes I get lucky and the change of date.  Sometimes in the catalog file is disassociated from the original. I also noticed that my trash has copies of failed attempts.  I tried PSE8 removing and reloading, but no change. Never a problem with PSE7.

    Did anyone else encounter this problem and, if so, found a solution.

    I have not seen this problem reported on these forums before, namely the intermittent behavior is very strange.

    Another assumption - try disabling the substantive activities of the PES to see if they're interfering (which could explain the intermitten behavior):

    -Autoanalyzer and face recognition: Edit > preferences > autoanalyzer Options > scan all media and recognize people automatically.  (It's a good idea to keep these off, for various reasons).

    -Watch service folder: in WIndows, start > administrative tools > Services.  Adobe Active File Monitor V8 right-click, select Properties, change the Startup Type to manual and click on stop.

  • Error in loading data FDMEE

    Hello all i am trying to load data using FDMEE but I got these errors but I do not understand what it is

    "

    2016-01-25 12:34:31, 792 INFO [AIF]: beginning of the process FDMEE, process ID: 104

    2016-01-25 12:34:31: 792 [AIF] INFO: recording of the FDMEE level: 4

    2016-01-25 12:34:31, 793 [AIF] INFO: user:

    2016-01-25 12:34:31, 793 INFO [AIF]: place: APC_Data_location (Partitionkey:11)

    2016-01-25 12:34:31, 793 [AIF] INFO: period name: Dec-2015 (period key: 12/31/15 12:00 AM)

    2016-01-25 12:34:31, 793 INFO [AIF]: name of the category: real (category key: 1)

    2016-01-25 12:34:31, 793 [AIF] INFO: name rule: Data_loadRule_1 (rule ID:13)

    2016-01-25 12:34:33, 792 [AIF] INFO: Version FDM: 11.1.2.4.000

    2016-01-25 12:34:33, 792 INFO [AIF]: connect the file encoding: UTF-8

    2016-01-25 12:34:34, 997 [AIF] INFO: - START IMPORT STEP -

    2016-01-25 12:34:35, 157 INFO [AIF]: run the following script: /u02/Oracle/Middleware/EPMSystem11R1/products/FinancialDataQuality/bin/FusionCloud/FusionCloudAdapter.py

    2016-01-25 12:34:35, INFO 171 [AIF]: FusionCloudAdapter.importDataFromFusion - START

    2016-01-25 12:40:57, 601 INFO [AIF]: output Standard: INFO: from script FusionCloudAdapter...

    Proxy configuration for deployment in Production SEEP

    Main program of starting FusionAdapter...

    mode of production: importDataFromFusion, pid: 104

    FusionAdapter initialized during initialization.

    fusionGlWebServiceWsdl: http://

    fusionGlWebServiceUser: sysadmin

    fusionProductType: GL

    The main program of FusionAdapter is complete.

    INFO: The FusionCloudAdapter script failed as described above.

    2016-01-25 12:40:57, 601 INFO [AIF]: SD: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException: 2 InaccessibleWSDLException heads.

    java.io.IOException: unable to proxy tunnel. Proxy returns "HTTP/1.1 502 cannotconnect.

    java.io.IOException: unable to proxy tunnel. Proxy returns "HTTP/1.1 502 cannotconnect.

    at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:182)

    at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:153)

    at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:284)

    to com.sun.xml.ws.client.WSServiceDelegate. < init > (WSServiceDelegate.java:246)

    to com.sun.xml.ws.client.WSServiceDelegate. < init > (WSServiceDelegate.java:197)

    to com.sun.xml.ws.client.WSServiceDelegate. < init > (WSServiceDelegate.java:187)

    to weblogic.wsee.jaxws.spi.WLSServiceDelegate. < init > (WLSServiceDelegate.java:86)

    to weblogic.wsee.jaxws.spi.WLSProvider$ ServiceDelegate. < init > (WLSProvider.java:632)

    at weblogic.wsee.jaxws.spi.WLSProvider.createServiceDelegate(WLSProvider.java:143)

    at weblogic.wsee.jaxws.spi.WLSProvider.createServiceDelegate(WLSProvider.java:117)

    at weblogic.wsee.jaxws.spi.WLSProvider.createServiceDelegate(WLSProvider.java:88)

    to javax.xml.ws.Service. < init > (Service.java:77)

    to com.hyperion.aif.ws.client.ErpIntegrationService.ErpIntegrationService_Service. < init > (ErpIntegrationService_Service.java:74)

    to com.hyperion.aif.fusion.FusionAdapter. < init > (FusionAdapter.java:177)

    at com.hyperion.aif.fusion.FusionAdapter.main(FusionAdapter.java:85)

    2016-01-25 12:40:57, ERROR 602 [AIF]: the script failed to run:

    2016-01-25 12:40:57, FATAL 605 [AIF]: error in Comm.executeJythonScript

    Traceback (most recent call changed):

    Folder "< string >", line 528, in executeJythonScript

    File "/ u02/Oracle/Middleware/EPMSystem11R1/products/FinancialDataQuality/bin/FusionCloud/FusionCloudAdapter.py", line 163, < module >

    fusionCloudAdapter.importDataFromFusion)

    File "/ u02/Oracle/Middleware/EPMSystem11R1/products/FinancialDataQuality/bin/FusionCloud/FusionCloudAdapter.py", line 60, in importDataFromFusion

    raise RuntimeError

    RuntimeError

    2016-01-25 12:40:57, 692 FATAL [AIF]: error in import data Pre COMM

    2016-01-25 12:40:57, 697 [AIF] INFO: end process FDMEE, process ID: 104

    Thank you

    The script attempts to connect to a WSDL URL and therefore cannot error

    "java.io.IOException: unable to tunnel by proxy." «Proxy returns «HTTP/1.1 502 cannotconnect»»

    I see that it is from SEEP, maybe you have not set the correct details for Fusion Cloud, are you sure that you configure the WSDL URL appropriate in the connection source Configuration section in FDMEE

    See you soon

    John

  • Errors of the data sources in WebLogic

    Description:

    I have some errors when I run the WebLogic application. Errors due to data sources. Can you suggest me a solution? Thank you.

    Journal:

    < 7 August 2014 23: 27 WEST > < opinion > < WebLogicServer > < BEA-000365 > < Server state has changed to STANDBY. >

    < 7 August 2014 23: 27 WEST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed at the START. >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize the application "LocalSvcTblDataSource" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "SDM-GOSA" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "opss-audit-DBDS" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "opss-audit-viewDS" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize the application 'opss-data-source' because of the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    Hello

    Follow these steps:

    1 stop of applications using stopweblogic.sh

    2. closing of the database

    3 judgment of the listener.

    Now,.

    1. start the listener

    2. start the database

    3. start weblogic.

    It will work I guess

    Kind regards

    Rous

  • How to troubleshoot incidents of endpoint vRO data collection embedded in HRV 7

    Hello

    We have problems with the collection of data for the endpoint vRO in vra 7. Data collection fails. We believe this is related to the worker DEM, but we do not know how to solve this. So far, the only mistake we have is when running on endpoint vRO data collection:

    In the console of vRA > infrastructure > monitoring, logs:

    Endpoint data collection has no endpoint internal Instance [Workflow Instance Id = 31009] vRO vRealize Orchestrator has returned an error: internal server error.

    In C:\Program Files (x 86) execution of the \VMware\vCAC\Distributed Manager\DEM - Core2\Logs\DEM-Core2_Errors

    [UTC:2016 - 05-20 21:24:05 local: 2016-05-20 14:24:05] "[Error]: Thread-Id ="11"- context =" "token =" "<? XML version = "1.0" encoding = "utf-16"? >

    < Boolean > false < / Boolean >

    Endpoint data collection has no endpoint internal Instance [Workflow Instance Id = 31009] vRO

    System.Net.WebException: vRealize Orchestrator has returned an error: internal server error.

    at DynamicOps.VcoModel.Common.VcoClient.CheckResponseStatus (IRestResponse answer)

    at DynamicOps.VcoModel.Common.VcoClient.DecodeJsonResponse (IRestResponse answer)

    to DynamicOps.VcoModel.Common.VcoVersionUtils.GetPluginsInformation (customer VcoClient)

    to DynamicOps.VcoModel.Activities.StoreVcoPluginsInformation.Execute (CodeActivityContext context)

    to System.Activities.CodeActivity.InternalExecute (ActivityInstance, executor, BookmarkManager bookmarkManager ActivityExecutor instance)

    to System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody (ActivityExecutor executor, BookmarkManager bookmarkManager, location resultLocation)

    In addition, when you run the data collection on an inventory of POSSIBLE computing resources, the following error occurs:

    [UTC:2016 - 05-20 22:54:53 local: 2016-05-20 15:54:53] "[Error]: Thread-Id ="12"- context =" "token =" "<? XML version = "1.0" encoding = "utf-16"? >

    < Boolean > false < / Boolean >

    Workflow "vSphereVCNSInventory" failed with the following exception:

    DynamicOps.VcoModel.Common.VcoException: Point endpoint could not be found. There is no point vRealize Orchestrator endpoints configured with the __VMware.VCenterOrchestrator.Plugin.NSX.Build property.

    to DynamicOps.VcoModel.Common.EndpointSelector.ctor (context, ManagementModelEntities, String selectionFilter)

    at DynamicOps.VCNSModel.Activities.VcoNsxHelper.VcoNsxConnectionInfo.GetVcoEndpoint (ManagementModelEntities managementDataContext, Guid virtualMachineId)

    at DynamicOps.VCNSModel.Activities.VcoNsxHelper.VcoNsxConnectionInfo.GetConnection (ManagementModelEntities managementDataContext, point endpoint VCNSEndpoint, Guid virtualMachineId)

    at DynamicOps.VCNSModel.Workflows.vSphereVCNSInventory_CompiledExpressionRoot.vSphereVCNSInventory_CompiledExpressionRoot_TypedDataContext3_ForReadOnly.__Expr21Get)

    at DynamicOps.VCNSModel.Workflows.vSphereVCNSInventory_CompiledExpressionRoot.InvokeExpression (Int32 expressionId, IList 1 locations, ActivityContext activityContext)

    to Microsoft.CSharp.Activities.CSharpValue'1.Execute (CodeActivityContext context)

    to System.Activities.Runtime.ActivityExecutor.ExecuteInResolutionContext [T] (ActivityInstance parentInstance, activity 1 expressionActivity)

    to System.Activities.InArgument'1.TryPopulateValue (LocationEnvironment targetEnvironment ActivityInstance activityInstance ActivityExecutor executor)

    to System.Activities.ActivityInstance.InternalTryPopulateArgumentValueOrScheduleExpression (RuntimeArgument argument, Int32 nextArgumentIndex, ActivityExecutor executor, IDictionary 2 argumentValueOverrides, place resultLocation, Boolean isDynamicUpdate)

    to System.Activities.ActivityInstance.ResolveArguments (ActivityExecutor executor, IDictionary 2 argumentValueOverrides, place resultLocation, Int32 startIndex)

    to System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody (ActivityExecutor executor, BookmarkManager bookmarkManager, location resultLocation)

    We use a distributed deployment of vRA 7 and have 2 devices with the built-in vro. Both devices show the service as running vco-server, and I can connect to each instance of vco using the orchestrator client. Also the asax component can load workflows vro. I am able to navigate to the inventory.

    Also, we noticed this problem after one of our servers of iaas is dead on us. We had to rebuild a starting from scratch and shiv inside. It was the Manager node, then this is the EDO, DEM and Manager of services that run on it. Not sure if this is related, it's just that we noticed after. It could occurred earlier also...

    Any suggestions on where to look to refine this would be greatly appreciated.

    Thank you

    Darrenoid

    Thank you for your response.

    I finally understood that this morning. I searched in the /var/log/vco/app-server/server.log on the vra devices and found errors like this:

    2016-05-21 08:31:33.345 - 0700 [http-nio-127.0.0.1-8280-exec-10] ERROR {} [[restServlet]] Servlet.service () for servlet [restServlet] in the context of path [/vco] has thrown the exception [processing request failed, the nested exception is java.lang.NullPointerException] origin

    java.lang.NullPointerException

    at com.vmware.o11n.web.util.CommonUtil.getServerConfiguration(CommonUtil.java:44)

    at com.vmware.o11n.web.plugins.PluginController.listAllPlugins(PluginController.java:116)

    at sun.reflect.GeneratedMethodAccessor347.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221)

    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)

    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110)

    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:806)

    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:729)

    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)

    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)

    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)

    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)

    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)

    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:316)

    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)

    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal (BasicAuthenticationFilter.java:158)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at com.vmware.o11n.web.auth.http.TokenAuthenticationFilter.doFilter(TokenAuthenticationFilter.java:97)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:152)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)

    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)

    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:85)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at com.vmware.o11n.json.DefaultJsonVersionHeaderFilter.doFilter(DefaultJsonVersionHeaderFilter.java:95)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at com.vmware.o11n.web.cluster.RestActiveNodeFilter.doFilter(RestActiveNodeFilter.java:50)

    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:614)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

    at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

    at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)

    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)

    to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:673)

    to org.apache.tomcat.util.net.NioEndpoint$ SocketProcessor.doRun (NioEndpoint.java:1526)

    to org.apache.tomcat.util.net.NioEndpoint$ SocketProcessor.run (NioEndpoint.java:1482)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)

    to org.apache.tomcat.util.threads.TaskThread$ WrappingRunnable.run (TaskThread.java:61)

    at java.lang.Thread.run(Thread.java:745)

    I searched google for the first line in the stack trace 'com.vmware.o11n.web.util.CommonUtil.getServerConfiguration' and came across this recent article from VMWare:

    https://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=2145044

    That fixed it for me, now the collection of data on the endpoint vro works.

    Kind regards

    Darrenoid

  • change the data type of column in a view

    Hi gurus,

    Please suggest.


    I have been created as below in the region of production.

    CREATE OR REPLACE TYPE PROD. (OBJECT) ACE FEATURE_CUSTOM_LIST_OBJ
    TERMINAL_FEATURE_ID NUMBER (8).
    DATA_VALUE NUMBER (8)
    );
    /


    And the view is created below the base have the PROD. FEATURE_CUSTOM_LIST_OBJ

    CREATE OR REPLACE FORCE VIEW PROD. TERMINAL_FEATURE_TYPE
    (
    TERMINAL_FEATURE_ID,
    DATA_VALUE
    )
    AS
    SELECT
    TERMINAL_FEATURE_ID,
    DATA_VALUE
    TABLE)
    CAST)
    PROD. TERM_RELATED_REF_DATA. GET_TERMINAL_FEATURE_TYPE AS PROD. FEATURE_CUSTOM_LIST_TAB));

    Examples of data must be inserted into the display

    TERMINAL_FEATURE_IDDATA_VALUE
    120
    121
    123
    11THERE
    11N

    If iam thinking is possible that we can change the data type of number of varchar2 data type column in a view?

    Or should I follow create or replace type as whenevr the nonnumeric data tries to bring into view
    sound by giving the number plsql for digital character conversion error since it is a number of data type here.

    I have been created as below in the region of production.

    CREATE OR REPLACE TYPE PROD. (OBJECT) ACE FEATURE_CUSTOM_LIST_OBJ

    OK - but it is a SCALAR - not a collection object

    And the view is created below the base have the PROD. FEATURE_CUSTOM_LIST_OBJ

    CREATE OR REPLACE FORCE VIEW PROD. TERMINAL_FEATURE_TYPE

    No - it isn't. Your type of object is a SCALAR - not a collection. You need create a view on a table or a collection that is treated as a table.

    DDL perspective you posted doesn't even mention your FEATURE_CUSTOM_LIST_OBJ.

    If iam thinking is possible that we can change the data type of number of varchar2 data type column in a view?

    Have you tried using TO_CHAR to format the number as a string?

Maybe you are looking for

  • Envy 17 t: Bluray optical drive

    Recently ordered a new laptop and I tried to order one with a Bluray. Optics available only on new laptops to build is a DVD/CD-RW. Why HP eliminates the Bluray drive option?

  • Cam works is not on asus zenfone5 Skype call

    Hi, I use asus zenfone5 for Skype call. It was working fine before. But after that I've updated asus and also set to update of Skype... my cam system not appear each time I call. Anyone has information on this subject?

  • 2130 DeskJet printer: printer DeskJet 2130

    Pouvez printer DeskJet 2130 scan multiple pages into a single PDF file?

  • Satellite L50 - B - wifi indicator is not shut down and does not have uppercase B

    Hi all! I'm new here and I really need your help. Earlier, I had some problems with no Polish signs work as ć, ź, ż, but that has been the problem of BIOS and has be resolved with the upgrade to version 2.0. So now - as in the title - other issues ar

  • End of product number

    Hello world. I have a few questions on: product number. When I goto the following link http://shopping1.HP.com/is-bin/Intershop.Enfinity/WFS/WW-USSMBPublicStore-site/en_US/-/USD/ViewParam... I see different laptops Probook with different specificatio