Alright... zarched everything... to the ground... *again*.
Started with a bare bones ubuntu, *manually *apt-get installed (no LAMP
stack) Apache2, MySQL5, Tomcat7, and OpenBD.
Apache responds just fine on port 80. Tomcat responds just fine on 8080.
Everything seems to be hooked in properly.
I've copied the openbdplugin-exchange.jar to
/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib, and restarted Tomcat.

STILL get the same

   java.lang.NoClassDefFoundError: org/apache/http/auth/Credentials
      :
   Caused by: java.lang.ClassNotFoundException: org.apache.http.auth.Credentials

error.

No one else is seeing this?
I'm about to give up on OpenBD.


On Fri, Feb 15, 2013 at 4:22 PM, Professor <[email protected]> wrote:

> Yes, that's the thing. In this iteration, the server does not even have
> Apache installed. Just Tomcat.
> But in the previous attempts, yes, indeed, the full LAMP stack was
> installed, along with Tomcat, and I still got the same error.
>
> And now, with the current environment, installing Apache complains that
> the port is already locked by another process (presumably Tomcat, since
> it's been reconfigured to listen to port 80 rather than 8080).
>
> Looks like I'll have to set Tomcat back to port 8080. But I'm still not
> convinced Apache will be sitting properly in the environment.
>
>
>
> On Fri, Feb 15, 2013 at 2:58 PM, Alan Holden <[email protected]> wrote:
>
>> Those links I sent are from other Java projects, which I imagine have the
>> Apache server in common.
>>
>> Therefore I'm guessing that your solution attempts need to be directed
>> towards 1) the version and setup of your Java machine, or 2) the Apache
>> version, modules & configuration files, and not OpenBD.
>>
>> The path within your error (org/Apache/http/auth/**Credentials) seems to
>> suggest that something is missing in Apache-land. Does your server even
>> have Apache installed?? Consider these Ubuntu commands:
>> sudo apt-get update Apache2
>> sudo apt-get install Apache2
>>
>> That syntax is from my feeble memory, so you may want to check with
>> Google first...
>>
>> Also, reboot between EVERY change. Don't take chances on guessing what to
>> undo later!
>>
>> Al
>>
>>
>>
>> On 2/15/2013 2:19 PM, Professor wrote:
>>
>>> Thanks Alan!
>>> The first route, adding the dependency nodes... should those be added to
>>> server.xml? And in any particular section in the xml?
>>>
>>> The second route might hold promise, too, but I have updated/upgraded
>>> apt-get and would've assumed that that would've updated httpclient, but
>>> maybe not.
>>>
>>>
>> --
>> --
>> online documentation: http://openbd.org/manual/
>> http://groups.google.com/**group/openbd?hl=en<http://groups.google.com/group/openbd?hl=en>
>>
>> --- You received this message because you are subscribed to the Google
>> Groups "Open BlueDragon" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to 
>> openbd+unsubscribe@**googlegroups.com<openbd%[email protected]>
>> .
>> For more options, visit 
>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>> .
>>
>>
>>
>

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to