Skip to content

XAware Open Source Data Integration - Sponsored by Sparxent

XAware - A Sparxent sponsored Open Source Project
You are here: Home arrow Forums
XAware Community Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: Re:S1326 New Installer
#1912
tferguson (User)
XAware expert
Posts: 493
User Offline Click here to see the profile of this user
Re:S1326 New Installer 1 Year, 8 Months ago Karma: 6  
Looking into HotDeploy.bat it requires all of the jars in the client directory. If we include the client jars in a server install then it will increase the download size for a user that may never use this tool. I propose we only include HotDeploy.bat when downloading the client directory, or we create a new component called something like "Tools" and it would include this tool, maybe BatchDeploy.bat, and the client jar files. Thoughts...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1915
voconnor (User)
XAware guru
Posts: 982
User Offline Click here to see the profile of this user
Re:S1326 New Installer 1 Year, 8 Months ago Karma: 8  
I like the Tools option in the installer, but we'll need to be sure to label it or provide some kind of supporting text for new users or users who have elected to follow the "I don't know what I need, please walk me through it path".

Virginia
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1916
jpeters (User)
XAware superuser
Posts: 280
User Offline Click here to see the profile of this user
Re:S1326 New Installer 1 Year, 8 Months ago Karma: 8  
Hi Darin,

Regarding #3 - The installer has the JDK checked when installing an all-in-one TOMCAT...therefore, I would expect it to be installed. We may need to change what the installer displays????

Jeff
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1917
jpeters (User)
XAware superuser
Posts: 280
User Offline Click here to see the profile of this user
Re:S1326 New Installer 1 Year, 8 Months ago Karma: 8  
Hi Tim,

I would prefer that we don't remove existing functionality. The tools component would be fine.

Jeff...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1919
jpeters (User)
XAware superuser
Posts: 280
User Offline Click here to see the profile of this user
Re:S1326 New Installer 1 Year, 8 Months ago Karma: 8  
Hi Tim,

Adding the client jars to the TOMCAT install did not solve the HotDeploy script issue. After the install, I get the following error message:

C:\XAware_5.1.378\bin>HotDeploy.bat C:\TestCases\XAFunctoids\XAFunctoids.xar HTT
P://localhost:8080 -o
2008-06-18 11:56:58.272 000000.0010 INFO ManagementUtils::locateMBeanServer F
ound existing MBeanServer

Error deploying to server. Exception: java.lang.NoClassDefFoundError: com/sun/mail/util/BEncoderStream
Documents failed to deploy.

It looks like the mail.jar is no longer in the client folder. Adding the mail.jar to the client folder returns the following error:

C:\XAware_5.1.378\bin>HotDeploy.bat C:\TestCases\XAFunctoids\XAFunctoids.xar HTT
P://localhost:8080 -o
2008-06-18 12:09:09.541 000000.0010 INFO ManagementUtils::locateMBeanServer F
ound existing MBeanServer

Could not connect to server; please ensure that server is running at HTTP://localhost:8080.
Documents failed to deploy.

Jeff...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1920
jpeters (User)
XAware superuser
Posts: 280
User Offline Click here to see the profile of this user
Re:S1326 New Installer 1 Year, 8 Months ago Karma: 8  
Hi Tim,

I noticed a couple of other items:

1. The HTTP port for the TOMCAT install is set to 8090.
Jun 18, 2008 2:04:42 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8090

2. Changing my port and executing HotDeploy or deploySOAP.BAT both return the following error message:

C:\XAware_5.1.378\deploy>C:/XAware_5.1.378/jdk150\bin\java -cp .;C:\XAware_5.1.3
78\client\soap.jar;C:\XAware_5.1.378\client\mail.jar;C:\XAware_5.1.378\client\ac
tivation.jar;C:\XAware_5.1.378\client\xmlparserv2.jar org.apache.soap.server.Ser
viceManagerClient http://localhost:8090/xaware/servlet/rpcrouter list
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html; charset=utf-8", must be: &qu
ot;text/XML". Response was:
<html><head><title>Apache Tomcat/6.0.16 - Error report</tit
le><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;ba
ckground-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;
color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Ari
al,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-f
amily:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-famil
y:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:
Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color :
black;}A.name {color : black;}HR {color : #525D76;}--></style> </hea
d><body><h1>HTTP Status 404 - /xaware/servlet/rpcrouter</h1&gt
;<HR size="1" noshade="noshade"><p><b>type
</b> Status report</p><p><b>message</b> <u>/
xaware/servlet/rpcrouter</u></p><p><b>description</b&
gt; <u>The requested resource (/xaware/servlet/rpcrouter) is not available
.</u></p><HR size="1" i Tim,

I noticed a couple of other items:

1. The HTTP port for the TOMCAT install is set to 8090.
Jun 18, 2008 2:04:42 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8090

2. Changing my port and executing HotDeploy or deploySOAP.BAT both return the following error message:

C:\XAware_5.1.378\deploy>C:/XAware_5.1.378/jdk150\bin\java -cp .;C:\XAware_5.1.3
78\client\soap.jar;C:\XAware_5.1.378\client\mail.jar;C:\XAware_5.1.378\client\ac
tivation.jar;C:\XAware_5.1.378\client\xmlparserv2.jar org.apache.soap.server.Ser
viceManagerClient http://localhost:8090/xaware/servlet/rpcrouter list
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html; charset=utf-8", must be: &qu
ot;text/xml". Response was:
<html><head><title>Apache Tomcat/6.0.16 - Error report</tit
le><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;ba
ckground-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;
color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Ari
al,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-f
amily:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-famil
y:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:
Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color :
black;}A.name {color : black;}HR {color : #525D76;}--></style> </hea
d><body><h1>HTTP Status 404 - /xaware/servlet/rpcrouter</h1&gt
;<HR size="1" noshade="noshade"><p><b>type
</b> Status report</p><p><b>message</b> <u>/
xaware/servlet/rpcrouter</u></p><p><b>description</b&
gt; <u>The requested resource (/xaware/servlet/rpcrouter) is not available
.</u></p><HR size="1" noshade="noshade">&l
t;h3>Apache Tomcat/6.0.16</h3></body></html>

3. #2 above may be related to the following error message which is returned when starting the TOMCAT server:

Jun 18, 2008 2:04:41 PM org.apache.catalina.core.StandardContext addApplicationL
istener
INFO: The listener "listeners.ContextListener" is already configured for this co
ntext. The duplicate definition has been ignored.
Jun 18, 2008 2:04:41 PM org.apache.catalina.core.StandardContext addApplicationL
istener
INFO: The listener "listeners.SessionListener" is already configured for this co
ntext. The duplicate definition has been ignored.

Jeff...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Community Login

Get the Flash Player to see this player.
Flash Image Rotator Module by Joomlashack.
Commercial
Free Training
QuickStart Packages
Image 4 Title
Image 5 Title

Visit XAware.com