MainPage.xaml throws an error while loading designer.

Hello,
I am new to WIndows store app development.
I am creating a sample windows store App using VC++ UAP using Visual Studio 2015 CTP5. 
MainPage.xaml throws an error while loading the designer:
"The element [Grid] could not be displayed because of a problem with WIndows..UI.Xaml.Control.Grid"
Exception:
NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.VisualStudio.DesignTools.WindowsXamlDesigner.WindowsStoreXamlPlatform.get_ThemeResources()
at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.FindInstantiatedResource(IInstanceBuilderContext context, ViewNode viewNode, DocumentNode documentNode, DocumentNode keyNode)
at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.UpdatePropertyOrChildValue(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, Int32 childIndex, DocumentNodeChangeAction action, DocumentNode valueNode, ViewNode& childViewNode, IInstanceBuilder& valueBuilder, Boolean& isNewInstance)
at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.UpdateProperty(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, DocumentNode valueNode)
at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.DependencyObjectInstanceBuilderBase`1.UpdateProperty(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, DocumentNode valueNode)
at Microsoft.VisualStudio.DesignTools.WindowsXamlDesigner.InstanceBuilders.FrameworkElementInstanceBuilder.UpdateProperty(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, DocumentNode valueNode)
at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.InstantiateProperties(IInstanceBuilderContext context, ViewNode viewNode, DocumentCompositeNode compositeNode)
at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.Initialize(IInstanceBuilderContext context, ViewNode viewNode, Boolean isNewInstance)
at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ViewNodeManager.InitializeInstance(IInstanceBuilder builder, ViewNode viewNode, Boolean isNewInstance)
The default contents of MainPage.Xaml for windows 8.1 project is :
<Page
x:Class="HelloWorld.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HelloWorld"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
</Grid>
</Page>
The windows Phone 8.1 project loads the MainPage.xaml correctly. What is wrong with MainPage.xaml of Windows 8.1 project ?
Thanks,
Kunal

There is nothing wrong with the code.
>> using Visual Studio 2015 CTP5. 
You're using a beta version of Visual Studio. Try using VS2013 instead. There's probably a bug.
It could also be a problem with your Visual Studio install. Try repairing and/or reinstalling.
Does taking out the Background property fix the issue? (i.e. just leave a completely empty grid)
I'm a self-taught noob amateur. Please take this into account when responding to my posts or when taking advice from me.

Similar Messages

  • Error while loading data to ASO database using rules files and buffer id

    Hello all,
    While loading the data to our ASO cube from a data file and using a server rules file, I am getting a warning: "Incorrect Syntax near ['$'] ". But my script no where mentions the usage of $. Also the console throws no error while loading the data. It displays the progress bar 0-100% while the data is being loaded, but actually no data is getting loaded (when retrieval is checked). Also the script is unable to form any log file or error file. Can anyone throw some light what might be the reason behind this kind of data load behaviour.
    Thanks in advance.
    Amit

    is that the real script? I don't see you using any parameter. (That's where $ comes to play). Try a double quote with echo (I never used echo in MaxL)
    Also don't post passwords and server names on a forum.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Bex Report Designer: Error while loading metadata

    hi experts,
    I am working with BI7 Bex Report Designer and we are using SP9. when i tried to load the Query in Report Designer its giving below error.
    Error while loading metadata.
    Check the Query and portal settings.(but the query is working fine in Analyzer).
    and its giving message class RSBOLAP, message number 018 and Description is java system error: incoming call is not authorized.
    when i double click the error its giving below error details.
    Diagnosis
    An error occurred in the BI components on the SAP J2EE Engine.
    System Response
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    Start the Visual Administrator, log on to the SAP J2EE Engine and choose "<J2EE_SID>" ->"Server" -> "Services" -> "Log Viewer".
    The file "defaultTrace.trc" includes detailed information about the error that occurred. In Windows, you can find this file in the Log Viewer under "Cluster <computer name>" -> "Server <server number>" -> "<drive>:\usr\sap\<SID>\JC<INSTANCE>\j2ee\cluster\server<NUMBER>\log". ". In Unix, the file is located under "/usr/sap/<SID>/JC<INSTANCE>/j2ee/cluster/server<NUMBER>/log".
    If the file does not include enough detail about the error, you can increase the log level to obtain more information. To do this, choose "<J2EE_SID>" -> "Server" -> "Services" -> "Log Configurator". On the "Locations" tab page, choose "com" -> "sap" -> "ip" -> "bi" -> "webapplications". Using the selection list on the right side of the screen, you can increase the log level, whereby "DEBUG" represents the log level with the most information. You can save your settings by choosing the "Save" icon. The change to the log level is active immediately. Once you have successfully analyzed the error, you should set the log level back to its default value using the appropriate pushbutton; continuous writing to the log file negatively affects the overall performance of the system.
    could you plz suggest me how to rectify the problem.
    regards
    vadlamudi

    Hi vadlamudi
    The error message RSBOLAP 018 means, that the ABAP stack can't communicate with the Java Stack.
    1) Please ensure, that the user, used for the Report Designer, is valid in the Portal too. Depending on the user management setup this means that there either needs to be the same user or an assigned user in the Portal.
    2) In case the user is valid, it means a basic misconfiguration according to note 937697. In this case please run the Support Desk Tool and ensure, that all checks are green. Please ensure, that the latest version of the Support Desk Tool is used.
    Regards,
    Janine

  • Error While loading a image from database

    Purpose
    Error While loading the Image from the database
    ORA-06502: PL/SQL : numeric or value error:Character string buffer too small
    ORA-06512: at "Sys.HTP" ,line 1480
    Requirement:
    I am developing the web pages using PSP(Pl/sql Serverpages) . I have a requirement to show a image in the webpage. I got the following procedures from the oracle website.
    I have created the following table to store the images
    create table DEMO
    ID INTEGER not null,
    THEBLOB BLOB
    And I also uploaded the Images. Now I am try to get a image from the table using the following procedure .But I am getting the error message line 25( htp.prn( utl_raw.cast_to_varchar2( l_raw ) );) .at it throws the following error messages
    ORA-06502: PL/SQL : numeric or value error:Character string buffer too small
    ORA-06512: at "Sys.HTP" ,line 1480
    Procedure that I used to get the image
    create or replace package body image_get
    as
    procedure gif( p_id in demo.id%type )
    is
    l_lob blob;
    l_amt number default 30;
    l_off number default 1;
    l_raw raw(4096);
    begin
    select theBlob into l_lob
    from demo
    where id = p_id;
    -- make sure to change this for your type!
    owa_util.mime_header( 'image/gif' );
    begin
    loop
    dbms_lob.read( l_lob, l_amt, l_off, l_raw );
    -- it is vital to use htp.PRN to avoid
    -- spurious line feeds getting added to your
    -- document
    htp.prn( utl_raw.cast_to_varchar2( l_raw ) );
    l_off := l_off+l_amt;
    l_amt := 4096;
    end loop;
    exception
    when no_data_found then
    NULL;
    end;
    end;
    end;
    What I have to do to correct this problem. This demo procedure and table that I am downloaded from oracle. Some where I made a mistake. any help??
    Thanks,
    Nats

    Hi Satish,
    I have set the raw value as 3600 but still its gives the same error only. When I debug the procedure its throwing the error stack in
    SYS.htp.prn procedure of the following line of code
    if (rows_in < pack_after) then
    while ((len - loc) >= HTBUF_LEN)
    loop
    rows_in := rows_in + 1;
    htbuf(rows_in) := substr(cbuf, loc + 1, HTBUF_LEN);
    loc := loc + HTBUF_LEN;
    end loop;
    if (loc < len)
    then
    rows_in := rows_in + 1;
    htbuf(rows_in) := substr(cbuf, loc + 1);
    end if;
    return;
    end if;
    Its a system procedure. I don't no how to proceed .. I am really stucked on this....is their any other method to take picture from the database and displayed in the web page.....???? any idea..../suggesstion??
    Thanks for your help!!!.

  • Error while loading shared libraries after installing cleartype fonts.

    Hi there.!
    Since the default fonts of Arch looked quite ugly on my LCD, I read the Fonts wiki and installed cleartype packages from AUR.But now, when I try switching to runlevel 5 (I use GDM by the way), it throws up following error:
    /usr/sbin/gdm-binary: error while loading shared libraries: libcairo.so.2 : cannot open shared object file: No such file or directory.
    I didn't edit the pkgbuilds in any way.Running "locate libcairo.so" doesn't show up anything either.
    Any help guys.?

    Well you have two choices, use windows XP or google for 'fonts linux ugly'
    or there is a search feature on this forum, it works well.
    setting a right DPI will probably make your fonts look the best no matter what packages you install or ~/.fonts file you use.
    Last edited by jacko (2009-01-10 12:32:54)

  • Error while loading entity  ORM

    entityLoad('Account') throws this error,
    Error while loading entity
    java.sql.SQLException: [Macromedia][Oracle JDBC Driver]Numeric overflow.
    However  entityLoad('Account',1) returns the proper record.
    I am using oracle 10g as a datebase.
    Is this a bug with oracle? entityLoad('Account') should return all my accounts.

    What if you use the offset & maxrows settings to return the whole lot? Does that work?
    If not, it might be bung data: try paging through all the records to see if one page in particular gives you a problem, then you can maybe narrow it down to a specific record.
    Can you profile the SQL that Hibernate is passing to the DB? Anything unexpected about it?
    Adam

  • Error While loading into BW using infoPackage

    Hi All,
    While following directions posted at the following wiki page https://wiki.sdn.sap.com/wiki/display/BOBJ/ConfiguretheLoadJobinBW%28DS+3.2%29,
    we get an error while loading data into BW using infoPackage via Data services 3.2
    In SAP BI side Error says :"Error while executing the following command:  -sJO return code:220"
    On DS side for the RFC server log we get the error" Error while executing the following command -sJOB_SQL_TO_DBI -Ubbu -P;(encrypted password) -A (encryted information) -VMODE=F"
    Issue is still open with support as we still cannot excute the job from infopackage. it is succesfully executed from designer, admin console, batch file.
    Any insights/help would be appreciated.
    Thanks.
    Edited by: rana_accn on Jan 26, 2010 6:48 PM

    Sure I will.
    One thing we have noticed is that in the server_eventlog parameter for the  log line "Starting job with command line parameters are different"
    When job is executed from DS side parameters -Ct -Cm -Ca -Cj -Cp -S -N -Q -U -P -G -r -T -Locale are used
    When job is executed from BW side parameters -Ct -Cm -Ca -Cj -Cp -s -N -Q are used
    Also when the job is executed from BW,  log files start getting created but then trace and error file show an error that cannot open database - and that points to DSCentral repository.This repository is not even mapped to the job server and the job has been exported from the correct repository as command line execution of the job works perfectly fine.
    Thnx
    Just an update we were not able to figure out why this happened in the existing environment. One reason given was that somehow the commands which were being executed from BW side were getting corrupted. We had to build a new environment and this is no longer an issue in the new environment, as now all jobs can be executed from BW. Only difference between the 2 environments was we are now on 12.2.1.3 while earlier we were on 12.2.0.0.
    Edited by: rana_accn on Mar 23, 2010 10:21 PM
    Edited by: rana_accn on Apr 29, 2010 9:46 PM

  • Error while loading hierarchies in sap bw

    Hi All,
    Iam getting the below error while loading hierarchy from flat file. While scheduling infopackage iam getting ....
    Error 8 when compiling the upload program: row 657, message: A newer version of data type /BIC/B0014446000 was...
    Can any one please resolve the issue....
    Regards,
    Kalyani

    It wasn't any issue with Hierarchy load actually. He might have done some changes to the InfoSource and activated it. But some time you need to refresh the complete tree or run \nrsa1 to refresh the widow otherwise it gives error.
    It shows to the system both the copies of the infosource new and the modified and so throws this error.
    This is also the case in case of time stamp error, where you do some changes to DS again and the time stamp in system metadata
    for this DS (re-activated) dosen't matches witht the one expected as it's creation time stamp preiously. So in this case also you need to re-activate and refresh/re-login into the system again.

  • BPC Error while loading master data from SAP BW

    Hello Guru,
    I have NW BPC 7.5 installed on BW server. Currently i have started to work on one application where i have to load master data first. I am loading master data for cost center.
    I looked into the process chain "BPC: Import BW InfoObject master data" and i found that few processes are  in GREEN color and few are in RED color (Display). is that correct or not ? then as per some of the thread i went to "BPC: Convert BW infoObject master data" --> SOURCE_TYPE = IP  and added one parameter "FORMULA_FILE_NO". Then i saved this process chain and activated it.
    I created transformation file in BPC and it got created successfully but while i try to load packages it throws me error.
    Q. Do i need to have entire process chain with all processes in GREEN to have the master data in BPC ?
    Q. Do i need to activate any BADI's for this or not ?
    I appreciate your help in advance. I trie

    Hello Guru,
    Currently i am getting below error while loading costcenter master data from BW to BPC.
    Task name MASTER DATA SOURCE:
    Record count: 189
    Task name TEXT SOURCE:
    Record count: 189
    Task name CONVERT:
    No 1 Round:
    Info provider  is not available
    Application: ZRB_SALES_CMB Package status: ERROR
    Anybody can tell me, if i have missed anything ???
    Regards,
    BI NEW
    Edited by: BI  NEW on Feb 23, 2011 12:25 PM

  • Error while loading to master data infoobject hierarchy (0RPM_PORT_ITEM_HIERARCHY)

    Hi All,
    I have an issue while loading the data from psa to master data infoobject.
    DTP Error:
    When we had extracted the data from ECC to PSA, the values for field "IOBJNM" are not populated for 0RPM_PORT_ITEM_HIERARCHY
    Thus it is throwing an error while populating this data to the target.
    From where this field will fetch the values?
    Why these values are not being populated from ECC?
    Will there be any issue from BI side? can anyone help me on this.

    Hi Raman,
    yes I had extracted data in RSA3
    There are no values for the field "object".
    Do you have any idea why these values are missing?

  • Getting Duplicate data Records error while loading the Master data.

    Hi All,
    We are getting Duplicate data Records error while loading the Profit centre Master data. Master data contains time dependent attributes.
    the load is direct update. So i made it red and tried to reloaded from PSA even though it is throwing same error.
    I checked in PSA. Showing red which records have same Profit centre.
    Could any one give us any suggestions to resolve the issues please.
    Thanks & Regards,
    Raju

    Hi Raju,
            I assume there are no routines written in the update rules and also you ae directly loading the data from R/3 ( not from any ODS). If that is the case then it could be that, the data maintained in R/3 has overlapping time intervals (since  time dependency of attributes is involved). Check your PSA if the same profit center has time intervals which over lap. In that case, you need to get this fixed in R/3. If there are no overlapping time intervals, you can simply increase the error tolerance limit in your info-package and repeat the load.
    Hope this helps you.
    Thanks & Regards,
    Nithin Reddy.

  • OUI-10151:There was an error while loading library: globalVarQueries

    Hi,
    I am installing Oracle Database 11g version 11.1.0.6.0 on RHEL 5.3 x64.
    After completing all the requirements & pre-reqs, when the installation starts it throws the following error :
    OUI-10151:There was an error while loading library: globalVarQueries
    For this I selected "Stop installation of this component only"
    After this it gives the following error:
    OUI-10151:There was an error while loading library: generalQueries
    For this I again selected "Stop installation of this component only"
    But, after this the previous error keeps getting repeated over & over again, until installation stops, with the following error:
    OUI-10133:Invalid staging area. There are no top level components for Linux available for installation in this staging area
    Please help me out here, guys.

    Hi,
    did you install all this packages?
    # mount /dev/cdrom /mnt; cd /mnt/Server
    # rpm -ivh libgomp-4.3.2-7.el5.x86_64.rpm \
               kernel-headers-2.6.18-128.el5.x86_64.rpm \
               glibc-headers-2.5-34.x86_64.rpm \
               libstdc++-devel-4.1.2-44.el5.x86_64.rpm \
               sysstat-7.0.2-3.el5.x86_64.rpm \
               glibc-devel-2.5-34.x86_64.rpm \
               libaio-devel-0.3.106-3.2.x86_64.rpm \
               gcc-4.1.2-44.el5.x86_64.rpm \
               gcc-c++-4.1.2-44.el5.x86_64.rpm \
               elfutils-libelf-devel-static-0.137-3.el5.x86_64.rpm \
               elfutils-libelf-devel-0.137-3.el5.x86_64.rpm \
               compat-db-4.2.52-5.1.x86_64.rpm \
               compat-gcc-34-3.4.6-4.x86_64.rpm \
               compat-gcc-34-c++-3.4.6-4.x86_64.rpm \
               gdb-6.8-27.el5.x86_64.rpm \
               libtermcap-devel-2.0.8-46.1.x86_64.rpm \
               readline-devel-5.1-1.1.x86_64.rpm \
               unixODBC-2.2.11-7.1.x86_64.rpm \
               unixODBC-devel-2.2.11-7.1.x86_64.rpm \
               glibc-devel-2.5-34.i386.rpm \
               libXp-1.0.0-8.1.el5.i386.rpm \
               libstdc++-devel-4.1.2-44.el5.i386.rpm \
               unixODBC-2.2.11-7.1.i386.rpm \
               unixODBC-devel-2.2.11-7.1.i386.rpm \
               libaio-devel-0.3.106-3.2.i386.rpmRegards,
    David
    OCP 9i /10g / 11g
    http://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-11g-R1-on-RHEL-5.3-x86_64.php

  • [appldev@oracletrng5 ~]$ ./startAPP /bin/sh: error while loading shared lib

    Hi hussein,
    I got error when I startup my new cloned Oracle apps 11i in OEL5.6
    [appldev@oracletrng5 ~]$ ./startAPP
    /bin/sh: error while loading shared libraries: libdl.so.2:
    cannot open shared object file: No such file or directoryOr all command line (like "ls", "cat", etc) throws this error :(
    But if I am a "root" user I can run this.
    Please help...
    Thanks
    Edited by: crystal on Feb 18, 2011 5:53 PM

    Hi hussein,
    It seems only the discoverer start script got error. The metalink notes said:
    Oracle Discoverer 4i is not certified with Oracle Applications 11i since December 2006.
    Solution
    To implement the solution, please execute the following steps:
    1. Upgrade Discoverer to version 10.1.2 or later as per Note 313418.1
    Using Discoverer 10.1.2 with Oracle E-Business Suite 11i. I think we are not using discover. Do I need to fix it?
    But the start all script has status "1" at the end of run. which meant not successful.
    Below is the complete log of start all script:
    [appldev@oracletrng5 ~]$ ./startAPP
    You are running adstrtal.sh version 115.16
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/adapcctl.sh start
    script returned:
    adapcctl.sh version 115.50
    Apache Web Server Listener is not running.
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Apache Web Server Listener (PLSQL) is not running.
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/adalnctl.sh start
    script returned:
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_DEV.
    adalnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 115.28
    Starting concurrent manager for DEV ...
    Starting DEV_0220@DEV Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/adfrmctl.sh start
    script returned:
    You are running adfrmctl.sh version 115.37
    Starting forms server for DEV on port 9000.
    adfrmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/adrepctl.sh start
    script returned:
    You are running adrepctl.sh version 115.32
    starting Reports Server for DEV on port 7000.
    adrepctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/adfmcctl.sh start
    script returned:
    You are running adfmcctl.sh version 115.19
    Starting forms load balancing client for DEV.
    adfmcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/adfmsctl.sh start
    script returned:
    You are running adfmsctl.sh version 115.15
    starting forms  metrics server for DEV.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 115.16
    Validating Fulfillment patch level via /u01/appldev/devcomn/java
    Fulfillment patch level validated.
    Starting Fulfillment Server for DEV on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /u01/appldev/devcomn/admin/scripts/DEV_oracletrng5/addisctl.sh start
    script returned:
    addisctl.sh version 115.15
    /u01/appldev/devora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /u01/appldev/devora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /u01/appldev/devora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    Cannot bind to OAD. Re-starting...
    OAD is stopped
    Osagent is stopped
    Unable to stop locator. No process-id  file found.
    Unable to stop gatekeeper. No process-id  file found.
    Unable to stop any Discoverer Sessions. No process-id  file found.
    Unable to stop any Discoverer Preference. No process-id  file found.
    Unable to stop any Discoverer Collector. No process-id  file found.
    /u01/appldev/devora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /u01/appldev/devora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /u01/appldev/devora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    Registering Discoverer Session
    Registering the Collector
    Applying preferences from file : /u01/appldev/devora/8.0.6/discwb4/util/pref.txt
    Finished applying preferences
    Registering Discoverer Preference Repository
    addisctl.sh: exiting with status 1
    .end std out.
    /u01/appldev/devora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u01/appldev/devora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u01/appldev/devora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u01/appldev/devora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u01/appldev/devora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u01/appldev/devora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    ./applypreferences.sh: line 26: 31747: Memory fault
    /u01/appldev/devora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    .end err out.
    Check logfile /u01/appldev/devcomn/admin/log/DEV_oracletrng5/02200048.log for details
    Exiting with status 1What is this about? >./applypreferences.sh: line 26: 31747: Memory fault
    Thanks a lot

  • Error while loading service SLD Data Supplier

    HI All,
    I am getting an error when i am trying to access the SLD Data Supplier via Visual Administrator.
    Error while loading service SLD Data Supplier
    java.lang.ClassNotFoundException: com.sap.sldserv.vaclient.ClientManagement
    Can somebody tell me how to fix this?
    Regards
    Prakash

    Hi Nigel,
    thanks a lot - I can now access the SLD data supplier from my local visual admin- great!
    unfortunately, the key storage service still throws the error:
    java.lang.NoClassDefFoundError: iaik/x509/V3Extension
            at com.sap.engine.services.keystore.admin.gui.KeystoreContentPanel.<init>(KeystoreContentPanel.java:34)
            at com.sap.engine.services.keystore.admin.gui.SingleKeystoreViewPanel.<init>(SingleKeystoreViewPanel.java:31)....
    Do you know if it's something different with the key storage?
    Best regards
    Cornelia

  • Error while loading shared libraries: librt.so.1: cannot open shared object

    error while loading shared libraries: librt.so.1: cannot open shared object
    I cant run my apache server v2.2.3.
    Can someone help me?
    thanks in advance

    That could be an accessibility issue. Check the user with whom you installed Apache server. Check the user has permissions to access the libraries.
    -Mahendra.

Maybe you are looking for

  • Automatic Time Sync on Gnome Desktop?

    What would you do to sync time on your Gnome Desktop? Gnome Settings for "Networktime" does not work for me caus it is deactivated after reboot.... All what i try to do with ntp does not work too... Is there any "easy" way to sync time?

  • Can't access BIOS through Assist button

    Hi all, I have a VPCF11M1E and I am not able to access its BIOS. Pressing F2 doesnt show me any BIOS options and when I press the Assist button it automatically starts the computer. I really do need help ASAP if possible. Thanks in advance!

  • If I get a 3D monitor for my mac mini, will it turn the graphic to 3D?

    Can any one help me that what If I get a 3D monitor for my mac mini, will it turn the graphic to 3D? or I need a 3d Processor for my mac mini?

  • Ap 3.2.1 update majorly messed up

    Auto software update prompted me that there was a fix for Aperture 3. It would fix the orientation issue with cropping. Yes, I was happy about that. Dowloaded, installed, and began using Aperture. Oh my, Apple you got some work to do. All the brushes

  • Error in declaration

    Hi when i declare as below: DATA: ws_grid_100     TYPE REF TO   cl_gui_alv_grid,       ws_grid2_100    TYPE REF TO   cl_gui_alv_grid,       ws_cont1_100    TYPE REF TO   cl_gui_docking_container,       ws_cont2_100    TYPE REF TO   cl_gui_docking_con