Anyone have CrashPlan 4.8 runing on 9.2.1?

Status
Not open for further replies.

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.
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!
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Why are you running 9.2.x? That version of FreeNAS has been out of support for a very long time.

I believe the solution with 9.10 was to create a Linux VM using iohyve and install CrashPlan on top of that.
 

Keith Savoie

Dabbler
Joined
Apr 23, 2014
Messages
35
Well like I said, I know I should update. I'm still stuck with an iSCSI situation that I need to contend with before I can update. Was just wondering if any one has bothered to tackle (or if it's even possible) to get it working on this older version.
 
Status
Not open for further replies.
Top