Acties:
  • 0 Henk 'm!

  • Tanuki
  • Registratie: Januari 2005
  • Niet online
We hebben hier nu ActiveMQ draaien op Oracle 11g. Werkt allemaal best leuk. Maar sommige databases die we hebben hebben nog Oracle 10g. We zien die niet heel snel geupgrade worden naar 11g..

Wat ik dus probeerde is de ActiveMQ-all-jar te laden in Oracle 10g. Dat blijkt een hel te zijn, omdat 10g Java 1.4 draait. Vrij oud dus.

Ik heb voor Oracle 11g ActiveMQ versie 5.3.0 gepakt (ik dacht, laat ik maar niet meteen de nieuwste pakken) en die gecompiled met Java 1.5. Vervolgens inladen in Oracle en het werkt gewoon.

Nu probeer ik dus hetzelfde trucje te doen voor Oracle 10g. Dit heb ik al eens geprobeerd, maar dat is helemaal *niet* gelukt. Dat was ook de reden dat ik het eerst in Oracle 11g ging proberen.

Nu wil ik dat dus wel gaan doen. Ik heb echter geen ActiveMQ-versie gevonden die compiled met Java 1.4. Nu probeer ik het met retrotranslator. Ik heb de jar omgezet naar 1.4

java -jar retrotranslator-transformer-1.2.9.jar -srcjar D:/dev/svn/activemq-5.3.0/activemq-all/target/activemq-all-5.3.0.jar -destjar bla.jar
Processing 2115 file(s) from D:\dev\svn\activemq-5.3.0\activemq-all\target\activemq-all-5.3.0.jar to bla.jar.
Transformed 2030 file(s).

Lijkt dus allemaal wel goed te gaan, according to retrotranslator. Nu is mijn vermoeden dat Oracle 10g er niet (goed) mee om kan gaan, want ik krijg tig meldingen:
wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/ConnectionInfoMarshaller
errors : class org/apache/activemq/openwire/v5/ConnectionInfoMarshaller
ORA-29534: Object <schema>.org/apache/activemq/command/ConnectionInfo waarnaar w
ordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/ConsumerControlMarshaller
errors : class org/apache/activemq/openwire/v5/ConsumerControlMarshaller
ORA-29534: Object <schema>.org/apache/activemq/command/ConsumerControl waarnaar
wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/ConsumerIdMarshaller
errors : class org/apache/activemq/openwire/v5/ConsumerIdMarshaller
ORA-29534: Object <schema>.org/apache/activemq/openwire/OpenWireFormat waarnaar
wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/ConsumerInfoMarshaller
errors : class org/apache/activemq/openwire/v5/ConsumerInfoMarshaller
ORA-29534: Object <schema>.org/apache/activemq/command/ActiveMQDestination waarn
aar wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/ControlCommandMarshaller
errors : class org/apache/activemq/openwire/v5/ControlCommandMarshaller
ORA-29534: Object <schema>.org/apache/activemq/command/ControlCommand waarnaar w
ordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/DataArrayResponseMarshaller
errors : class org/apache/activemq/openwire/v5/DataArrayResponseMarshaller
ORA-29534: Object <schema>.org/apache/activemq/openwire/v5/ResponseMarshaller wa
arnaar wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/DataResponseMarshaller
errors : class org/apache/activemq/openwire/v5/DataResponseMarshaller
ORA-29534: Object <schema>.org/apache/activemq/openwire/v5/ResponseMarshaller wa
arnaar wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/DestinationInfoMarshaller
errors : class org/apache/activemq/openwire/v5/DestinationInfoMarshaller
ORA-29534: Object <schema>.org/apache/activemq/command/DestinationInfo waarnaar
wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/DiscoveryEventMarshaller
errors : class org/apache/activemq/openwire/v5/DiscoveryEventMarshaller
ORA-29534: Object <schema>.org/apache/activemq/openwire/OpenWireFormat waarnaar
wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/ExceptionResponseMarshaller
errors : class org/apache/activemq/openwire/v5/ExceptionResponseMarshaller
ORA-29534: Object <schema>.org/apache/activemq/openwire/v5/ResponseMarshaller wa
arnaar wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/FlushCommandMarshaller
errors : class org/apache/activemq/openwire/v5/FlushCommandMarshaller
ORA-29534: Object <schema>.org/apache/activemq/command/FlushCommand waarnaar wor
dt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/IntegerResponseMarshaller
errors : class org/apache/activemq/openwire/v5/IntegerResponseMarshaller
ORA-29534: Object <schema>.org/apache/activemq/openwire/v5/ResponseMarshaller wa
arnaar wordt verwezen is niet omgezet.
resolving: class org/apache/activemq/openwire/v5/JournalQueueAckMarshaller
errors : class org/apache/activemq/openwire/v5/JournalQueueAckMarshaller
ORA-29534: Object <schema>.org/apache/activemq/command/MessageAck waarnaar wordt
Verder eigenlijk niets. De objecten zijn ook invalid in de database en ik kan ze niet compilen of resolven.

Ik zit een beetje vast. Zijn er hier misschien mensen die ActiveMQ werkend hebben gekregen in Oracle 10g? Ik moet toch niet de enige zijn die het, naast 11g, ook graag werkend wil hebben op 10g?

Uiteindelijk, na het importeren van de jar, krijg ik deze meldingen:
class org/apache/activemq/store/memory/MemoryTransactionStore$Tx: resolution

class org/apache/activemq/store/memory/MemoryTransactionStore: resolution
class org/apache/activemq/transaction/LocalTransaction: resolution
class org/apache/activemq/transaction/XATransaction: resolution
class org/apache/activemq/transport/CommandJoiner: resolution
class org/apache/activemq/transport/CompositeTransport: resolution
class org/apache/activemq/transport/FutureResponse: resolution
class org/apache/activemq/transport/InactivityMonitor$1: resolution
class org/apache/activemq/transport/InactivityMonitor$2: resolution
class org/apache/activemq/transport/InactivityMonitor$3: resolution
class org/apache/activemq/transport/InactivityMonitor$4: resolution
class org/apache/activemq/transport/InactivityMonitor$5: resolution
class org/apache/activemq/transport/InactivityMonitor: resolution
class org/apache/activemq/transport/MarshallingTransportFilter: resolution
class org/apache/activemq/transport/MutexTransport: resolution
class org/apache/activemq/transport/ResponseCallback: resolution
class org/apache/activemq/transport/ResponseCorrelator: resolution
class org/apache/activemq/transport/ThreadNameFilter: resolution
class org/apache/activemq/transport/Transport: resolution
class org/apache/activemq/transport/TransportAcceptListener: resolution
class org/apache/activemq/transport/TransportFactory: resolution
class org/apache/activemq/transport/TransportFilter: resolution
class org/apache/activemq/transport/TransportLogger: resolution
class org/apache/activemq/transport/TransportLoggerControl: resolution
class org/apache/activemq/transport/TransportLoggerFactory: resolution
class org/apache/activemq/transport/TransportLoggerView: resolution
class org/apache/activemq/transport/TransportServer: resolution
class org/apache/activemq/transport/TransportServerFilter: resolution
class org/apache/activemq/transport/TransportServerSupport: resolution
class org/apache/activemq/transport/TransportServerThreadSupport: resolution

class org/apache/activemq/transport/TransportSupport: resolution
class org/apache/activemq/transport/TransportThreadSupport: resolution
class org/apache/activemq/transport/WireFormatNegotiator: resolution
class org/apache/activemq/transport/WriteTimeoutFilter$TimeoutThread: resolu
tion
class org/apache/activemq/transport/WriteTimeoutFilter: resolution
class org/apache/activemq/transport/discovery/DiscoveryTransport: resolution

class org/apache/activemq/transport/discovery/DiscoveryTransportFactory: res
olution
class org/apache/activemq/transport/discovery/multicast/MulticastDiscoveryAg
entFactory: resolution
class org/apache/activemq/transport/discovery/rendezvous/RendezvousDiscovery
AgentFactory: resolution
class org/apache/activemq/transport/discovery/simple/SimpleDiscoveryAgentFac
tory: resolution
class org/apache/activemq/transport/failover/BackupTransport: resolution
class org/apache/activemq/transport/failover/FailoverTransport$1: resolution

class org/apache/activemq/transport/failover/FailoverTransport$2: resolution

class org/apache/activemq/transport/failover/FailoverTransport$3: resolution

class org/apache/activemq/transport/failover/FailoverTransport: resolution
class org/apache/activemq/transport/failover/FailoverTransportFactory: resol
ution
class org/apache/activemq/transport/fanout/FanoutTransport$1: resolution
class org/apache/activemq/transport/fanout/FanoutTransport$FanoutTransportHa
ndler: resolution
class org/apache/activemq/transport/fanout/FanoutTransport$RequestCounter: r
esolution
class org/apache/activemq/transport/fanout/FanoutTransport: resolution
class org/apache/activemq/transport/fanout/FanoutTransportFactory: resolutio
n
class org/apache/activemq/transport/logwriters/CustomLogWriter: resolution
class org/apache/activemq/transport/mock/MockTransport: resolution
class org/apache/activemq/transport/mock/MockTransportFactory: resolution
class org/apache/activemq/transport/multicast/MulticastDatagramHeaderMarshal
ler: resolution
class org/apache/activemq/transport/multicast/MulticastTransport: resolution

class org/apache/activemq/transport/multicast/MulticastTransportFactory: res
olution
class org/apache/activemq/transport/nio/NIOTransport$1: resolution
class org/apache/activemq/transport/nio/NIOTransport: resolution
class org/apache/activemq/transport/nio/NIOTransportFactory$1: resolution
class org/apache/activemq/transport/nio/NIOTransportFactory$2: resolution
class org/apache/activemq/transport/nio/NIOTransportFactory$3: resolution
class org/apache/activemq/transport/nio/NIOTransportFactory: resolution
class org/apache/activemq/transport/peer/PeerTransportFactory$1: resolution
class org/apache/activemq/transport/peer/PeerTransportFactory$2: resolution
class org/apache/activemq/transport/peer/PeerTransportFactory: resolution
class org/apache/activemq/transport/reliable/DefaultReplayStrategy: resoluti
on
class org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrateg
y: resolution
class org/apache/activemq/transport/reliable/ReliableTransport: resolution
class org/apache/activemq/transport/reliable/ReplayStrategy: resolution
class org/apache/activemq/transport/stomp/FrameTranslator$Helper: resolution

class org/apache/activemq/transport/stomp/FrameTranslator: resolution
class org/apache/activemq/transport/stomp/JmsFrameTranslator$1: resolution
class org/apache/activemq/transport/stomp/JmsFrameTranslator: resolution
class org/apache/activemq/transport/stomp/LegacyFrameTranslator: resolution
class org/apache/activemq/transport/stomp/ProtocolConverter$1: resolution
class org/apache/activemq/transport/stomp/ProtocolConverter$2$1: resolution
class org/apache/activemq/transport/stomp/ProtocolConverter$2: resolution
class org/apache/activemq/transport/stomp/ProtocolConverter: resolution
class org/apache/activemq/transport/stomp/ResponseHandler: resolution
class org/apache/activemq/transport/stomp/Stomp$Commands: resolution
class org/apache/activemq/transport/stomp/Stomp$Headers$Ack: resolution
class org/apache/activemq/transport/stomp/Stomp$Headers$Connect: resolution
class org/apache/activemq/transport/stomp/Stomp$Headers$Connected: resolutio
n
class org/apache/activemq/transport/stomp/Stomp$Headers$Error: resolution
class org/apache/activemq/transport/stomp/Stomp$Headers$Message: resolution
class org/apache/activemq/transport/stomp/Stomp$Headers$Response: resolution

class org/apache/activemq/transport/stomp/Stomp$Headers$Send: resolution
class org/apache/activemq/transport/stomp/Stomp$Headers$Subscribe$AckModeVal
ues: resolution
class org/apache/activemq/transport/stomp/Stomp$Headers$Subscribe: resolutio
n
class org/apache/activemq/transport/stomp/Stomp$Headers$Unsubscribe: resolut
ion
class org/apache/activemq/transport/stomp/Stomp$Headers: resolution
class org/apache/activemq/transport/stomp/Stomp$Responses: resolution
class org/apache/activemq/transport/stomp/Stomp$Transformations: resolution
class org/apache/activemq/transport/stomp/Stomp: resolution
class org/apache/activemq/transport/stomp/StompConnection: resolution
class org/apache/activemq/transport/stomp/StompFrame: resolution
class org/apache/activemq/transport/stomp/StompFrameError: resolution
class org/apache/activemq/transport/stomp/StompNIOTransport$1: resolution
class org/apache/activemq/transport/stomp/StompNIOTransport: resolution
class org/apache/activemq/transport/stomp/StompNIOTransportFactory$1: resolu
tion
class org/apache/activemq/transport/stomp/StompNIOTransportFactory: resoluti
on
class org/apache/activemq/transport/stomp/StompSslTransportFactory: resoluti
on
class org/apache/activemq/transport/stomp/StompSubscription: resolution
class org/apache/activemq/transport/stomp/StompTransportFactory: resolution
class org/apache/activemq/transport/stomp/StompTransportFilter: resolution
class org/apache/activemq/transport/stomp/StompWireFormat: resolution
class org/apache/activemq/transport/stomp/StompWireFormatFactory: resolution

class org/apache/activemq/transport/tcp/ResponseHolder: resolution
class org/apache/activemq/transport/tcp/SslTransport: resolution
class org/apache/activemq/transport/tcp/SslTransportFactory: resolution
class org/apache/activemq/transport/tcp/SslTransportServer: resolution
class org/apache/activemq/transport/tcp/TcpTransport$1: resolution
class org/apache/activemq/transport/tcp/TcpTransport$2: resolution
class org/apache/activemq/transport/tcp/TcpTransport: resolution
class org/apache/activemq/transport/tcp/TcpTransportFactory: resolution
class org/apache/activemq/transport/tcp/TcpTransportServer$1: resolution
class org/apache/activemq/transport/tcp/TcpTransportServer: resolution
class org/apache/activemq/transport/udp/CommandChannel: resolution
class org/apache/activemq/transport/udp/CommandChannelSupport: resolution
class org/apache/activemq/transport/udp/CommandDatagramChannel: resolution
class org/apache/activemq/transport/udp/CommandDatagramSocket: resolution
class org/apache/activemq/transport/udp/DatagramEndpoint: resolution
class org/apache/activemq/transport/udp/DatagramHeaderMarshaller: resolution

class org/apache/activemq/transport/udp/ResponseRedirectInterceptor: resolut
ion
class org/apache/activemq/transport/udp/UdpTransport: resolution
class org/apache/activemq/transport/udp/UdpTransportFactory: resolution
class org/apache/activemq/transport/udp/UdpTransportServer$1: resolution
class org/apache/activemq/transport/udp/UdpTransportServer$2: resolution
class org/apache/activemq/transport/udp/UdpTransportServer: resolution
class org/apache/activemq/transport/vm/VMTransport: resolution
class org/apache/activemq/transport/vm/VMTransportFactory: resolution
class org/apache/activemq/transport/vm/VMTransportServer$1: resolution
class org/apache/activemq/transport/vm/VMTransportServer: resolution
class org/apache/activemq/usage/StoreUsage: resolution
class org/apache/activemq/usage/SystemUsage: resolution
class org/apache/activemq/usage/TempUsage: resolution
class org/apache/activemq/util/ActiveMQMessageUtils: resolution
class org/apache/activemq/util/BrokerSupport: resolution
class org/apache/activemq/util/IntrospectionSupport: resolution
class org/apache/activemq/util/ListEditor: resolution
class org/apache/activemq/util/LogWriterFinder: resolution
class org/apache/activemq/util/MessageDestinationComparator: resolution
class org/apache/activemq/util/SubscriptionKey: resolution
class org/apache/activemq/util/TransactionTemplate: resolution
class org/apache/activemq/util/TypeConversionSupport$1: resolution
class org/apache/activemq/util/TypeConversionSupport$10: resolution
class org/apache/activemq/util/TypeConversionSupport$11: resolution
class org/apache/activemq/util/TypeConversionSupport$12: resolution
class org/apache/activemq/util/TypeConversionSupport$13: resolution
class org/apache/activemq/util/TypeConversionSupport$14: resolution
class org/apache/activemq/util/TypeConversionSupport$2: resolution
class org/apache/activemq/util/TypeConversionSupport$3: resolution
class org/apache/activemq/util/TypeConversionSupport$4: resolution
class org/apache/activemq/util/TypeConversionSupport$5: resolution
class org/apache/activemq/util/TypeConversionSupport$6: resolution
class org/apache/activemq/util/TypeConversionSupport$7: resolution
class org/apache/activemq/util/TypeConversionSupport$8: resolution
class org/apache/activemq/util/TypeConversionSupport$9: resolution
class org/apache/activemq/util/TypeConversionSupport$ConversionKey: resoluti
on
class org/apache/activemq/util/TypeConversionSupport$Converter: resolution
class org/apache/activemq/util/TypeConversionSupport: resolution
class org/apache/activemq/xbean/BrokerFactoryBean$1: resolution
class org/apache/activemq/xbean/BrokerFactoryBean: resolution
class org/apache/activemq/xbean/PooledBrokerFactoryBean$SharedBroker: resolu
tion
class org/apache/activemq/xbean/PooledBrokerFactoryBean: resolution
class org/apache/activemq/xbean/XBeanBrokerFactory: resolution
class org/apache/activemq/xbean/XBeanBrokerService$1: resolution
class org/apache/activemq/xbean/XBeanBrokerService: resolution
class org/apache/activemq/console/ConsoleCommandHandler: resolution
class org/apache/activemq/console/command/AbstractAmqCommand: resolution
class org/apache/activemq/console/command/AmqBrowseCommand: resolution
class org/apache/activemq/console/command/BrowseCommand: resolution
class org/apache/activemq/console/command/BstatCommand: resolution
class org/apache/activemq/console/command/ListCommand: resolution
class org/apache/activemq/console/command/PurgeCommand: resolution
class org/apache/activemq/console/command/QueryCommand: resolution
class org/apache/activemq/console/command/ShellCommand: resolution
class org/apache/activemq/console/command/ShutdownCommand: resolution
class org/apache/activemq/console/command/StartCommand$1: resolution
class org/apache/activemq/console/command/StartCommand$2: resolution
class org/apache/activemq/console/command/StartCommand: resolution
class org/apache/activemq/console/command/StopGracefullyCommand: resolution
class org/apache/activemq/console/filter/AmqMessagesQueryFilter: resolution
class org/apache/activemq/console/filter/MapTransformFilter: resolution
class org/apache/activemq/console/util/AmqMessagesUtil: resolution
class org/apache/activemq/console/util/JmxMBeansUtil: resolution
class org/apache/activemq/console/util/SimpleConsole: resolution
class org/apache/activemq/axis/ActiveMQVendorAdapter: resolution
class org/apache/activemq/benchmark/BenchmarkSupport$1: resolution
class org/apache/activemq/benchmark/BenchmarkSupport: resolution
class org/apache/activemq/benchmark/Consumer: resolution
class org/apache/activemq/benchmark/Producer$1: resolution
class org/apache/activemq/benchmark/Producer: resolution
class org/apache/activemq/benchmark/ProducerConsumer: resolution
class org/apache/activemq/filter/JAXPXPathEvaluator: resolution
class org/apache/activemq/filter/XMLBeansXPathEvaluator: resolution
class org/apache/activemq/store/amq/AMQJournalTool: resolution
class org/apache/activemq/store/amq/AMQJournalToolCommand: resolution
class org/apache/activemq/store/amq/CommandLineSupport: resolution
class org/apache/activemq/store/amq/CustomResourceLoader: resolution
class org/apache/activemq/store/amq/MessageBodyFormatter: resolution
class org/apache/activemq/store/amq/reader/AMQIterator: resolution
class org/apache/activemq/store/amq/reader/AMQReader: resolution
class org/apache/activemq/tool/AcidTestTool$ConsumerWorker: resolution
class org/apache/activemq/tool/AcidTestTool$ProducerWorker: resolution
class org/apache/activemq/tool/AcidTestTool$Worker: resolution
class org/apache/activemq/tool/AcidTestTool: resolution
class org/apache/activemq/tool/ConsumerTool: resolution
class org/apache/activemq/tool/JndiProducerTool: resolution
class org/apache/activemq/tool/ProducerTool: resolution
class org/apache/activemq/tool/ToolSupport: resolution
class org/apache/activemq/transport/discovery/http/DiscoveryRegistryServlet:
resolution
class org/apache/activemq/transport/discovery/http/EmbeddedJettyServer: reso
lution
class org/apache/activemq/transport/discovery/http/HTTPDiscoveryAgent$1: res
olution
class org/apache/activemq/transport/discovery/http/HTTPDiscoveryAgent$2: res
olution
class org/apache/activemq/transport/discovery/http/HTTPDiscoveryAgent$Simple
DiscoveryEvent: resolution
class org/apache/activemq/transport/discovery/http/HTTPDiscoveryAgent: resol
ution
class org/apache/activemq/transport/discovery/http/HTTPDiscoveryAgentFactory
: resolution
class org/apache/activemq/transport/http/BlockingQueueTransport: resolution
class org/apache/activemq/transport/http/HttpClientTransport: resolution
class org/apache/activemq/transport/http/HttpEmbeddedTunnelServlet: resoluti
on
class org/apache/activemq/transport/http/HttpSpringEmbeddedTunnelServlet: re
solution
class org/apache/activemq/transport/http/HttpTransport$1: resolution
class org/apache/activemq/transport/http/HttpTransport$2: resolution
class org/apache/activemq/transport/http/HttpTransport: resolution
class org/apache/activemq/transport/http/HttpTransportFactory: resolution
class org/apache/activemq/transport/http/HttpTransportServer: resolution
class org/apache/activemq/transport/http/HttpTransportSupport: resolution
class org/apache/activemq/transport/http/HttpTunnelServlet: resolution
class org/apache/activemq/transport/https/HttpsClientTransport: resolution
class org/apache/activemq/transport/https/HttpsTransport: resolution
class org/apache/activemq/transport/https/HttpsTransportFactory: resolution
class org/apache/activemq/transport/https/HttpsTransportServer: resolution
class org/apache/activemq/transport/xstream/XStreamWireFormat: resolution
class org/apache/activemq/transport/xstream/XStreamWireFormatFactory: resolu
tion
class org/apache/activemq/util/JmsLogAppender: resolution
class org/apache/activemq/util/JmsLogAppenderSupport: resolution
class org/apache/activemq/util/JndiJmsLogAppender: resolution
class org/apache/activemq/util/oxm/AbstractXMLMessageTransformer$1: resoluti
on
class org/apache/activemq/util/oxm/AbstractXMLMessageTransformer$MessageTran
sform: resolution
class org/apache/activemq/util/oxm/AbstractXMLMessageTransformer: resolution

class org/apache/activemq/util/oxm/OXMMessageTransformer: resolution
class org/apache/activemq/util/oxm/XStreamMessageTransformer: resolution
class org/apache/activemq/util/xstream/XStreamMessageTransformer$1: resoluti
on
class org/apache/activemq/util/xstream/XStreamMessageTransformer$MessageTran
sform: resolution
class org/apache/activemq/util/xstream/XStreamMessageTransformer: resolution

exiting : Failures occurred during processing

C:\Users\Administrator\Desktop>

[ Voor 78% gewijzigd door Tanuki op 18-01-2013 17:59 ]

PV: Growatt MOD5000TL3-XH + 5720wp, WPB: Atlantic Explorer v4 270LC, L/L: MHI SCM 125ZM-S + SRK 50ZS-W + 2x SRK 25ZS-W + SRK 20ZS-W Modbus kWh meter nodig?


Acties:
  • 0 Henk 'm!

  • Tanuki
  • Registratie: Januari 2005
  • Niet online
Inmiddels nog niks verder.. Ik kan niks met de foutmeldingen die ik krijg.

Ik hoop echt dat hier iemand is die dit al eens eerder heeft gedaan en tegen hetzelfde probleem is aangelopen.

PV: Growatt MOD5000TL3-XH + 5720wp, WPB: Atlantic Explorer v4 270LC, L/L: MHI SCM 125ZM-S + SRK 50ZS-W + 2x SRK 25ZS-W + SRK 20ZS-W Modbus kWh meter nodig?


Acties:
  • 0 Henk 'm!

  • BtM909
  • Registratie: Juni 2000
  • Niet online

BtM909

Watch out Guys...

Als je Oracle hebt draaien, mag ik aannemen dat je ook een beetje Oracle support hebt. Is daar niks uitgekomen?

Daarnaast past je topic beter in Serversoftware en Windows Servers, dus ik schop hem die kant op.

Ace of Base vs Charli XCX - All That She Boom Claps (RMT) | Clean Bandit vs Galantis - I'd Rather Be You (RMT)
You've moved up on my notch-list. You have 1 notch
I have a black belt in Kung Flu.