View Single Post
Old 03-03-2015, 10:37 AM   #1
Orinoko
Thumbs Must Hurt
 
Orinoko's Avatar
 
Join Date: Mar 2007
Location: Manchester, UK
Model: Z10
Carrier: O2
Posts: 139
Exclamation BES12 SP upgrade worked but web consoles now unavailable

Please Login to Remove!

Upgraded from BES12 to SP1 and in the logs it appears that Tomcat is having issues, the self service and admin pages load without error and the correct cert is on there but the page is just blank:

Code:
ERROR Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tcp-server-to-client-workflow.ProcessServerRequest': Cannot create inner bean '(inner bean)' of type [com.rim.platform.mdm.tcp.client.activity.ProcessTcpServerMessageActivity] while setting bean property 'activity'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#44': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.rim.platform.mdm.tcp.messaging.WorkflowBasedIncomingMessageRouterFactory com.rim.platform.mdm.tcp.client.activity.ProcessTcpServerMessageActivity.incomingHandler; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tcpProxyClient' defined in URL [jar:file:/E:/BES12/BlackBerry/BES/Core/tomcat-core/webapps/ROOT/WEB-INF/lib/bcp.core.plugin.comm-1.9.0.28.jar!/META-INF/spring/dwff-comm-plugin-context.xml]: Invocation of init method failed; nested exception is org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:12001
Code:
ERROR BESNG	SUMMARY: Caught an exception while trying to execute 'URA/unauth:getPICWEnabled' on domain BESNG within 178ms
Caused by com.rim.mdm.ui.common.driverspecific.BadDomainHTTPRequestException: Failed to GET http://127.0.0.1:12001/config/prefix?name=feature.picw (correlationId=14f4b7c6-0e87-4456-a9e3-b9c1585fc091): status=404
	at com.rim.mdm.ui.server.rest.RESTCaller$class.checkErrors(RESTCaller.scala:256
Code:
 [localhost-startStop-1] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/] - Exception starting filter bwsWsdlFilter
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tcp-server-to-client-workflow.ProcessServerRequest': Cannot create inner bean '(inner bean)' of type [com.rim.platform.mdm.tcp.client.activity.ProcessTcpServerMessageActivity] while setting bean property 'activity'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#44': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.rim.platform.mdm.tcp.messaging.WorkflowBasedIncomingMessageRouterFactory com.rim.platform.mdm.tcp.client.activity.ProcessTcpServerMessageActivity.incomingHandler; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tcpProxyClient' defined in URL [jar:file:/E:/BES12/BlackBerry/BES/Core/tomcat-core/webapps/ROOT/WEB-INF/lib/bcp.core.plugin.comm-1.9.0.28.jar!/META-INF/spring/dwff-comm-plugin-context.xml]: Invocation of init method failed; nested exception is org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:12001
Any ideas at all?

I've created a new server and added it to the BB domain and its got exactly the same problems which makes me think there must be a problem in the BESMgmt datebase.

Thanks!

Last edited by Orinoko; 03-03-2015 at 10:42 AM..
Offline   Reply With Quote