Uninstalled SubSonic, and all existing Java versions. Rebooted. Installed B3026, and now get this error when trying to load SubSonic.
- Code: Select all
HTTP ERROR: 404
NOT_FOUND
RequestURI=/index.view
Powered by Jetty://
Here is the log file from the subsonic-service.log:
- Code: Select all
Subsonic running on: http://localhost:453/
8629 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Looking for RMI registry at port '9412'
9982 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Could not detect RMI registry - creating new one
10292 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Binding service 'SubsonicDeployerService' to RMI registry: RegistryImpl[UnicastServerRef [liveRef: [endpoint:[172.16.1.111:9412](local),objID:[0:0:0, 0]]]]
Here is the log file from the subsonic-agent.log:
- Code: Select all
16 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@acb158: display name [org.springframework.context.support.ClassPathXmlApplicationContext@acb158]; startup date [Tue Jul 03 11:22:53 EDT 2012]; root of context hierarchy
79 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext-agent.xml]
391 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@acb158]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1fd5730
407 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fd5730: defining beans [service,agent,frame,settingsPanel,statusPanel]; root of factory hierarchy
Executing: subsonic-service.exe -stop
Executing: subsonic-service.exe -start
79115 [pool-1-thread-1] WARN org.springframework.remoting.rmi.RmiProxyFactoryBean - Could not connect to RMI service [rmi://localhost:9412/SubsonicDeployerService] - retrying
My assumption is something to do with Java? I notice two versions installed in appwiz:
-Java 7 Update 5
-JavaFX 2.1.1
I have uninstalled both, and rebooted. I reinstalled the latest JRE (1.7u5) and getting the same results ,and same logs. Ideas?