New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 15 matches

by wimr0001
07 Oct 2013, 09:20
Forum: B2 & B3 Support
Topic: Running java 7 on B3
Replies: 9
Views: 11348

Re: Running java 7 on B3

Solved, thank you.
The last link you gave, was the solution. I looked at this earlier, but the directory structure is quite different from other java installations, and "embedded".. So, I didn't believe in it.

I think, it is not a full solution for tomcat when I use jsp. But that is of later ...
by wimr0001
07 Oct 2013, 09:03
Forum: B2 & B3 Support
Topic: Running java 7 on B3
Replies: 9
Views: 11348

Re: Running java 7 on B3

If it was so easy for me, I had done it already. The simple problem is that I don't know what can be wrong.

Some output:

root@b3:/usr/bin# ls -l java*
lrwxrwxrwx 1 root root 22 Oct 7 14:24 java -> /etc/alternatives/java
lrwxrwxrwx 1 root root 23 Dec 16 2011 javac -> /etc/alternatives/javac ...
by wimr0001
07 Oct 2013, 08:36
Forum: B2 & B3 Support
Topic: Running java 7 on B3
Replies: 9
Views: 11348

Re: Running java 7 on B3

I installed: jdk-7u40-linux-arm-vfp-hflt.tar.gz
Executing java has as result:
bash: /usr/bin/java: No such file or directory

Looking in "askubuntu.com" the advise is to execute:
apt-get install libc6-i386

The package is not available, but it seems not appropriate for the B3.

Any idea?

output of ...
by wimr0001
07 Oct 2013, 07:26
Forum: B2 & B3 Support
Topic: Running java 7 on B3
Replies: 9
Views: 11348

Re: Running java 7 on B3

Earlier I tried
jdk-7u40-linux-arm-vfp-hflt.tar.gz
and
jdk-7u40-linux-arm-vfp-sflt.tar.gz

Other error, but java does not run.
I can't find the file that you mentioned,

Does Oracle not support the B3 platform?
by wimr0001
07 Oct 2013, 07:02
Forum: B2 & B3 Support
Topic: Running java 7 on B3
Replies: 9
Views: 11348

Running java 7 on B3

I installed jdk1.7.0_40 in /usr/lib/jvm by unpacking jdk-7u40-linux-i586.tar.gz. (32 bits)
Did an install:
update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.7.0_40/jre/bin/java 1056
After that I selected the new path with "update-alternatives --config java".

Running "java -version ...
by wimr0001
07 Oct 2013, 06:48
Forum: B2 & B3 Support
Topic: Java 7 on B3
Replies: 2
Views: 5124

Re: Java 7 on B3

I encountered the same problem.
Oracle stopped license for packing java for linux.
You have to download jdk-7u40-linux-i586.tar.gz or jre-7u40-linux-i586.tar.gz from the Oracle website. (32 bits)
Set the file in /usr/lib/jvm and unpack.
Set the alternatives for "java" and there it is.
by wimr0001
15 Nov 2011, 04:05
Forum: B2 & B3 Support
Topic: PHP-curl (solved)
Replies: 2
Views: 4006

Re: PHP-curl

See my topic of "imagemagick".
Same problem occurred with php-curl.
by wimr0001
15 Nov 2011, 04:04
Forum: B2 & B3 Support
Topic: ImageMagick (solved)
Replies: 6
Views: 6856

Re: ImageMagick

Instaling imagemagick failed due to a wrong connection of the B3 in my network.
The B3 had a connection with the internet via a router and the wan-port but the B3 itself was not a router.
Pinging succeeded, but apt-get failed.
Connection the B3 to another router via the lan-port solved the problem ...
by wimr0001
03 Nov 2011, 16:10
Forum: B2 & B3 Support
Topic: PHP-curl (solved)
Replies: 2
Views: 4006

PHP-curl (solved)

The php-function "curl_init()" fails.
Following the advice on another "curl-topic" I noticed that on my B3 the file /etc/php5/conf.d/curl.ini is missing.
Trying to install "php5-curl" fails because of unmet dependencies (libcurl3). Libcurl3 however is installed.

My question: what have I to do to ...
by wimr0001
30 Oct 2011, 16:07
Forum: B2 & B3 Support
Topic: .htaccess is not used by apache (solved)
Replies: 4
Views: 5622

Re: .htaccess is not used by apache

Thanks. The problem is solved.
This subject can be closed.
by wimr0001
30 Oct 2011, 15:31
Forum: B2 & B3 Support
Topic: .htaccess is not used by apache (solved)
Replies: 4
Views: 5622

Re: .htaccess is not used by apache

Thanks for your help.
The solution? change the file 'apache.site' in directory /usr/share/bubba-frontend'?
I prefer not to do so. Is there another solution?

Wim
by wimr0001
30 Oct 2011, 12:16
Forum: B2 & B3 Support
Topic: .htaccess is not used by apache (solved)
Replies: 4
Views: 5622

.htaccess is not used by apache (solved)

I need .htaccess for rewriting url's and some other things.
The rewriting does not function and after many tests and comparing with an apache webserver on the local pc using the same configuration with .htaccess, I come to the conclusion that the .htaccess file is not used at all.
For instance the ...
by wimr0001
29 Oct 2011, 07:20
Forum: B2 & B3 Support
Topic: ImageMagick (solved)
Replies: 6
Views: 6856

Re: ImageMagick

I didn't.
Now, I executed the "update" and afterwards the "install". Same result as before.
The content of the /etc/apt/sources.list is in the attachment.

Wim
by wimr0001
29 Oct 2011, 04:23
Forum: B2 & B3 Support
Topic: ImageMagick (solved)
Replies: 6
Views: 6856

Re: ImageMagick

I already tried that command. This is the result:

root@b3:/# apt-get install imagemagick
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package imagemagick is not available, but is referred to by another package.
This may mean that the package is missing ...
by wimr0001
28 Oct 2011, 16:01
Forum: B2 & B3 Support
Topic: ImageMagick (solved)
Replies: 6
Views: 6856

ImageMagick (solved)

How do I install ImageMagick on my B3?