SDRTrunk - p25 decoder test release

Status
Not open for further replies.

DSheirer

Member
Premium Subscriber
Joined
Feb 15, 2010
Messages
628
Reaction score
175
Location
Fulton, NY
@techiedj, I sent you a PM ... can you email me your app log and playlist. Thanks, Denny
 

DSheirer

Member
Premium Subscriber
Joined
Feb 15, 2010
Messages
628
Reaction score
175
Location
Fulton, NY
When I run the install script a DOS window flashes then nothing, am I missing a step?

Thanks

Check to see if you downloaded the 0.2.0 release or if you downloaded the source code.

The script to run the application is included in the source code and if you run the script without compiling the application, it will behave like what you're describing.

If you download the the 0.2.0 release, you don't have to compile anything and the program should work when you run the script.
 

OHIOSCAN

Member
Joined
Jul 9, 2001
Messages
657
Reaction score
1
Location
Lorain Cnty, OH
JMBE ERROR when I run the script, I did install the JAVA kit 112

STEP 1 FAILED the JDK bin directory is not in your PATH enviroment variable
 

OHIOSCAN

Member
Joined
Jul 9, 2001
Messages
657
Reaction score
1
Location
Lorain Cnty, OH
Installed the kit added the path change below, getting same error

C:\Program Files (x86)\Java\jdk1.8.0_112\bin

Any Ideas?

Thanks
 

DSheirer

Member
Premium Subscriber
Joined
Feb 15, 2010
Messages
628
Reaction score
175
Location
Fulton, NY
Installed the kit added the path change below, getting same error

C:\Program Files (x86)\Java\jdk1.8.0_112\bin

Any Ideas?

Thanks

Check which version of java you installed. Recommend using the 64-bit version which is capable of accessing more memory. The 32-bit java version on Windows is limited to about 1.4 GB on systems with 4GB or more.

The (x86) in your path indicates you may be using 32-bit.

Denny
 

OHIOSCAN

Member
Joined
Jul 9, 2001
Messages
657
Reaction score
1
Location
Lorain Cnty, OH
Tried the 64 & 32 bit both same error, will give the 64 bit another try, have SDRTRUNK scanning just cant get the audio working (gr)
 

BM82557

Member
Joined
Aug 28, 2006
Messages
5,530
Reaction score
5,055
Location
Berkeley Co WV
Tried the 64 & 32 bit both same error, will give the 64 bit another try, have SDRTRUNK scanning just cant get the audio working (gr)

Is the system you want to monitor P25, If it is you have to compile the JMBE Jar file yourself - see post http://forums.radioreference.com/2536994-post132.html

If that is done correctly you will see a message like the example in the attachment when you start SDRTrunk
 

Attachments

  • Screenshot - 12_14_2016 , 17_22_45.jpg
    Screenshot - 12_14_2016 , 17_22_45.jpg
    8.4 KB · Views: 909

srs5150

Member
Joined
May 5, 2017
Messages
5
Reaction score
0
Location
Charlotte, NC
Running Ant on the JMBE build.xml file Crashes

So CLOSE, but yet so FAR! I have SDRTrunk, JAVA stuff, and ANT all installed. I'm trying to run Ant on the build.xml file in jmbe, but get an error. Been on this for days, anyone have any thoughts. Running on Ubuntu.

Here's a link to a cut and paste of ant -debug: https://pastebin.com/dFr5Fm1A

If anyone has any ideas, I would appreciate the help.
 

bassjunkie

Member
Joined
Nov 15, 2007
Messages
57
Reaction score
0
Location
Vic, Australia
So CLOSE, but yet so FAR! I have SDRTrunk, JAVA stuff, and ANT all installed. I'm trying to run Ant on the build.xml file in jmbe, but get an error. Been on this for days, anyone have any thoughts. Running on Ubuntu.

Here's a link to a cut and paste of ant -debug: https://pastebin.com/dFr5Fm1A

If anyone has any ideas, I would appreciate the help.

That looks like a permission error:

Code:
/home/ss/jmbe/build/build.xml:31: Failed to create missing parent directory for /home/ss/jmbe/library/jmbe_builder.zip

Does /home/ss/jmbe/library exist? If so, chmod the directory to 777 perms and see if that works. If not, try setting permissions on the parent directory (/home/ss/jmbe)

Edit: Also, which version are you using? Maybe pop an issue on the github page :)

https://github.com/DSheirer/sdrtrunk
 

srs5150

Member
Joined
May 5, 2017
Messages
5
Reaction score
0
Location
Charlotte, NC
bassjunkie - Thank you. That made the build work!

Unfortunately, upon firing up SDRTrunk, I did **not** get the message that JMBE Audio Library Successfully Loaded. Jar file is copied to where the sdrtrunk scripts are.

Any ideas?
 

bassjunkie

Member
Joined
Nov 15, 2007
Messages
57
Reaction score
0
Location
Vic, Australia
bassjunkie - Thank you. That made the build work!

Unfortunately, upon firing up SDRTrunk, I did **not** get the message that JMBE Audio Library Successfully Loaded. Jar file is copied to where the sdrtrunk scripts are.

Any ideas?

Could again be a permission issue... either that or a version mismatch (i.e. JMBE 0.3.3 but an old version of sdtrunk, or current sdrtrunk but only 0.3.2 of JMBE).

The file should be in the same directory as sdrtrunk.jar (not in the libs directory).
 

srs5150

Member
Joined
May 5, 2017
Messages
5
Reaction score
0
Location
Charlotte, NC
Could again be a permission issue... either that or a version mismatch (i.e. JMBE 0.3.3 but an old version of sdtrunk, or current sdrtrunk but only 0.3.2 of JMBE).


I think you are on to something, but the top most downloads on Denny's GitHub for sdrtrunk and jmbe downloads (respectively) are sdrtrunk_0.3.0-beta12 and JMBE Version 0.3.2 Update 1. However jmbe jar file is jmbe-0.3.3.jar

I'm confused by the jmbe-0.3.3.jar if I downloaded v. 0-3-2. So, it appears that I do have a version mismatch. Not sure what to try next.

The file should be in the same directory as sdrtrunk.jar (not in the libs directory).
This part i have correct.
 

DSheirer

Member
Premium Subscriber
Joined
Feb 15, 2010
Messages
628
Reaction score
175
Location
Fulton, NY
I think you are on to something, but the top most downloads on Denny's GitHub for sdrtrunk and jmbe downloads (respectively) are sdrtrunk_0.3.0-beta12 and JMBE Version 0.3.2 Update 1. However jmbe jar file is jmbe-0.3.3.jar

I'm confused by the jmbe-0.3.3.jar if I downloaded v. 0-3-2. So, it appears that I do have a version mismatch. Not sure what to try next.

This part i have correct.

The jmbe-0.3.3.jar is the correct version for the current sdrtrunk release. The scripted builder downloads the current code and compiles it -- I need to update the name for the scripted builder to reflect that it builds the 0.3.3 library.

Are you using the sdrtrunk version 0.3.0 Beta 12 release? Can you post the logs for when you start the application -- you can access them either via the terminal output, or in the application log (/(userhome)/SDRTrunk/logs/sdrtrunk_app.log)

Denny
 

srs5150

Member
Joined
May 5, 2017
Messages
5
Reaction score
0
Location
Charlotte, NC
When you create a channel that uses the P25 decoder and enable it, do you see the log entry that says that P25 audio will be available?

I don't think you'll see that message until you create and enable a P25 channel.

Denny

I CAN'T believe it was that easy of a fix. Thank you, thank you, thank you! I am up and running on your AWESOME application, Denny. Grinning from ear to ear! You *are* the man!

Many thanks to bassjunkie as well, for setting me straight on the permissions issues.
 
Status
Not open for further replies.
Top