IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only

Getting envCharSetID Exception in Developer

  • 1.  Getting envCharSetID Exception in Developer

    Posted 10/25/02 06:07 PM

    Hi all - I’m hoping one of you has seen and resolved this issue. I’m getting an “envCharSetId” exception during runtime on a Java service. I’m on an HP-UX 11 client using the OCI driver to connect to Oracle9i. I think the problem is occurring because I have an “@” in my dbUrl variable which is used in the lines below:

    String dbUrl = “jdbc:oracle:oci:@ORCL_TNS_ENTRY”;

    It think may be due to the mapping of the “@” key but I’m not sure. I’m guessing this because the exception seems to have something to do with the environment’s character set. What’s weird is that if I run the same Java service outside IDeveloper (i.e., slap a main() and class on it) in Unix, it runs fine. So I’m guessing there is some environment / character set mapping that Developer inherits when server.sh is run and I’m pretty sure it has to do with the “@” character??? Any insight on this issue would be greatly appreciated.

    Thanks,
    Rajesh Vasisht


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods