You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Oliver Raupach <ol...@gop.de> on 2006/03/13 13:06:55 UTC

Failed to download portals-bridges-common-.jar

Hi,

while creating a new jetspeed-2 portal application on Solaris, I run into
trouble:

---------------------------------------------------------------------------
raupach@h2610:~/myportal>maven war:install
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Attempting to download portals-bridges-common-.jar.
WARNING: Failed to download portals-bridges-common-.jar.
Attempting to download portals-bridges-velocity-.jar.
WARNING: Failed to download portals-bridges-velocity-.jar.
Attempting to download derby-.jar.
WARNING: Failed to download derby-.jar.
The build cannot continue because of the following unsatisfied dependencies:

portals-bridges-common-.jar
portals-bridges-velocity-.jar
derby-.jar

Total time: 22 seconds
Finished at: Mon Mar 13 12:44:11 MET 2006
---------------------------------------------------------------------------

All other JARs downloaded without errors....

--

  Oliver Raupach




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Failed to download portals-bridges-common-.jar

Posted by Ate Douma <at...@douma.nu>.
Randy Watler wrote:
> Aaron,
> 
> I believe this is fixed. However, I am afraid the installers will not be 
> fixed until another release is made.

Yes, I committed a fix for that last Friday.
But, as Randy says: this is only available from the svn trunk right now.

> 
> Randy
> 
> Aaron Evans wrote:
> 
>> Hi Oliver,
>> I'm afraid this is an old problem that I really hope is resolved soon.
>>
>> The nice thing is, there is an easy fix. :)
>>
>> As someone pointed out earlier, the easiest and quickest way to remedy 
>> this
>> is to create a build.properties file in ${basedir}  (the directory 
>> where you
>> had the portal generated by the maven pluing) with the following values
>> (assuming you are building 2.0):
>>
>> portals.bridges.version=1.0
>> derby.version=10.1.1.0
>> bridges.groupId=org.apache.portals.bridges
>> jetspeed.version=2.0
>>
>>
>> On 3/13/06, Oliver Raupach <ol...@gop.de> wrote:
>>  
>>
>>> Hi,
>>>
>>> while creating a new jetspeed-2 portal application on Solaris, I run 
>>> into
>>> trouble:
>>>
>>>
>>> --------------------------------------------------------------------------- 
>>>
>>> raupach@h2610:~/myportal>maven war:install
>>> __  __
>>> |  \/  |__ _Apache__ ___
>>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>>>
>>> Attempting to download portals-bridges-common-.jar.
>>> WARNING: Failed to download portals-bridges-common-.jar.
>>> Attempting to download portals-bridges-velocity-.jar.
>>> WARNING: Failed to download portals-bridges-velocity-.jar.
>>> Attempting to download derby-.jar.
>>> WARNING: Failed to download derby-.jar.
>>> The build cannot continue because of the following unsatisfied
>>> dependencies:
>>>
>>> portals-bridges-common-.jar
>>> portals-bridges-velocity-.jar
>>> derby-.jar
>>>
>>> Total time: 22 seconds
>>> Finished at: Mon Mar 13 12:44:11 MET 2006
>>>
>>> --------------------------------------------------------------------------- 
>>>
>>>
>>> All other JARs downloaded without errors....
>>>
>>> -- 
>>>
>>>   Oliver Raupach
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>>
>>>
>>>     
>>
>>
>>   
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Failed to download portals-bridges-common-.jar

Posted by Randy Watler <wa...@wispertel.net>.
Aaron,

I believe this is fixed. However, I am afraid the installers will not be 
fixed until another release is made.

Randy

Aaron Evans wrote:
> Hi Oliver,
> I'm afraid this is an old problem that I really hope is resolved soon.
>
> The nice thing is, there is an easy fix. :)
>
> As someone pointed out earlier, the easiest and quickest way to remedy this
> is to create a build.properties file in ${basedir}  (the directory where you
> had the portal generated by the maven pluing) with the following values
> (assuming you are building 2.0):
>
> portals.bridges.version=1.0
> derby.version=10.1.1.0
> bridges.groupId=org.apache.portals.bridges
> jetspeed.version=2.0
>
>
> On 3/13/06, Oliver Raupach <ol...@gop.de> wrote:
>   
>> Hi,
>>
>> while creating a new jetspeed-2 portal application on Solaris, I run into
>> trouble:
>>
>>
>> ---------------------------------------------------------------------------
>> raupach@h2610:~/myportal>maven war:install
>> __  __
>> |  \/  |__ _Apache__ ___
>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>>
>> Attempting to download portals-bridges-common-.jar.
>> WARNING: Failed to download portals-bridges-common-.jar.
>> Attempting to download portals-bridges-velocity-.jar.
>> WARNING: Failed to download portals-bridges-velocity-.jar.
>> Attempting to download derby-.jar.
>> WARNING: Failed to download derby-.jar.
>> The build cannot continue because of the following unsatisfied
>> dependencies:
>>
>> portals-bridges-common-.jar
>> portals-bridges-velocity-.jar
>> derby-.jar
>>
>> Total time: 22 seconds
>> Finished at: Mon Mar 13 12:44:11 MET 2006
>>
>> ---------------------------------------------------------------------------
>>
>> All other JARs downloaded without errors....
>>
>> --
>>
>>   Oliver Raupach
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>
>>
>>     
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


AW: Failed to download portals-bridges-common-.jar

Posted by Oliver Raupach <ol...@gop.de>.
Hi,

>The nice thing is, there is an easy fix. :)
>
>As someone pointed out earlier, the easiest and quickest way to remedy this
>is to create a build.properties file in ${basedir}  (the directory where you
>had the portal generated by the maven pluing) with the following values
>(assuming you are building 2.0):
>
>portals.bridges.version=1.0
>derby.version=10.1.1.0
>bridges.groupId=org.apache.portals.bridges
>jetspeed.version=2.0

Thank you for help. This works fine.

Unfortunately, I run into the next problem. While starting up tomcat 5.0.28 I got this
Exceptions:

2006-03-13 17:12:22,456 [main] ERROR org.apache.jetspeed.engine.JetspeedEngine -
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JetspeedDS' defined in ServletContext
resource [/WEB-INF/assembly/boot/datasource.xml]: Initialization of bean failed; nested exception is
org.apache.ojb.broker.metadata.MetadataException: Could not get the metadata from the given datasource

2006-03-13 17:12:22,460 [main] INFO  org.apache.jetspeed.engine.JetspeedEngine - Finished starting Jetspeed Engine
(org.apache.jetspeed.engine.JetspeedEngine) at 3/13/06 5:12 PM.  Elapsed time: 5 seconds.

2006-03-13 17:12:22,474 [main] FATAL org.apache.jetspeed.engine.JetspeedServlet - Jetspeed: init() failed:
org.apache.jetspeed.exception.JetspeedException: Jetspeed Initialization exception!
        at org.apache.jetspeed.engine.JetspeedEngine.start(JetspeedEngine.java:149)


[...]

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JetspeedDS' defined in
ServletContext resource [/WEB-INF/assembly/boot/datasource.xml]: Initialization of bean failed; nested exception is
org.apache.ojb.broker.metadata.MetadataException: Could not get the metadata from the given datasource


HSQL is up and running:

j2:_start.hsql:
    [echo] ====================================
    [echo] Production/Deployment Database
    [echo] ====================================
    [java] [Server@1a758cb]: [Thread[main,5,main]]: checkRunning(false) entered
    [java] [Server@1a758cb]: [Thread[main,5,main]]: checkRunning(false) exited
    [java] [Server@1a758cb]: Startup sequence initiated from main() method
    [java] [Server@1a758cb]: Loaded properties from [/export/home/raupach/myportal/server.properties]
    [java] [Server@1a758cb]: Initiating startup sequence...
    [java] [Server@1a758cb]: Server socket opened successfully in 69 ms.
    [java] [Server@1a758cb]: Database [index=0, id=0, db=file:/export/home/raupach/myportal//target/portal-db/hsql/Production,
alias=] opened sucessfully in 5076 ms.
    [java] [Server@1a758cb]: Startup sequence completed in 5223 ms.
    [java] [Server@1a758cb]: 2006-03-13 17:05:56.204 HSQLDB server 1.8.0 is online
    [java] [Server@1a758cb]: To close normally, connect and execute SHUTDOWN SQL
    [java] [Server@1a758cb]: From command line, use [Ctrl]+[C] to abort abruptly


(I noticed, that /export/home/raupach/myportal/server.properties don't exists...)


--

  Oliver Raupach





---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Failed to download portals-bridges-common-.jar

Posted by Aaron Evans <aa...@gmail.com>.
Hi Oliver,
I'm afraid this is an old problem that I really hope is resolved soon.

The nice thing is, there is an easy fix. :)

As someone pointed out earlier, the easiest and quickest way to remedy this
is to create a build.properties file in ${basedir}  (the directory where you
had the portal generated by the maven pluing) with the following values
(assuming you are building 2.0):

portals.bridges.version=1.0
derby.version=10.1.1.0
bridges.groupId=org.apache.portals.bridges
jetspeed.version=2.0


On 3/13/06, Oliver Raupach <ol...@gop.de> wrote:
>
> Hi,
>
> while creating a new jetspeed-2 portal application on Solaris, I run into
> trouble:
>
>
> ---------------------------------------------------------------------------
> raupach@h2610:~/myportal>maven war:install
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> Attempting to download portals-bridges-common-.jar.
> WARNING: Failed to download portals-bridges-common-.jar.
> Attempting to download portals-bridges-velocity-.jar.
> WARNING: Failed to download portals-bridges-velocity-.jar.
> Attempting to download derby-.jar.
> WARNING: Failed to download derby-.jar.
> The build cannot continue because of the following unsatisfied
> dependencies:
>
> portals-bridges-common-.jar
> portals-bridges-velocity-.jar
> derby-.jar
>
> Total time: 22 seconds
> Finished at: Mon Mar 13 12:44:11 MET 2006
>
> ---------------------------------------------------------------------------
>
> All other JARs downloaded without errors....
>
> --
>
>   Oliver Raupach
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>