Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7516025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:00:02+00:00 2026-05-30T01:00:02+00:00

I am trying to run a weblogic multicast test every 2 hours for 5

  • 0

I am trying to run a weblogic multicast test every 2 hours for 5 minutes and output it to a file (in windows env)

The command syntax looks like this.

java -cp E:\bea1033\wlserver_10.3\server\lib\weblogic.jar utils.MulticastTest -n NODE1 -a 224.2.2.2 -p 7002

I can run this via command line and > it to a text file but then I have to hit a key to stop it. I have tried to put this in a bat file and use task scheduler but the task scheduler does not stop the java command and therefore the multicast test continues to run forever.

I have also just tried to enter the above command in task scheduler but the command will not start for some reason. (I am still trying to figure out why it wont start)

Can anybody point me in the right direction or give suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T01:00:05+00:00Added an answer on May 30, 2026 at 1:00 am

    Use a custom class that will start a thread which exits after 5 minutes, and starts the multicast test in the main thread:

    public static void main(String[] args) {
        Thread t = new Thread() {
            public void run() {
                try {
                    Thread.sleep(5 * 60 * 1000L);
                }
                catch (InterruptedException e) {
                }
                System.exit(0);
            }
        };
        t.start();
    
        utils.MulticastTest.main(args);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

trying to run a simple batch file in windows 2008 task scheduler call cleanup.bat
I am trying run a program from a qmake .pro file which modifies the
Trying to run the following command in php to run powershell command... the following
Trying to run Jison unit tests, but the command fails. How do I fix
Im trying to run this code . Basically I want the https://admin:qwerty123@ '$dmp':7777/set_param?'$params command
i am trying to run a jQuery on tomcat server and weblogic server but
Trying to run through a dictionary string and write the contents to file that
Trying to run a java test using bluecove, I got: Native Library bluecove_x64 not
I am trying run below command psexec \\remotemachine -u username -p password notepad As
I am trying run a batch file from my java codes, but unfortunately I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.