32bit library on solaris64

I am a novice on solaris and i am trying to install a 32bit application on a T2000 Sun server that has Solaris10 64bit preinstalled.
An error about not finding the library lib sunmath.so.1 appeared and when i copied the library this error appeared: wrong ELF class: ELFCLASS64
It seems that i have 64bit libraries but the application needs the 32bit version of the same library.
Is there any solution to keep both 32bit and 64 bit version of a library in my server? I need to install both 32bit and 64bit applications.
Thank you in advance,
Giorgos

Both versions should be installed. Where is your copy (the exact path on the server you got it from)? (use ldd to see which is linked).
You probably copied the 64-bit library when you needed to copy the 32-bit library.
Darren

Similar Messages

  • Porting a Processing (32bit) library from Windows to Mac (64bit)

    Some months ago I developed a library in Windows for Processing (http://code.google.com/p/touchatag-processing/). It basically allows users to work with touchatag RFID readers and tags on the Processing environment.
    For the last couple of days I've been trying to port it to Mac, but I've run into some problems regarding system architecture. My library heavily relies on libnfc (http://www.libnfc.org/), which is compiled as x86_64. Since Processing runs as a 32 bit application, I'm getting this error:
    +processing.app.debug.RunnerException: UnsatisfiedLinkError: /Users/augustoesteves/Documents/Processing/libraries/touchatag/library/libnfc.d ylib: no suitable image found.+
    +Did find: /Users/augustoesteves/Documents/Processing/libraries/touchatag/library/libnfc.d ylib: mach-o, but wrong architecture+
    I've tried following the instructions found here:
    http://discussions.apple.com/thread.jspa?messageID=10497361
    But since libnfc relies on libusb, I still get errors with Make:
    sudo make CFLAGS='-arch i686' LDFLAGS='-arch i686' CC='gcc -m32' CXX='g++ -m32'
    +ld: warning: in /usr/local/Cellar/libusb-compat/0.1.3/lib/libusb.dylib, file was built for unsupported file format which is not the architecture being linked (i386)+

    Rorsch wrote:
    Yes, I understand the problem, I can't have mixtures. But how do I compile libnfc if it uses a pre-complied libusb library at 64bits?
    You have to rebuild libusb
    Unfortunately, libusb seems to have a couple of funky gcc flags. You have to do this the hard way.
    env CFLAGS="-arch i386" ./configure; make
    mv libusb/.libs/libusb-1.0.0.dylib /tmp/libusb-1.0.0.dylib.i386
    make clean
    env CFLAGS="-arch x86_64" ./configure; make
    mv libusb/.libs/libusb-1.0.0.dylib /tmp/libusb-1.0.0.dylib.x86_64
    lipo -create /tmp/libusb-1.0.0.dylib.i386 /tmp/libusb-1.0.0.dylib.x86_64 -output libusb/.libs/libusb-1.0.0.dylib
    Result:
    file libusb/.libs/libusb-1.0.0.dylib
    libusb/.libs/libusb-1.0.0.dylib: Mach-O universal binary with 2 architectures
    libusb/.libs/libusb-1.0.0.dylib (for architecture i386): Mach-O dynamically linked shared library i386
    libusb/.libs/libusb-1.0.0.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64

  • Nvidia 32bit driver issue when starting steam

    When ever I start steam I get this error.
    OpenGL GLX context is not using direct rendering, which may cause performance problems.
    For more information visit https://support.steampowered.com/kb_art … -EYZB-7457.
    I decided to run it from terminal to see what was happening when it was starting and I got this.
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast
    This lead me to looking through loads of forums and it seems to be that swrast is some kind of fallback driver, so I installing every 32bit library for my graphics card(Nvidia gtx 970) and the error still perists.
    then looked at some more forums and they and the post i found said it was a path issue and that i need to add the path to a config file in this folder /etc/ld.so.conf.d the config file taked about in the post wasnt there but there was a config file which i checked and it had the correct path.
    Also when i use the glxinfo command I get:
    glxinfo
    name of display: :0
    display: :0  screen: 0
    direct rendering: Yes
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.4
    But when i use the 32bit version I get:
    glxinfo32
    name of display: :0
    libGL error: No matching fbConfigs or visuals found
    libGL error: failed to load driver: swrast
    display: :0  screen: 0
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.4
    Need any more information just ask.
    Edit: decided to give up and reinstall.
    Last edited by Duck-tective (2014-12-29 13:25:05)

    Vista Ultimate 64-bit recognizes 8 cores. 32-bit recognizes one physical cpu.
    I've had very little trouble in two years. And now I do like Windows 7 but also eager for the RC.
    I've been using the latest Nvidia. There is a method to the madness of how to uninstall/delete and install graphics drivers, or madness in the method. The W7 drivers are easier.
    Nope. Something else. More sensitive to disk errors. You aren't running a program to boost fans. Something.
    And some AV software is more prone to causing trouble. But all you need is a good AV/malware program, and even Norton AV 2009 is acceptable, or Avast or one of the others.
    http://discussions.apple.com/thread.jspa?threadID=1866970&tstart=0

  • Oracle Client 10.1.0.2.0 Core Dumps

    I have a strange problem where I intermittently receive Oracle client core dumps. I am running version 6 of the WebSphere Message Broker, which communicates with a remote Oracle database. I am using DataDirect to connect to the database and am running the following Oracle versions:
    Client: 10.1.0.2.0
    Database: 10.1.0.5.0 64 bit
    The following is an excerpt from the broker’s .odbc.ini file:
    [OTDAWMB]
    Driver=/opt/IBM/mqsi/6.0/merant/lib/UKor820.so
    Description=DataDirect 5.0 Oracle
    EnableDescribeParam=1
    OptimizePrepare=1
    ServerName=DTHU
    WorkArounds=536870912
    ProcedureRetResults=1
    ColumnSizeAsCharacter=1
    Here’s the problem:
    We submit batch loads where 50,000 messages are put on a queue. Each message processed by the broker involves multiple database inquiries and insert statements. On average we process 10 messages / second which means we’re constantly hitting the database for over an hour. On occasion, we receive a core dump from the broker which points to an Oracle library. The following is an excerpt from the broker’s abend file:
    ----------------------------- Stack dump for current thread ( 6426)
    (0xd70cea34+0x000004e8) ttcdrv [opt/oracle/OraHome_1/lib32/libclntsh.a(shr.o)]
    (0xd6e5ee1c+0x00000050) nioqwa [opt/oracle/OraHome_1/lib32/libclntsh.a(shr.o)]
    (0xd6b6eef4+0x00000588) upirtrc [opt/oracle/OraHome_1/lib32/libclntsh.a(shr.o)]
    (0xd6c4f984+0x0000006c) kpurcsc [opt/oracle/OraHome_1/lib32/libclntsh.a(shr.o)]
    (0xd6d33028+0x000005dc) kpuexecv8 [opt/oracle/OraHome_1/lib32/libclntsh.a(shr.o)]
    (0xd6d34328+0x00001004) kpuexec [opt/oracle/OraHome_1/lib32/libclntsh.a(shr.o)]
    (0xd6d22174+0x0000001c) OCIStmtExecute [opt/oracle/OraHome_1/lib32/libclntsh.a(shr.o)]
    (0xd67cb3f8+0x00000000) <no name available> [opt/IBM/mqsi/6.0/merant/lib/UKor820.so]
    (0xd675bc20+0x00000000) <no name available> [opt/IBM/mqsi/6.0/merant/lib/UKor820.so]
    (0xd675a8a8+0x00000000) <no name available> [opt/IBM/mqsi/6.0/merant/lib/UKor820.so]
    (0xd6796340+0x00000000) <no name available> [opt/IBM/mqsi/6.0/merant/lib/UKor820.so]
    (0xd5f2f248+0x00000000) <no name available> [opt/IBM/mqsi/6.0/lib/libodbc.a(odbc.so)]
    (0xd5eeb1b8+0x00000000) <no name available> [opt/IBM/mqsi/6.0/lib/libodbc.a(odbc.so)]
    (0xd472260c+0x0000010c) execute__16ImbOdbcStatementFv [opt/IBM/mqsi/6.0/lib/libMessageServices.a(libMessageServices.a.so)]
    This can happen at any time and can happen multiple times throughout the load. IBM says it’s a problem with the Oracle client (ILLEGAL INSTRUCTION) and there’s nothing that can be done from their end.
    Has anyone run across something similar? Could this be network related?

    From dump message, looks like your client are calling whole banch of 32bit library. Are your application server also 64 bit ? Can you try install a 64bit client?
    It's also a good idea to patch up your client a bit.
    You should also consider submit a SR on metalink.

  • ODBC Client 10.1.0.2.0 Installation x64

    I really could use some help here! I have downloaded the latest basic client and odbc connection and have tested my connection using SQL net and that works fine. However, when trying to establish my odbc connection within Windows, I get the errror message TNS: 12545 Connect failed because target host or object does not exist. I have verified the tsnames.ora and sqlnet.ora files are correct and they work when I run the following:
    set path c:\OracleClient;%path%
    set TNS_ADMIN=C:\OracleClient
    set LD_LIBRARY_PATH=C:\OracleClient
    set SQLPATH=C:\OracleClient
    sqlnet username password@tsname
    I have setup enviromental variables within Windows Server 2003 (x64) for these and it still gives the same error when testing the odbc connection. Any ideas!!!

    From dump message, looks like your client are calling whole banch of 32bit library. Are your application server also 64 bit ? Can you try install a 64bit client?
    It's also a good idea to patch up your client a bit.
    You should also consider submit a SR on metalink.

  • Emca config error

    I have my database running on redhat 5 and the db is running fine. I tried to configure emca and this is what I get. I searched and there was really no proper help for this. Anybody able to resolve this issue?
    20:15:01 [~] oracle@db-prod32 328$ emca -config dbcontrol db
    STARTED EMCA at Dec 6, 2007 8:32:21 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: DB03
    UnsatisfiedLinkError exception loading native library: njni10
    Exception in thread "main" java.lang.UnsatisfiedLinkError: get
    at oracle.net.common.NetGetEnv.get(Native Method)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.getEnvParams(SQLEngine.java:409)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.initialize(SQLEngine.java:237)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.<init>(SQLEngine.java:222)
    at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.<init>(SQLPlusEngine.java:104)
    at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:352)
    at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:101)
    at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:143)
    at oracle.sysman.emcp.DatabaseChecks.isASMDb(DatabaseChecks.java:715)
    at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssistant.java:1793)
    at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2276)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:928)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)

    Is your system 32bit or 64bit.
    It might be similar issue to this one
    Problem: Running EMCA Fails With 'java.lang.UnsatisfiedLinkError' on AIX When $LIBPATH Is Set Incorrectly
    Doc ID: Note:301621.1
    where 32bit library should be in preceding position of 64bit library in LIBPATH

  • Errors encountered when building a plugin

    Hi all,
    I'm new to DSEE and I'm trying out the plugin development.
    My DSEE version is 11.1.1.5
    Running on 2.6.32-71.el6.x86_64 x86_64 GNU/Linux
    Ok, I am trying to build the library of the testpwdstore.c example described in the Developer's Guide Chapter 11 (Writing Pwd Storage Scheme Pug-in), but encountered the errors below:
    If I build using 32bit library:
         [root@testmachine examples]# gcc -o testpwdstore.so testpwdstore.o -L/home/dsee7/lib/private -L/home/dsee7/lib -lldap60 -lpthread
         /usr/bin/ld: skipping incompatible /home/dsee7/lib/private/libldap60.so when searching for -lldap60
         /usr/bin/ld: cannot find -lldap60
         collect2: ld returned 1 exit status
    If I build using 64bit library:
         [root@testmachine examples]# gcc -o testpwdstore.so testpwdstore.o -L/home/dsee7/lib64/private -L/home/dsee7/lib64 -lldap60 -lpthread
         /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/crt1.o: In function `_start':
         (.text+0x20): undefined reference to `main'
         testpwdstore.o: In function `xorenc':
         testpwdstore.c:(.text+0x56): undefined reference to `slapi_ch_malloc'
         testpwdstore.c:(.text+0x127): undefined reference to `slapi_ch_malloc'
         testpwdstore.c:(.text+0x167): undefined reference to `slapi_ch_free'
         testpwdstore.o: In function `xor_init':
         testpwdstore.c:(.text+0x21a): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x230): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x248): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x25e): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x274): undefined reference to `slapi_pblock_set'
         testpwdstore.o:testpwdstore.c:(.text+0x28a): more undefined references to `slapi_pblock_set' follow
         collect2: ld returned 1 exit status
    May I know which bit version of lib should I use, and what is the cause of the errors?
    Many thanks,
    jason
    Edited by: 915179 on Feb 16, 2012 11:51 PM
    Edited by: 915179 on Feb 16, 2012 11:51 PM

    Hi all,
    I'm new to DSEE and I'm trying out the plugin development.
    My DSEE version is 11.1.1.5
    Running on 2.6.32-71.el6.x86_64 x86_64 GNU/Linux
    Ok, I am trying to build the library of the testpwdstore.c example described in the Developer's Guide Chapter 11 (Writing Pwd Storage Scheme Pug-in), but encountered the errors below:
    If I build using 32bit library:
         [root@testmachine examples]# gcc -o testpwdstore.so testpwdstore.o -L/home/dsee7/lib/private -L/home/dsee7/lib -lldap60 -lpthread
         /usr/bin/ld: skipping incompatible /home/dsee7/lib/private/libldap60.so when searching for -lldap60
         /usr/bin/ld: cannot find -lldap60
         collect2: ld returned 1 exit status
    If I build using 64bit library:
         [root@testmachine examples]# gcc -o testpwdstore.so testpwdstore.o -L/home/dsee7/lib64/private -L/home/dsee7/lib64 -lldap60 -lpthread
         /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/crt1.o: In function `_start':
         (.text+0x20): undefined reference to `main'
         testpwdstore.o: In function `xorenc':
         testpwdstore.c:(.text+0x56): undefined reference to `slapi_ch_malloc'
         testpwdstore.c:(.text+0x127): undefined reference to `slapi_ch_malloc'
         testpwdstore.c:(.text+0x167): undefined reference to `slapi_ch_free'
         testpwdstore.o: In function `xor_init':
         testpwdstore.c:(.text+0x21a): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x230): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x248): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x25e): undefined reference to `slapi_pblock_set'
         testpwdstore.c:(.text+0x274): undefined reference to `slapi_pblock_set'
         testpwdstore.o:testpwdstore.c:(.text+0x28a): more undefined references to `slapi_pblock_set' follow
         collect2: ld returned 1 exit status
    May I know which bit version of lib should I use, and what is the cause of the errors?
    Many thanks,
    jason
    Edited by: 915179 on Feb 16, 2012 11:51 PM
    Edited by: 915179 on Feb 16, 2012 11:51 PM

  • Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro.

    Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro.I can logon to  iTunes from the laptop but can't download my previous purchases thru the wifi.

    Miketroach wrote:
    Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro
    Yes.
    The following article(s) may help you.
    Troubleshooting Home Sharing
    Security Software Issues
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

  • I wish to move my music library and playlists from a laptopn running Vista 32bit  to Windows 8 and cannot find an avenue to accomplish this. Has anyone done this successfully?

    I wish to move my music library and playlists from a laptop running windows Vista 32bit to our new PC with windows 8. Has anyone successfully accomplished this?  Where can I find detailed instructions?

    See this migrate iTunes library post.
    tt2

  • Windows phone 8.1 SDK want to install on WINDOWS 8.1 PRO 32bits...how can i ?

    windows phone 8.1 SDK want to install on WINDOWS 8.1 PRO 32bits...how can i ?
    is there any patch or any other version for windows 8.1 32 bits..to run win phone SDK..?

    Hi,
    According to the reference about Windows SDK, you should install it on a 64 bit system:
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff626524(v=vs.105).aspx
    Regards
    Wade Liu
    TechNet Community Support

  • ITunes crashes on startup (7.4.3.1 and previous versions on Vista 32Bit)

    Deleting/moving the itunes library files (iTunes Music Library.xml and iTunes Library.itl) makes it work fine which leads me to believe it crashes when loading the playlist. But not always!
    iTunes crashes on startup on my vista 32bit.
    Even after I upgraded to 7.4.3.1 and reinstalled iTunes several times.
    I've also tried reinstalling quicktime and selecting "Repair" to no avail.
    Running it in XP2 compatibility mode doesn't help.
    Disabling Aero doesn't help.
    Whether or not my iPhone is plugged in or not seems to make no difference.
    This is the error msg.
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: iTunes.exe
    Application Version: 7.4.3.1
    Application Timestamp: 46f9e539
    Fault Module Name: ntdll.dll
    Fault Module Version: 6.0.6000.16386
    Fault Module Timestamp: 4549bdc9
    Exception Code: c0000005
    Exception Offset: 00062613
    OS Version: 6.0.6000.2.0.0.256.6
    Locale ID: 1033
    Additional Information 1: 3121
    Additional Information 2: cd54b1815dd1a98f8c82cbbbae6b50f8
    Additional Information 3: cfbc
    Additional Information 4: 4370a065bc45e009ac3228b1173ce35a

    Crashes on windows xp pro sp2 as well.
    A whole night wasted trying to trouble-shoot this bogus software.
    Ipod touch returns to best-buy tomorrow.
    Never to buy another apple product.
    Love & Kisses.

  • Unable to load the necessary SQL connectivity library

    I am installing an older (non-Microsoft) program (32bit) that manages mail online and it requires an access to SQL Server to create database to complete installation. I am installing it on Windows Server 2003 standard. This program
    I am installing recommends SQL Server 2000. We are now running SQL Server 2005 on a separate server. For connectivity, I installed SQL server 2005 tools (full install) on the same 2003 server as the program so that this program could manage to locate
    SQL server 2005 and connect to it in order to create necessary tables and complete the installation. I already manually created the database for this program on SQL Server 2005. I created ODBC SQL Server connection string (User DSN). However, during
    installation, I am getting the following error message:
    ERROR: Setup is unable to load the necessary SQL connectivity library. This indicates that the proper client-side SQL utilities are not installed on your system. Setup cannot continue.
    Could this error be SQL Server version specific and the program only likes SQL 2000 client tools and not 2005? Are there major differences between libraries versions? Should there be something else configured? What am I missing? Thanks in advance.

    ERROR: Setup is unable to load the necessary SQL connectivity library. This indicates that the proper client-side SQL utilities are not installed on your system. Setup cannot continue.
    Could this error be SQL Server version specific and the program only likes SQL 2000
    client tools and not 2005?
    Tools are tools, not a connectivity library and by the error message the right connectivity library is missing. Ask the software vendor which one is required or look it up on the other machine, where the application works.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Web Logic 10.3.6 (64bit) - Could not load the sitemesh filter and library

    Installed Web Logic 10.3.3 (32bit) and Java JDK 1.6.0_21 (32bit) in a customer's server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu.
    However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed with header and side menu, it is just displayed with a blank background. Refer to the below "ERROR LOG", found the application could not load the sitemesh filter and library properly. We are using sitemesh-2.3.jar.
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu.
    Please assist on this issue. Thanks.
    Below is the sitemesh that is declared and configured.
    WEB-INF/web.xml
    <filter>
    <filter-name>sitemesh</filter-name>
    <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>sitemesh</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>          
    </filter-mapping>
    WEB-INF/decorators.xml
    <decorators defaultdir="/template/decorators">
    <decorator name="plain" page="plain.jsp"/>
    <decorator name="printable" page="printable.jsp"/>
    <decorator name="standard" page="page_template_std.jsp">
    <pattern>/*.jsp</pattern>
    </decorator>
    <excludes>
    <pattern>/include/*</pattern>
    <pattern>/js/*</pattern>
    <pattern>/Login.jsp*</pattern>
    </excludes>
    </decorators>
    WEB-INF/sitemesh.xml
    <sitemesh>
    <property name="decorators-file" value="/WEB-INF/decorators.xml"/>
    <excludes file="${decorators-file}"/>
    <page-parsers>
    <parser content-type="text/html"
    class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
    <parser content-type="text/html;charset=ISO-8859-1"
    class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
    </page-parsers>
    <decorator-mappers>
         <mapper class="com.opensymphony.module.sitemesh.mapper.PageDecoratorMapper">
              <param name="property.1" value="meta.decorator" />
              <param name="property.2" value="decorator" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.FrameSetDecoratorMapper">
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.AgentDecoratorMapper">
              <param name="match.MSIE" value="ie" />
              <param name="match.Mozilla [" value="ns" />
              <param name="match.Opera" value="opera" />
              <param name="match.Lynx" value="lynx" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.PrintableDecoratorMapper">
              <param name="decorator" value="printable" />
              <param name="parameter.name" value="printable" />
              <param name="parameter.value" value="true" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.RobotDecoratorMapper">
              <param name="decorator" value="robot" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.ParameterDecoratorMapper">
              <param name="decorator.parameter" value="decorator" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.FileDecoratorMapper">
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.ConfigDecoratorMapper">
              <param name="config" value="/WEB-INF/decorators.xml" />
         </mapper>
    </decorator-mappers>
    </sitemesh>
    ERROR LOG
    ####<May 8, 2012 5:38:49 PM SGT> <Error> <HTTP> <BHQKPK10060> <cms_cimbmy> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336469929804> <BEA-101165> <Could not load user defined filter in web.xml: com.opensymphony.module.sitemesh.filter.PageFilter.
    com.opensymphony.module.sitemesh.factory.FactoryException: Cannot construct Factory : com.opensymphony.module.sitemesh.factory.DefaultFactory: java.lang.reflect.InvocationTargetException
         at com.opensymphony.module.sitemesh.Factory.getInstance(Factory.java:50)
         at com.opensymphony.module.sitemesh.filter.PageFilter.init(PageFilter.java:87)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Do you see any further nested exceptions OR errors in the log file.
    Considering that the same WLS-JDK combination works on one machine and does not work on another machine, it indicates an environmental issue.
    "However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed....
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu."
    I am suspecting if it has to do anything with the native libraries being loaded JAVA_LIB_PATH.
    Please review the server log file again for identifying differences in LIB_PATH or PATH or any messages saying "Unable to load native.. performance pack.."
    Arun

  • Custom Connection Manager only works in 32bit- 0xC0011008: Error loading from XML

    I have a very basic / stripped connection manager with only one property (SSIS 2012). It works fine in design time (you can open the connection manager editor and change the value), but in runtime it only works in 32bit mode. The runtime-validate-method
    does work, but if everything validates OK then in 64bit it throws an error when you run the package:
    Exception deserializing the package "The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information
    can be stored.". This occurs when CPackage::LoadFromXML fails.
    The 2 VS projects are .Net 4 class library projects with the Build Platform on "Any CPU"
    I only add references to:
    Microsoft.SqlServer.ManagedDTS - C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS\v4.0_11.0.0.0__89845dcd8080cc91\Microsoft.SqlServer.ManagedDTS.dll
    Microsoft.SqlServer.Dts.Design - C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.Dts.Design\v4.0_11.0.0.0__89845dcd8080cc91\Microsoft.SqlServer.Dts.Design.dll
    Compiled DLL's are available in GAC and SQL Server connections folder:
    I made the sourcecode available via codeplex:
    https://ssisconnectionmanager.codeplex.com/SourceControl/latest#myFirstConnectionManager/2012/myFirstConnectionManager/myFirstConnectionManager.cs
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

    AppPrincipal (identity) related? Hint http://serverfault.com/questions/339747/the-package-failed-to-load-due-to-error-0xc0011008-error-loading-from-xml
    Arthur My Blog
    Hi Arthur,
    Looks like something similar (same message, same 64bit issue), will try that tomorrow! But sounds weird that you should tell SSIS which identity to use...
    Found the same thread in MSDN:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/47d185d3-c801-45cf-becd-3c2524d98353/the-package-failed-to-load-due-to-error-0xc0011008-error-loading-from-xml?forum=sqlintegrationservices
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • Error messages - DDE Server Windows itunes.exe - Entry point Not found and iTunesHelper.exe - The procedure entry point asl_add_log_file could not be located in the dynamic link Library ASL.dll

    Hi
            I have tried to research these problems I am getting, but have not been able to resolve them.
    1st is the above DDE Server Windows iTunes.exe - entry point not found.
    This only occurs when I try to start iTunes.
    if I click ok , several times, iTunes will start but slowly.
    If at any time I have to reboot my computer I get
    iTunesHelper.exe - the procedure entry point asl_add_log_file could not be located in the dynamic link library ASL.dll
    if I click 3 times OK it goes away.
    To this end I have uninstalled iTunes and rebooted my machine then gone to iTunes web site and downloaded the latest version.
    Installing it but still get the same errors on reboot and trying to run iTunes
    Anyone any ideas please.
    I have a self build PC it has an Intel core 2 quad Q6000 @ 2.40GHz
    Ram 4.00GB
    32bit OS
    Windows 7 Ultimate SP1
    Firewall - Zonealarm
    Virus   -  Zonealarm
    Thanks in advance
    Steve
    Message was edited by: Ybslik
    Message was edited by: Ybslik

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (If you've got XP, although the procedure is for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

Maybe you are looking for

  • I cannot send from one specific BT Mail account but can access folders using IMAP.

    Thunderbird 31.3.0 on WIndows 8.1 64 bit. I have two email accounts configured into Thunderbird. Both are BT accounts and have identical configurations. IMAP is used for reading mail, SMTP for sending mail. On one I can read folders, delete emails fr

  • How to disable checking for updates for Shockwave plug-in?

    SOS: how can I disable checking for updates (and reporting that there is one) for a Shockwave object on a web page? I have a client with an older Shockwave version, and it's a royal pain for each user to be told there's a newer veriosn and do you wan

  • Does SCSM 2012 R2 supports reporting in fim 2010 r2?

    Hi Everyone, I have a scenario where i am configure fim reporting with SCSM and i have the fim version of 2010 r2 and scsm 2012 r2 ?It would be great if u provide me the information I have ran the powershell script on on datawarehouse successfully I

  • Can't modify selection that says "Mixed Appearance"

    In older versions of Illustrator, I used to be able to make a selection of multiple objects and give them a stroke or other attribute. Now it says "Mixed Appearance" and I can't do anything to the selection. How do I modify a multi-selection if it sa

  • Moving Item

    Hi Guyz, I have one display item on my block i would like to extend the size of that item from 0 to 200 after reach to 200 i would like to show a stacked canvas. and one more button on stacked canvas Hide. when i pressed this button this will hide th