Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Getting an OpenText LiveLink exception with a Windows Service...any advice?

  1. #1
    Member mjr's Avatar
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    36
    My Mood
    Fine
    Thanks
    8
    Thanked 2 Times in 1 Post

    Default Getting an OpenText LiveLink exception with a Windows Service...any advice?

    Yes, I do believe this is a java-related question.

    Ok, here's the scenario: I built a windows service in C# that uses OpenText LiveLink to copy some files. The service works like it should on my local machine.

    However, when I deploy to the testing server and start the service, it does start, however when we try to get it to move files like it's supposed to, we get the error: The type initializer for "java.util.Locale" threw an exception.

    Would anyone know why this is happening? I think the LiveLink DLLs are built in Java, and that's why I'm getting a java.util.Locale exception instead of a .NET exception (since I built the service in .NET).

    My co-worker and I have tried everything we can think of, and we're out of ideas.


  2. #2
    Member mjr's Avatar
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    36
    My Mood
    Fine
    Thanks
    8
    Thanked 2 Times in 1 Post

    Default Re: Getting an OpenText LiveLink exception with a Windows Service...any advice?

    We finally figured this out. Since we were installing the Windows service on a 64-bit Windows machine, we had to install the J# 2.0 x64 Redistributable. That solved the issue.

Similar Threads

  1. Replies: 1
    Last Post: December 5th, 2012, 06:35 AM
  2. i want run app as windows service.
    By skuskusas in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 5th, 2012, 04:03 AM
  3. Replies: 5
    Last Post: September 5th, 2011, 10:31 AM
  4. Replies: 6
    Last Post: March 25th, 2011, 03:42 PM
  5. web service client giving ClientTransport Exception
    By Veronica in forum Web Frameworks
    Replies: 0
    Last Post: February 10th, 2011, 03:22 AM