Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux 64bit edition
08-08-2012, 18:04
Post: #11
RE: Linux 64bit edition
(08-08-2012 13:42)bubbleguuum Wrote:  I found a harmless Exception triggerable when there is no contentDir prop it seems (I had it happen also when typing the props command):

I don't think the 'props' command could produce this exception. If you can reproduce the exception from 'props', please post the stack trace. Thanks!
Find all posts by this user
Quote this message in a reply
08-08-2012, 18:20
Post: #12
RE: Linux 64bit edition
here it is, from a fresh unpack and execution of minimserver:

Code:
...@...:/opt/minimserver-0.52/data# java -Djava.awt.headless=true -jar ../lib/minimserver.jar
MinimServer 0.52, Copyright (c) 2012 Simon Nash. All rights reserved.
starting MinimServer
Enter command (? for help), or null to exit:
>Enter content directory, or null line to exit:
csc
Unknown command: csc
>props
java.lang.NullPointerException
        at org.jminim.core.LogImpl.getStackTrace(LogImpl.java:592)
        at org.jminim.core.LogImpl.printStackTraceSync(LogImpl.java:538)
        at org.jminim.core.LogImpl.warning(LogImpl.java:284)
        at com.minimserver.ServerConsole$ServerConsoleView.getContentDir(ServerConsole.java​:282)
        at com.minimserver.Server.doStart(Server.java:930)
        at com.minimserver.Server.start(Server.java:424)
        at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:171)
        at org.jminim.core.ContextImpl.start(ContextImpl.java:87)
        at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:36)
        at org.jminim.core.ContextImpl.start(ContextImpl.java:87)
        at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:373)
        at org.jminim.core.LauncherImpl.run(LauncherImpl.java:658)
        at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:81)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.jminim.launch.Launcher.launch(Launcher.java:60)
        at com.minimserver.launch.LaunchServer.main(LaunchServer.java:26)
Find all posts by this user
Quote this message in a reply
08-08-2012, 18:35
Post: #13
RE: Linux 64bit edition
(08-08-2012 18:20)bubbleguuum Wrote:  here it is, from a fresh unpack and execution of minimserver:

Thanks. The entry 'props' is being taken as a reply to the prompt for a content directory. (It's very confusing to have two prompts open at the same time on different threads.) I'll need to add some synchronization so that the content directory prompt closes before the command prompt opens.
Find all posts by this user
Quote this message in a reply
26-08-2012, 16:23
Post: #14
RE: Linux 64bit edition
(07-08-2012 20:55)simoncn Wrote:  The test downloads are available now for MinimServer and MinimWatch. You'll need to use 64-bit Java as well.

Please let me know whether this runs OK on the Thecus.

Simon, sorry for my late response.
I was in hospital (without my Thecus Wink).
Now the first test of minimserver on Thecus failed.
There where a lot of java-error-messages.
I'll try it again and give you a replay.

Michael
Find all posts by this user
Quote this message in a reply
26-08-2012, 16:47
Post: #15
RE: Linux 64bit edition
(26-08-2012 16:23)mirei Wrote:  Simon, sorry for my late response.
I was in hospital (without my Thecus Wink).
Now the first test of minimserver on Thecus failed.
There where a lot of java-error-messages.
I'll try it again and give you a replay.

Michael

Hi Michael,
I hope you are making a good recovery. I've had another report of a problem with this download, caused by the wrong level of glibc. When you post the error messages, I'll be able to see if yours is the same problem.

Simon
Find all posts by this user
Quote this message in a reply
26-08-2012, 18:59
Post: #16
RE: Linux 64bit edition
(26-08-2012 16:47)simoncn Wrote:  
(26-08-2012 16:23)mirei Wrote:  Simon, sorry for my late response.
I was in hospital (without my Thecus Wink).
Now the first test of minimserver on Thecus failed.
There where a lot of java-error-messages.
I'll try it again and give you a replay.

Michael

Hi Michael,
I hope you are making a good recovery. I've had another report of a problem with this download, caused by the wrong level of glibc. When you post the error messages, I'll be able to see if yours is the same problem.

Simon

Hi Simon,
[/i]after starting minimserver via:
-------------------------------------------------------
Thecus:/raid/data/module/minimserver/minimserver-0.52/data# /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --nohup &
[1] 31591
-------------------------------------------------------
I got this prompt:
-------------------------------------------------------
Thecus:/raid/data/module/minimserver/minimserver-0.52/data# MinimServer
0.52, Copyright © 2012 Simon Nash. All rights reserved.
starting MinimServer
Enter command (? for help), or null to exit:
>?
-sh: ?: command not found

[1]+ Stopped(SIGTTIN) /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --nohup
-------------------------------------------------------

When entering the "?" Minim just stops executing.
I'am using java 1.7 64 bit on the Thecus.

Under /var/log is no information about the crash.

I hope this will give you an advice to find the problem.

Michael
Find all posts by this user
Quote this message in a reply
26-08-2012, 21:17
Post: #17
RE: Linux 64bit edition
(26-08-2012 18:59)mirei Wrote:  Hi Simon,
[/i]after starting minimserver via:
-------------------------------------------------------
Thecus:/raid/data/module/minimserver/minimserver-0.52/data# /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --nohup &
[1] 31591
-------------------------------------------------------
I got this prompt:
-------------------------------------------------------
Thecus:/raid/data/module/minimserver/minimserver-0.52/data# MinimServer
0.52, Copyright © 2012 Simon Nash. All rights reserved.
starting MinimServer
Enter command (? for help), or null to exit:
>?
-sh: ?: command not found

[1]+ Stopped(SIGTTIN) /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --nohup
-------------------------------------------------------

When entering the "?" Minim just stops executing.
I'am using java 1.7 64 bit on the Thecus.

Under /var/log is no information about the crash.

I hope this will give you an advice to find the problem.

Michael

This is a different problem. The command you entered wasn't correct. You have attempted to start MinimServer in the background with a command prompt, which doesn't work. Instead, you need to enter one of the following:

Option 1:

/raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar

This will start MinimServer in the foreground with a command prompt where you can enter '?' or other commands.

Option 2:

/raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --quiet --nohup &

This will start MinimServer in the background without a command prompt.

I'll look at how can improve the error message for starting MinimServer in the background with a command prompt.
Find all posts by this user
Quote this message in a reply
06-09-2012, 22:23
Post: #18
RE: Linux 64bit edition
I've rebuilt the Linux x64 downloads to solve some problems with GLIBC incompatibilities.

The updated versions are available at:
(MinimServer) this link
(MinimWatch) this link

I'd appreciate any feedback on these updated versions. Thanks!
Find all posts by this user
Quote this message in a reply
09-09-2012, 15:57
Post: #19
RE: Linux 64bit edition
(26-08-2012 21:17)simoncn Wrote:  
(26-08-2012 18:59)mirei Wrote:  Hi Simon,
[/i]after starting minimserver via:
-------------------------------------------------------
Thecus:/raid/data/module/minimserver/minimserver-0.52/data# /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --nohup &
[1] 31591
-------------------------------------------------------
I got this prompt:
-------------------------------------------------------
Thecus:/raid/data/module/minimserver/minimserver-0.52/data# MinimServer
0.52, Copyright © 2012 Simon Nash. All rights reserved.
starting MinimServer
Enter command (? for help), or null to exit:
>?
-sh: ?: command not found

[1]+ Stopped(SIGTTIN) /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --nohup
-------------------------------------------------------

When entering the "?" Minim just stops executing.
I'am using java 1.7 64 bit on the Thecus.

Under /var/log is no information about the crash.

I hope this will give you an advice to find the problem.

Michael

This is a different problem. The command you entered wasn't correct. You have attempted to start MinimServer in the background with a command prompt, which doesn't work. Instead, you need to enter one of the following:

Option 1:

/raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar

This will start MinimServer in the foreground with a command prompt where you can enter '?' or other commands.

Option 2:

/raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar --quiet --nohup &

This will start MinimServer in the background without a command prompt.

I'll look at how can improve the error message for starting MinimServer in the background with a command prompt.

Hi Simon,

when I change the start commands to:
/raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar

I got following errors (also with the GLIBC-corrected Version):

Thecus:/raid/data/module/minimserver/minimserver-0.52/data# /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar
MinimServer 0.52, Copyright © 2012 Simon Nash. All rights reserved.
starting MinimServer
Enter command (? for help), or null to exit:
>java.lang.UnsatisfiedLinkError: /raid0/data/module/minimserver/minimserver-0.52/lib/libohNet.so: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /raid0/data/module/minimserver/minimserver-0.52/lib/libohNet.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.openhome.net.core.InitParams.<clinit>(InitParams.java:66)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:256)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:229)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:153)
at org.jminim.lib.OhNetService.access$300(OhNetService.java:35)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:443)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:145)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:183)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:209)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:126)
at com.minimserver.Server.doStart(Server.java:475)
at com.minimserver.Server.start(Server.java:424)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:171)
at org.jminim.core.ContextImpl.start(ContextImpl.java:87)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:36)
at org.jminim.core.ContextImpl.start(ContextImpl.java:87)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:373)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:658)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jminim.launch.Launcher.launch(Launcher.java:60)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:26)


Meanwhile serveral updates of the Thecus-Firmware released. The libohNEt.s and the libc.so.6 exists, but for me it seems that the versions aren't any longer compatible with GLIBC_2.15.

Best Regards
Michael
Find all posts by this user
Quote this message in a reply
09-09-2012, 18:57
Post: #20
RE: Linux 64bit edition
(09-09-2012 15:57)mirei Wrote:  Hi Simon,

when I change the start commands to:
/raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar

I got following errors (also with the GLIBC-corrected Version):

Thecus:/raid/data/module/minimserver/minimserver-0.52/data# /raid/data/module/OracleJRE7/system/jre/bin/java -jar ../lib/minimserver.jar
MinimServer 0.52, Copyright © 2012 Simon Nash. All rights reserved.
starting MinimServer
Enter command (? for help), or null to exit:
>java.lang.UnsatisfiedLinkError: /raid0/data/module/minimserver/minimserver-0.52/lib/libohNet.so: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /raid0/data/module/minimserver/minimserver-0.52/lib/libohNet.so)

Meanwhile serveral updates of the Thecus-Firmware released. The libohNEt.s and the libc.so.6 exists, but for me it seems that the versions aren't any longer compatible with GLIBC_2.15.

Best Regards
Michael

The new version of libohNet.so doesn't have a GLIBC 2.15 dependency. From this message, it seems that you're still picking up the previous version.

Please check the timestamp and size of /raid0/data/module/minimserver/minimserver-0.52/lib/libohNet.so. The new version is dated 2012-09-06 and has a size of 1443409. The old version is dated 2012-08-07 17:27 and has a size of 1339202.

You can check the dependency levels by using this command:
objdump -p /raid0/data/module/minimserver/minimserver-0.52/lib/libohNet.so
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)