PDA

View Full Version : Tomcat fails in ToolSuite Initialize [solved]


shein
27.04.2009, 15:52
Hello,
I am totaly new to SOPERA. I installed the ToolSuite 3.2 on Windows XP Pro today to try SOPERA on. Every thing worked fine while installing with defaults. Now in the ToolSuite Initialize, i get following Errors and the Tool stops the initialisation.

=============================================
Start Tomcat
=============================================

Buildfile: C:\SOPERA\Devbox\tomcat.xml

init:

check-tomcat:
[echo] Check is Tomcat already running ...
[java] Failed network interaction with: https://localhost:18342/mbean?objectname=sbb:*
[java] TSP Status: STOPPED

BUILD SUCCESSFUL
Total time: 4 seconds
Buildfile: C:\SOPERA\Devbox\tomcat.xml

init:

start-tomcat:

BUILD SUCCESSFUL
Total time: 1 second
Buildfile: C:\SOPERA\Devbox\tomcat.xml

init:

wait-tomcat:
[java] Failed network interaction with: https://localhost:18342/mbean?objectname=sbb:*
.
.
.
[java] Failed network interaction with: https://localhost:18342/mbean?objectname=sbb:*
[java] TSP Status: STOPPED

BUILD FAILED
C:\SOPERA\Devbox\tomcat.xml:70: Java returned: 1

Total time: 5 minutes 9 seconds

Tomcat start failed
Tomcat output:

27.04.2009 14:36:37 org.sbb.management.adapter.impl.CustomHttpAdaptor
WARNUNG: Exception during http request: Client requested protocol SSLv3 not enabled or not supported
Any help would be much appreciated.

Another thing i wanted to know is, do i need an infrastruckture server to use SOPERA along with the ToolSuite on Windows?

Are there any good examples/tutorials for starters?

Thanks in advance!

shein
27.04.2009, 19:02
OK solved, was wrong JDK :D

zubairov
29.04.2009, 15:24
Hello Shein,

Good that you solved it. Concerning your questions:



Another thing i wanted to know is, do i need an infrastruckture server to use SOPERA along with the ToolSuite on Windows?


SOPERA ASF ToolSuite installation includes DevBox which consists of complete set of Insfrastructure services (registry, security, monitoring etc.) deployed on the single host. When you are working with ToolSuite it uses infrastructure provided by DevBox. There is no need to install extra Infrastructure server.


Are there any good examples/tutorials for starters?


Good example could be CheckAddress example, install the GuidedTutorials and check the Eclipse cheatsheets.

Renat