UTF ERROR ["../../../src/solaris/npt/utf_md.c":49]

With java 1.6 on Solaris 10 x86, we are getting this error when using using the flag "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787":
UTF ERROR ["../../../src/solaris/npt/utf_md.c":49]: Failed to complete iconv_open() setup
Abort (core dumped)
We've tried with both SMCliconv and SUNWuiu8 installed.
This seems related to: http://forums.sun.com/thread.jspa?threadID=5184840

any one has a answer for this?

Similar Messages

  • Error src/timecode.cpp995

    Premier Elements 7....when I choose DV Camcorder I get this error src/timecode.cpp995. It is followed with this: Runtime error adobe premier element.exe. Folowed with this: the exception unknown software exception (0xc000000d) occured in the application at location 0x78138aa0.
    I am using the trial program and have tried it on another machine which is almost a duplicate of the one where the error is occuring and the program works pretty well. Locks up the pc now and then, but at least it runs. Naturally I want to use the program on the one which has the error.
    Any help will be appreciated.
    Thanks

    I am having the same problem, but my computer is a Dell 8400 with 3 GB RAM, and oodles of hard drive space, running Windows XP SP-3 with all the latest updates installed. I have a Panasonic PV-GS500. It connects via USB 2.0 to my computer. I previously used PE 4 and then 6 and was able to capture video from the camcorder via USB. PE 7 runs fine, for all other purposes, but when I try to capture video from the camcorder, as soon as I click on the DV Camcorder icon, the frame of the capture window appears but before I immediately get the message: "Premiere Elements Debug Event -- Premiere Elements has encountered an error [..\..\Src\Timecode.cpp-995]." This is followed by an MS Visual C++ Runtime error, and Premiere Elements closes all windows and shuts down. I've tried following most of the suggested troubleshooting articles. I even uninstalled PE 7 and reinstalled it. Nothing has helped. I've had to resort to using the software that came with the Panasonic (MotionDV Studio) to capture my video, then import it into PE 7. That works, of course, but this is NOT how Premiere Elements is supposed to work and definitely not what I paid for. It's advertised as working with USB, but they seem to have second thoughts about that AFTER you buy it and are then told it works better with Firewire. Hmmm...I'm frustrated, as you can tell. Anyone out there have a clue?

  • Compiling / Linking error in Solaris Studio 12.3 C++ Compiler

    Hi,
    I downloaded Solaris Studio 12.3 (SolarisStudio12.3-solaris-x86-pkg.tar.bz2) & unpacked and installed on the default directory (in non-interactive mode) of local machine running Solaris 10 10/09 s10x_u8wos_08a X86. Also applied all the required patches by running the "install_patches.sh" after running "solarisstudio.sh".
    My application has make files to take care of the building the whole application. I made necessary changes to the make files to pick up the latest Solaris 12.3 C++ compiler. I could see that it has picked up for compiling.
    While building the whole project, the source files are compiled to object files successfully but when it is creating shared object (.so) files it stops at the below error:
    /opt/solarisstudio12.3/prod/bin/CC -mt -i -library=stlport4 -zdefs -ztext -G -h xmem.so -Lpic/lib/debug/sol32 -L/MyHome/open_source/abc/lib/sol32 -L/MyHome/open_source/mno/lib/sol32 -L/MyHome/open_source/pqr/lib/sol32 -L/MyHome/open_source/xyz/lib/sol32 -g -lc -lCrun -lumem -m32 -o debug/xmem.so
    *usage: CC [ options ] files. Use 'CC -flags' for details*
    Note:
    Some third party open source libraries are being used in the project. Those libraries are not built using Solaris Studio 12.3 compilers.
    Tried changing lot of options and re-ordering the switches/options but no luck. But on changing as mentioned below the shared library DID build successfully
    - Added space after '-L' option, added '*' at the end of path like "-L/MyHome/open_source/pqr/lib/sol32/*".
    Note:*_
    +1) I tried compiling a separate small program into object files using Solaris 12.3 C++ compiler but got the above error/problem when linking the experimental libraries (shared object) with most of the options used in the above command.+
    +2) The same project gets built successfully in Solaris Studio 12.1 (studio12.1-091123) and Solaris Studio 12 (studio12-070724) but the same is failing in Solaris Studio 12.3.+
    Can someone please help me to understand the issue and resolve it? Let me know if any more information is needed.
    Thanks in advance.
    -Vijay
    Edited by: 974820 on Dec 4, 2012 7:05 PM

    Hi Steve,
    Thanks for the valuable input on the -xdebugformat option. Every suggestion of yours is helping me to proceed further to some extent. This time too, after removing the "-xdebugformat=stabs", I am able to go past the previous error.
    BUT this time I am running into -xarch option problem. I am not sure if this is a application design or compilation options issue or compiler issue. Posting it here to get some inputs to understand more on this before raising any service request with Oracle Support.
    The error details and workarounds used with their result._
    NOTE: All these compilation were passed in earlier Studio versions.
    ORIGINAL - with -xarch=sse2
    ===============================ERRORS===============================
    /opt/solarisstudio12.3/prod/bin/CC -errtags=yes -Kpic -mt -errwarn -xdepend=yes -DUSING_STUDIO11 common/xm2/x86/common/inc/templates.il -D__EXTENSIONS__ -g -xarch=sse2 -Icommon/xccolor/inc -Icommon/xm2/x86/include -Icommon/xm2/x86/assembly/inc -Icommon/xm2/x86/common/inc -Iinclude -Icommon/xm2/x86hbc/expander/inc -Icommon/xm2/x86/jpeg/inc -Icommon/xm2embedded/host/x86/hbc/inc -Icommon/xm2/common/inc -Iimg-drv//include -Icommon/xm2/config/inc -Icommon/Utilities/include -Iimg-drv/ipshared/include -Icommon/cpp/inc -I/workspaces/3rd_Party/open_source/poco-1.3.6p2/include -I/workspaces/3rd_Party/open_source/boost_1_49_0/include -I/workspaces/3rd_Party/open_source/ACE-6.0 -I/workspaces/osnl/include -I/workspaces/osnl/SunOS/include -m32 -c common/xm2/x86/hbc/src/hbc_jpeg.c -o artifacts/common/xm2/x86/obj/debug/sol32/hbc_jpeg.o
    Assembler:
    "/tmp/yabeAAAIaaOxX", line 294 : Syntax error
    Near line: " maskmovq %mm0,%ebp"
    "/tmp/yabeAAAIaaOxX", line 1175 : Syntax error
    Near line: " maskmovq %mm0,%ebp"
    Failure in /opt/solarisstudio12.3/prod/bin/fbe, status = 0x7f00
    Fatal Error exec'ing /opt/solarisstudio12.3/prod/bin/fbe
    common/xm2embedded/host/x86/src/hbc_jpeg.c:1062 Warning: mmextract_epi16 intrinsic requires -xarch=sse4_1.*
    cc: acomp failed for common/xm2/x86/hbc/src/hbc_jpeg.c
    gmake[1]: *** [_artifacts_/common/xm2/x86/obj/debug/sol32/hbc_jpeg.o] Error 2
    gmake[1]: *** Waiting for unfinished jobs....
    ===============================ERRORS===============================
    AFTER CHANGING -xarch=sse2 to -xarch=sse4_1
    ===============================ERRORS===============================
    /opt/solarisstudio12.3/prod/bin/CC -errtags=yes -Kpic -mt -errwarn -library=stlport4 -DCPU_LITTLE_ENDIAN -DDSP_LITTLE_ENDIAN -xarch=sse4_1 -DTIXML_USE_STL=1 -erroff=doubunder -g -Icommon/xm2/xm2util/src -Icommon/xm2/xm2util/inc -Icommon/xm2/common/inc -Icommon/xm2/config/inc -Icommon/xm2embedded/host/utils/inc -Icommon/xm2/imageutil/inc -Icommon/xm2/x86hbc/include -Icommon/include -Iinclude -Icommon/xcc/inc -Icommon/cpp/inc -Icommon/Util/include -I/workspaces/open_source/poco-1.3.6p2/include -I/workspaces/3rd_Party/open_source/boost_1_49_0/include -I/workspaces/3rd_Party/open_source/ACE-6.0 -I/workspaces/CP.00_compiler/docusp/osnlayer/include -I/workspaces/osnl/SunOS/include -m32 -c common/xm2/xm2/src/JPEGHelpers.cpp -o artifacts/common/xm2/xm2/src/obj/debug/sol32/JPEGHelpers.o
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 918: Error, nostructsym: Variable table is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 919: Error, nostructsym: Variable table is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 926: Error, nostructsym: Variable clear_high2bits is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 927: Error, nostructsym: Variable clear_high2bits is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 1223: Error, unassigned: The variable clear_high2bits has not yet been assigned a value.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 1224: Error, unassigned: The variable table has not yet been assigned a value.
    6 Error(s) detected.
    /opt/solarisstudio12.3/prod/bin/CC -errtags=yes -Kpic -mt -errwarn -library=stlport4 -DCPU_LITTLE_ENDIAN -DDSP_LITTLE_ENDIAN -xarch=sse4_1 -DTIXML_USE_STL=1 -erroff=doubunder -g -Icommon/xm2/xm2/src -Icommon/xm2/xm2/inc -Icommon/xm2/common/inc -Icommon/xm2/config/inc -Icommon/xm2/utils/inc -Icommon/xm2/imageutil/inc -Icommon/xm2/x86/include -Icommon/xm2/include -Iinclude -Icommon/xcc/inc -Icommon/cpp/inc -Icommon/Util/include -I/workspaces/3rd_Party/open_source/poco-1.3.6p2/include -I/workspaces/3rd_Party/open_source/boost_1_49_0/include -I/workspaces/3rd_Party/open_source/ACE-6.0 -I/workspaces/osnl/include -I/workspaces/osnl/SunOS/include -m32 -c common/xm2/xm2/src/Color.cpp -o artifacts/common/xm2/xm2/src/obj/debug/sol32/Color.o
    "common/xm2/xm2/inc/JPEGStripsImage.hpp", line 85: Error, badinitlval: Initializing std::vector<unsigned, xm2::XM2Allocator<unsigned>>& requires an lvalue.
    "common/xm2/image/inc/ISelector.hpp", line 36: Error, badinitlval: Initializing std::vector<unsigned, xm2::XM2Allocator<unsigned>>& requires an lvalue.
    "common/xm2/image/inc/RasterSelectorImage.hpp", line 53: Error, badinitlval: Initializing std::vector<unsigned, xm2::XM2Allocator<unsigned>>& requires an lvalue.
    3 Error(s) detected.
    6 Error(s) detected.gmake[1]: *** [_artifacts_/common/xm2/xm2/src/obj/debug/sol32/JPEGHelpers.o] Error 2
    gmake[1]: *** Waiting for unfinished jobs....
    3 Error(s) detected.gmake[1]: *** [_artifacts_/common/xm2/xm2/src/obj/debug/sol32/Color.o] Error 2
    ===============================ERRORS===============================
    Thank you.
    Vijay

  • Can not parser the parameters when set -dfile.encoding=utf-16 in solaris

    Try to execute one class with Dfile.encoding=utf-16 encoding in solaris. It failed to parser the parameters.
    Give one simple Helloworld.java with code:
              System.out.println("hello world");
    javac Helloworld.java
    java -d64 -classpath . -Dfile.encoding=utf-16 test
    We get the error:
    Exception in thread "main" java.lang.NoClassDefFoundError: Helloworld
    Anyone can help me? or it is known bug?

    Try to execute one class with Dfile.encoding=utf-16 encoding in solaris. It failed to parser the parameters.
    Give one simple Helloworld.java with code:
              System.out.println("hello world");
    javac Helloworld.java
    java -d64 -classpath . -Dfile.encoding=utf-16 test
    We get the error:
    Exception in thread "main" java.lang.NoClassDefFoundError: Helloworld
    Anyone can help me? or it is known bug?

  • Errors during Solaris 11/11 to 11.1 upgrade

    Hi,
    I originally resurrected a thread from 2012 and attempted to hijack it away for my own question. However, a kind forum moderator split it away to let it stand on its own since I wasn't trying to help that original post but was only concerned about my own system.
    Here's my post:
    #Am also trying to upgrade our local AI 11/11 server to 11.1 but finding similar errors. First I've updated our local 11/11 repo with SRU 13.4 and then updated the AI server's BE from this successfully
    root@sol11:~# beadm list
    BE                   Active Mountpoint Space  Policy Created         
    sol-11-1111-sru13_04 NR     /          39.91G static 2013-01-21 11:18
    solaris              -      -          7.50M  static 2011-12-09 09:15
    root@sol11:~# pkg list entire
    NAME (PUBLISHER)                                  VERSION                    IFO
    entire (solaris)                                  0.5.11-0.175.0.13.0.4.0    i--#Then trying to follow http://www.oracle.com/technetwork/articles/servers-storage-admin/howto-update-11dot1-ips-1866781.html
    root@sol11:~# pkg update --accept
    WARNING: pkg(5) appears to be out of date, and should be updated before
    running update.  Please update pkg(5) by executing 'pkg install
    pkg:/package/pkg' as a privileged user and then retry the update.
    root@sol11:~# pkg update pkg:/package/pkg
                Packages to remove:  1  
           Create boot environment: No
    Create backup boot environment: No
    PHASE                                        ACTIONS
    Removal Phase                                  13/13
    PHASE                                          ITEMS
    Package State Update Phase                       1/1
    Package Cache Update Phase                       1/1
    Image State Update Phase                         2/2 # DWL entire 11.1 ISO file from 11.jan 2013 and copied repo onto AI server and switched publisher to this repo:
    root@sol11:~# pkg publisher
    PUBLISHER                             TYPE     STATUS   URI
    local-solaris                                          
    solaris                               origin   online   file:///export/sol11.1_ipsrepo/
    root@sol11:~# pkg update --be-name s11.1ga --accept
    Creating Plan \                     
    pkg update: No solution was found to satisfy constraints
    Plan Creation: Package solver has not found a solution to update to latest available versions.
    This may indicate an overly constrained set of packages are installed.
    latest incorporations:
      pkg://solaris/consolidation/admin/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/l10n/[email protected],5.11-0.175.1.0.0.23.1134:20120820T154803Z
      pkg://solaris/consolidation/userland/[email protected],5.11-0.175.1.0.0.24.0:20120904T170613Z
      pkg://solaris/[email protected],5.11-0.175.1.0.0.24.2:20120919T190135Z
      pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193249Z
      pkg://solaris/consolidation/sunpro/[email protected],5.11-0.175.1.0.0.19.0:20120625T151735Z
      pkg://solaris/consolidation/gfx/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/sfw/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/ips/[email protected],5.11-0.175.1.0.0.24.0:20120904T180327Z
      pkg://solaris/consolidation/ldoms/[email protected],5.11-0.175.1.0.0.21.1:20120723T182124Z
      pkg://solaris/consolidation/vpanels/[email protected],5.11-0.175.1.0.0.17.0:20120529T220223Z
      pkg://solaris/consolidation/dbtg/[email protected],5.11-0.175.1.0.0.15.0:20120501T214422Z
      pkg://solaris/consolidation/X/[email protected],5.11-0.175.1.0.0.24.1317:20120904T175757Z
      pkg://solaris/consolidation/man/[email protected],5.11-0.175.1.0.0.21.0:20120723T163455Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.1.0.0.24.2:20120919T183843Z
      pkg://solaris/consolidation/nspg/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/sic_team/[email protected],5.11-0.175.1.0.0.5.0:20111212T230120Z
      pkg://solaris/consolidation/SunVTS/[email protected],5.11-0.175.1.0.0.14.0:20120416T200729Z
      pkg://solaris/consolidation/solaris_re/[email protected],5.11-0.175.1.0.0.24.3:20120919T185316Z
      pkg://solaris/consolidation/smcc/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/cns/[email protected],5.11-0.175.1.0.0.23.0:20120820T162238Z
      pkg://solaris/consolidation/cacao/[email protected],5.11-0.175.1.0.0.11.0:20120305T152551Z
      pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.1.0.0.24.2:20120919T184141Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.1.0.0.22.0:20120806T171142Z
    The following indicates why the system cannot update to the latest version:
      No suitable version of required package pkg://solaris/consolidation/userland/[email protected],5.11-0.175.1.0.0.24.0:20120904T170613Z found:
        Reject:  pkg://solaris/consolidation/userland/[email protected],5.11-0.175.1.0.0.24.0:20120904T170613Z
        Reason:  A version for 'incorporate' dependency on pkg:/network/dns/[email protected],5.11-0.175.1.0.0.24.0 cannot be found*# Why and how to resolve this issue?*
    *#TIA*
    #Just in case you ask:
    root@sol11:~# pkg info entire
    Name: entire
    Summary: entire incorporation including Support Repository Update (Oracle Solaris 11 11/11 SRU 13.4).
    Description: This package constrains system package versions to the same
    build. WARNING: Proper system update and correct package
    selection depend on the presence of this incorporation.
    Removing this package will result in an unsupported system. For
    more information see https://support.oracle.com/CSP/main/article
    ?cmd=show&type=NOT&doctype=REFERENCE&id=1372094.1.
    Category: Meta Packages/Incorporations
    State: Installed
    Publisher: solaris
    Version: 0.5.11 (Oracle Solaris 11 SRU 13.4)
    Build Release: 5.11
    Branch: 0.175.0.13.0.4.0
    Packaging Date: November 6, 2012 07:46:23 PM
    Size: 5.45 kB
    FMRI: pkg://solaris/[email protected],5.11-0.175.0.13.0.4.0:20121106T194623Z
    root@sol11:~# pkg info consolidation/osnet/osnet-incorporation
    Name: consolidation/osnet/osnet-incorporation
    Summary: OS/Net consolidation incorporation
    Description: This incorporation constrains packages from the OS/Net
    consolidation.
    Category: Meta Packages/Incorporations
    State: Installed
    Publisher: solaris
    Version: 0.5.11
    Build Release: 5.11
    Branch: 0.175.0.13.0.4.1
    Packaging Date: November 6, 2012 07:31:22 PM
    Size: 17.15 kB
    FMRI: pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.0.13.0.4.1:20121106T193122Z

    Yes also indicated previously, only I found that I also needed to remove two more packages before upgrading successfully, see below.
    Thanks for your reply!
    Removing installadm pkg along made it possible to upgrade from 11/11-SRU13-4 to 11.1...
    root@sol11:~# pkg uninstall pkg:/service/network/dhcp/isc-dhcp pkg://solaris/install/installadm
    Packages to remove: 2
    Create boot environment: No
    Create backup boot environment: No
    Services to change: 3
    PHASE ACTIONS
    Removal Phase 166/166
    PHASE ITEMS
    Package State Update Phase 2/2
    Package Cache Update Phase 2/2
    Image State Update Phase 2/2
    The following unexpected or editable files and directories were
    salvaged while executing the requested package operation; they
    have been moved to the displayed location in the image:
    var/db/isc-dhcp/dhcpd4.leases~ -> /var/pkg/lost+found/var/db/isc-dhcp/dhcpd4.leases~-20130122T143604Z
    var/db/isc-dhcp/dhcpd4.leases -> /var/pkg/lost+found/var/db/isc-dhcp/dhcpd4.leases-20130122T143604Z
    root@sol11:~# pkg update be-name s11.1ga accept
    Package: pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.1.0.0.24.2:20120919T184141Z
    License: usr/src/pkg/license_files/lic_OTN
    Packages to remove: 10
    Packages to install: 40
    Packages to update: 415
    Mediators to change: 2
    Create boot environment: Yes
    Create backup boot environment: No
    DOWNLOAD PKGS FILES XFER (MB)
    Completed 465/465 24964/24964 445.9/445.9
    PHASE ACTIONS
    Removal Phase 9898/9898
    Install Phase 18235/18235
    Update Phase 14665/14665
    PHASE ITEMS
    Package State Update Phase 878/878
    Package Cache Update Phase 424/424
    Image State Update Phase 2/2
    A clone of sol-11-1111-sru13_04 exists and has been updated and activated.
    On the next boot the Boot Environment s11.1ga will be
    mounted on '/'. Reboot when ready to switch to this updated BE.
    NOTE: Please review release notes posted at:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=REFERENCE&id=1372094.1
    # reinstall earlier removed pkg
    root@sol11:~# pkg install pkg:/service/network/dhcp/isc-dhcp pkg://solaris/install/installadm pkg://solaris/network/dns/bind pkg://solaris/service/network/dns/bind
    Packages to install: 4
    Create boot environment: No
    Create backup boot environment: No
    Services to change: 3
    DOWNLOAD PKGS FILES XFER (MB) SPEED
    Completed 4/4 128/128 4.5/4.5 0B/s
    PHASE ITEMS
    Installing new actions 286/286
    Updating package state database Done
    Updating image state Done
    Creating fast lookup database Done
    root@sol11:~# pkg list entire
    NAME (PUBLISHER) VERSION IFO
    entire (solaris) 0.5.11-0.175.1.0.0.24.2 i--

  • Oracle 10G installation problem, and errors on SOLARIS 10 x86

    HI.
    I installed the last version of oracle 10g on a x86 SOLARIS 10 system.
    When the installer arrived at Configuration assistants, the window is stopping, and I can't see forward. But when I look at the installAction.log, the installation is checked as OK (?).
    When I launch sqlplus, and startup inside, it is said the ora-00205 error (problem with control files), and in the end, I'm really suprised there's no the database I told the installer to create at the beginning. But should I be surprised? As I didn't see really the end of the installation, and the installer didn't propose me the PATH where to install the DB, well, I guess there's something wrong.
    Could anybody tell me how to solve these problems, please?
    Thank you :)

    Two options:
    1. Create database using DBCA - execute $ORACLE_HOME/bin/dbca
    2. Create database manually (without DBCA)

  • AWT error on Solaris, please help

    Hello all,
    I have designed a class to convert any picture format to WBMP using Jimi via a web browser.
    The user specifies the file to convert on his computer and presses a OK button. Then, the file is converted and saved to
    the server.
    When running it on a windows computer, everything is ok. But I try to run it on my solaris box, I got the following error :
    Error: 500
    java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
         at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:59)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:120)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
         at sun.awt.motif.MToolkit.(MToolkit.java:57)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:120)
         at java.awt.Toolkit$2.run(Toolkit.java:512)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:503)
         at com.sun.jimi.core.Jimi.getImage(Jimi.java:334)
         at com.sun.jimi.core.Jimi.getImage(Jimi.java:323)
         at com.mcms.util.Convert2Wbmp.loadImage(Convert2Wbmp.java:62)
         at com.mcms.util.Convert2Wbmp.convert(Convert2Wbmp.java:110)
         at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:500)
         at org.apache.tomcat.core.Handler.service(Handler.java:223)
         at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:448)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:911)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:824)
         at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:152)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:438)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:505)
         at java.lang.Thread.run(Thread.java:484)
    Note that the 6000 port is open on my solaris server :
    6000/tcp open X11
    What should I do ?
    Here's the code, I hope we're allowed to post it ;) :
    ==================
    Convert2WBMP.java
    ==================
    import com.sun.jimi.core.Jimi;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.PixelGrabber;
    import java.io.*;
    import java.io.PrintStream;
    import java.util.EventObject;
    import java.util.StringTokenizer;
    * This handles an individual incoming request. It returns a bytes etc from remote server.
    * @version 1.0
    public class Convert2Wbmp extends Frame
    private static int width;
    private static int height;
    private static Image image;
    private static int buffer[];
    public Convert2Wbmp()
    private Image loadImage(String s, boolean flag)
    Image image1 = null;
    try
    if(flag)
    image1 = Jimi.getImage(s);
    else
    image1 = Toolkit.getDefaultToolkit().getImage(ClassLoader.getSystemResource(s));
    MediaTracker mediatracker = new MediaTracker(this);
         mediatracker.addImage(image1, 0);
         mediatracker.waitForID(0);
    catch(Exception _ex)
         _ex.printStackTrace();
    return null;
    if(image1.getWidth(null) == -1 || image1.getHeight(null) == -1){
    return null;
    else
    return image1;
    private static Image loadImage(InputStream s)
    //System.out.println("now loading Image...");
    Image image1 = null;
    try
         image1 = Jimi.getImage(s);
         MediaTracker mediatracker = new MediaTracker(new Convert2Wbmp());
         mediatracker.addImage(image1, 0);
         mediatracker.waitForID(0);
    catch(Exception _ex)
         _ex.printStackTrace();
    return null;
    if(image1.getWidth(null) == -1 || image1.getHeight(null) == -1)
    return null;
    else
    return image1;
    private static void makeWBMP()
    if(image != null)
    buffer = new int[width * height];
    try
    PixelGrabber pixelgrabber = new PixelGrabber(image.getScaledInstance(width, height, 1), 0, 0, width, height, buffer, 0, width);
    pixelgrabber.grabPixels();
    catch(Exception exception)
         exception.printStackTrace();
    public static void convert(InputStream picSource,OutputStream target) throws Exception
    if(picSource != null)
         Image image1 = null;
         try
         image1 = loadImage(picSource);
         }catch(Exception e){ }
         if(image1 == null)
         System.out.println("Failed to load image!");
         return;
         image = image1;
         width = image1.getWidth(null);
         height = image1.getHeight(null);
         makeWBMP();
         try
         WBMP.save(buffer, width, height, 30, target);
         }catch (Exception e)
         e.printStackTrace();
    public static void main(String[] arg)
    try
    String target = "target.wbmp";
    String source = "source.jpg";
    Convert2Wbmp.convert( new FileInputStream( new File(source)), new FileOutputStream(target) );
    System.out.println("convertion finish!!");
    catch(Exception err )
    err.printStackTrace();
    ============
    WBMP.java
    ============
    import java.awt.*;
    import java.awt.image.MemoryImageSource;
    import java.io.*;
    public abstract class WBMP
    public WBMP()
    public static Image errorDiff(int ai[], int i, int j, int k, Color color, boolean flag)
    //System.out.println(" [WBMP]-----errorDiff");
    double ad[] = new double[i * j];
    for(int l = 0; l < i * j; l++)
    ad[l] = greypixel(ai[l]);
    double d = 42D;
    for(int i1 = 0; i1 < j; i1++)
    for(int j1 = 0; j1 < i; j1++)
    double d1 = ad[i1 * i + j1];
    if(ad[i1 * i + j1] > (double)k)
    ad[i1 * i + j1] = 255D;
    else
    ad[i1 * i + j1] = 0.0D;
    double d2 = d1 - ad[i1 * i + j1];
    if(j1 < i - 1)
    ad[i1 * i + j1 + 1] = ad[i1 * i + j1 + 1] + (8D / d) * d2;
    if(j1 < i - 2)
    ad[i1 * i + j1 + 2] = ad[i1 * i + j1 + 2] + (4D / d) * d2;
    if(i1 < j - 1 && j1 > 1)
    ad[((i1 + 1) * i + j1) - 2] = ad[((i1 + 1) * i + j1) - 2] + (2D / d) * d2;
    if(i1 < j - 1 && j1 > 0)
    ad[((i1 + 1) * i + j1) - 1] = ad[((i1 + 1) * i + j1) - 1] + (4D / d) * d2;
    if(i1 < j - 1)
    ad[(i1 + 1) * i + j1] = ad[(i1 + 1) * i + j1] + (8D / d) * d2;
    if(i1 < j - 1 && j1 < i - 1)
    ad[(i1 + 1) * i + j1 + 1] = ad[(i1 + 1) * i + j1 + 1] + (4D / d) * d2;
    if(i1 < j - 1 && j1 < i - 2)
    ad[(i1 + 1) * i + j1 + 2] = ad[(i1 + 1) * i + j1 + 2] + (2D / d) * d2;
    if(i1 < j - 2 && j1 > 1)
    ad[((i1 + 2) * i + j1) - 2] = ad[((i1 + 2) * i + j1) - 2] + (1.0D / d) * d2;
    if(i1 < j - 2 && j1 > 0)
    ad[((i1 + 2) * i + j1) - 1] = ad[((i1 + 2) * i + j1) - 1] + (2D / d) * d2;
    if(i1 < j - 2)
    ad[(i1 + 2) * i + j1] = ad[(i1 + 2) * i + j1] + (4D / d) * d2;
    if(i1 < j - 2 && j1 < i - 1)
    ad[(i1 + 2) * i + j1 + 1] = ad[(i1 + 2) * i + j1 + 1] + (2D / d) * d2;
    if(i1 < j - 2 && j1 < i - 2)
    ad[(i1 + 2) * i + j1 + 2] = ad[(i1 + 2) * i + j1 + 2] + (1.0D / d) * d2;
    for(int k1 = 0; k1 < i * j; k1++)
    int l1 = (int)ad[k1];
    if(!flag)
    if("1".equals(handlesinglepixel(l1, k)))
    ai[k1] = color.getRGB();
    else
    ai[k1] = Color.black.getRGB();
    } else
    if("1".equals(handlesinglepixel(l1, k)))
    ai[k1] = Color.black.getRGB();
    else
    ai[k1] = color.getRGB();
    return (new Canvas()).createImage(new MemoryImageSource(i, j, ai, 0, i));
    public static Image errorDiff2(int ai[], int i, int j, int k, Color color, boolean flag)
    //System.out.println(" [WBMP]-----errorDiff");
    char c = '\377';
    byte byte0 = 2;
    double ad[] = new double[i * j];
    for(int l = 0; l < i * j; l++)
    ad[l] = greypixel(ai[l]);
    int i1 = ((c + 1) * 2) / byte0;
    int j1 = c / (byte0 - 1);
    int k1 = (9 * c) / 32;
    int ai1[] = new int;
    for(int k2 = 0; k2 < i; k2++)
    ai1[k2] = k1;
    for(int l2 = 0; l2 < j; l2++)
    int i3 = (7 * c) / 32;
    int k3 = c / 32;
    for(int i4 = 0; i4 < i; i4++)
    int i2 = (int)ad[l2 * i + i4];
    i2 += i3 + ai1[i4];
    int l1 = (i2 / i1) * j1;
    if(l1 > c)
    l1 = c;
    ad[l2 * i + i4] = l1;
    i2 -= l1;
    int j2 = i2 >> 4;
    i3 = 7 * j2;
    ai1[i4] = 5 * j2 + k3;
    if(i4 > 0)
    ai1[i4 - 1] += 3 * j2;
    k3 = i2 - 15 * j2;
    for(int j3 = 0; j3 < i * j; j3++)
    int l3 = (int)ad[j3];
    if(!flag)
    if("1".equals(handlesinglepixel(l3, 30)))
    ai[j3] = color.getRGB();
    else
    ai[j3] = Color.black.getRGB();
    } else
    if("1".equals(handlesinglepixel(l3, 30)))
    ai[j3] = Color.black.getRGB();
    else
    ai[j3] = color.getRGB();
    return (new Canvas()).createImage(new MemoryImageSource(i, j, ai, 0, i));
    private static int greypixel(int i)
    int j = i >> 24 & 0xff;
    int k = i >> 16 & 0xff;
    int l = i >> 8 & 0xff;
    int i1 = i & 0xff;
    return (k + l + i1) / 3;
    public static String handlesinglepixel(int i, int j)
    //      System.out.println(" [WBMP]-----handlesinglepixel");
    int k = i >> 24 & 0xff;
    int l = i >> 16 & 0xff;
    int i1 = i >> 8 & 0xff;
    int j1 = i & 0xff;
    if((l + i1 + j1) / 3 > j)
    return "1";
    else
    return "0";
    public static Image open(String s)
    throws FileNotFoundException
         //System.out.println(" [WBMP]-----open");
    Image image = null;
    FileInputStream fileinputstream = new FileInputStream(s);
    try
    fileinputstream.read();
    fileinputstream.read();
    int i = readMultiByteInteger(fileinputstream);
    int j = readMultiByteInteger(fileinputstream);
    int ai[] = new int[i * j];
    int k = 0;
    for(int l = 0; l < j; l++)
    for(int i1 = 0; i1 < i / 8; i1++)
    int j1 = fileinputstream.read();
    String s1 = Integer.toBinaryString(j1);
    for(int l1 = 0; l1 < 8 - s1.length(); l1++)
    ai[k++] = Color.black.getRGB();
    for(int i2 = 0; i2 < s1.length(); i2++)
    if(s1.charAt(i2) == '0')
    ai[k++] = Color.black.getRGB();
    else
    ai[k++] = Color.white.getRGB();
    if(i % 8 > 0)
    int k1 = fileinputstream.read();
    String s2 = Integer.toBinaryString(k1);
    String s3 = "";
    for(int j2 = 0; j2 < 8 - s2.length(); j2++)
    s3 = s3 + '0';
    s2 = s3 + s2;
    for(int k2 = 0; k2 < i % 8; k2++)
    if(s2.charAt(k2) == '0')
    ai[k++] = Color.black.getRGB();
    else
    ai[k++] = Color.white.getRGB();
    fileinputstream.close();
    image = (new Canvas()).createImage(new MemoryImageSource(i, j, ai, 0, i));
    catch(Exception _ex)
         _ex.printStackTrace();
    try
    fileinputstream.close();
    catch(Exception _ex2) {_ex2.printStackTrace(); }
    return null;
    return image;
    public static int readMultiByteInteger(InputStream inputstream)
    throws IOException
    //System.out.println(" [WBMP]-----readMultiByteInteger");
    StringBuffer stringbuffer = new StringBuffer("");
    StringBuffer stringbuffer1;
    do
    stringbuffer1 = new StringBuffer(Integer.toBinaryString(inputstream.read()));
    int i = 8 - stringbuffer1.length();
    for(int j = 0; j < i; j++)
    stringbuffer1.insert(0, '0');
    stringbuffer.append(stringbuffer1.substring(1));
    } while(stringbuffer1.charAt(0) != '0');
    return Integer.parseInt(stringbuffer.toString(), 2);
    public static boolean save(int ai[], int i, int j, int k, OutputStream outputstream)
         //System.out.println(" [WBMP]-----save");
    try
    outputstream.write(0);
    outputstream.write(0);
    writeMultiByteInteger(outputstream, i);
    writeMultiByteInteger(outputstream, j);
    String s = "";
    for(int l = 0; l < j; l++)
    for(int i1 = 0; i1 < i; i1++)
    s = s + handlesinglepixel(ai[l * i + i1], k);
    if(s.length() == 8)
    outputstream.write(Integer.parseInt(s, 2));
    s = "";
    if(s.length() > 0)
    int j1 = 8 - s.length();
    for(int k1 = 0; k1 < j1; k1++)
    s = s + "0";
    outputstream.write(Integer.parseInt(s, 2));
    s = "";
    catch(NumberFormatException _ex)
    return false;
    catch(IOException _ex)
    return false;
    return true;
    public static Image threshold(int ai[], int i, int j, int k, Color color, boolean flag)
    int ai1[] = new int[i * j];
    int l = 0;
    for(int i1 = 0; i1 < j; i1++)
    for(int j1 = 0; j1 < i; j1++)
    if(!flag)
    if("1".equals(handlesinglepixel(ai[l], k)))
    ai1[l++] = color.getRGB();
    else
    ai1[l++] = Color.black.getRGB();
    } else
    if("1".equals(handlesinglepixel(ai[l], k)))
    ai1[l++] = Color.black.getRGB();
    else
    ai1[l++] = color.getRGB();
    ai = ai1;
    return (new Canvas()).createImage(new MemoryImageSource(i, j, ai1, 0, i));
    public static void writeMultiByteInteger(OutputStream outputstream, int i)
    throws IOException
    String s = Integer.toBinaryString(i);
    int j = s.length();
    int k = j / 7;
    if(j % 7 != 0)
    k++;
    int ai[] = new int[k];
    int l = j;
    for(int i1 = k - 1; i1 >= 0; i1--)
    StringBuffer stringbuffer = new StringBuffer("");
    for(int k1 = 0; k1 < 7; k1++)
    if(--l < 0)
    stringbuffer.insert(0, '0');
    else
    stringbuffer.insert(0, s.charAt(l));
    if(i1 == k - 1)
    stringbuffer.insert(0, '0');
    else
    stringbuffer.insert(0, '1');
    ai[i1] = Integer.parseInt(stringbuffer.toString(), 2);
    for(int j1 = 0; j1 < ai.length; j1++)
    outputstream.write(ai[j1]);

    Hi
    I am working on a project in which I have to perform a task some thing similar to bluemountain.com. the way, they give option to select a background image, then have to fill a form in which one type its message and then on preview, they can see an image having the text written on it.
    Now I am doing to do this thing using JIMI. So far, what I have done is, I was able to create a jpg file and write several text on different coordinates. But one thing I want to do is, I want to load an existing file and then write text on it. I have tried this code. public static void main(String[] ar)
    try
    Frame frame = new Frame();
    frame.addNotify();
    Image image = frame.createImage(100,30);
    Graphics graphic = image.getGraphics();
    graphic.setFont(new Font("Times New Roman",Font.BOLD,20));
    graphic.setColor(Color.black);
    graphic.drawString("Hi Buddy",10,20);
    graphic.drawString("Cool",50,25);
    Jimi.putImage("image/jpg",image,"try.jpg");
    frame.removeNotify();
    catch(Exception e)
    e.printStackTrace();
    This is the code which creates a new image whereas I want to load an existing image and then write text on it.
    I have already used this code in the upper code.
    Image image = Jimi.getImage("filename");
    But as response, I get the following error msg:
    java.lang.IllegalAccessError:
    getGraphics() only valid for images
    created with createImage(w, h)
    now this is the main problem when I am trying to do the stuff. I m kinda new into this stuff. I tried several things but no luck so far. I have seen that u have already worked on these kinda things so thought you might help me out to get the thing done. Please do reply me with some solution.
    Regards,
    Faisal

  • Error on solaris

    Can anyone help me with this
    Hi all,
    I was facing a strange error while trying to run build after the "make depend" and "make all" was sucessful in solaris 5.4.
    When I tried to attach dbx and run the build on solaris 5.4 release , it shows a wrong a memory address which is cascaded and dumps . Neither of the memory is freed.
    dbx: cannot access address 0xffffffffffffffd4
    When I tried to run with purify it shows:
    UMR: Uninitialized memory read:
    * This is occurring while in:
    _writev [libc.so.1]
    ts_tcp_writev [ts_tcp.c:401]
    ts_send [trans.c:512]
    check_pending_writes [perm.c:956]
    PermPoll [perm.c:2233]
    flush_perm [cfg.c:839]
    * Reading 2092 bytes from 0xff322fdc (misaligned) between the heap and the stack (2060 bytes at 0xff322ffc uninit).
    * Address 0xff322fdc is global variable "pack_buff".
    This is defined in perm.c.
    SBW: Stack array bounds write:
    * This is occurring while in:
    memcpy [rtlib.o]
    smcallback [mgmt_sm.c:2415]
    MakeCallback [perm.c:1814]
    client_read [perm_client.c:295]
    ts_poll [ts_poll.c:336]
    PermPoll [perm.c:2263]
    * Writing 2000 bytes to 0xffbed130.
    * Frame pointer 0xffbed530
    * Address 0xffbed130 is local variable "mymsg" in function smcallback.
    MSE: Memory segment error:
    * This is occurring while in:
    MakeCallback [perm.c:1826]
    * Accessing a memory range that crosses a memory segment boundary.
    Addressing 0xffffffdc for 4 bytes ending at 0xffffffe0,
    which is neither in the heap nor the main stack.
    COR: Fatal core dump:
    * This is occurring while in:
    MakeCallback [perm.c:1826]
    * Received signal 11 (SIGSEGV - Segmentation Fault)
    * Faulting address = 0xffffffdc
    * Signal mask: (SIGSEGV)
    * Pending signals:
    Purify: Searching for all memory leaks...
    Memory leaked: 0 bytes (0%); potentially leaked: 0 bytes (0%)
    Purify Heap Analysis (combining suppressed and unsuppressed blocks)
    Blocks Bytes
    Leaked 0 0
    Potentially Leaked 1 8200
    In-Use 282 970327
    Total Allocated 283 978527
    Can anybody please let me know :
    1.why this happens and why this error occurs.
    Accessing a memory range that crosses a memory segment boundary.
    Addressing 0xffffffdc for 4 bytes ending at 0xffffffe0,
    which is neither in the heap nor the main stack.
    2. Why this cascading of memory address is happening.
    null

    What compiler are you using?
    The Calendar SDK (9.0.4.2) is built and certified using Sun Workshop 5.0. It's possible (even likely) that using a compiler with a different major version number will cause problems due to the different runtime environments.
    Graham

  • 10g installation error on Solaris 10 X86

    Dear All,
    i have downloded a 10g( solaris x86) from oracle site to install Solaris 10 x86..
    After following installation document steps when i execute command ./runinsta follwing error occurs.
    **********************************output**************************
    $ ./runinsta
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 1555 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 1715 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-03-31_08-38-33PM. Please wait ...unzip: cannot find ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar, ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar.zip or ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar.ZIP.
    Error in writing to directory /tmp/OraInstall2010-03-31_08-38-33PM. Please ensure that this directory is writable and has atleast 69 MB of disk space. Installation cannot continue.
    : Error 0
    $
    but there is sufficient space for /tmp.
    Please suggest how to resolve issue.
    Thanks.
    Rajesh.
    Edited by: user12071799 on Apr 2, 2010 6:15 AM

    Hi,
    $ ls
    actions oracle13.bak oracle26.bak oracle39.bak oracle_6.bak oracle_s.18 oracle_s.pro
    componen oracle14.bak oracle27.bak oracle40.bak oracle_7.bak oracle_s.19 oracle_s.xml
    config.xml oracle15.bak oracle28.bak oracle41.bak oracle_8.bak oracle_s.2 ouiconfi.xml
    dialogs oracle16.bak oracle29.bak oracle42.bak oracle_9.bak oracle_s.20 prereq
    fastcopy oracle17.bak oracle30.bak oracle43.bak oracle_s.1 oracle_s.21 products.xml
    fastcopy.xml oracle18.bak oracle31.bak oracle44.bak oracle_s.10 oracle_s.3 properti
    install1.jar oracle19.bak oracle32.bak oracle45.bak oracle_s.11 oracle_s.4 queries
    install2.jar oracle20.bak oracle33.bak oracle46.bak oracle_s.12 oracle_s.5 shiphome.pro
    invdetai.pro oracle21.bak oracle34.bak oracle_2.bak oracle_s.13 oracle_s.6 shiphome.xml
    libs.xml oracle22.bak oracle35.bak oracle_2.pro oracle_s.14 oracle_s.7
    oracle10.bak oracle23.bak oracle36.bak oracle_3.bak oracle_s.15 oracle_s.8
    oracle11.bak oracle24.bak oracle37.bak oracle_4.bak oracle_s.16 oracle_s.9
    oracle12.bak oracle25.bak oracle38.bak oracle_5.bak oracle_s.17 oracle_s.bak
    $ pwd
    /database/stage
    $
    there is no directory with name Components.But on directory is present with name componen.
    pwd
    /database/stage
    # ls -l
    total 9332
    dr-xr-xr-x 23 oracle oinstall 512 Apr 1 22:08 actions
    dr-xr-xr-x 116 oracle oinstall 2560 Apr 1 22:12 componen
    -r-xr-xr-x 1 oracle oinstall 3344 Apr 1 22:12 config.xml
    dr-xr-xr-x 7 oracle oinstall 512 Apr 1 22:13 dialogs
    dr-xr-xr-x 2 oracle oinstall 512 Apr 1 22:13 fastcopy
    -r-xr-xr-x 1 oracle oinstall 1581 Apr 1 22:13 fastcopy.xml
    -r-xr-xr-x 1 oracle oinstall 3097662 Apr 1 22:13 install1.jar
    -r-xr-xr-x 1 oracle oinstall 595911 Apr 1 22:13 install2.jar
    -r-xr-xr-x 1 oracle oinstall 198 Apr 1 22:13 invdetai.pro
    -r-xr-xr-x 1 oracle oinstall 15430 Apr 1 22:13 libs.xml
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle10.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle11.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle12.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle13.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle14.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle15.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle16.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle17.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle18.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle19.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle20.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle21.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle22.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle23.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle24.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle25.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle26.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle27.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle28.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle29.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle30.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle31.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle32.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle33.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle34.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle35.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle36.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle37.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle38.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle39.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle40.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle41.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle42.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle43.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle44.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle45.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle46.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_2.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_2.pro
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_3.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_4.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_5.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_6.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_7.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_8.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_9.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.1
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.10
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.11
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.12
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.13
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.14
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.15
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.16
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.17
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.18
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.19
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.2
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.20
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.21
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.3
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.4
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.5
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.6
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.7
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.8
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.9
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_s.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.pro
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_s.xml
    -r-xr-xr-x 1 oracle oinstall 5237 Apr 1 22:13 ouiconfi.xml
    dr-xr-xr-x 5 oracle oinstall 512 Apr 1 22:13 prereq
    -r-xr-xr-x 1 oracle oinstall 801088 Apr 1 22:13 products.xml
    dr-xr-xr-x 2 oracle oinstall 512 Apr 1 22:13 properti
    dr-xr-xr-x 43 oracle oinstall 1024 Apr 1 22:13 queries
    -r-xr-xr-x 1 oracle oinstall 67 Apr 1 22:13 shiphome.pro
    -r-xr-xr-x 1 oracle oinstall 237 Apr 1 22:13 shiphome.xml
    i have kept SW at location /database.
    Thanks.
    Edited by: user12071799 on Apr 2, 2010 5:42 AM

  • Weblogic run Error on Solaris~~~ Please Help

    I have a Bizzare error and dont know how to solve it.
    I have set-up one Sun Netra T-1 with a product called Cisco ACS
    (Advanced Cisco Secure). This comes bundled with weblogic to interface
    it with Oracle database.
    Setup as follows:
    Sun Netra T-1, Solaris 8 (possiably 01/00 release but dont know how to
    check), Oracle 8i client 8.1.6 along with Cisco ACS 2.3.6 (which
    includes weblogic).
    All works well
    However, I have setup another Sun Netra T-1 (however this time its an
    AC200) with Solaris 8 (02/02 release), Oracle 8i client 8.1.6 with
    Cisco ACS 2.3.6.
    There is a script included with ACS that allows you to execute SQL
    statements from the CLI. However, on this second sun, weblogic just
    hangs and waits.
    The oracle client seems to work ok (I can run SQLPLUS to a Oracle
    server) ie: sqlplus user/password@server-name works ok
    I dont know where to star looking as boths systems are near identical.
    ANY sound suggestions would be welcome.
    Thanks in advance

    Maybe this should help you!!!
    -Create a login page that has user and password input text fields and
    a submit and cancel button.
    -Put the login.html file in public_html/docs/mydocs
    -Put the LoginServlet.java in /servlets/
    -Either fail to a page, or with a message from the servlet.
    11:16 JDBC:
    -Get the JDBC Oracle drivers from
    /big5/Data/bootcamps/weblogic/classes12.zip
    -Put this in C:\weblogic\lib\
    -Add this to your system classpath in the Control Panel (append
    ;C:\weblogic\lib\classes12.zip)
    -Edit C:\weblog\startWeblogic.cmd file append to:
    WEBLOGIC_CLASSPATH=...;./lib/classpath12.zip
    -edit your weblogic.properties file to have the following entry:
    weblogic.jdbc.connectionPool.raghuPool=\
    url=jdbc:oracle:thin:@192.168.1.1:1521:ORCL,\
    driver=oracle.jdbc.driver.OracleDriver,\
    initialCapacity=1,\
    maxCapacity=2,\
    capacityIncrement=1,\
    props=user=scott;password=tiger
    -STOP the server with the attached WebLogic Console. (Do not kill -9
    the server... BAD BAD BAD!)
    -Start the server from commandline (i.e. cd to c:\weblogic then run
    startWeblogic.cmd)
    -Attach your Weblogic console to your server
    -Click the "DATABASE" category; expand "JDBC Connection Pools"; view
    the new pool "raghuPool" (You will only see this if all the above was
    correct and sucessful)
    -To test this pool, go to C:\weblogic\examples\jdbc\oracle and modify
    the "simpleselect.java" file
    -Change the entries to have:
    Driver myDriver = (Driver)
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
              Connection conn = myDriver.connect("jdbc:oracle:thin:@209.157.221.36:1521:ORCL",
    props);
    -Change the select statement to have:
    Driver myDriver = (Driver)
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    Connection conn =
    myDriver.connect("jdbc:oracle:thin:@209.157.221.36:1521:ORCL", props);
    -Compile this file with: javac simpleselect.java
    -cd to c:\weblogic (unless you removed the package line at the top of
    simpleselct.java)
    -Run this file with: java examples.jdbc.oracle.simpleselect
    ENTERPRISE JAVA BEANS (EJB):
    -EJBObject deals with ENTITY BEANS. Extends java.rmi.Remote.
    Steps of hands-on tutorial:
    http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/step1.html
    1) Create interface Demo that extends EJBObject. (Remote)
    2) Create interface DemoHome that extends EJBHome. (Home)
    3) Create a class called DemoBean that implements SessionBean. (Bean)
    4) Compile java files and create a Deployment Descriptor.
              java weblogic.ejb.utils.DDCreator -dir ejb/demo
              ejb/demo/DeploymentDescriptor.txt
    5) Setup the WebLogic server (tons o' stuff there)
    6) Write the DemoClient class. (or any web-based client)
    [email protected] (Micos Attile) wrote in message news:<[email protected]>...
    I have a Bizzare error and dont know how to solve it.
    I have set-up one Sun Netra T-1 with a product called Cisco ACS
    (Advanced Cisco Secure). This comes bundled with weblogic to interface
    it with Oracle database.
    Setup as follows:
    Sun Netra T-1, Solaris 8 (possiably 01/00 release but dont know how to
    check), Oracle 8i client 8.1.6 along with Cisco ACS 2.3.6 (which
    includes weblogic).
    All works well
    However, I have setup another Sun Netra T-1 (however this time its an
    AC200) with Solaris 8 (02/02 release), Oracle 8i client 8.1.6 with
    Cisco ACS 2.3.6.
    There is a script included with ACS that allows you to execute SQL
    statements from the CLI. However, on this second sun, weblogic just
    hangs and waits.
    The oracle client seems to work ok (I can run SQLPLUS to a Oracle
    server) ie: sqlplus user/password@server-name works ok
    I dont know where to star looking as boths systems are near identical.
    ANY sound suggestions would be welcome.
    Thanks in advance

  • Error in Solaris but not in Windows

    I have an application that is reading from a database, cleaning the results of all html tags, and writing to a new database. It all works fine on a Windows machine with jdk1.3. However, it throws the error I have attached to the message on the Solaris box. It has to do with the html cleaning. When I take it out, it works on both machines. Why though. Here is the code for the html cleaning and the error: 5 Dukes to whoever can help.
    Code:
          * Removes the html formatting for a string and stores it in a file
          * @return java.lang.String
          * @param htmlText java.lang.String
          * @param outputText java.lang.String
         public static String removeHtml(String htmlText) throws IOException     
              String returnValue = "";
              EditorKit kit = new HTMLEditorKit();          
              Document doc = kit.createDefaultDocument();          
              // The Document class does not yet handle charset's properly.          
              doc.putProperty("IgnoreCharsetDirective", Boolean.TRUE);          
              try          
                   // Create a reader on the HTML content.     
                   Reader rd = new StringReader(htmlText);
                   // Parse the HTML.               
                   kit.read(rd, doc, 0);               
                   //Write the cleaned text to file
                   //writeOutputFile(doc, outputFile);     
                   //Set returnValue to cleaned text
                   returnValue = doc.getText(0, doc.getLength()).toString();
              catch (Exception e)          
                   e.printStackTrace();          
              return returnValue;
         }Error:
    java.lang.NoClassDefFoundError: sun/awt/motif/MToolkit
    at java.lang.Class.forName1(Native Method)
    at java.lang.Class.forName(Class.java:142)
    at java.awt.Toolkit$2.run(Toolkit.java:533)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:524)
    at java.awt.Toolkit.getEventQueue(Toolkit.java:1179)
    at java.awt.EventQueue.isDispatchThread(EventQueue.java:534)
    at javax.swing.text.StyleContext.reclaim(StyleContext.java(Compiled Code))
    at javax.swing.text.StyleContext.reclaim(StyleContext.java(Compiled Code))
    at javax.swing.text.AbstractDocument$AbstractElement.finalize(AbstractDocument.java(Compiled Code))
    at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
    at java.lang.ref.Finalizer.runFinalizer(Finalizer.java(Compiled Code))
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java(Compiled C

    Here is the code where I am calling the html cleaner method. This works fine in a Windows env but fails in Solaris. If I comment out the call to removeHtml(value).trim it will work. It will even work if I make a different call removeHtml("string to strip") from the main method. Why would it work in one place but not the other in Solaris, and why would it always work in Windows? Does anybody have any ideas?
               while (rs.next ()) {
                    for (int i = 1; i <= columnCount; ++i) {
                        String value = rs.getString (i);
                        if (rs.wasNull ()){
                            value = "<null>";
                        String columnName = rsmd.getColumnName(i).trim();
                        if(clean&&(columnName.equalsIgnoreCase("DESC")
                                  ||columnName.equalsIgnoreCase("HEADER")
                                  ||columnName.equalsIgnoreCase("TEXT")))
                             //Clean the text
                             //value = removeHtml(value).trim(); //remove html markup
                             value = value.replace('\n', ','); //remove new lines
                             value = value.replace('\r', ','); //remove carriage returns
                             value = replaceString(value, "&mdash", "-"); //remove dash markup
                           outputBuffer.append (value.trim());                      
                        outputBuffer.append ("||");
                    outputBuffer.append ("{{NEWLINE}}");
                }

  • Relocation Error In Solaris - Symbol 0FI__rtbi_fv not found

    Hi!,
    I get the following error, when i try to load a library using JNI, (jdk 1.3.0_02) in Solaris 2.6 :
    It cribs about symbol __0FI__rtbi_fv not found.
    I used nm on the .so and got the following output -
    [123762] | 0| 0|NOTY |GLOB |0 |UNDEF |__0FI__rtbi_fv
    Kindly help me in overcoming this problem. Its bit urgent.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /disk1/anuj/Sinu/usrtool/obj/libusrtool.so:
    ld.so.1: /disk1/sriram/java1.3/bin/../bin/sparc/native_threads/java:
    fatal: relocation error: file /disk1/anuj/Sinu/usrtool/obj/libusrtool.so:
    symbol __0FI__rtbi_fv: referenced symbol not found
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
         at java.lang.Runtime.loadLibrary0(Runtime.java:749)
         at java.lang.Runtime.loadLibrary(Runtime.java:737)
    regards
    Sriram

    It is not in the java documentation because it is not a java problem.
    When you write JNI code (or any other code for that matter) you probably should look at the documentation for the compilers and other tools that you are using for recommendations for how to use these third party tools.
    What would have been surprizing to me, is if your C++ compiler manual did not recommend linking with the standard C++ library when you use code contained in the library. Which was the problem here.

  • Exporting AVI clips (error: "[\Src\Win\WinFile.cpp-759]" after 4 %)

    The following problem:
    I have 2 adobe premiere project. both have the same film and film length but different video codecs.
    1. project (low quality video codecs (mpeg4)
    export works fine
    2. project (high quality video codecs (avi)
    export stops every time after 4% with the following error notice:
    "Premiere Pro has encountered an error.
    [..\..\Src\Win\WinFile.cpp-759]"
    or if I want export the project with other codecs, eg H.264 then Adobe premiere freezes and I can close Adobe Premiere then.
    Premiere memory settings (valid for both premiere projects):
    Installed RAM: 3,7 GB
    RAM reserved for other applications: 1,5 GB
    Ram available for Adobe: 2,2 GB
    Optimize rendering for: "Memory"
    computer details:
    system type: 64 Bit
    installed RAM: 3,75 GB
    processor: AMD Athlon, 2 x4 635 processor 2.90 GHz
    graphics card: ATI Radeon HD4200
    windows edition: 7
    How can I solve the problem, so that I can export my whole project in AVI codecs without freezing problems or error problems?
    Is it a hardware or software problem?
    Thanks in advance for your help

    Work through all of the steps (ideas) listed at http://ppro.wikia.com/wiki/Troubleshooting
    If your problem isn't fixed after you follow all of the steps, report back with ALL OF THE DETAILS asked for in the FINALLY section, the questions at the end of the troubleshooting link
    Most especially the SOURCE FILE codec used... see Question 1

  • Error in solaris 10 installing 6.3 DS

    hi
    i get an error when starting cacao
    Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: unknown: unknown
    i see tomcat running good
    when i ask for dscc i get above error ,seems java error think so, but i install java before as of installing solaris 10 OS,is there any solution for this issue.

    update your /etc/hosts file with your servers ip address.

  • XML Parser Error ( C++ & Solaris)

    I am trying to compile the samples , I am getting the following error.
    undefined symbol first referenced in file
    Node::getAttributes() /var/tmp/ccX581j6.o
    XMLParser::getDocument() /var/tmp/xxxxx.o
    and a bunch of these functions.
    I am using g++ compiler on solaris 2.8
    I am setting the include and lib path correctly.
    Do I need to do any more setting's.
    Thanks in Advance.
    Rama Kossireddi

    Your problem is because of incompatibility between different C++ compiler. Please use
    CC instead comes with solaris.
    Thanks,

Maybe you are looking for

  • WRT300N limited or no connectivity

    I searched for this problem and tried the answer given. However, i still have the same problem. It stays on "aquiring network address" for a long time then just switches to the limited or no connectivity. Any ideas? i have a WRT300N and a WMP300N. I

  • Second hand Iphone 5 with out Icoud user name and password

    Hi all, As you know that, i bougth the Iphone 5 from the shop and I am going to reset the Iphone 5 and after that it's want to active the phone by User name and password Icoud but the shop don't have the information about it. And now my phone can't a

  • Extension Manager CS5 doesn't recognize DW CS5

    I have installed CS5 premium on mac 10.6.3. Have reinstalled the extension manager. Even if I open the Extension Manager from DW, it doesn't list it. Please help.

  • Slower performance after Mavericks upgrade

    My Macbook Pro has been significantly slowed down by my upgrade to Mavericks. (Processor  2.3 GHz Intel Core i7) (Memory  8 GB 1600 MHz DDR3) (Graphics  Intel HD Graphics 4000 1024 MB) I can't watch a 2 minute video without long... long rendering pau

  • Meeting Place meeting ID customization

    All, a different request I have been  asked and am now asking you.  A client would like to limit the Meeting IDs given out  when a meeting is scheduled to 50 specific number strings.  They have been running like this on their old meeting system for q