|
|
Rank: Newbie Coder Groups: Member
Joined: 7/11/2011 Posts: 3 Points: 9
|
Hello, I deployed webORB as a war on my local tomcat server. When I go to the webORB management console, I receive this error:
faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Security.Error error Error #2048 url: 'https://localhost:8085/weborb/console/weborb.wo''
Any ideas?
Thanks in advance.
|
|
 Rank: Administration Groups: Administration
Joined: 8/21/2006 Posts: 1,607 Points: 4,082 Location: Frisco, TX
|
What do you get if you open the following URLs in a browser: http://localhost:8085/weborb/console/weborb.wo https://localhost:8085/weborb/console/weborb.wo Regards, Mark
Mark Piller Midnight Coders, Inc. twitter: midnightcoderblog: blog.themidnightcoders.comwebsite: www.themidnightcoders.com
|
|
Rank: Newbie Coder Groups: Member
Joined: 7/11/2011 Posts: 3 Points: 9
|
For http://localhost:8085/weborb/console/weborb.wo, I get redirected to the console page (http://localhost:8085/weborb/weborbconsole.html) and bump into the same erros.
For https://localhost:8085/weborb/console/weborb.wo, I recieve a SSL connection error (Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.).
Thanks, -David
|
|
 Rank: Administration Groups: Administration
Joined: 8/21/2006 Posts: 1,607 Points: 4,082 Location: Frisco, TX
|
Hi David, Are there any exceptions in the log file? What Java container is WebORB running in and how did you deploy it in there? Mark
Mark Piller Midnight Coders, Inc. twitter: midnightcoderblog: blog.themidnightcoders.comwebsite: www.themidnightcoders.com
|
|
Rank: Newbie Coder Groups: Member
Joined: 7/11/2011 Posts: 3 Points: 9
|
Hi Mark,
I deployed the .war file in tomcat 7.0.16. I am on OS X 10.6 and I am using JDK 6. Where would the log files be located under the weborb directory?
Thanks, -David
|
|
|
Guest |