java - Can't install tutorial content for javaee7 tutorial with updatetool -


i downloaded latest javaee7 tutorial , tried downloading tutorial files command updatetool. did following steps:

  • downloaded glassfish4 zip file , unzipped
  • i set $as_java variable equal $java_home. java_home correctly pointing valid oracle-7-jdk earlier configuration.
  • i added parent glassfish , glassfish directory path. when which updatetool, following: /home/frrole/glassfish4/bin/updatetool. guess fine. i'm able fire glassfish server `asadmin start-domain

  • now when type updatetool, receive following error:

frrole@frrole-ner1:/usr/lib/jvm/java-7-oracle$ updatetool

the software needed command (updatetool) not installed.

if choose install update tool, system automatically configured periodically check software updates. if configure tool not check updates, can override default behavior via tool's preferences facility.

when tool interacts package repositories, system information such system's ip address , operating system type , version sent repository server. more information please see:

http://wikis.oracle.com/display/updatecenter/usagemetricsuc2

once installation complete may re-run command.

would install update tool (y/n): y

proxy: using system proxy settings. install image: /home/frrole/glassfish4 installing pkg packages. downloading 2 packages. downloading pkg (511 files, 6,237,937 bytes).

a fatal error has been detected java runtime environment:

sigsegv (0xb) @ pc=0x00007ffb5b574920, pid=22316, tid=140717514012416

jre version: 7.0_21-b11 java vm: java hotspot(tm) 64-bit server vm (23.21-b01 mixed mode linux-amd64 compressed oops) problematic frame: c [libdbus-1.so.3+0x26920]gconf error: configuration server couldn't contacted: d-bus error: message has same reply serial currently-outstanding existing method call [thread 140717512959744 had error] dbus_watch_handle+0x1b20

failed write core dump. core dumps have been disabled. enable core dumping, try "ulimit -c unlimited" before starting java again

an error report file more information saved as: /home/frrole/glassfish4/hs_err_pid22316.log

if submit bug report, please visit: http://bugreport.sun.com/bugreport/crash.jsp crash happened outside java virtual machine in native code. see problematic frame report bug. aborted (core dumped)

i have no idea happening. appreciated.


update:

now, i'm getting following error:

would install update tool (y/n): y  exception in thread "main" java.io.ioexception: connection failed url http://pkg.oracle.com/javaeesdk/7/native/release/catalog/0: 500: internal server error     @ com.sun.pkg.client.image.checkrepositoryconnection(image.java:1232)     @ com.sun.pkg.client.catalog.refresh(catalog.java:132)     @ com.sun.pkg.client.image.refreshcatalogs(image.java:1627)     @ com.sun.pkg.client.client.main(client.java:109) proxy: using system proxy settings. input/output error: connection failed url http://pkg.oracle.com/javaeesdk/7/release/catalog/0: 502: proxy error 

download , install java ee 7 sdk tutorial. sdk installer install , configure update center , tutorial. glassfish 4.0 zip file isn't supported configuration (but can add tutorial glassfish 4.0 standalone using these instructions.

in case, appears there's wrong 32-bit compatibility libraries on 64-bit linux when run pkg.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -