cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
97
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: null on 29-08-2003 02:04:21 PM
Hi
This regarding deploying new application on to server
(Tomcat) .we have made few changes to deployallNewApp
batch file

@echo off
SETLOCAL
set AUDIUM_JRE_HOME=C:\Program Files\JavaSoft\JRE\1.3.1_06
for /f "delims=" %%j in ('cd') do set currDir=%%j
"%AUDIUM_JRE_HOME%\bin\java" -classpath "%AUDIUM_HOME%\admin\admin.jar" com.audium.client.admin.GlobalDeploy "%currDir%" %1
ENDLOCAL
if not {%1} == {noconfirm} pause

When we run the batch file from command prompt following is
the out put

C:\Program Files\Audium\admin>deployAllNewApps
Are you sure you want to deploy all new applications? y
An error has occurred. Please make sure the application server is running and try this command again.
Press any key to continue . . .

But server running ,Let us know what is the problem, so that we can deploy new application when our server is running

Thanks
ckv :cry:

Subject: RE: Deploy new application
Replied by: null on 29-08-2003 07:54:51 PM
Hi,

I'm sorry, but we do not provide support for configurations where the code that is provided in an Audium installation is altered.

That said, we would like to understand why you need to change the script. We may be able to provide you with alternatives that would avoid having to alter the script. We can then see if there are any ideas we can add to our feature request queue.

Subject: RE: Deploy new application
Replied by: null on 02-09-2003 05:49:47 PM
Hi

Now i have the default deployAllNewApps batch file but followig is the out-put

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.4', but '1.3' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
Press any key to continue . . .

I tried to set the PATH also even afer that i am facing same problem.
and i have 1.3 installed as per the document

thanks

Subject: RE: Deploy new application
Replied by: null on 02-09-2003 06:54:57 PM
Hi

PAHT has been set up but when i run the deployAllNewApps batch file
following is the out put
C:\Program Files\Audium\admin> deployAllNewApps
Are you sure you want to deploy all new applications? y
An error has occurred. Please make sure the application server is running and t
ry this command again.
Press any key to continue . . .

Thanks

Subject: RE: Deploy new application
Replied by: null on 02-09-2003 08:28:07 PM
Are these errors with the modified script or the original script that came in the Audium installation?

Subject: RE: Deploy new application
Replied by: null on 02-09-2003 08:33:56 PM
Hi

This with original script that came in the Audium installation

Thanks

Subject: RE: Deploy new application
Replied by: null on 02-09-2003 10:06:01 PM
Hi, please provide the following information:

1) What operating system version, service pack, are you running?

2) What application server with version are you running?

3) What JRE or JDK are you running?

4) What version of Audium are you running? Are you sure you are running the same version of the Audium Builder and the Audium Server?

5) Do you have multiple versions of Java installed on the machine? If so, which is the default (the one that runs when you type "java -version" in the command line)?

6) Have you altered the installation in any way, such as moving jar files, editing the application server script, etc.?

7) Is the application server running when you run the script?

8) Is the application server installed to run as a service?

9) Does your network infrastructure block connections to various ports? Administration scripts communicate through a special socket.

10) Provide more detail as to the process you are running that encounters this problem including a sequence of events that lead up to that.

Thanks
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links