Jean-Sebastien Delfino wrote:
On Fri, Aug 21, 2009 at 9:21 AM, Simon Laws<[email protected]> wrote:
After a switch to another machine for various reasons (to v old FC5
and SUN JDK1.6.0_16) I'm seeing a failure in host-corba-jse when it's
testing if the orb has shut down. I see...
<system-err>Exception in thread "Thread-7"
java.lang.NullPointerException
at
com.sun.corba.se.impl.orb.ORBImpl.checkShutdownState(ORBImpl.java:1300)
at com.sun.corba.se.impl.orb.ORBImpl.run(ORBImpl.java:1202)
at
org.apache.tuscany.sca.host.corba.naming.TransientNameServer$1.run(TransientNameServer.java:60)
</system-err>
Am wondering if I'm got some messed up config on this other machine.
Simon
I also had to switch to a fresh environment as my laptop and hard
drive crashed, and I'm now trying to rebuild all the open source
projects I had built from source...
I'm not seeing the EOFException I was getting before. I guess they
were just a symptom of disk errors as my hard drive was about to die.
Revision https://svn.apache.org/repos/asf/tuscany/branches/sca-java-1....@804287
now gives me a different error:
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA EJB Binding Runtime
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
Downloading:
http://ws.zones.apache.org/repository2/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] [compiler:compile]
[INFO] Compiling 17 source files to
/home/delfinoj/SCAZone/Source/tuscany-sca/modules/binding-ejb-runtime/target/classes
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
Downloading:
http://ws.zones.apache.org/repository2/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
Downloading:
http://repo1.maven.org/maven2/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.activemq:activeio-core:jar:3.0.0-incubator
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.activemq
-DartifactId=activeio-core -Dversion=3.0.0-incubator -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.activemq
-DartifactId=activeio-core -Dversion=3.0.0-incubator -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.tuscany.sca:tuscany-binding-ejb-runtime:jar:1.5.1-SNAPSHOT
2) org.apache.geronimo.modules:geronimo-openejb:jar:2.1.4
3) org.apache.openejb:openejb-core:jar:3.0.1
4) org.apache.activemq:activemq-core:jar:4.1.1
5) org.apache.activemq:activeio-core:jar:3.0.0-incubator
----------
1 required artifact is missing.
for artifact:
org.apache.tuscany.sca:tuscany-binding-ejb-runtime:jar:1.5.1-SNAPSHOT
from the specified remote repositories:
indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
geronimo-repository
(http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository),
apache.ws.zone (http://ws.zones.apache.org/repository2),
osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2),
central (http://repo1.maven.org/maven2),
apache.incubator (http://people.apache.org/repo/m2-incubating-repository)
My environment:
Ubuntu Linux 9.0.4
Maven 2.0.9
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu11)
OpenJDK Server VM (build 14.0-b08, mixed mode)
I'm just using OpenJDK at the moment as it's the default from the
Ubuntu install.
I'll try with other JDKs too, but the error seems unrelated to the JDK
and looks like a dependency can't be found.
As I'm trying to rebuild everything I had on my laptop, I've also
tried to rebuild Tuscany C++ SDO and SCA and seeing different issues,
I'll post them in a separate email.
Same error with the IBM JDK (20090529_04 SR5)
--
Jean-Sebastien