Keith Savoie
Dabbler
- Joined
- Apr 23, 2014
- Messages
- 35
I have been struggling with getting CP running correctly on my 9.2.x install. (I know I should update, stuck with it for now)
I have installed the plugin, fully updated the FreeBSD jail, Updated to CP 4.8, installed openJDK8 and updated all the paths.
With a combination of info from several CP4.8 upgrading threads I have it to a point where it "states" that the service is running both within the terminal and within FN. It even shows java is listening on the correct ports. However I am not able to connect to the instance via my Mac 4.8 Client after initiating the tunnel. (previously had everything working with 3.6.x)
Within the engine_error.log I see the following which I am guessing is pointing to the culprit.
Anyone able to give me any guidance on how to fix?
Thanks for any assistance!
	
		
			
		
		
	
			
			I have installed the plugin, fully updated the FreeBSD jail, Updated to CP 4.8, installed openJDK8 and updated all the paths.
With a combination of info from several CP4.8 upgrading threads I have it to a point where it "states" that the service is running both within the terminal and within FN. It even shows java is listening on the correct ports. However I am not able to connect to the instance via my Mac 4.8 Client after initiating the tunnel. (previously had everything working with 3.6.x)
Within the engine_error.log I see the following which I am guessing is pointing to the culprit.
 java.lang.NullPointerException                                                                                                     
        at java.io.File.<init>(File.java:277)                                                                                       
        at com.backup42.service.CPService.copyCustomWait(CPService.java:1701)                                                       
        at com.backup42.service.CPService.copyCustom(CPService.java:1759)                                                           
        at com.backup42.service.CPService.loadConfig(CPService.java:1193)                                                           
        at com.backup42.service.CPService.start(CPService.java:534)                                                                 
        at com.backup42.service.CPService.main(CPService.java:2563)                                                                 
java.lang.NullPointerException                                                                                                     
        at java.io.File.<init>(File.java:277)                                                                                       
        at com.backup42.service.CPService.copyCustomWait(CPService.java:1701)                                                       
        at com.backup42.service.CPService.copyCustom(CPService.java:1759)                                                           
        at com.backup42.service.CPService.loadConfig(CPService.java:1193)                                                           
        at com.backup42.service.CPService.deauthorize(CPService.java:2814)                                                         
        at com.backup42.service.CPService.deauthorize(CPService.java:2718)                                                         
        at com.backup42.service.CPService.loadModelCheckGuidAgainstModel(CPService.java:2250)                                       
        at com.backup42.service.CPService.loadModel(CPService.java:2180)                                                           
        at com.backup42.service.CPService.start(CPService.java:610)                                                                 
        at com.backup42.service.CPService.main(CPService.java:2563)Anyone able to give me any guidance on how to fix?
Thanks for any assistance!
 
				 
 
		